Skip to main content
GET
/
tags
List all tags
curl --request GET \
  --url https://demo.law4devs.eu/api/v1/tags
{
  "data": [
    {
      "id": 1,
      "slug": "vulnerability-reporting",
      "name": "Vulnerability Reporting",
      "description": "Requirements related to disclosing and reporting software vulnerabilities.",
      "keywords": [
        "vulnerability",
        "CVE",
        "disclose",
        "disclosure"
      ],
      "color": "#e74c3c",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {
    "api_version": "1.0",
    "total": 123,
    "page": 123,
    "per_page": 123,
    "pages": 123
  },
  "links": {
    "next": "<string>",
    "prev": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page
integer
default:1

Page number (1-based)

Required range: x >= 1
Example:

1

per_page
integer
default:20

Results per page (max 100)

Required range: 1 <= x <= 100
Example:

20

Response

200 - application/json

All tags ordered by name

data
object[]
required
meta
object
required