censusreporter / census-api

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

/1.0/geo/<release>/<geoid> is not working #88

Closed Jhonatangiraldo closed 2 years ago

Jhonatangiraldo commented 2 years ago

Description

Hi! When trying to fetch https://api.censusreporter.org/1.0/geo/tiger2016/04000US55 the response is

// 20220406190447
// https://api.censusreporter.org/1.0/geo/tiger2016/04000US55

{
  "error": "Unknown TIGER release"
}

I wonder what api should i use since the URL has been used for some time, and it's also referenced here in the documentation -> https://github.com/censusreporter/census-api/blob/master/API.md#get-10georeleasegeoid

Thank you so much in advance

iandees commented 2 years ago

The tiger2016 release is no longer supported. Right now the only tiger release supported is tiger2020.

Jhonatangiraldo commented 2 years ago

gotcha, thank you for the info, could I issue a PR with the update in the readme?

iandees commented 2 years ago

Yep, that'd be very helpful, thanks.

Jhonatangiraldo commented 2 years ago

Ok, thank you for letting me help, THIS PR has been opened to address this topic, will close this issue