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

{
    "url": "https://demozoo.org/api/v1/bbses/70/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/70/",
    "id": 70,
    "name": "Angel City",
    "location": "Oslo County, Oslo, Norway",
    "country_code": "NO",
    "latitude": 59.9119,
    "longitude": 10.7336,
    "bbstros": [],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/62339/?format=api",
                "id": 62339,
                "name": "Angel"
            },
            "role": "sysop",
            "is_current": true
        },
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/74/?format=api",
                "id": 74,
                "name": "Freaky Angel"
            },
            "role": "co-sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/12/?format=api",
                "id": 12,
                "name": "Crusaders"
            },
            "role": "020-hq"
        }
    ],
    "tags": [
        "amiex",
        "bbs-pc",
        "bbs-amiga"
    ]
}