no key · no human

Air Alamo API, RSS and sitemap

Every article Air Alamo publishes, as JSON, through an open API with no key and no signup. 370 of their articles are indexed right now, refreshed hourly.

United StatesEnglish#5,829 by volume

Four ways to pull airalamo.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 airalamo.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=airalamo.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=airalamo.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=airalamo.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=airalamo.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 Air Alamo headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=airalamo.com&size=5"
370
articles indexed
366
in the last 30 days
14
median per day
1
languages
4305 min
median crawl lag
11.08 → 06.09
archive depth

Publishing volume

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

2026-08-11: 1 articles2026-08-14: 5 articles2026-08-15: 5 articles2026-08-16: 4 articles2026-08-17: 7 articles2026-08-18: 11 articles2026-08-19: 12 articles2026-08-20: 18 articles2026-08-21: 14 articles2026-08-22: 10 articles2026-08-23: 10 articles2026-08-24: 16 articles2026-08-25: 24 articles2026-08-26: 28 articles2026-08-27: 32 articles2026-08-28: 20 articles2026-08-29: 24 articles2026-08-30: 18 articles2026-08-31: 10 articles2026-09-01: 10 articles2026-09-02: 18 articles2026-09-03: 21 articles2026-09-04: 24 articles2026-09-05: 15 articles2026-09-06: 9 articles08-1108-1708-2108-2508-2909-0209-06
bash
curl "https://freenewsapi.ai/v1/stats?host=airalamo.com&top=10"

Publishing rhythm

When Air Alamo actually publishes, by hour of day (UTC) and by day of week — measured from 370 timestamps, not from a schedule they advertise.

00: 40001: 00102: 00203: 20304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 551112: 11213: 161314: 431415: 81516: 601617: 31718: 331819: 151920: 462021: 112122: 472223: 2223
Mon: 33MonTue: 46TueWed: 58WedThu: 71ThuFri: 63FriSat: 54SatSun: 41Sun

Sections

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

SectionArticles
sport62

Languages

CodeLanguageArticlesShare
enEnglish36698.9%

Latest articles

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

Spurs' biggest Victor Wembanyama question won't be answered for months
2026-09-06 16:00 UTC
San Antonio Spurs training camp begins later this month, but one burning question for Victor Wembanyama remains unanswered.
Projected Spurs stat lines for De'Aaron Fox, Victor Wembanyama, and each starter
2026-09-06 14:00 UTC
San Antonio Spurs training camp is just weeks away, with the regular season soon to follow, but how will their starting lineup perform next season?
Former Spurs lottery picks' career hits new low with surprising update
2026-09-05 20:00 UTC
The San Antonio Spurs have pulled off one of the most impressive rebuilds in recent NBA history, but a recent lottery pick hasn't had the same success elsewhere.
Victor Wembanyama's NBA enemy list is getting ridiculous
2026-09-05 14:00 UTC
From Thunder to Knicks to Rockets fans, Victor Wembanyama's enemies list keeps growing, but if he doesn't care, Spurs Nation is fine with that.
The Spurs' three-guard puzzle is the real De'Aaron Fox trade decider
2026-09-04 23:00 UTC
The Spurs need Fox, Harper, and Castle to coexist. If that three-guard fit doesn't work, it's the real reason to consider trading Fox.
Ranking Victor Wembanyama's most compelling head-to-head matchups next season
2026-09-04 21:00 UTC
As Victor Wembanyama's stardom grows, so does the importance of his performances against other elite players, and there is plenty to look forward to this year.

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=airalamo.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=airalamo.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 Air Alamo 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
17%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 4305 min at the median, 15601 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 Air Alamo 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 370 of their articles and lets you filter by date, language and section.

How many articles does Air Alamo publish per day?

14 on a median day, measured across 25 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.