Debug Match API Responses

This page fetches and compares the raw ElevenVR API responses for two matches.
You can change the match IDs via URL query parameters: ?m1=75605188&m2=75604433

Match 1: #75605188 (Seen as Casual)

{
    "ok": true,
    "status": 200,
    "json": {
        "data": {
            "id": "75605188",
            "type": "matches",
            "attributes": {
                "ranked": false,
                "number-of-rounds": 3,
                "state": 2,
                "winner": 0,
                "home-score": 0,
                "away-score": 0,
                "home-user-id": 1346658,
                "away-user-id": 655532,
                "created-at": "2026-05-15T16:39:33.110Z",
                "home-team": [
                    {
                        "id": 1346658,
                        "UserName": "johannis2",
                        "ELO": 2287,
                        "Rank": 7137,
                        "Wins": 1103,
                        "Losses": 1003,
                        "LastOnline": "2026-08-04T17:12:49.009Z",
                        "country-code": "GR",
                        "parent-id": 0
                    }
                ],
                "away-team": [
                    {
                        "id": 655532,
                        "UserName": "GerrYmo",
                        "ELO": 2889,
                        "Rank": 659,
                        "Wins": 2138,
                        "Losses": 1056,
                        "LastOnline": "2026-08-23T16:33:13.749Z",
                        "country-code": "DE",
                        "parent-id": 0
                    }
                ],
                "elo-change": 0,
                "home-elo": 2224,
                "away-elo": 3123
            },
            "relationships": {
                "rounds": {
                    "data": [
                        {
                            "id": "165512049",
                            "type": "rounds"
                        }
                    ]
                },
                "replays": {
                    "data": [
                        {
                            "id": "8235138",
                            "type": "replays"
                        }
                    ]
                }
            }
        },
        "included": [
            {
                "id": "165512049",
                "type": "rounds",
                "attributes": {
                    "id": 165512049,
                    "away-score": 0,
                    "home-score": 0,
                    "match-id": 75605188,
                    "round-number": 0,
                    "state": 0,
                    "winner": -1,
                    "created-at": "2026-05-15T16:39:33.110Z"
                }
            },
            {
                "id": "8235138",
                "type": "replays",
                "ownerId": "655532",
                "duration": "22.846191",
                "shareCode": "QLXCAB"
            }
        ]
    },
    "error": "request_failed",
    "credential_id": "ettstats-dedicated-key",
    "attempts": 1
}

Match 2: #75604433 (Seen as Waived)

{
    "ok": true,
    "status": 200,
    "json": {
        "data": {
            "id": "75604433",
            "type": "matches",
            "attributes": {
                "ranked": false,
                "number-of-rounds": 3,
                "state": 2,
                "winner": 1,
                "home-score": 0,
                "away-score": 0,
                "home-user-id": 3251858,
                "away-user-id": 1346658,
                "created-at": "2026-05-15T16:03:13.938Z",
                "home-team": [
                    {
                        "id": 3251858,
                        "UserName": "pipo13",
                        "ELO": 3028,
                        "Rank": 324,
                        "Wins": 713,
                        "Losses": 453,
                        "LastOnline": "2026-08-24T13:12:54.718Z",
                        "country-code": "DE",
                        "parent-id": 0
                    }
                ],
                "away-team": [
                    {
                        "id": 1346658,
                        "UserName": "johannis2",
                        "ELO": 2287,
                        "Rank": 7137,
                        "Wins": 1103,
                        "Losses": 1003,
                        "LastOnline": "2026-08-04T17:12:49.009Z",
                        "country-code": "GR",
                        "parent-id": 0
                    }
                ],
                "elo-change": 31,
                "home-elo": 3022,
                "away-elo": 2241
            },
            "relationships": {
                "rounds": {
                    "data": [
                        {
                            "id": "165510457",
                            "type": "rounds"
                        }
                    ]
                },
                "replays": {
                    "data": [
                        {
                            "id": "8233948",
                            "type": "replays"
                        }
                    ]
                }
            }
        },
        "included": [
            {
                "id": "165510457",
                "type": "rounds",
                "attributes": {
                    "id": 165510457,
                    "away-score": 0,
                    "home-score": 0,
                    "match-id": 75604433,
                    "round-number": 0,
                    "state": 0,
                    "winner": -1,
                    "created-at": "2026-05-15T16:03:13.938Z"
                }
            },
            {
                "id": "8233948",
                "type": "replays",
                "ownerId": "3251858",
                "duration": "49.444336",
                "shareCode": "MGYEMF"
            }
        ]
    },
    "error": "request_failed",
    "credential_id": "ettstats-dedicated-key",
    "attempts": 1
}