API Documentation
Response Codes
API response codes and their meanings
Response Codes
This API returns the following response codes to indicate the status of your requests and potential errors that may arise.
Status Code | Description | Example Response |
---|---|---|
200 | Success | json { "features": {} } |
400 | Bad Request: Required field missing | json { "error": "Address is required" } |
401 | Unauthorized: API key is missing/invalid | json { "error": "Unauthorized: API key is missing" } |
403 | Forbidden: Usage limit exceeded | json { "error": "Forbidden: Usage limit exceeded" } |
404 | Not Found: Property not found | json { "error": "No property found matching the criteria" } |
429 | Rate Limit Exceeded: 200 calls per minute maximum | json { "error": "Too many requests" } |
500 | Internal Server Error | json { "error": "Internal Server Error" } |
Each response code includes an example JSON payload to help identify the issue and guide your next steps.