Categories
We also support categories for easy.
Get Categories
Get a list of categories
GET
https://hashtag5.p.rapidapi.com/api/v2.1/categories
Headers
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
:
Get Specific Categories
Get a specific categories
GET
https://hashtag5.p.rapidapi.com/api/v2.1/categories/:id
Path Parameters
id*
1
The id of the category
Headers
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
:
Get Tags for Categories
Get tags from a specific categories
GET
https://hashtag5.p.rapidapi.com/api/v2.1/categories/:id/tags
Path Parameters
id*
1
The id of the category
Headers
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
:
Last updated