API endpoint: Winner

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

{
    "count": 13,
    "next": null,
    "previous": null,
    "results": [
        {
            "by": "scotty",
            "user": "scotty",
            "app": "PolyPuzzle",
            "score": 32,
            "round": 16,
            "winner_id": 3
        },
        {
            "by": "PolyPolly",
            "user": "kemp",
            "app": "PolyPuzzle",
            "score": 25,
            "round": 8,
            "winner_id": 10
        },
        {
            "by": "Kymmie Nym",
            "user": "lori",
            "app": "PolyPuzzle",
            "score": 9,
            "round": 4,
            "winner_id": 8
        },
        {
            "by": "dane",
            "user": "dane",
            "app": "PolyPuzzle",
            "score": 9,
            "round": 7,
            "winner_id": 7
        },
        {
            "by": "o",
            "user": "dane",
            "app": "QuadraZone",
            "score": 31,
            "round": 4,
            "winner_id": 16
        },
        {
            "by": "Eddie P Brain",
            "user": "Greggo",
            "app": "QuizZection",
            "score": 20,
            "round": 11,
            "winner_id": 4
        },
        {
            "by": "Lord Nymbo",
            "user": "lori",
            "app": "QuizZection",
            "score": 56,
            "round": 9,
            "winner_id": 12
        },
        {
            "by": "Anna Q Brain",
            "user": "dane",
            "app": "QuizZection",
            "score": 48,
            "round": 18,
            "winner_id": 5
        },
        {
            "by": "Jane Q Scholar",
            "user": "davekud",
            "app": "QuizZection",
            "score": 21,
            "round": 14,
            "winner_id": 6
        },
        {
            "by": "Joe Q Thinker",
            "user": "scotty",
            "app": "QuizZection",
            "score": 13,
            "round": 10,
            "winner_id": 1
        },
        {
            "by": "o",
            "user": "lori",
            "app": "TheGist",
            "score": 13,
            "round": 2,
            "winner_id": 15
        },
        {
            "by": "",
            "user": "scotty",
            "app": "unQuote",
            "score": 52,
            "round": 11,
            "winner_id": 14
        },
        {
            "by": "by",
            "user": "lori",
            "app": "unQuote",
            "score": 7,
            "round": 1,
            "winner_id": 13
        }
    ]
}