USDA / USDA-APIs

Do you have feedback, ideas, or questions for USDA APIs? Use this repository's Issue Tracker to join the discussion.
www.usda.gov/developer
107 stars 16 forks source link

HTTP 404 when calling the API #3

Closed cathwaggoner closed 11 years ago

cathwaggoner commented 11 years ago

I am trying to do a basic http request to the API using a Curl like tool called Postman. I copied and pasted the URL from the documentation for a zipSearch. I provided the query parameter zip and gave it a valid zip. I also set the Content-Type header to application/json; charset=utf-8. The server is returning an HTTP 404 though.

Hereis the URL I am using: http://search.ams.usda.gov/v1/data.svc/zipSearch?zip=94612

amandare commented 11 years ago

Hello - The sample URLs did not reflect the API move to production. You should be able to use this URL instead:

http://search.ams.usda.gov/farmersmarkets/v1/data.svc/zipSearch?zip=94612

AMS has updated the API code examples to reflect the directory structure change.

ShaylaMae commented 11 years ago

@cathwaggoner -- did that resolve the issue for you?

cathwaggoner commented 11 years ago

It did, thank you! Really awesome to have all of this information in one place. Do you have plans to release anymore APIs around food and farming?

best,

Catherine

On Mon, Jun 24, 2013 at 11:14 AM, ShaylaMae notifications@github.comwrote:

@cathwaggoner https://github.com/cathwaggoner -- did that resolve the issue for you?

— Reply to this email directly or view it on GitHubhttps://github.com/USDA/USDA-APIs/issues/3#issuecomment-19925047 .

ShaylaMae commented 11 years ago

Glad to hear that worked for you and thanks for the feedback on our data set. At our agency (the Agricultural Marketing Service), we're looking at our other online data sets, with the goal of releasing more APIs in the future. We have things like lists of certified organic operations, food/commodity pricing information, etc, that we collect. We don't have a specific timeline for the next one(s) yet, though. USDA as a whole has other APIs available at http://www.usda.gov/developers. You might want to check them out.