GET /
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16,
    "next": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/?limit=8&offset=8",
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/1/",
            "name": "Ronnie O'Sullivan",
            "nationality": "English",
            "ranking": "1"
        },
        {
            "id": 2,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/2/",
            "name": "Judd Trump",
            "nationality": "English",
            "ranking": "2"
        },
        {
            "id": 3,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/3/",
            "name": "Mark Allen",
            "nationality": "Irish",
            "ranking": "3"
        },
        {
            "id": 4,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/4/",
            "name": "Luca Brecel",
            "nationality": "Belgium",
            "ranking": "4"
        },
        {
            "id": 5,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/5/",
            "name": "Mark Selby",
            "nationality": "English",
            "ranking": "5"
        },
        {
            "id": 7,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/7/",
            "name": "Shaun Murphy",
            "nationality": "English",
            "ranking": "6"
        },
        {
            "id": 8,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/8/",
            "name": "Neil Robertson",
            "nationality": "Austrailian",
            "ranking": "7"
        },
        {
            "id": 9,
            "url": "https://worldsnooker-api-4a92c9e46777.herokuapp.com/9/",
            "name": "Mark Williams",
            "nationality": "Welsh",
            "ranking": "8"
        }
    ]
}