The format
parameter
The format
query parameter specifies the output format of the response. Available formats are json
, api
and txt
. json
(default for scripts) renders the output in JSON. api
(default for browsers) renders the page as a complete HTML page with browsable links. txt
renders the response objects line-by-line, sometimes known as JSONL, which is usefull for streaming large responses.