Autom

Google Countries

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

GET
/v1/finder/google-countries

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Query Parameters

query*string

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

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.autom.dev/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"
}