Piloterr

Google Locations Finder

GET
/v2/finder/google-locations

Search Google-supported locations by name to retrieve location IDs and GPS coordinates for geo-targeted search API calls.

Autorização

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parâmetros de consulta

query*string

Restricts your search to locations that contain the supplied string.

Example:

Paris

Note: Searching 'Austin' will find 'Austin, TX', 'The University of Texas at Austin', 'Rochester, MN-Mason City, IA-Austin, MN, United States', etc.

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/finder/google-locations?query=string"
[  {    "id": "585069a2ee19ad271e9b5052",    "gps": [      -98.936927,      49.951529    ],    "name": "Austin",    "reach": 0,    "google_id": 1001982,    "target_type": "City",    "country_code": "CA",    "canonical_name": "Austin,Manitoba,Canada",    "google_parent_id": 20115  }]
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}