v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

Displays 2010 Census and ACS demographics by Facility ID

Displays precalculated 2010 Census and American Community Survey demographic information for a provided facility identifier.

get/dfr_rest_services.get_demographics_by_id

Query parameters

output'JSONP' | 'JSON' | 'XML'

Output Format Flag. Enter one of the following keywords:

  • JSON = Data model formatted as Javascript Object Notation (default).
  • JSONP = Data model formatted as Javascript Object Notation with Padding.
  • XML = Data model formatted as Extensible Markup Language.
p_idstring required

Either the EPA Facility Registry System's REGISTRY_ID for a facility or the facility identifier from the following EPA Systems: RCRAINFO (HANDLER_ID), AFS (SCSC), ICIS NPDES (NPDES_ID), or SDWIS (PWS_ID).

callbackstring

JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.

Response

Returns an object that includes demographics

Example response

{
  "Results": {
    "Demographics": {
      "Adults": "102,422 (81.32%)",
      "AfricanAmerican": "20,125 (15.98%)",
      "AmericanIndian": "492 (.39%)",
      "AsianPacificIslander": "6,822 (5.42%)",
      "BSBA": "54,050 (60.3%)",
      "CenterLatitude": "38.798026",
      "CenterLongitude": "-77.062981",
      "Child": "8,690 (6.9%)",
      "Grades9to12": "3,706 (4.13%)",
      "HSDiploma": "12,433 (13.87%)",
      "HispanicOrigin": "19,967 (15.85%)",
      "Households": "57,468",
      "HouseholdsPublicAssistance": "502",
      "HousingUnits": "61,459",
      "Income15to25k": "2,980 (5.4%)",
      "Income25to50k": "7,851 (14.24%)",
      "Income50to75k": "8,563 (15.53%)",
      "Income75kPlus": "32,568 (59.05%)",
      "IncomeLess15k": "3,189 (5.78%)",
      "LandArea": "80%",
      "Less9thGrade": "4,213 (4.7%)",
      "Minors": "23,535 (18.68%)",
      "OtherMultiracial": "13,034 (10.35%)",
      "PercentMinority": "39%",
      "PersonsBelowPovertyLevel": "20,122",
      "PopulationDensity": "5,602/sq.mi.",
      "Radius": "3",
      "Seniors": "13,217 (10.49%)",
      "SomeCollege": "15,240 (17%)",
      "TotalPersons": "125,957",
      "WaterArea": "20%",
      "White": "85,483 (67.87%)"
    },
    "Message": "Success"
  }
}