Feeds and Data

Take Our Feeds

Free to use with a link back. Daily fantasy football analysis over RSS and JSON Feed, plus the Pigskin rankings as an open JSON endpoint... 150 players deep, four scoring profiles, rebuilt every night.

News

Article feed

Every article, full text, with the hero image attached as an enclosure. No truncated teasers. 22 published so far, and roughly one a day through the season.

RSS 2.0
/feed.xml
JSON Feed 1.1
/feed.json

/feed, /rss and /rss.xml all reach the same RSS document.

Open data

Rankings JSON API

The boards themselves, and the part nobody else gives away: rank, position rank, team, tier, the Pigskin score, projected points per game, the overnight rank change, and the written verdict for every player. CORS is open, so a browser tool or a Discord bot can read it directly.

Parameters
profile = standard, ppr, half_ppr, gng_keeper
pos = overall, QB, RB, WR, TE
limit = 1 to 150
Worth knowing
Projected points per game is only computed on the overall board, so it comes back null on the positional ones. The response says so in a notes object.

Free to use, including commercially, with attribution and a link to the rankings page. No key, no signup, no rate limit worth mentioning.

What an RSS feed is, and why you would want one

An RSS feed is a machine-readable list of everything a site has published, newest first. Point a feed reader at the URL and new articles arrive on their own, with no algorithm deciding what you see and no email address handed over. It is the oldest way to follow a site and still the most reliable.

If you have never used one, the readers people stick with are Feedly, Inoreader, NetNewsWire on Apple platforms, and Thunderbird if you already live in an email client. Paste either feed URL above into any of them.

Automation, bots, and newsletters

Both feeds work as triggers in Zapier, Make, and IFTTT, which is how most people pipe a feed into Discord, Slack, or a newsletter. Most Discord RSS bots take the URL directly. The rankings feed is the more interesting one to automate: an item lands when the board is rebuilt, so a channel can be told what moved overnight without anyone opening a page.

Terms, in one paragraph

Use any of it. Read the articles in a reader, aggregate the headlines, build a tool on the rankings, ship it commercially. The only ask is attribution to The GNG with a working link, and that the rankings are not presented as someone else's work. If a feed breaks or the API is missing a field you need, say so and it will get looked at.