Skip to main content
GET
Returns a single topic for a set of coordinates. Your API key must carry a scope matching the requested topic. See Authentication.
string
required
Topic slug. One of the 37 supported values — see the Topics Reference.Example: wildfire, brownfield, airQuality
number
required
Latitude in decimal degrees. US locations only.
number
required
Longitude in decimal degrees. US locations only.

Response

string
The topic slug you requested, echoed back.
object
The coordinates that were resolved.
object | number
The primary answer. Shape depends on the topic category — an NRI rating object, a count, or a measurement object. See Topics Reference.
object | array | null
Supporting records. null for many topics.
number
Credits charged. Always 1 for this endpoint on success, 0 on failure.