Where to find Datasets and which endpoints you’ll need.
How to select a Dataset’s API #
Select a dataset from the Datasets Marketplace.
Click the documentation tab:
Choose your language and copy the raw API:
Endpoints #
The dedicated endpoint for data is at: https://data.nayaone.com
Endpoints of the requests are: https://data.nayaone.com/<data-table>
API rate limits (and how to change them) #
To prevent unauthorised usage, there’s a rate limit of 10 records per request.
To increase the limit apply the ?offset=10
parameter. Change by multiples of 10.
To pull all the Dataset, simply remove the offset parameter.
Queries in PostgREST format can be passed into the API for greater Dataset exploration. View full PostgREST documentation.
API response | Description |
200 | OK |
4xx | Bad request |
5xx | Service unavailable |