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