Places (Search) API Developer's Guide

HTTP Status Codes

Places (Search) API supports the standard HTTP status codes

Status code Description
200 OK Indicates success.
201 Created Indicates success.
400 Bad request Invalid parameter value in the request, for example zoom out of range.
401 Unauthorized Invalid authentication.
403 Forbidden Missing or incorrect apiKey in the request. If you are using app_id/app_code authentication, yout request is missing a valid app_id or app_code parameters. For more information, see the Identity & Access Management Developer Guide.
404 Not found Unsupported parameter in the request.
410 Gone The requested resource is no longer available, for example a place that has been removed from the system.
429 Too Many Requests The user has sent too many requests in a given amount of time or user's request quota has been exceeded.
500 Internal error There is a server configuration issue.
503 Service Unavailable Indicates that the service is temporarily unavailable due to system overload or maintenance.