Skip to main content
GET
/
api
/
indicators
/
search
Search curated indicator library
curl --request GET \
  --url https://macrobymark.com/api/indicators/search \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "slug": "<string>",
      "name": "<string>",
      "source": "<string>",
      "sourceId": "<string>",
      "category": "<string>",
      "frequency": "<string>",
      "unit": "<string>"
    }
  ],
  "total": 123
}

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

Query Parameters

q
string

Free-text search query

concept
string

Filter by concept key (e.g. "gdp", "cpi")

country
string

ISO 3166-1 alpha-2 country code

limit
integer
default:50

Response

200 - application/json

Search results

results
object[]
total
integer