Game System List
"
list: API Endpoint for returning a set of gamesystems.
retrieve: API endpoint for return a particular gamesystem.
GET /v2/gamesystems/?format=api&ordering=-key
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"key": "a5e",
"name": "Advanced 5th Edition",
"desc": "Advanced 5th Edition ruleset by EN Publishing.",
"content_prefix": ""
},
{
"key": "5e-2024",
"name": "5th Edition 2024",
"desc": "2024 ruleset for 5th Edition",
"content_prefix": ""
},
{
"key": "5e-2014",
"name": "5th Edition 2014",
"desc": "Original 5th Edition ruleset.",
"content_prefix": ""
}
]
}