A small but important upgrade in DataForSEO Labs API – we’ve added support for the English language in Greece to Google endpoints.
Now you can analyze your target terms in Greece not only in the Greek language but also in English.
Remember that you can always find all supported languages and data sources for a certain country by using the List of Locations and Languages for DataForSEO Labs API, or by making a GET request to:
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
Here’s a part of the response where you can see languages and sources along with precise numbers of SERPs and keywords available for Greece:
{
"location_code": 2300,
"location_name": "Greece",
"location_code_parent": null,
"country_iso_code": "GR",
"location_type": "Country",
"available_languages": [
{
"available_sources": [
"google"
],
"language_name": "Greek",
"language_code": "el",
"keywords": 17645369,
"serps": 1358319
},
{
"available_sources": [
"google"
],
"language_name": "English",
"language_code": "en",
"keywords": 4907452,
"serps": 922516
}
]
}