Skip to content

Commit 200483e

Browse files
committed
readme
1 parent a65d17d commit 200483e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Census API dataset tracker
2+
3+
This project tracks the dataset endpoints available in the U.S. Census Bureau APIs. There are no publicly available changelogs or regular announcements of added or removed endpoints. This daily scraper aims to fill that gap.
4+
5+
The scraper uses the censusapi R package's [listCensusApis()](https://www.hrecht.com/censusapi/reference/listCensusApis.html) function, with output saved in [data/endpoints.csv](data/endpoints.csv). If there are any changes to `endpoints.csv`, the full [dataset metadata json](https://api.census.gov/data.json) is also saved to [data/data.json](data/data.json). Endpoint additions and removals are also saved to [data/endpoint-changes.csv](data/endpoint-changes.csv).

0 commit comments

Comments
 (0)