Countries
We can also generate tags based location
Get Countries
Get a list of countries currently supported
GET
https://hashtag5.p.rapidapi.com/api/v2.1/trending/countries
Headers
Name
Type
Description
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
{
"countries": [
"Worldwide",
"Algeria",
"Argentina",
"Australia",
"Austria",
"Bahrain",
"Belarus",
"Belgium",
"Brazil",
"Canada",
"Chile",
"Colombia",
"Denmark",
"Dominican Republic",
"Ecuador",
"Egypt",
"France",
"Germany",
"Ghana",
"Greece",
"Guatemala",
"India",
"Indonesia",
"Ireland",
"Israel",
"Italy",
"Japan",
"Jordan",
"Kenya",
"Korea",
"Kuwait",
"Latvia",
"Lebanon",
"Malaysia",
"Mexico",
"Netherlands",
"New Zealand",
"Nigeria",
"Norway",
"Oman",
"Pakistan",
"Panama",
"Peru",
"Philippines",
"Poland",
"Portugal",
"Puerto Rico",
"Qatar",
"Russia",
"Saudi Arabia",
"Singapore",
"South Africa",
"Spain",
"Sweden",
"Switzerland",
"Thailand",
"Turkey",
"Ukraine",
"United Arab Emirates",
"United Kingdom",
"United States",
"Venezuela",
"Vietnam"
]
}
Take a look at how you might call this method using our official libraries, or via curl
:
curl --request GET \
--url 'https://hashtag5.p.rapidapi.com/api/v2.1/trending/countries' \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'
Get trending tags in a country
Get a list of tags trending in the country
GET
https://hashtag5.p.rapidapi.com/api/v2.1/trending/:countryName/tags
Path Parameters
Name
Type
Description
countryName*
India
The name of the country
Headers
Name
Type
Description
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
Take a look at how you might call this method using our official libraries, or via curl
:
curl --request GET \
--url 'https://hashtag5.p.rapidapi.com/api/v2.1/trending/india/tags' \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'
Last updated
Was this helpful?