Skip to content

Instantly share code, notes, and snippets.

@mastfissh
Last active August 29, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mastfissh/f17c8bef93dd08061da9815cf9731a34 to your computer and use it in GitHub Desktop.
Save mastfissh/f17c8bef93dd08061da9815cf9731a34 to your computer and use it in GitHub Desktop.
GET /matches/:match_slug/teams/:team_slug/match_output
{
"match": {
"motivational_title": "Clean sheets",
"home_team_goals": 2,
"away_team_goals": 0,
"home_team_profile_picture": "https://someurl.com",
"away_team_profile_picture": null,
"position_group_name": "defensive",
"position_group_id": 4,
"is_home_team_player": false,
"players_on_position_group": 2,
"rating": { // can also be "rating" : null
"overall": 7.4,
"components": {
"achievements": 0.38,
"votes": 0,
"match": 0.09
}
},
},
"trophies": {
"url": "tonsser/stuff",
"entries": [ //max 6
{
"level": 1,
"progress": 0.6667,
"name": "Matches streak x 3",
"url": "com.tonsser.tonsser://tonsser.com/trophies/NTcwNTY3MQ%253D%253D%250A"
}
]
},
"rankings": { //nullable
"title": "You're the 13th best Defender",
"title_highlight": "13th", //nullable,
"subtitle": "League Ranking",
"url": "tonsser/blah",
"entries": [
{
"title_text": "Fissirul Lohmann",
"subtitle_text": "right back",
"current_user": true,
"value": "7.4",
"rank": 1,
"profile_picture": "http://tonsser-development.imgix.net/fissirul-lohmann-1565360842-12119d6a2b/profile_picture/6130c1c84062f67fdfc09ac36fcaebbd(475 B)http://tonsser-development.imgix.net/fissirul-lohmann-1565360842-12119d6a2b/profile_picture/6130c1c84062f67fdfc09ac36fcaebbd",
"progression": 0,
"element_action": {
"url": "com.tonsser.tonsser://tonsser.com/users/fissirul-lohmann-1565360842-12119d6a2b",
"tracking": {
"event": "Card: Ranked player tapped",
"properties": {
"rank": 1
}
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment