Skip to content

Unlock the potential of your innovation project with our help guides and videos. Let’s get started.

Configuring your Sandpits

10
  • Sandpit limitations
  • Secure Sandpits: Overview
  • Sandpit control levels
  • How to add a SaaS Sandpit
  • How to simulate your local setup
  • How to connect to a Cloud Sandpit in AWS
  • How to add a Data Science Sandpit
  • How to add a Cloud Sandpit
  • How to upload local code to a Sandpit
  • How to add extra plugins to a Sandpit

Use Case Library

3
  • Machine Learning with AWS SageMaker
  • Exploring AI with NayaOne
  • Wealth management property valuations

Working with Fintechs

3
  • How to connect to a Fintech’s API
  • How to make requests to Fintechs
  • How to view a Fintech’s documentation

Using Data

4
  • How to connect a Dataset API
  • How to connect to a Dataset
  • How to change data request limits
  • How to test a Dataset with a Fintech’s API
  • Main website
  • Help Centre
  • I'm a developer
  • How to connect a Dataset API
View Categories

How to connect a Dataset API

< 1 min read

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:

Documentation tab highlighted

Choose your language and copy the raw API:

Filter for languages

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 responseDescription
200OK
4xxBad request
5xxService unavailable
Did this page answer your question?
This article covers:
  • How to select a Dataset's API
  • Endpoints
  • API rate limits (and how to change them)

© 2019–2024 NayaOne. All rights reserved