{"title":"Sports Data Service API Help","version":"1.0.0","endpoints":{"schedules":{"description":"Get game schedules","json":["/api/v1/schedules/{date} - All sports schedules","/api/v1/schedule/{sport}/{date} - Single sport schedule"],"curl":["/curl/v1/schedules/{date} - All sports schedules","/curl/v1/schedule/{sport}/{date} - Single sport schedule"],"sports":["nba","mlb","nfl","nhl","wnba","ipl","mlc","all"],"date_formats":["today","tomorrow","yesterday","YYYY-MM-DD","YYYYMMDD","M/D/YYYY","MM/DD/YYYY"],"note":"Use 'all' as sport to get schedules for all sports"},"scores":{"description":"Get game scores","json":["/api/v1/scores/{date} - All sports scores","/api/v1/scores/{sport}/{date} - Single sport scores"],"curl":["/curl/v1/scores/{date} - All sports scores","/curl/v1/scores/{sport}/{date} - Single sport scores"],"sports":["nba","mlb","nfl","nhl","wnba","ipl","mlc","all"],"date_formats":["today","tomorrow","yesterday","YYYY-MM-DD","YYYYMMDD","M/D/YYYY","MM/DD/YYYY"],"note":"Use 'all' as sport to get scores for all sports"},"standings":{"description":"Get team standings","json":["/api/v1/standings/{sport} - Single sport standings"],"curl":["/curl/v1/standings/{sport} - Single sport standings"],"sports":["nba","mlb","nfl","nhl","wnba"],"note":"Standings endpoint is currently under development"},"season_info":{"description":"Get season phase dates (preseason, regular season, playoffs, etc.)","json":["/api/v1/season-info/{league} - Season dates for a league"],"leagues":["mlb","nba","nfl","nhl","wnba","ipl","mlc"],"note":"Returns year, current_phase, and season_types with start/end dates. Cached for 24 hours."}},"timezone":{"description":"Change timezone using the 'tz' query parameter","usage":"?tz=<timezone>","examples":["?tz=et - Eastern Time","?tz=pt - Pacific Time","?tz=ct - Central Time","?tz=mt - Mountain Time","?tz=America/New_York - Full timezone name","?tz=Europe/London - International timezone"],"supported_aliases":["et, est, edt, eastern - US/Eastern","pt, pst, pdt, pacific - US/Pacific","ct, cst, cdt, central - US/Central","mt, mst, mdt, mountain - US/Mountain","akst, akdt, alaska, ak - US/Alaska","hst, hawaii, hi - US/Hawaii"],"default":"US/Pacific (Pacific Time)"},"help":{"json":"/api/help or /api/v1/help","text":"/curl/help or /curl/v1/help","html":"/help"}}