v1

latestOpenAPI 3.1.02026-07-13305453.8 KB
Tags

Get tag

Get a single tag by ID or slug

get/v1/tags/{identifier}

Path parameters

identifierstring required

Tag ID or slug

Example:javascript

Tag ID or slug

Response

The requested tag

Example response

{
  "tag": {
    "id": "cryitfjp4567no07ygqadhm1",
    "name": "JavaScript",
    "slug": "javascript",
    "description": "JavaScript tutorials",
    "count": {
      "posts": 8
    }
  }
}