Syndication and developer access

Use our feeds and API

The Daily Fuckup offers RSS, JSON Feed, and public JSON endpoints for readers, aggregators, app builders, researchers, and publishers who want structured access to our latest stories.

If you use our content, you must give clear attribution to The Daily Fuckup and link back to the original story URL on our site.

What is available

RSS: for feed readers, alerts, and traditional syndication workflows.

https://thedailyfuckup.com/rss.xml

JSON Feed: for modern feed readers and apps that prefer structured JSON feed format.

https://thedailyfuckup.com/feed.json

API index: a quick directory of the public endpoints.

https://thedailyfuckup.com/api/

Live updates: running timelines for fast-moving stories, plus JSON endpoints for active live topics.

https://thedailyfuckup.com/live-updates.cfm

Public API endpoints

Latest stories

https://thedailyfuckup.com/api/latest?limit=25

Returns the newest published stories in JSON.

Single story by slug

https://thedailyfuckup.com/api/story/{slug}

Returns one published story and its metadata. Use the slug from the latest endpoint.

Section feed by tag slug

https://thedailyfuckup.com/api/section/{slug}?limit=25

Returns the latest published stories for a specific section or topic.

Live topics index

https://thedailyfuckup.com/api/live.cfm?limit=10

Returns active and recently closed live-update topics in JSON.

Single live topic by slug

https://thedailyfuckup.com/api/liveTopic.cfm?slug={slug}

Returns one live timeline and its timestamped entries.

How people can use it

You can use these feeds and endpoints to build readers, topic dashboards, research tools, newsletters, alerting systems, monitoring scripts, archive helpers, newsroom dashboards, curated link pages that point back to the original reporting, and live-update monitors for developing stories.

The cleanest pattern is to pull from /api/latest, store the slug, and then request the full story from /api/story/{slug} when needed. For rolling coverage, pull from /api/live.cfm and then request a specific timeline with /api/liveTopic.cfm?slug={slug}.

Attribution required

Any use of our content must include clear attribution to The Daily Fuckup and a direct link back to the original story URL.

You may quote, summarize, index, or display linked story data in a feed, app, reader, or aggregation tool, but you may not remove attribution, pretend the reporting is your own, or republish full stories as substitute originals without permission.

Good examples

Not allowed

Need a custom use case?

If you want a partnership, research, or special-use arrangement, contact us through the contact page.