Skip to content

Retrieve All Tags

GET /tags

Server: https://gamma.openfish.fun

Tags: Tags


NameInTypeDefaultDescription
limitqueryinteger25Cap on the number of items returned (upper bound: 500)
offsetqueryinteger0Number of records to skip for pagination
ascendingquerybooleantrueWhether to sort in ascending order

200 — The response body contains a JSON array of Tag objects representing the matching tags.

[
{
"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?limit=50"