API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
data
Schema
| name | type | description |
|---|---|---|
| region_code | string | FIPS 10-4 code |
| region_division | string | division name for the given country |
| region_name | string | name of the region |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
data | 134 kB | 28 days ago | data |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 134 kB | csv | about 1 year ago | Federal Information Processing Standards (FIPS 10-4 Codes and history) |
List of FIPS (Federal Information Processing Standards) region codes.
Data
FIPS publication 10-4: COUNTRIES, DEPENDENCIES, AREAS OF SPECIAL SOVEREIGNTY, AND THEIR PRINCIPAL ADMINISTRATIVE DIVISIONS
Comes from efele.net
Source url: http://efele.net/maps/fips-10/data/fips-414.txt
Output csv file: data/data.csv
Data format
region code,region division,region name
AA00,country,ARUBA
AC00,country,ANTIGUA AND BARBUDA
AC01,dependency,Barbuda
AC03,parish,Saint George
region_code- FIPS 10-4 coderegion_division- division name for the given countryregion_name- name of the region
Preparation
If you want to update this data, you will need git and python3 installed to run processing script.
pip install -r scripts/requirements.txt
python3 scripts/process.py
Automation
Up-to-date (auto-updates every month) fips-10-4 dataset could be found on the datahub.io: https://datahub.io/core/fips-10-4
License
Author: eric.muller at efele.net
To the extent possible under law, Eric Muller has waived all copyright and related or neighboring rights to this page. This work is published from the United States. Note that this does not affect the rights other persons may have in those files. I am not qualified to determine whether such rights exist.