no key · no human

Aviação TV API, RSS and sitemap

Every article Aviação TV publishes, as JSON, through an open API with no key and no signup. 118 of their articles are indexed right now, refreshed hourly.

PortugalPortuguese#11,247 by volume

Four ways to pull aviacao.tv

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

JSON Search this publisher

Every article we hold from aviacao.tv, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=aviacao.tv&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=aviacao.tv&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=aviacao.tv&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=aviacao.tv&size=20&fields=title,url,published_at,lang"open it →

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

transport 100%

Call the API

A live request. Paste it into a terminal and Aviação TV headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=aviacao.tv&size=5"
118
articles indexed
118
in the last 30 days
9
median per day
1
languages
21 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 8 articles2026-08-26: 10 articles2026-08-27: 10 articles2026-08-28: 3 articles2026-08-29: 18 articles2026-08-30: 1 articles2026-08-31: 2 articles2026-09-01: 4 articles2026-09-02: 12 articles2026-09-03: 6 articles2026-09-04: 23 articles2026-09-05: 12 articles2026-09-06: 9 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=aviacao.tv&top=10"

Publishing rhythm

When Aviação TV actually publishes, by hour of day (UTC) and by day of week — measured from 118 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 10708: 00809: 30910: 81011: 231112: 81213: 191314: 71415: 121516: 151617: 191718: 31819: 01920: 02021: 02122: 02223: 023
Mon: 2MonTue: 12TueWed: 22WedThu: 16ThuFri: 26FriSat: 30SatSun: 10Sun

Sections

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

SectionArticles
transport46

Languages

CodeLanguageArticlesShare
ptPortuguese118100.0%

Latest articles

The 18 most recent Aviação TV articles in the index — the same rows the API returns, rendered for humans.

Voo da American Airlines desviado após passageiro violento ser imobilizado com fita adesiva e braçadeiras
2026-09-06 11:48 UTC
Um voo da American Airlines entre Dallas-Fort Worth e Newark foi desviado para Baltimore na noite de quinta-feira, depois de um passageiro ter alegadamente adotado um com
ANAC altera critérios de avaliação da qualidade nos aeroportos da ANA/Vinci
2026-09-05 16:31 UTC
A Autoridade Nacional da Aviação Civil (ANAC) vai introduzir novos critérios para avaliar a qualidade dos serviços prestados nos principais aeroportos portugueses concess
Governo português inicia negociações finais com Lufthansa e Air France-KLM para a venda de 44,9% do capital da TAP
2026-09-05 16:02 UTC
O Governo português decidiu avançar para uma nova fase do processo de privatização da TAP, iniciando negociações com os dois candidatos que apresentaram propostas vincula
Primeiro Airbus A350 da KLM realiza voo de ensaio
2026-09-05 15:46 UTC
O primeiro Airbus A350-900 destinado à KLM realizou esta sexta-feira, 4 de setembro, o seu voo inaugural de ensaio, descolando das instalações da Airbus em Toulouse, Fran
ANA amplia frota de E190-E2 com pedido adicional de oito aeronaves
2026-09-04 14:38 UTC
A Embraer e a ANA Holdings Inc. anunciaram a assinatura de um acordo para oito aeronaves E190-E2, formalizando a decisão da ANA HD, revelada em 29 de julho de 2026, de ex
Harald Gloy será o novo CEO da Lufthansa Technik
2026-09-04 12:03 UTC · transport
American Airlines reforça oferta premium nos Boeing 777-300ER
2026-09-03 13:53 UTC
A American Airlines apresentou o primeiro Boeing 777-300ER submetido a um amplo processo de modernização, numa configuração que elimina a Primeira Classe internacional e

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=aviacao.tv&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=aviacao.tv&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 Aviação TV 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
39%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 21 min at the median, 2685 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 Aviação TV 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 118 of their articles and lets you filter by date, language and section.

How many articles does Aviação TV publish per day?

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