Loading...
Validate API responses online for free. Check JSON response against schema. API testing tool.
Validate API responses against schemas
• Paste your API response and the expected JSON Schema
• Supports JSON Schema Draft 7 specification
• Validates data types, required fields, formats, and constraints
• All validation runs client-side in your browser - your data stays private
• Useful for API testing, contract validation, and debugging
Supported validations: type, required, properties, items, format (email, url, date, ipv4, etc.), minimum, maximum, minLength, maxLength, pattern, enum
Enter API response JSON
Provide JSON Schema or OpenAPI spec
Choose schema format
Check compliance and review results
Enter API response JSON
Provide JSON Schema or OpenAPI spec
Choose schema format
Check compliance and review results
Supports JSON Schema (Draft 7) and OpenAPI 3.0 schema definitions.
Detailed errors show which fields failed, expected vs actual types, and missing required fields.
Yes, it recursively validates all nested objects and arrays according to the schema.
Absolutely! Use it to validate API responses in tests, ensuring contracts are maintained across versions.