no key · no human

Inside the Iggles API, RSS and sitemap

Every article Inside the Iggles publishes, as JSON, through an open API with no key and no signup. 354 of their articles are indexed right now, refreshed hourly.

United StatesEnglish#6,017 by volume

Four ways to pull insidetheiggles.com

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from insidetheiggles.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=insidetheiggles.com&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=insidetheiggles.com&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=insidetheiggles.com&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=insidetheiggles.com&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

sport 100%

Call the API

A live request. Paste it into a terminal and Inside the Iggles headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=insidetheiggles.com&size=5"
354
articles indexed
354
in the last 30 days
15
median per day
1
languages
5209 min
median crawl lag
15.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 23 days. The busiest hour is 11:00 UTC — that is when the newsroom pushes its main batch.

2026-08-15: 1 articles2026-08-16: 7 articles2026-08-17: 8 articles2026-08-18: 10 articles2026-08-19: 20 articles2026-08-20: 14 articles2026-08-21: 14 articles2026-08-22: 10 articles2026-08-23: 12 articles2026-08-24: 17 articles2026-08-25: 21 articles2026-08-26: 28 articles2026-08-27: 24 articles2026-08-28: 16 articles2026-08-29: 28 articles2026-08-30: 16 articles2026-08-31: 16 articles2026-09-01: 14 articles2026-09-02: 21 articles2026-09-03: 18 articles2026-09-04: 15 articles2026-09-05: 15 articles2026-09-06: 9 articles08-1508-1808-2108-2408-2708-3009-0209-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=insidetheiggles.com&top=10"

Publishing rhythm

When Inside the Iggles actually publishes, by hour of day (UTC) and by day of week — measured from 354 timestamps, not from a schedule they advertise.

00: 00001: 10102: 20203: 40304: 00405: 00506: 00607: 00708: 00809: 480910: 541011: 571112: 151213: 331314: 231415: 341516: 261617: 01718: 21819: 01920: 332021: 112122: 92223: 223
Mon: 41MonTue: 45TueWed: 69WedThu: 56ThuFri: 45FriSat: 54SatSun: 44Sun

Sections

Sections come from the publisher's own markup, present on 15% of their articles.

SectionArticles
sport53

Languages

CodeLanguageArticlesShare
enEnglish354100.0%

Latest articles

The 18 most recent Inside the Iggles articles in the index — the same rows the API returns, rendered for humans.

Predicting Eagles' first 5 games of 2026 season (with one troubling loss)
2026-09-05 09:00 UTC
Inside the Iggles predicts the first five games of the 2026 season that has an upset loss on the schedule, but will it affect the rest of the year?
The under-the-radar practice squad addition that Eagles fans should know
2026-09-04 15:00 UTC
The Philadelphia Eagles had some new additions to the practice squad, but one player might be more intriguing than the rest who joined.
Why Eagles' depth at wide receiver is thinner than the roster suggests
2026-09-04 13:00 UTC
The Philadelphia Eagles have a lot of wide receivers on the 53-man roster, but it may not be as deep as fans think they are at the position.
5 players on Eagles' 53-man roster most likely to lose their spot
2026-09-04 10:00 UTC
The Philadelphia Eagles could have five players on the roster who aren't long to be on there throughout the long 2026 campaign for the franchise.
Here's what a perfect rookie season would look like for every Eagles 2026 draft pick
2026-09-04 09:00 UTC
The Philadelphia Eagles need to see signs that their rookie class can turn into a winning and dependable group beyond the 2026 season.
Sean Mannion is operating under burning microscope with Eagles in 2026
2026-09-03 20:00 UTC
New Philadelphia Eagles offensive coordinator Sean Mannion is feeling the pressure to succeed with the franchise in the 2026 season.

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=insidetheiggles.com&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=insidetheiggles.com&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Inside the Iggles marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
15%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 5209 min at the median, 15567 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does Inside the Iggles have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 354 of their articles and lets you filter by date, language and section.

How many articles does Inside the Iggles publish per day?

15 on a median day, measured across 23 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.