ErrorModel is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-errormodel-structure.json",
"name": "ErrorModel",
"description": "ErrorModel schema from Censys Platform API",
"type": "object",
"additionalProperties": false,
"properties": {
"detail": {
"type": "string",
"description": "A human-readable explanation specific to this occurrence of the problem."
},
"errors": {
"type": [
"array",
"null"
],
"description": "Optional list of individual error details",
"items": {
"$ref": "#/components/schemas/ErrorDetail"
}
},
"instance": {
"type": "uri",
"description": "A URI reference that identifies the specific occurrence of the problem."
},
"status": {
"type": "int64",
"description": "HTTP status code"
},
"title": {
"type": "string",
"description": "A short, human-readable summary of the problem type. This value should not change between occurrences of the error."
},
"type": {
"type": "uri",
"description": "A URI reference to human-readable documentation for the error.",
"default": "about:blank"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.