Skip to content

Fetch a Tag by Slug

GET /tags/slug/{slug}

Server: https://gamma.openfish.fun

Tags: Tags


NameInTypeDescription
slugpathstringRequired. The URL-friendly slug identifying the tag

200 — Responds with the Tag object that matches the given slug.

404 — No tag was found for the specified slug.

{
"id": "42",
"label": "Crypto",
"slug": "crypto",
"forceShow": false,
"forceHide": false,
"isCarousel": false,
"requiresTranslation": false,
"createdAt": "2025-01-01T00:00:00+00:00",
"updatedAt": "2025-01-01T00:00:00+00:00"
}

Terminal window
curl "https://gamma.openfish.fun/tags/slug/crypto"