kikulikov
kikulikov

Reputation: 2583

Instagram GET /locations/search returns 400 error

Every time I call the GET /locations/search API endpoint always returns me an error

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

Examples of requests:

https://api.instagram.com/v1/locations/search?lat=48.858844&lng=2.294351&client_id=CLIENT_ID

https://api.instagram.com/v1/locations/search?FOURSQUARE_V2_ID=4ac518b6f964a5201ea120e3&client_id=CLIENT_ID

The same response if I use an "access_token".

Obviously, I use a proper CLIENT_ID and ACCESS_TOKEN.

I've tried it with different accounts but it constantly returns 400 APIError for me.

All other API endpoints works fine for me.

Thanks.

Upvotes: 1

Views: 289

Answers (1)

uberdog
uberdog

Reputation: 345

Many (all?) clients have been receiving that error on that endpoint for the past 48 hours. It's not just you.

Sentry dashboard screenshot

See this other Stackoverflow question regarding this outage

Upvotes: 1

Related Questions