You are viewing a human-readable response

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

{
    "error": null,
    "success": true,
    "body": [
        {
            "id": "m22b3l2q",
            "start": 1729029600000,
            "end": 1729634400000,
            "totalScores_player": 13926,
            "totalScores_team": 3528,
            "tiles": "https://data.ninjakiwi.com/btd6/ct/m22b3l2q/tiles",
            "leaderboard_player": "https://data.ninjakiwi.com/btd6/ct/m22b3l2q/leaderboard/player",
            "leaderboard_team": "https://data.ninjakiwi.com/btd6/ct/m22b3l2q/leaderboard/team"
        },
        {
            "id": "m18f2i05",
            "start": 1727820000000,
            "end": 1728424800000,
            "totalScores_player": 19183,
            "totalScores_team": 4772,
            "tiles": "https://data.ninjakiwi.com/btd6/ct/m18f2i05/tiles",
            "leaderboard_player": "https://data.ninjakiwi.com/btd6/ct/m18f2i05/leaderboard/player",
            "leaderboard_team": "https://data.ninjakiwi.com/btd6/ct/m18f2i05/leaderboard/team"
        },
        {
            "id": "m0n34q7z",
            "start": 1726610400000,
            "end": 1727215200000,
            "totalScores_player": 19989,
            "totalScores_team": 5033,
            "tiles": "https://data.ninjakiwi.com/btd6/ct/m0n34q7z/tiles",
            "leaderboard_player": "https://data.ninjakiwi.com/btd6/ct/m0n34q7z/leaderboard/player",
            "leaderboard_team": "https://data.ninjakiwi.com/btd6/ct/m0n34q7z/leaderboard/team"
        },
        {
            "id": "m05t53n4",
            "start": 1725400800000,
            "end": 1726005600000,
            "totalScores_player": 18359,
            "totalScores_team": 4735,
            "tiles": "https://data.ninjakiwi.com/btd6/ct/m05t53n4/tiles",
            "leaderboard_player": "https://data.ninjakiwi.com/btd6/ct/m05t53n4/leaderboard/player",
            "leaderboard_team": "https://data.ninjakiwi.com/btd6/ct/m05t53n4/leaderboard/team"
        },
        {
            "id": "lzt9vnfv",
            "start": 1724191200000,
            "end": 1724796000000,
            "totalScores_player": 21149,
            "totalScores_team": 5225,
            "tiles": "https://data.ninjakiwi.com/btd6/ct/lzt9vnfv/tiles",
            "leaderboard_player": "https://data.ninjakiwi.com/btd6/ct/lzt9vnfv/leaderboard/player",
            "leaderboard_team": "https://data.ninjakiwi.com/btd6/ct/lzt9vnfv/leaderboard/team"
        }
    ],
    "model": {
        "name": "_btd6ct",
        "parameters": {
            "id": {
                "description": "CT Event ID",
                "type": "string"
            },
            "start": {
                "description": "Event start time in unix epoch milliseconds",
                "type": "number"
            },
            "end": {
                "description": "Event end time in unix epoch milliseconds",
                "type": "number"
            },
            "totalScores_player": {
                "description": "Total scores in the Player leaderboard",
                "type": "number"
            },
            "totalScores_team": {
                "description": "Total scores in the Team leaderboard",
                "type": "number"
            },
            "tiles": {
                "description": "URL to Information about each CT tile",
                "type": "string"
            },
            "leaderboard_player": {
                "description": "URL to Top Player leaderboard",
                "type": "string"
            },
            "leaderboard_team": {
                "description": "URL to Top Team leaderboard",
                "type": "string"
            }
        }
    },
    "next": null,
    "prev": null
}