Data API Explorer
Browse schemas, test endpoints, explore data
Schema Browser
| Field | Type |
|---|---|
id | string |
name | string |
population | integer |
total_acres | float |
l1_count | integer |
boundary_geojson | GeoJSON |
| Field | Type |
|---|---|
id | string |
name | string |
population | integer |
households | integer |
zone | string |
frost_free_days | integer |
median_income | float |
l0_count | integer |
| Field | Type |
|---|---|
hex_id | string (H3) |
nlcd_type | string |
productive | boolean |
elevation | float (m) |
slope | float (deg) |
aspect | float (deg) |
ph | float |
organic_matter | float (%) |
phi_hex | float (0-1) |
best_method | string |
tier | integer |
kcal_per_acre | float |
people_fed | float |
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/locations |
List all available locations |
| GET | /api/location/load?id=X |
Load full location data by ID |
| GET | /api/hex/{id} |
Get single hex detail by H3 ID |
| GET | /api/region/summary |
Aggregate stats for a region |
| GET | /api/foodshed |
Compute foodshed gap analysis |
Data Browser
| hex_id | nlcd | phi_hex | kcal/ac/yr | method |
|---|---|---|---|---|
882a100d23 |
dev_low | 0.70 | 2,030,000 | intensive_garden |
882a100d25 |
cultivated | 0.88 | 3,520,000 | row_crop |
882a100d27 |
pasture | 0.72 | 144,000 | pasture |
882a100d29 |
forest | 0.55 | 660,000 | food_forest |
882a100d31 |
water | 0.00 | 0 | — |
11,547 records total | Page 1 of 2,310
Edit Data →