GET /players/76/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 76,
    "created": "2023-12-12T16:24:24.283324+05:45",
    "modified": "2023-12-31T01:04:50.548783+05:45",
    "created_np": "2023-12-31T01:04:50.548790+05:45",
    "modified_np": "2023-12-31T01:04:50.548803+05:45",
    "name": "Anjan Bista",
    "age": null,
    "height": null,
    "nationality": "Nepal",
    "position": "FW",
    "total_matches": 4,
    "total_goals": 1,
    "photo": "https://nepalsportz.com/media/players/IMG_6224.jpeg",
    "jersey_no": 14
}