EconDash

Quick Start

Your first API request in 2 minutes

First Request

Get database statistics (no auth required):

curl "https://econdash.org/api/proxy?path=/api/v1/stats"

Response: JSON with total_indicators, total_countries, total_data_points, etc.


Get Time Series Data

Trial: use ?country= (required) with one of USA, CHN, DEU, JPN, GBR, FRA, IND, BRA, RUS, KOR.

curl "https://econdash.org/api/proxy?path=/api/v1/timeseries/{code}&country=USA&limit=5"


Direct API (for subscribed users)

With an API key, call the backend directly: https://api.econdash.org/api/v1/...

Header: X-API-Key: your_key