Pmmp: List Crash Reports
Pmmp via Parse · developer_tools
Returns a paginated list of crash reports from the PocketMine Crash Archive. Supports filtering by error message, error type, plugin name, PocketMine version, plugin involvement, and other criteria. Each page returns up to 50 reports. API for the PocketMine-MP Crash Archive. Allows browsing and searching crash reports with filters and pagination, and retrieving archive metadata. Fulfilled by Parse from crash.pmmp.io.
- crash-pmmp-io
- developer-tools
- other
- parse
- platform-key
- pmmp
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/404827ab-e7d0-4f6e-8400-09d317a77703/list_crash_reports
- Interface artifact
- sha256:2692e1f3d7601f4c74a032d19f82dffdefdb2d21baead2753f5f112da5c5890a
- Manifest digest
- sha256:75956673547a7a7a5c90d821297b7c1660ca71ed0f5da132e362193c6a7f157f
Request fields
- page (integer): Page number (1-indexed).
- cause (array): Filter by plugin involvement types. Accepted values: 'none', 'indirect', 'direct'.: Allowed values: none, indirect, direct
- plugin (string): Filter by plugin name (case-sensitive).
- jitonly (boolean): Only show crashes related to JIT.
- message (string): Search keyword for the error message.
- versions (array): Filter by PocketMine-MP versions (e.g. ['5.43.1']).
- errortype (string): Exception or error type partial match filter.
- duplicates (boolean): Whether to show duplicate crash reports.
- versioninclude (array): Include additional version types. Accepted values: 'forked', 'modified'.: Allowed values: forked, modified
Example queries
- {"page":"1","cause":"none","plugin":"BedwarsPM","jitonly":"false","message":"Class not found","versions":"[\"5.43.1\"]","errortype":"Error","duplicates":"false","versioninclude":"forked"}