Fetch a Tag by Slug
Endpoint
Section titled “Endpoint”GET /tags/slug/{slug}
Server: https://gamma.openfish.fun
Tags: Tags
Path Parameters
Section titled “Path Parameters”| Name | In | Type | Description |
|---|---|---|---|
slug | path | string | Required. The URL-friendly slug identifying the tag |
Response
Section titled “Response”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"}curl "https://gamma.openfish.fun/tags/slug/crypto"