Skip to content

Sports Metadata

GET /sports

Server: https://gamma.openfish.fun

Tags: Sports

Each entry includes the sport identifier, display label, icon, and whether it is currently active.


None.


200 — A JSON array of sports metadata objects.

[
{
"sport": "nba",
"label": "NBA",
"icon": "https://...",
"active": true
}
]

Terminal window
curl "https://gamma.openfish.fun/sports"