Has anyone had success accessing the NFL's API? I'm looking for a (free) source for live NFL data and this API looks promising...but I cannot figure out how their auth works.
You need a client_id
and a client_secret
to get an access_token
, which is then used to register a user
https://api.nfl.com/docs/identity/oauth2/index.html
https://api.nfl.com/docs/identity/register/index.html
But nothing in the docs talk about how to get the id/secret. Maybe it's just not available to public.