Skip to main content
GET
/
api
/
indicators
/
discover
Search the discovery catalog (~2M series)
curl --request GET \
  --url https://macrobymark.com/api/indicators/discover \
  --header 'X-API-Key: <api-key>'
{
  "discoveryResults": [
    {
      "entry": {
        "provider": "<string>",
        "sourceSeriesKey": "<string>",
        "title": "<string>",
        "frequency": "<string>",
        "countryCode": "<string>",
        "countryName": "<string>"
      },
      "score": 123
    }
  ],
  "totalDiscoveryMatches": 123,
  "catalogs": {}
}

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

provider
string

Provider key filter (e.g. "fred", "worldbank")

country
string

ISO country code

frequency
enum<string>
Available options:
daily,
weekly,
monthly,
quarterly,
annual
topic
string

Canonical topic slug

indicator
string
region
string
subdivision
string
limit
integer
default:20
Required range: x <= 100
browse
boolean

Response

200 - application/json

Discovery search results

discoveryResults
object[]
totalDiscoveryMatches
integer
catalogs
object