The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown.
Output
Encoding
application/jsontags
array
Required
Every tag, alphabetically by slug.
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": "pub.oysters.defs#tagView",
"type": "ref"
},
"description": "Every tag, alphabetically by slug."
}
}
},
"encoding": "application/json"
},
"description": "The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown."
}