Counties
County list, rollups, the schools within a county, and lookup.
[ 4 ENDPOINTS ]
GET
/v1/countiesCounty list, filterable by state or Census region (paginated).
GET
/v1/counties/{countyFips}/summaryCounty rollup: crime and school counts across the county.
GET
/v1/counties/{countyFips}/schoolsEvery school in a county: public K-12, colleges, and private (paginated).
POST
/v1/counties/verifyResolve a county by FIPS, or by name + state (tolerates the "County" suffix).
