Skip to main content
urltodata uses standard HTTP status codes and returns errors in a consistent JSON format.

Error format

HTTP status codes

Common errors

Missing API key

401

Missing required parameter

400

Insufficient credits

402

Resource not found

404

Rate limited

429

Rate limiting

Requests are rate limited per API key. If you receive a 429 response, back off and retry. Use exponential backoff starting at 1 second.