Find out which tables of data you can read with your key.
Documentation Index
Fetch the complete documentation index at: https://docs.trydatadriver.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | What it means |
|---|---|---|
datasets | array | The list of tables you can read. Empty array = your key has no permissions yet. |
table | string | The internal table name. Use this in /datasets/{table}/... URLs. |
name | string | A friendlier name you can display in your UI. |
description | string | A sentence about what the data is. |
row_count | integer | Approximate total rows. Updated periodically. |
last_updated_at | string (ISO 8601) | Timestamp of the most recent ingest. Useful for cache-busting. |
vertical | string | The data category (e.g. moving, solar, insurance). |