Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can easily change the output format in every data request using the URL parameter dformat.

NDJSON

Request example:

Code Block
https://ecoplots-test.tern.org.au/api/v1.0/datasets?dformat=ndjson

...

Response content-type: application/x-ndjson

CSV

Request example:

Code Block
https://ecoplots-test.tern.org.au/api/v1.0/datasets?dformat=csv

...