https://github.com/censusreporter/census-api
The home for the API that powers the Census Reporter project.
https://github.com/censusreporter/census-api
census data
Last synced: 6 months ago
JSON representation
The home for the API that powers the Census Reporter project.
- Host: GitHub
- URL: https://github.com/censusreporter/census-api
- Owner: censusreporter
- License: mit
- Created: 2013-05-06T05:24:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T04:20:48.000Z (almost 2 years ago)
- Last Synced: 2024-03-23T08:03:34.334Z (almost 2 years ago)
- Topics: census, data
- Language: Python
- Homepage:
- Size: 31 MB
- Stars: 159
- Watchers: 14
- Forks: 50
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Census Reporter API
===================
The home for the API that powers the [Census Reporter](http://censusreporter.org/) project.
It queries a [census-postgres](https://github.com/censusreporter/census-postgres) database and
generates JSON output that can be read by other clients. One such client is
[censusreporter.org](https://github.com/censusreporter/censusreporter).
### API Specification
Learn more about the API and how you can use it at [API.md](API.md).
### Installation
Documentation for installing and setting up the API parts of Census Reporter can be found at [INSTALL.md](INSTALL.md).