API Design
API Error Format Checker
Paste an API error response JSON to validate against RFC 7807 Problem Details format, check for information disclosure risks, and validate field-level error structure.
No data is transmitted โ everything runs locallyTool
About this tool
API Error Format Checker
The API Error Format Checker validates error JSON against RFC 7807 Problem Details format, detecting stack trace exposure, missing machine-readable codes, and field-level validation error structure.
โข Validate an error response format before publishing to an API spec
โข Check whether a validation error response includes field-level details
โข Detect stack traces in error responses that expose implementation details
โข Ensure error responses use machine-readable codes alongside human-readable messages
Affiliate disclosure
Credential and secrets management for teams. 1Password provides enterprise password management and secrets infrastructure for development teams.
View API credentials with 1Password
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation
FAQ
What does this tool tell you?
The API Error Format Checker validates error JSON against RFC 7807 Problem Details format, detecting stack trace exposure, missing machine-readable codes, and field-level validation error structure.
What affects the result most?
RFC 7807 Problem Details: type (URI), title (human-readable), status, detail, instance fields. Content-Type for errors: application/problem+json โ distinct from application/json for error detection. Error envelope pattern: {error: {code, message, details}} โ common but non-standard.
How should I use the result?
Treat the tool's output as a first-pass check, not a proof of correctness. A clean pass means no issues in the patterns this tool recognizes; a failure points to a specific problem you can investigate in your source. The underlying spec is the authoritative source for edge cases.
Related tools