Autom

Google Countries

GET
/v1/finder/google-countries

Search Google countries and retrieve country codes (free Finder endpoint).

Autorización

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

Filter countries by a search string (case-insensitive). Returns all countries whose code or name matches the specified query.

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/finder/google-countries?query=string"
[  {    "country_code": "fr",    "country_name": "France"  },  {    "country_code": "gf",    "country_name": "French Guiana"  }]
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}