Skip to main content
GET
/
api
/
indicators
/
{slug}
/
download
/
json
Download full indicator bundle as JSON
curl --request GET \
  --url https://macrobymark.com/api/indicators/{slug}/download/json \
  --header 'X-API-Key: <api-key>'
{
  "guardrails": {},
  "metadata": {},
  "observations": [
    {
      "date": "2023-12-25",
      "value": 123,
      "revised": true
    }
  ],
  "relatedIndicators": "<array>",
  "release": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

slug
string
required

Response

200 - application/json

JSON bundle

guardrails
object
metadata
object
observations
object[]
release
object