Api Documentation

Man of the match

Man Of The Match allows users to vote for a player every match, The player witch the most votes will be declared the Man Of The Match.
Retrieves a list of Man Of The Match votes. If user authentication is enabled, you can only retrieve your own votes.
Retrieves a single Man Of The Match vote. If user authentication is enabled, you can only retrieve your own vote.
Creates a new Man Of The Match vote. Only available to API keys with user authentication.
Changes your Man Of The Match vote.
Deletes a Man Of The Match vote. Only available to API keys without user authentication.
Json
XML
GET https://api.bundeling.com/V2/man_of_the_match

Includes

NameDescriptionEndpoint
matchRetrieves information about the match this man of the match is fromMatches

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "data": [
        {
            "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "match_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
            "player_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "user_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}