Skip to main content

GET: Retrieve Tag

Endpoint: GET http://api.blug.io/api/v1/blog/tags/:id/

Description

This endpoint is used to fetch a particular tag using a GET request.

Headers

  • X-API-KEY: {{API_KEY}}

Path Variables

  • id — The unique identifier of the tag.

Example Request

curl --location 'http://api.blug.io/api/v1/blog/tags/:id/'

Example Response

200 OK

{
"uuid": "cfac49c4-5224-4d1f-9345-3c0d2ef514a9",
"name": "javascript",
"articles": []
}