Provenance
PublisherFWS Critical Habitat (ESA)
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (2)
searchCriticalHabitat
readFind ESA critical habitat by species and/or location (bbox/near); format:geojson for map.
Input schema
{ "type": "object", "properties": { "species": { "type": "string" }, "scientificName": { "type": "string" }, "unit": { "type": "string" }, "listingStatus": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "includeProposed": { "type": "boolean" }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getServiceInfo
readConnector surface, field meanings, and live layer record counts (no key required).
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
