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

{
    "url": "https://demozoo.org/api/v1/bbses/6162/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/6162/",
    "id": 6162,
    "name": "The Evil Town",
    "location": "",
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "bbstros": [],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/125629/?format=api",
                "id": 125629,
                "name": "Rashaa"
            },
            "role": "sysop",
            "is_current": false
        },
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/125630/?format=api",
                "id": 125630,
                "name": "Malcolm X"
            },
            "role": "co-sysop",
            "is_current": false
        }
    ],
    "affiliations": [],
    "tags": [
        "unknown-location"
    ]
}