Population Projections 2017

Projected Population by Demographic Characteristics (Single Year of Age)

  • API Call: api.census.gov/data/2017/popproj/pop?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.gov/data/2017/popproj/pop.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/pop/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call:

    api.census.gov/data/2017/popproj/pop?get=POP,YEAR&for=us:1&key=YOUR_KEY_GOES_HERE

Projected Population by Demographic Characteristics (Age Groups)

  • API Call: api.census.gov/data/2017/popproj/agegroups?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.gov/data/2017/popproj/agegroups.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/agegroups/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call:

    api.census.gov/data/2017/popproj/agegroups?get=POP,YEAR&for=us:1&key=YOUR_KEY_GOES_HERE

Projected Population by Demographic Characteristics (Single Year of Age) and Nativity

  • API Call: api.census.gov/data/2017/popproj/nat?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.gov/data/2017/popproj/nat.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/nat/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call:

    api.census.gov/data/2017/popproj/nat?get=POP,YEAR&for=us:1&key=YOUR_KEY_GOES_HERE

Projected Births by Demographic Characteristics

  • API Call: api.census.gov/data/2017/popproj/births?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.govdata/2017/popproj/births.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/births/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call: Projected births for Hispanics (RACE_HISP=8) of males (SEX=1) where YEAR=2017

    api.census.gov/data/2017/popproj/births?get=BIRTHS&RACE_HISP=8&SEX=1&YEAR=2017&for=us:1&key=YOUR_KEY_GOES_HERE

Projected Deaths by Demographic Characteristics

  • API Call: api.census.gov/data/2017/popproj/deaths?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.gov/data/2017/popproj/deaths.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/deaths/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call: Projected deaths by year

    api.census.gov/data/2017/popproj/deaths?get=DEATHS,YEAR&for=us:1&&key=YOUR_KEY_GOES_HERE

Projected Net International Migration by Demographic Characteristics

  • API Call: api.census.gov/data/2017/popproj/nim?key=YOUR_KEY_GOES_HERE
  • Examples and Supported Geographies: api.census.gov/data/2017/popproj/nim.html?key=YOUR_KEY_GOES_HERE
  • Variables: api.census.gov/data/2017/popproj/nim/variables.html?key=YOUR_KEY_GOES_HERE
  • Example Call: Projected net international migration by year

    api.census.gov/data/2017/popproj/nim?get=NIM,YEAR&for=us:1&key=YOUR_KEY_GOES_HERE

Related Information

Page Last Revised - May 14, 2026