You are viewing a human-readable response

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

{
    "error": null,
    "success": true,
    "body": [
        {
            "type": "newest",
            "challenges": "https://data.ninjakiwi.com/btd6/challenges/filter/newest"
        },
        {
            "type": "trending",
            "challenges": "https://data.ninjakiwi.com/btd6/challenges/filter/trending"
        },
        {
            "type": "daily",
            "challenges": "https://data.ninjakiwi.com/btd6/challenges/filter/daily"
        }
    ],
    "model": {
        "name": "_btd6challengetype",
        "parameters": {
            "type": {
                "description": "Challenge Filter Name",
                "type": "string"
            },
            "challenges": {
                "description": "URL to view challenges with this filter",
                "type": "string"
            }
        }
    },
    "next": null,
    "prev": null
}