{ "opencollection": "1.0.0", "info": { "name": "USDA ERS ARMS Data Stations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "Get Stations", "type": "http" }, "http": { "method": "GET", "url": "https://api.ers.usda.gov/data/arms/stations", "params": [ { "name": "stationIds", "value": "301:ID:SNTL", "type": "query", "description": "Comma-separated list of station IDs" }, { "name": "stateCds", "value": "ID,MT", "type": "query", "description": "Comma-separated two-letter state codes" }, { "name": "networkCds", "value": "SNTL", "type": "query", "description": "Network codes (SNTL=SNOTEL, SCAN=SCAN)" }, { "name": "minLatitude", "value": "", "type": "query", "description": "Minimum latitude for bounding box" }, { "name": "maxLatitude", "value": "", "type": "query", "description": "Maximum latitude for bounding box" }, { "name": "minLongitude", "value": "", "type": "query", "description": "Minimum longitude for bounding box" }, { "name": "maxLongitude", "value": "", "type": "query", "description": "Maximum longitude for bounding box" }, { "name": "minElevation", "value": "", "type": "query", "description": "Minimum elevation in feet" }, { "name": "maxElevation", "value": "", "type": "query", "description": "Maximum elevation in feet" } ] }, "docs": "Retrieve a list of monitoring stations filtered by state, network type, county, hydrologic unit, or bounding box." } ] } ], "bundled": true }