USDA SDA / SSURGO
Mapped survey component and horizon attributes at a location, clearly distinguished from a soil test collected at that point.
Experimental API · v0.2.0
Query mapped USDA soil survey information and observed NCSS laboratory pedons through typed JSON contracts that keep source fields, depth, methods, retrieval time, detection limits, and scientific warnings visible.
Two USDA data kinds online: mapped survey and observed laboratory pedons
Live contract
USDA SDA / SSURGO is supported for point inspection. NCSS Lab Data Mart is experimental for bounded GeoJSON pedon discovery and method-rich horizon observations.
Mapped survey component and horizon attributes at a location, clearly distinguished from a soil test collected at that point.
Observed samples by pedon and horizon, with methods, reported-value qualifiers, depth, coordinates, and representation warnings preserved.
Bounded feature collections, generated schemas, structured errors, request IDs, cache metadata, and credential-free GET access support D3 dashboards.
Try a location
curl --get 'https://api.opensoil.net/v1/soil/location' \
--data-urlencode 'latitude=39.7102' \
--data-urlencode 'longitude=-111.8363' \
--data-urlencode 'properties=ph,clay' \
--data-urlencode 'depth_top_cm=0' \
--data-urlencode 'depth_bottom_cm=30'