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

{
    "url": "https://demozoo.org/api/v1/bbses/3456/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/3456/",
    "id": 3456,
    "name": "Last Right",
    "location": "Detroit, Wayne County, Michigan, United States",
    "country_code": "US",
    "latitude": 42.33143,
    "longitude": -83.04575,
    "bbstros": [],
    "staff": [],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/83958/?format=api",
                "id": 83958,
                "name": "Pyradical"
            },
            "role": "040-distsite"
        }
    ],
    "tags": [
        "bbs-pc"
    ]
}