Trending hashtags. Top tags by unique-DID usage in the last 7 days, with a minimum-distinct-users threshold to keep one-off coincidences off the row. Admin-suppressed tags are excluded.
Parameters
Output
Encoding
application/jsontags
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tags"
],
"properties": {
"tags": {
"type": "array",
"items": {
"ref": "app.didpic.feed.searchTags#tagSuggestion",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 25,
"minimum": 1
}
}
},
"description": "Trending hashtags. Top tags by unique-DID usage in the last 7 days, with a minimum-distinct-users threshold to keep one-off coincidences off the row. Admin-suppressed tags are excluded."
}