censusreporter / census-api

The home for the API that powers the Census Reporter project.
MIT License
166 stars 50 forks source link

Issue with data retrieval from API #66

Closed jdgodchaux closed 6 years ago

jdgodchaux commented 6 years ago

When I curl the example in the Census Reporter API documentation I get the following response:

$ curl "https://api.censusreporter.org/1.0/data/show/latest?table_ids=B13016&geo_ids=04000US55"
{"error": "The ACS 2015 5-year release doesn't include GeoID(s) 04000US55."}

Am I doing something wrong or is there an issue with the API? Thanks!

iandees commented 6 years ago

I'm in the middle of adding 2016 5-year data. This shouldn't have broken requests like this, but it looks like people are having problems. It should be fixed in the next day or so when I finish adding the new data. I'll update here when it is fixed.

iandees commented 6 years ago

This should be back to working. Let me know if you're still seeing problems.

jdgodchaux commented 6 years ago

Looks good! Thank you!