Skip to main content
GET
Returns every supported topic for a location in a single call — all 18 natural, all 14 proximity counts, and all 5 measurements. This is the most efficient way to get a complete picture of a location. 37 topics for 35 credits. Requires the bundle scope.
Responses are large — typically 5–7 MB. Confirm your HTTP client doesn’t impose a smaller maxContentLength. Many default to 10 MB or less.
number
required
Latitude in decimal degrees. US locations only.
number
required
Longitude in decimal degrees. US locations only.

Response

object
Map of topic slug to result — 37 entries.value has three different shapes depending on the topic’s category. Do not assume a uniform structure:
  • Natural (18) → object with rating, score, frequency
  • Proximity (14) → a plain number
  • Measurements (5) → topic-specific object
See the Topics Reference for the exact shape of each.
number
Always 35 on success, 0 on failure.
Type-check before you parse. brownfield.value is a number. wildfire.value is an object. Code that assumes one shape across all topics will break.