Google Languages
Search Google languages and retrieve language codes (free Finder endpoint).
Autorisierung
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Abfrageparameter
query*string
Filter languages by a search string (case-insensitive). Returns all languages whose names contain the specified string.
Antworttext
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"}