US Census Bureau · Example Payload

Census Pums Tabulate Example

Tabulate weighted person counts (PWGTP) from the 2023 ACS 1-Year Person PUMS broken down by sex (SEX) for the state of California.

GovernmentFederalDemographicsStatisticsEconomicsGeospatialOpen DataPublic Sector

Census Pums Tabulate Example is an example object payload from US Census Bureau, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationdescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "tabulateAcs1PumsPerson",
  "description": "Tabulate weighted person counts (PWGTP) from the 2023 ACS 1-Year Person PUMS broken down by sex (SEX) for the state of California.",
  "request": {
    "method": "GET",
    "url": "https://api.census.gov/data/2023/acs/acs1/pums?get=SEX,PWGTP&for=state:06&key=YOUR_KEY"
  },
  "response": [
    ["SEX","PWGTP","state"],
    ["1","19251000","06"],
    ["2","19608000","06"]
  ]
}