Madjik API documentation

Getting started

Authenticate, understand limits, read responses.

60-second start

# 1. list what your plan can access
curl -H "X-API-Key: YOUR_API_KEY" "https://api.madjik.io/v1/catalog"

# 2. latest value of one metric
curl -H "X-API-Key: YOUR_API_KEY" "https://api.madjik.io/v1/metrics/M10004"

# 3. its history with provenance
curl -H "X-API-Key: YOUR_API_KEY" \
  "https://api.madjik.io/v1/metrics/M10004/timeseries?interval=1h"