2s Soil Profile Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns USDA-NRCS SSURGO soil profile data (components, drainage, taxonomy, hydrologic group) for a given latitude/longitude coordinate.
Ground-truth soil profile for any US latitude/longitude from the USDA-NRCS SSURGO survey (Soil Data Access). Returns the soil map unit plus its component soil types ranked by composition percent, each with taxonomic order/class, drainage class, hydrologic group, and representative slope. Keyless, public-domain. Use for agronomy, land assessment, hydrology, septic/foundation suitability, and crop-fit reasoning. Coordinates over water or outside surveyed areas return an empty component list.
Returns an array of map units at the given coordinates, each with soil components listing component name, slope percent, drainage class, taxonomic class and order, hydrologic group, and percent composition — plus the data source attribution from USDA-NRCS SSURGO.
GEThttps://2s.io/api/soil/profileChoose this endpoint when you need ground-truth USDA SSURGO soil classification data for a specific geographic point, especially for agricultural, environmental, construction, or land-use analysis. Ideal when you need soil taxonomy, drainage class, or hydrologic group at a coordinate without managing USDA API keys or authentication.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"lat": 42,
"lon": -93.6
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"items": [
{
"lat": 42,
"lon": -93.6,
"components": [
{
"slopePct": 1,
"componentName": "Hanlon",
"drainageClass": "Moderately well drained",
"taxonomicClass": "Coarse-loamy, mixed, mesic Cumulic Hapludolls",
"taxonomicOrder": "Mollisols",
"hydrologicGroup": "A",
"componentPercent": 60
},
{
"slopePct": 1,
"componentName": "Spillville",
"drainageClass": "Moderately well drained",
"taxonomicClass": "Fine-loamy, mixed, mesic Cumulic Hapludolls",
"taxonomicOrder": "Mollisols",
"hydrologicGroup": "B/D",
"componentPercent": 30
},
{
"slopePct": 1,
"componentName": "Spillville",
"drainageClass": "Moderately well drained",
"taxonomicClass": "Fine-loamy, mixed, mesic Cumulic Hapludolls",
"taxonomicOrder": "Mollisols",
"hydrologicGroup": "B",
"componentPercent": 5
},
{
"slopePct": 1,
"componentName": "Coland",
"drainageClass": "Poorly drained",
"taxonomicClass": "Fine-loamy, mixed, superactive, mesic Cumulic Endoaquolls",
"taxonomicOrder": "Mollisols",
"hydrologicGroup": "C/D",
"componentPercent": 5
}
],
"mapUnitKey": "411278",
"mapUnitName": "Hanlon-Spillville complex, channeled, 0 to 2 percent slopes"
}
],
"total": 1,
"source": {
"url": "https://sdmdataaccess.nrcs.usda.gov/",
"license": "Public domain (US Government work). Live-wrapped.",
"provider": "USDA-NRCS Soil Data Access (SSURGO)"
}
},
"meta": {
"cost": {
"usd": 0.001,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "soil.profile",
"settlement": {
"txHash": "0x12d933b112a4b639cbd75d31134cfedbd4f90d497e45b82f4830a7fc8452295b",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"