FIPS (Federal Information Processing Standards) codes are a set of numeric codes used to uniquely identify geographic areas within the United States. They were developed by the National Institute of Standards and Technology (NIST) to ensure consistent identification of states, counties, and other geographic entities in computer systems and databases. The number of digits in FIPS codes varies depending on the level of geography.
You can find FIPS code output on the following BigDataCloud API endpoints:
REVERSE GEOCODING API PACKAGE :
Please note that the FIPS object output is only available for locations within the United States and will be omitted for locations outside of the US.
Sure! Here's an example of the FIPS object output for a location in Pasadena, Harris County, TX, US:
"fips": {
"state": "48",
"county": "201",
"countySubdivision": "92975",
"place": "56000"
}
No, the FIPS code is a string of numbers, not an integer. Please do not convert it to an integer as leading zeroes will be dropped, invalidating the code.
FIPS codes have been gradually replaced by ANSI (American National Standards Institute) codes and the Census Bureau's GEOID codes, which are more commonly used for geographic identification purposes now. However, the BigDataCloud API returns FIPS codes, which can be matched to GEOID codes with a little effort when required.
Certainly! Here's an example of how the above FIPS outcome for Pasadena City, Harris County, TX, can be matched to GEOID codes:
GEOID Structure | Number of Digits | Example Geographic Area | Example GEOID |
---|---|---|---|
STATE | 2 | Texas | 48 |
STATE+COUNTY | 2+3=5 | Harris County, TX | 48201 |
STATE+COUNTY+COUSUB | 2+3+5=10 | Pasadena CCD, Harris County, TX | 4820192975 |
STATE+PLACE | 2+5=7 | Pasadena City, TX | 4856000 |
We hope this clarifies any questions you may have about FIPS codes and their usage with BigDataCloud API. If you have any further inquiries, feel free to reach out to us!
If you have any further queries, feel free to contact our email support on our contact us page .
Topics