You are viewing a human-readable response

Remove the pretty=true querystring to have the API return JSON

{
    "error": null,
    "success": true,
    "body": [
        {
            "id": "Dont_step_on_the_Spikes_lvpq8a4t",
            "name": "Don't step on the Spikes",
            "start": 1714723200000,
            "end": 1715050800000,
            "totalScores": 1793,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Dont_step_on_the_Spikes_lvpq8a4t/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Dont_step_on_the_Spikes_lvpq8a4t/metadata"
        },
        {
            "id": "Steam_Dinosaurs_Magic_lvdbz53q",
            "name": "Steam, Dinosaurs, Magic",
            "start": 1714118400000,
            "end": 1714446000000,
            "totalScores": 9767,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Steam_Dinosaurs_Magic_lvdbz53q/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Steam_Dinosaurs_Magic_lvdbz53q/metadata"
        },
        {
            "id": "Around_the_Temple_we_go_lv5qaykk",
            "name": "Around the Temple we go",
            "start": 1713513600000,
            "end": 1713841200000,
            "totalScores": 40456,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Around_the_Temple_we_go_lv5qaykk/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Around_the_Temple_we_go_lv5qaykk/metadata"
        },
        {
            "id": "Scrapping_By_luvnxhbk",
            "name": "Scrapping By",
            "start": 1712908800000,
            "end": 1713236400000,
            "totalScores": 51120,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Scrapping_By_luvnxhbk/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Scrapping_By_luvnxhbk/metadata"
        },
        {
            "id": "Darkness_Awaits_lukp76z1",
            "name": "Darkness Awaits",
            "start": 1712217600000,
            "end": 1712523600000,
            "totalScores": 6777,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Darkness_Awaits_lukp76z1/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Darkness_Awaits_lukp76z1/metadata"
        },
        {
            "id": "Easter_Rush_lubsw3o8",
            "name": "Easter Rush",
            "start": 1711699200000,
            "end": 1712026800000,
            "totalScores": 16658,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Easter_Rush_lubsw3o8/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Easter_Rush_lubsw3o8/metadata"
        },
        {
            "id": "Hitting_Fast_and_Hitting_Hard_lu1tma9s",
            "name": "Hitting Fast and Hitting Hard",
            "start": 1711094400000,
            "end": 1711422000000,
            "totalScores": 15778,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Hitting_Fast_and_Hitting_Hard_lu1tma9s/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Hitting_Fast_and_Hitting_Hard_lu1tma9s/metadata"
        },
        {
            "id": "Racing_through_the_mud_ltrqixcy",
            "name": "Racing through the mud",
            "start": 1710489600000,
            "end": 1710817200000,
            "totalScores": 11653,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Racing_through_the_mud_ltrqixcy/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Racing_through_the_mud_ltrqixcy/metadata"
        },
        {
            "id": "Coasting_Around_lthp67wm",
            "name": "Coasting Around",
            "start": 1709884800000,
            "end": 1710212400000,
            "totalScores": 26205,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/Coasting_Around_lthp67wm/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/Coasting_Around_lthp67wm/metadata"
        },
        {
            "id": "The_Backline_lt7s2bko",
            "name": "The Backline",
            "start": 1709280000000,
            "end": 1709607600000,
            "totalScores": 67245,
            "leaderboard": "https://data.ninjakiwi.com/btd6/races/The_Backline_lt7s2bko/leaderboard",
            "metadata": "https://data.ninjakiwi.com/btd6/races/The_Backline_lt7s2bko/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
}