thebigschnoz1
4 hours agoNewcomer
NHL API blocked
I run a small league with automatic stats download from the EA site. Admittedly, I was polling the EA API every 5 minutes between 9 and 11pm. I've turned that down to 20 minutes. But, as of last night, I am unable to pull information from the server as Akamai is blocking my attempts. Can Aljo or anyone else assist?
URL: https://proclubs.ea.com/api/nhl/clubs/matches?matchType=club_private&platform=common-gen5&clubIds=4173
Method: GET
HTTP Version: HTTP/2
Status Code: 403
Reason Phrase: Forbidden
Request Headers:
{'accept': 'application/json, text/plain, */*',
'accept-encoding': 'gzip, deflate',
'accept-language': 'en-US,en;q=0.9',
'cache-control': 'no-cache',
'connection': 'keep-alive',
'host': 'proclubs.ea.com',
'origin': 'https://proclubs.ea.com',
'pragma': 'no-cache',
'referer': 'https://proclubs.ea.com/',
'sec-ch-ua': '"Chromium";v="134", "Not:A-Brand";v="24", "Google '
'Chrome";v="134"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-site',
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 '
'(KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'}
Response Headers:
{'cache-control': 'max-age=0',
'content-length': '407',
'content-type': 'text/html',
'date': 'Tue, 10 Mar 2026 02:00:09 GMT',
'expires': 'Tue, 10 Mar 2026 02:00:09 GMT',
'mime-version': '1.0',
'server': 'AkamaiGHost',
'strict-transport-security': 'max-age=86400',
'x-application-context': 'proclubs',
'x-environment-context': 'prod'}
Response Body Preview:
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://proclubs.ea.com/api/nhl/clubs/ma>
Reference #18.ad24c317.1773108009.d264f297
<P>https://errors.edgesuite.net/18.ad24c317.1773108009.d264f297</P>
</BODY>
</HTML>