The "Type" parameter

Create custom functionality with the 'type' parameter.

For some URLs you can set to JSON format as the default in the editor, but you can also utilise further json formatting using the type parameter, and even return HTML tables. Here is one example:

https://api.csvgetter.com/abcd1234 // returns some csv data

https://api.csvgetter.com/abcd1234?type=json_records // returns JSON data

Last updated