Re: API FC24 CLUBS
$user_data = 'https://www.ea.com/user-data';
$club_overalStats = 'https://proclubs.ea.com/api/fc/clubs/overallStats?platform=common-gen5&clubIds=387444';
$club_playoffAchievements = 'https://proclubs.ea.com/api/fc/club/playoffAchievements?platform=common-gen5&clubId=387444';
$club_membersCareerStats = 'https://proclubs.ea.com/api/fc/members/career/stats?platform=common-gen5&clubId=387444';
$club_membersStats = 'https://proclubs.ea.com/api/fc/members/stats?platform=common-gen5&clubId=387444';
$club_leagueMatch = 'https://proclubs.ea.com/api/fc/clubs/matches?platform=common-gen5&clubIds=387444&matchType=leagueMatch&maxResultCount=1';
$club_playoffMatch = 'https://proclubs.ea.com/api/fc/clubs/matches?platform=common-gen5&clubIds=387444&matchType=playoffMatch&maxResultCount=1';
$club_allTimeLeaderboard = 'https://proclubs.ea.com/api/fc/allTimeLeaderboard?platform=common-gen5';
$club_currentSeasonLeaderboard = 'https://proclubs.ea.com/api/fc/currentSeasonLeaderboard?platform=common-gen5';