Account
Autoscout24
Bing
Brave
Chewy
Crunchbase
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Yachtworld
Finder (free)
Google Countries
Search Google countries.
GET
/
api
/
v2
/
finder
/
google-countries
Copy
Ask AI
curl --request GET \
--url https://piloterr.com/api/v2/finder/google-countries \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'
Copy
Ask AI
[
{
"country_code": "fr",
"country_name": "France"
},
{
"country_code": "gf",
"country_name": "French Guiana"
},
{
"country_code": "pf",
"country_name": "French Polynesia"
},
{
"country_code": "tf",
"country_name": "French Southern Territories"
}
]
Countries API allows you to search Piloterr supported countries. It should return an array of countries ordered by reach. Countries that reach the most people will be first. This API is free to use.
Search Query
This parameter filters countries based on a search string. The search is non-case-sensitive and returns all countries whose names contain the specified string.
Example: Searching for “FR” will return “France”, etc.
Response
Country code
Country name
Copy
Ask AI
[
{
"country_code": "fr",
"country_name": "France"
},
{
"country_code": "gf",
"country_name": "French Guiana"
},
{
"country_code": "pf",
"country_name": "French Polynesia"
},
{
"country_code": "tf",
"country_name": "French Southern Territories"
}
]
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://piloterr.com/api/v2/finder/google-countries \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>"
}'
Copy
Ask AI
[
{
"country_code": "fr",
"country_name": "France"
},
{
"country_code": "gf",
"country_name": "French Guiana"
},
{
"country_code": "pf",
"country_name": "French Polynesia"
},
{
"country_code": "tf",
"country_name": "French Southern Territories"
}
]
Assistant
Responses are generated using AI and may contain mistakes.