Download the underlying data or access it programmatically via the REST API.
All data on this dashboard is public. It can be downloaded directly or pulled programmatically through the API below.
Download all metric definitions and their latest observations as a CSV file.
Stress scores, AI exposure weights, and impact scores for all tracked metros.
AI exposure, displacement, and augmentation scores for all occupations.
SchemaCurrent scenario tracker weights and monitored indicator status.
The dashboard API is a RESTful JSON API. All endpoints are read-only and require no authentication.
| Endpoint | Description | Example |
|---|---|---|
GET /api/metrics | List all metric definitions | /api/metrics |
GET /api/metrics/{metric_id}/observations | Latest observations for a metric | /api/metrics/L5/observations |
GET /api/metrics/{metric_id}/history | Time series for a metric | /api/metrics/L5/history?geo_id=national:US |
GET /api/geo/metro-impact | Metro heatmap data (stress scores) | /api/geo/metro-impact |
GET /api/scenario | Scenario tracker weights + monitored indicators | /api/scenario |
GET /api/career/search?q=... | Search for an occupation by title | /api/career/search?q=software+engineer |
GET /api/career/detail/{onet_code} | Full occupation detail with scores | /api/career/detail/15-1252.00 |
GET /api/learn/resources | List all research articles | /api/learn/resources |
GET /api/learn/search?q=... | Full-text search across articles | /api/learn/search?q=AI+displacement |
GET /api/methodology | Data sources, scoring config, scenario triggers | /api/methodology |
GET /api/v2/metrics | Paginated metrics (v2) | /api/v2/metrics?limit=20&offset=0 |
API base URL: https://aidisruption.fyi/api. No authentication required. Rate limit: be reasonable.
Get notified when new data or research goes up. Pick whichever method works best:
Subscribe to the RSS feed for updates on new indicators, data refreshes, and research articles.
Subscribe via RSSGet an email when data is updated for your metros or occupations of interest.