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
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "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": 168985974046.61,
    "total_prime_awards": 516975,
    "total_face_value_loan_amount": 6704156698.01,
    "total_face_value_loan_prime_awards": 13630,
    "award_amount_per_capita": 19951.07
}