2

I'm trying to access the Instagram API location endpoint with the below call, but keep getting the error further below:

https://api.instagram.com/v1/locations/search/?lat=40.758895&lng=-73.985131&access_token=MY-ACCESS-TOKEN

error:

{"meta":{"error_type":"APIError","code":400,"error_message":"Endpoint temporarily unavailable; please retry shortly"}}

This has been consistent for the last 12+ hours. Is the Instagram API truly this unreliable or am I missing something? (Note: this is the lat/lon for Times Square, so I would expect locations to show up)

MattDionis
  • 3,534
  • 10
  • 51
  • 105

1 Answers1

4

Yes, there is a problem currently affecting Instagram's API servers. First seen by my servers 20 hours ago.

Sentry graph of Instagram 400 temporarily unavailable error

uberdog
  • 325
  • 1
  • 4
  • Just a heads up. I just successfully called the location search endpoint. Thankfully it looks like it's back up again! – MattDionis Aug 28 '14 at 01:21
  • Broken again as of 2 hours ago. @MattDionis – uberdog Aug 28 '14 at 17:43
  • Now I'm getting a 503 - Service Unavailable and can't even access the API documentation. Maybe building around the Instagram API wasn't a good idea on my part. @uberdog – MattDionis Aug 28 '14 at 20:16