Export to JSON

Make sure you have Created an Export first.


1. Go to Exports

2. Copy the Export URL of the API data

In this case, we will turn one of our Airtable exports into a JSON API

3. An App like Postman can be used to test the API URLs

4. The URL without any parameters returns CSV data

5. Add the json_records parameter to export JSON

6. Adding parameters will change the nature of the export

7. You can also add SQL parameters

8. The data can be reordered, filtered and edited with inline SQL

Last updated

Was this helpful?