End point

GET https://public.leagueapps.io/v1/sites/[SITE_ID]/programs/[PROGRAM_ID]

Description

Returns the full details and description for one particular program, based on [PROGRAM_ID].

Sample

GET https://public.leagueapps.io/v1/sites/43590/programs/4068307

[
	{
		  "programId":4068307,
		  "deleted":false,
		  "masterProgramId":0,
		  "isMaster":true,
		  "isSessionBased":false,
		  "createdOn":1697650691000,
		  "name":"Indoor Soccer Winter 2023-2024 Season",
		  "state":"LIVE",
		  "visibility":"Public",
		  "type":"CLUBTEAM",
		  "description":"",
		  "summary":"",
		  "startTime":1698811200000,
		  "endTime":1709182800000,
		  "tentativeStartTime":false,
		  "gender":"ANY",
		  "lastUpdated":1697760653000,
		  "mode":"YOUTH",
		  "freeAgentLabel":"Free Agent",
		  "teamLabel":"Team",
		  "captainLabel":"Captain",
		  "divisionLabel":"Division",
		  "processingFeeLabel":"Processing Fee",
		  "additionalTeamFeeLabel":"Additional Team Fee",
		  "locationId":254272,"location":"Baruch College",
		  "sportId":208,
		  "sport":"Soccer (Indoor)",
		  "season":"Winter",
		  "sortOrder":0,
		  "isNG":false,
		  "locationDescription":"",
		  "locationAddress1":"55 Lexington Ave",
		  "locationAddress2":"",
		  "locationCity":"New York",
		  "locationState":"NY",
		  "locationZip":"10010",
		  "locationLatitude":40.7402384,
		  "locationLongitude":-73.9835124,
		  "feeRequired":true,
		  "usingVariableTeamFee":true,
		  "chargeMembershipFee":false,
		  "hasPaymentPlans":false,
		  "hasWaitlist":true,
		  "allowTeamPlayerRegistration":false,
		  "programUrlHtml":"//seatacultimatedemo.leagueapps.com/clubteams/4068307-indoor-soccer-winter-2023-2024-season",
		  "registerUrlHtml":"//seatacultimatedemo.leagueapps.com/registration/init?bid=4068307",
		  "scheduleUrlHtml":"//seatacultimatedemo.leagueapps.com/clubteams/4068307/schedule",
		  "locationUrlHtml":"//seatacultimatedemo.leagueapps.com/location/254272"
	  }
]

Data dictionary

Programs data dictionary