Skip to main content

Is it possible to have a CSV report via the API?

No. The API returns objects in JSON format.

Jakub Kubinski avatar
Written by Jakub Kubinski
Updated over 3 weeks ago

Environment

  • Onomondo API

Question

  • Is it possible to have a CSV report via the API?

  • How can I get the API output in CSV?

Answer

The API returns objects in JSON format.

You can convert the JSON into CSV using:

  • a custom Python script, or

  • an online JSON-to-CSV converter

Did this answer your question?