v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

Search administrative areas (GADM) by name, bounding box, and level

Search administrative areas from the GADM (Global Administrative Areas) dataset by name, bounding box (minX,minY,maxX,maxY in EPSG:4326), and / or GADM level (0 = country, 1 = state / province, 2 = county / district). The returned id is the GADM identifier suitable for use as gadm_id on emission queries. Data sourced from Climate TRACE under CC BY 4.0.

get/api/v1/environment/ct/admins

Query parameters

namestring nullable

Area name substring.

Area name substring.

bboxstring nullable

Bounding box filter as minX,minY,maxX,maxY in EPSG:4326.

Bounding box filter as minX,minY,maxX,maxY in EPSG:4326.

levelinteger nullable

GADM level filter (0 = country, 1 = state / province, 2 = county / district).

GADM level filter (0 = country, 1 = state / province, 2 = county / district).

limitinteger

Maximum rows per page (1 to 1000).

Maximum rows per page (1 to 1000).

offsetinteger

Offset into the result set.

Offset into the result set.

Response

Matched administrative area records with GADM identifiers and ancestor chain.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}