https://api.bber.unm.edu/api/data/rest/bbertable
https://github.com/UNM-BBER/BBERAPI-sample
Parameter | Description | Sample Values |
---|---|---|
table | Data soure | rp80, dp05 |
variables | List of variables for endpoint to return | foodmedt, grosstax |
stfips | Federal Information Processing Standards Code | 00, 35 |
areatype | Code describing type of geographic area: e.g. county, service delivery area, MSA | 00, 01, 04, 21 |
area | Six digit code assigned to represent a geographic area. Based on Census Bureau geo ID | 000001, 0000028 |
periodtype | Code for type of period day, month, year, annual, quarterly, etc | 01, 04 |
periodyear | Year that the data represent | 2020, 2021 |
period | 1-12 for months or 1-4 for quarters, is 00 for annual | 1, 2 |
indcode | The two to six digit industry code | 11, 23 |
adjusted | Seasonally Adjusted 1, non seasonally adjusted 0 | 0, 1 |
ownership | The two digit ownership identifier; 00 all ownerships, 50 private only | 00, 50 |
operation | Data manipulation function to apply to data source (see full list) | growthrate |
token | token to get authentication to private/paid data subscription | ABCXXXX |
periodyear
parameter) https://api.bber.unm.edu/api/data/rest/bbertable?table=sp500&periodyear=2018-2021
https://api.bber.unm.edu/api/data/rest/bbertable?table=sp500&periodyear=2005-2010,2015-2020
https://api.bber.unm.edu/api/data/rest/bbertable?table=sp500&periodyear=2010,2015,2020
TABLENAME.VARIABLENAME
as the normal variable name. https://api.bber.unm.edu/api/data/rest/bbertable?table=b11005,b11001&variables=b11005.tot_hhoneplusu18_famhh_marriedfam_e,b11001.tot_nonfamhh_hhalone_e
tot_hhoneplusu18_famhh_marriedfam_e
from the table b11005
and
the variable tot_nonfamhh_hhalone_e
from the table b11001
and merge it into one response.
https://api.bber.unm.edu/api/data/rest/bbertable?table=sp500&operation=growthrate
https://api.bber.unm.edu/api/data/rest/bbertable?table=sp500&operation=growthrate,marginal,cumulative
{
metadata: {
columns: [...],
table: {...}
},
data: [...]
}
https://api.bber.unm.edu/data/rest/makemap