News · head-to-head
Florida Man vs Noozra
Florida Man
Florida Man API serves a static, occasionally-updated JSON dataset of more than 10,000 real 'Florida Man' headlines scraped from news outlets, each with a title, source, date, and keyword tags. It's hosted as flat JSON on GitHub Pages rather than a dynamic backend, so there's no authentication, no rate limit, and no key required — just a GET request away.
Noozra
Noozra aggregates headlines from more than 200 curated RSS sources into one JSON feed. No signup or API key is required, and every response carries an open CORS header. Requests are capped at 100 per day per IP, with separate endpoints for search, category listing, and the raw article feed.
| Florida Man | Noozra | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |