GET
/
hashtags
/
banned
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.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY

Query Parameters

hashtag
string
required

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
}