You are viewing a human-readable response
Remove the pretty=true querystring to have the API return JSON
{
    "error": null,
    "success": true,
    "body": [
        {
            "id": "Decrypted_m3hhppui",
            "name": "Decrypted",
            "start": 1731657600000,
            "end": 1731985200000,
            "totalScores": 34599,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Decrypted_m3hhppui/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Decrypted_m3hhppui/metadata"
        },
        {
            "id": "Some_Extra_Spice_Please_m370tq0n",
            "name": "Some Extra Spice Please",
            "start": 1731052800000,
            "end": 1731380400000,
            "totalScores": 31733,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Some_Extra_Spice_Please_m370tq0n/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Some_Extra_Spice_Please_m370tq0n/metadata"
        },
        {
            "id": "Ancient_Strategies_m2xu9det",
            "name": "Ancient Strategies",
            "start": 1730448000000,
            "end": 1730775600000,
            "totalScores": 26237,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Ancient_Strategies_m2xu9det/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Ancient_Strategies_m2xu9det/metadata"
        },
        {
            "id": "Pierce_Problems_Vol_2_m2nuaxxe",
            "name": "Pierce Problems Vol 2",
            "start": 1729843200000,
            "end": 1730170800000,
            "totalScores": 29429,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Pierce_Problems_Vol_2_m2nuaxxe/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Pierce_Problems_Vol_2_m2nuaxxe/metadata"
        },
        {
            "id": "Quincys_Mountain_Run_m2dpml0x",
            "name": "Quincy's Mountain Run",
            "start": 1729238400000,
            "end": 1729566000000,
            "totalScores": 37076,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Quincys_Mountain_Run_m2dpml0x/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Quincys_Mountain_Run_m2dpml0x/metadata"
        },
        {
            "id": "Spikes_Caltrops_and_More_m240je9t",
            "name": "Spikes, Caltrops and More!",
            "start": 1728633600000,
            "end": 1728961200000,
            "totalScores": 55014,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Spikes_Caltrops_and_More_m240je9t/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Spikes_Caltrops_and_More_m240je9t/metadata"
        },
        {
            "id": "Fast_Platforms_m1tp5nqk",
            "name": "Fast Platforms",
            "start": 1728028800000,
            "end": 1728356400000,
            "totalScores": 14655,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Fast_Platforms_m1tp5nqk/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Fast_Platforms_m1tp5nqk/metadata"
        }
    ],
    "model": {
        "name": "_btd6race",
        "parameters": {
            "id": {
                "description": "Race Event ID",
                "type": "string"
            },
            "name": {
                "description": "Race Name",
                "type": "string"
            },
            "start": {
                "description": "Race start time in unix epoch milliseconds",
                "type": "number"
            },
            "end": {
                "description": "Race end time in unix epoch milliseconds",
                "type": "number"
            },
            "totalScores": {
                "description": "The total number of scores submitted",
                "type": "number"
            },
            "leaderboard": {
                "description": "URL to leaderboard data",
                "type": "string"
            },
            "metadata": {
                "description": "URL to full Race metadata",
                "type": "string"
            }
        }
    },
    "next": null,
    "prev": null
}