Check Banned Hashtags
A banned hashtag checker
GET
Available on Premium, Business, Enterprise plans.
A banned hashtag checker to validate if the given hashtag has been banned by Instagram or other social networks.
Header Parameters
AuthorizationstringrequiredQuery Parameters
hashtagstringrequiredThe hashtag to validate. Format: "hashtag" or "#hashtag"
curl --location --request GET 'https://api.acme.com/acme/api/hashtags/banned?hashtag=%23bikinibody' \
--header 'Authorization: Bearer API_KEY'200
{
"hashtag": "#bikinibody",
"banned": true
}400
{
"action": "request",
"status": "error",
"code": 101,
"message": "Missing or incorrect parameters. Please verify with the docs. .../acme.com/rest-api/endpoints"
}