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=170500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 170501,
    "next": null,
    "previous": "http://fight.fudgie.org/search/api/latest/?format=api&limit=100&offset=170400",
    "results": [
        {
            "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"
        }
    ]
}