GMU: Get Cdl Stat
GMU via Parse · government_public
Retrieve cropland statistics (acreage by crop category) for a given year and FIPS area. When format is 'json', returns both the URL to the stats file and the parsed crop data including per-category acreage, pixel count, and color. When format is 'csv', returns only the URL. Each row in the data represents one crop or land-use category observed in the area. Access USDA Cropland Data Layer (CDL) services including crop statistics, images, and file downloads for agricultural land use analysis by FIPS code. Fulfilled by Parse from nassgeodata.gmu.edu.
- gmu
- government-public
- maps-geo
- nassgeodata-gmu-edu
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d13254c8-9694-4bbc-b5c1-3e61ffff4d61/get_cdl_stat
- Interface artifact
- sha256:751d09920f1c0cbde62ae53452decd8af687d3865912afbb13c049ddcd3d36cd
- Manifest digest
- sha256:107b0ba5ad2cad8f82bc9df4f2f0a6195575ab9edaa00ad8f9bb1b3572a8cbcd
Request fields
- fips (string, required): FIPS code for county or state area (e.g. '19001' for Adair County, Iowa).
- year (string, required): Year of CDL data (e.g. '2021').
- format (string): Output format.: Allowed values: json, csv
Example queries
- {"fips":"19001","year":"2021","format":"json"}