Skip to content

Making a request

Arturs D edited this page Jul 25, 2020 · 7 revisions

Request URL

The URL of your request must start with the following base URL:

https://arturs.site/apis/bestexits

Followed by one of the following endpoints:

All data must be passed as query parameters, and you must send the request using the GET method. Any other method will be rejected.

Authentication

Access to the data is restricted using rate limiting to prevent abuse.

If you want to start using the API, you may request an API key by contacting me on Twitter, or by email at mail@arturs.site.

API keys are currently free while I am still collecting all the necessary data, but a small monthly fee will be introduced when the dataset is complete.

The API key must be passed in the optional query parameter api_key. It's recommended that you make your requests server-side, so that users can't find and use your key.

Clone this wiki locally