State Meta Data
This route returns basic information about the specified state.
Documentation for this endpoint can be found here.
GET /api/v2/recipient/state/51/?format=api
{
"name": "Virginia",
"code": "VA",
"fips": "51",
"type": "state",
"population": 8470020,
"pop_year": 2017,
"pop_source": "U.S. Census Bureau, 2017 Population Estimate",
"median_household_income": 68114.0,
"mhi_year": 2016,
"mhi_source": "U.S. Census Bureau, 2016 American Community Survey 1-Year Estimates",
"total_prime_amount": 128695327023.82,
"total_prime_awards": 831677,
"total_face_value_loan_amount": 29234713461.71,
"total_face_value_loan_prime_awards": 216467,
"award_amount_per_capita": 15194.22
}