CSV Getter Docs
CSV GetterLoginSign Up
  • Welcome
  • What is CSV Getter?
  • The Export URL
  • Data Sources
    • Connect Airtable
    • Connect Notion
    • Connect Google Sheets
    • Upload Data
  • Destinations
    • Connect to Dropbox
    • Connect to Google Drive
  • Exporting
    • Export Airtable
    • Export Airtable (With Airtable URL)
    • Export Airtable (via API)
    • Export Notion
    • Export Google Sheets
    • Export Uploaded Data
  • Automations
    • Export to Excel (Windows)
    • Export to Google Sheets (Drive)
    • Export to Google Sheets (Direct)
    • Export to Dropbox
    • Export to JSON
    • Export to XML
  • Airtable
    • Linked Records and Lookup Fields
    • Export Shared Airtable View
  • Platform Features
    • URL Parameters
    • The "Type" Parameter
    • The "SQL" Parameter
    • Email Notifications
    • Extract JSON Property
    • Embeddable Wordpress HTML
  • Misc
    • Zapier Code Example
    • Google App Script Snippet
  • Custom Chat GPT Code
Powered by GitBook
On this page

Was this helpful?

  1. Automations

Export to JSON

PreviousExport to DropboxNextExport to XML

Last updated 3 months ago

Was this helpful?

Make sure you have 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

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

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

Postman
Created an Export