Autom

Google Languages

GET
/v1/finder/google-languages

Search Google languages and retrieve language codes (free Finder endpoint).

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

Filter languages by a search string (case-insensitive). Returns all languages whose names contain the specified string.

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/finder/google-languages?query=string"
[  {    "language_code": "fr",    "language_name": "French"  },  {    "language_code": "fy",    "language_name": "Frisian"  }]
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}