curl --location --request GET 'https://api.ayrshare.com/ayrshare/api/hashtags/banned?hashtag=%23bikinibody' \
--header 'Authorization: Bearer API_KEY'
{
"hashtag": "#bikinibody",
"banned": true
}
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.
API Key of the Primary Profile.
Format:
Authorization: Bearer API_KEY
Query Parameters
The hashtag to validate. Format: “hashtag” or “#hashtag”
curl --location --request GET 'https://api.ayrshare.com/ayrshare/api/hashtags/banned?hashtag=%23bikinibody' \
--header 'Authorization: Bearer API_KEY'
{
"hashtag": "#bikinibody",
"banned": true
}