There is a dedicated endpoint for data: https://data.nayaone.com.
All Datasets can be found in the Datasets tab and the data-table names, and further information can be found under the documentation tab of their respective cards. Code snippets can be copied in order to test each Dataset out from the same documentation tab.
The endpoints of the requests are: <https://data.nayaone.com/<data-table>
Datasets stored within NayaOne have a limit of 10 records per request. However, any queries in the PostgREST format can be passed into the API and used to explore the Dataset in finer detail. A particularly useful parameter is “offset”; this input allows access to rows of data, which are not just the first 10.
View full PostgREST documentation
Example: curl -i -X GET https://data.nayaone.com/IBRD_Statement_Of_Loans_Historical -h "Sandpit-key: <your-key>"