curl -s 'http://localhost:19999/api/v1/allmetrics?format=json' | jq

Category: Monitoring & Observability

curl -s 'http://localhost:19999/api/v1/allmetrics?format=json' | jq

Export netdata metrics as JSON

Returns all collected metrics as a JSON object, useful for scripts and custom dashboards. The format parameter switches between json, prometheus, and shell output. Pipe it through jq to extract a single chart's values.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.