Google Locations Finder
Search Google-supported locations by name to retrieve location IDs and GPS coordinates for geo-targeted search API calls.
Authentification
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Paramètres de requête
query*string
Restricts your search to locations that contain the supplied string.
Example:
ParisNote: Searching 'Austin' will find 'Austin, TX', 'The University of Texas at Austin', 'Rochester, MN-Mason City, IA-Austin, MN, United States', etc.
Corps de la réponse
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"}