Errors

This page details conventional HTTP response codes to indicate the success or failure of an API request.

Error Code Table

CodeMessage

401

Invalid API key

404

Route not Found

405

Method not Allowed

429

API rate limit exceeded

429

Credit value exceeded

500

Internal Server Error

Data Response Error

A response similar to below will be returned if we don't have data for a user. Note that this request was processed correctly but is conveying in the data key that the expected response data isn't available.

{'user': 'oz_da0', 'data': 'error: no metadata for username = oz_da0'}, 200

Credits are only consumed for requests that successfully return data.

Last updated