"
list: API Endpoint for returning a set of gamesystems.

retrieve: API endpoint for return a particular gamesystem.

GET /v2/gamesystems/5e-2024/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api",
    "key": "5e-2024",
    "name": "5th Edition 2024",
    "desc": "2024 ruleset for 5th Edition",
    "content_prefix": ""
}