U.S. flag

An official website of the United States government

Skip Header
About
Guidance
Latest Releases
Search data, events, resources, and more

New Category of Required Variables: Default Displayed

What is happening?

The U.S. Census Bureau is releasing a new classification of required variables to allow users to see when a default value is used when the variable is not directly queried. The default value of these variables will be returned without the user requesting them. Required variables still must be directly queried or an error will occur.

This functionality may break existing calls to the API Discovery for variables due to changing fields in the XML, JSON and HTML.

This functionality will only be available with select datasets.

When?

Released to beta on July 6, 2017 and plan to release to production on July 19, 2017.

Beta: https://beta.dataweb.rm.census.gov/data.html

Production: https://api.census.gov/data.html

How to use?

Some variables will now switch from “required” to “default displayed”. This could aid in creating your queries.

Where you will see it?

HTML

On the variables page, another classification being added in the required column which may replace existing values.

JSON

  {

  "name": "LFO",

  "label": "Legal form of organization",

  "concept": "Employer Statistics",

  "required": default displayed,

  "predicateType": "string",

  "group": "N/A",

  "limit": 8,

  "validValues": [

  ]

}

 

XML

 

<census-api><vars><var xml:id="LFO" label="Legal form of organization" concept="Employer Statistics" required="default displayed" predicate-type="string" group="N/A" limit="8"><validValues>


            </validValues></var></vars></census-api>

Why?

This functionality will allow users to distinguish between required variables and default displayed variables. Users previously had issues because the U.S. Census Bureau previously provided the required variables by default.  The Census Data API will continue to provide these required variables but they will now be labeled as default displayed.

Questions regarding this change?

Please report any problems you encounter to <cnmp.developers.list@census.gov>.

Page Last Revised - October 8, 2021
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header