Simple API for the latest episodes:

GET search/api/latest/

There is a limit of max 100 episodes at a time for the endpoint.

Need help? https://discord.gg/xBzcywv82t

GET /search/api/latest/?format=api&offset=168900
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 168905,
    "next": null,
    "previous": "http://fight.fudgie.org/search/api/latest/?format=api&limit=100&offset=168800",
    "results": [
        {
            "show": "rl",
            "id": "19900330_Rush_vs_Audience",
            "title": "19900330_Rush_vs_Audience",
            "updated": "2026-03-14T11:56:10.923666Z",
            "aired_date": "1990-03-30",
            "duration": 2505,
            "src": "https://fight.fudgie.org/static/sites/1/rl/audio/19900330_Rush_vs_Audience.mp3"
        },
        {
            "show": "ab",
            "id": "19900317_-_Billy_Goodman_Happening_-_Tom_Smith",
            "title": "19900317_-_Billy_Goodman_Happening_-_Tom_Smith",
            "updated": "2026-03-14T12:03:29.507250Z",
            "aired_date": "1990-03-17",
            "duration": 8487,
            "src": "https://fight.fudgie.org/static/sites/1/ab/audio/19900317_-_Billy_Goodman_Happening_-_Tom_Smith.mp3"
        },
        {
            "show": "rl",
            "id": "19900101_Rush_on_WABC",
            "title": "19900101_Rush_on_WABC",
            "updated": "2026-03-14T11:56:10.933515Z",
            "aired_date": "1990-01-01",
            "duration": 7056,
            "src": "https://fight.fudgie.org/static/sites/1/rl/audio/19900101_Rush_on_WABC.mp3"
        },
        {
            "show": "rl",
            "id": "19890101_Rush_to_Excellence_Tour",
            "title": "19890101_Rush_to_Excellence_Tour",
            "updated": "2026-03-14T11:56:10.951284Z",
            "aired_date": "1989-01-01",
            "duration": 3004,
            "src": "https://fight.fudgie.org/static/sites/1/rl/audio/19890101_Rush_to_Excellence_Tour.mp3"
        },
        {
            "show": "ab",
            "id": "19881202_-_Terence_Mckenna_-_Psilocybin_And_The_Sands_Of_Time",
            "title": "19881202_-_Terence_Mckenna_-_Psilocybin_And_The_Sands_Of_Time",
            "updated": "2026-03-14T12:03:29.519544Z",
            "aired_date": "1988-12-02",
            "duration": 4420,
            "src": "https://fight.fudgie.org/static/sites/1/ab/audio/19881202_-_Terence_Mckenna_-_Psilocybin_And_The_Sands_Of_Time.mp3"
        }
    ]
}