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