Get a list of tags. Does not require auth.
Parameters
Output
Encoding
application/jsontags
array
Required
An array of hydrated tag views
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": "social.clippr.feed.defs#tagView",
"type": "ref"
},
"description": "An array of hydrated tag views"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 25,
"description": "List of tag AT-URIs to return hydrated views for"
}
}
},
"description": "Get a list of tags. Does not require auth."
}