{"name":"NHL Logo Merger API","version":"1.0.0","endpoints":{"GET /{ABBR1}_{ABBR2}.png":"Get by team abbreviations (e.g., /BOS_NYR.png)","GET /{team1}/{team2}.png":"Get logo by team names (e.g., /Boston/New York Rangers.png)","GET /api/logo?team1=X&team2=Y":"Get logo via query params","GET /api/teams":"List all teams","GET /health":"Health check"},"examples":["/CHI_UTA.png","/Boston/New York Rangers.png","/Habs/Leafs.png","/api/logo?team1=Tampa&team2=Florida"]}