You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,3 @@
2
2
3
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
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