Request
Query parameters
Example
Response fields
Using tag values in URLs
Thetag value above is the canonical (Title Case) form. When passing a tag in a URL path (e.g. /v3/tags/{slug} or /v3/tags/{slug}/leaderboard), use a lowercase, hyphen-separated form — the API resolves it back to the canonical tag:
The match is case-insensitive and converts hyphens to spaces. If no tag matches, you get
404 {"error":"tag not found","tag":...}.
