Sports Metadata
Endpoint
Section titled “Endpoint”GET /sports
Server: https://gamma.openfish.fun
Tags: Sports
Each entry includes the sport identifier, display label, icon, and whether it is currently active.
Parameters
Section titled “Parameters”None.
Response
Section titled “Response”200 — A JSON array of sports metadata objects.
[ { "sport": "nba", "label": "NBA", "icon": "https://...", "active": true }]curl "https://gamma.openfish.fun/sports"