We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can make a request to:
GET https://www.fanatical.com/api/all-promotions/en
This seems to return some interesting JSON with a freePromotions object.
freePromotions
You can also request this endpoint:
GET https://www.fanatical.com/api/all/en
Which returns an enormous JSON with presumably the entire inventory?
In any case, as of today, the game Spirit of the North is free. This is the endpoint corresponding to that game:
GET https://www.fanatical.com/api/products-group/spirit-of-the-north/en
Adding in some attachments with the current data to use:
spirit-of-the-north.json all.json all-promotions.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can make a request to:
This seems to return some interesting JSON with a
freePromotions
object.You can also request this endpoint:
Which returns an enormous JSON with presumably the entire inventory?
In any case, as of today, the game Spirit of the North is free. This is the endpoint corresponding to that game:
Adding in some attachments with the current data to use:
spirit-of-the-north.json
all.json
all-promotions.json
The text was updated successfully, but these errors were encountered: