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

{
    "url": "https://demozoo.org/api/v1/bbses/6473/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/6473/",
    "id": 6473,
    "name": "Shotokan Palace",
    "location": "Belgium",
    "country_code": "BE",
    "latitude": 50.75,
    "longitude": 4.5,
    "bbstros": [],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/112128/?format=api",
                "id": 112128,
                "name": "Ryo"
            },
            "role": "sysop",
            "is_current": true
        },
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/112127/?format=api",
                "id": 112127,
                "name": "Ken"
            },
            "role": "sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/5103/?format=api",
                "id": 5103,
                "name": "Logic"
            },
            "role": ""
        }
    ],
    "tags": [
        "bbs-amiga"
    ]
}