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

{
    "url": "https://demozoo.org/api/v1/bbses/8086/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/8086/",
    "id": 8086,
    "name": "Vanguard",
    "location": "California, United States",
    "country_code": "US",
    "latitude": 37.25022,
    "longitude": -119.75126,
    "bbstros": [],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/129233/?format=api",
                "id": 129233,
                "name": "Solo"
            },
            "role": "sysop",
            "is_current": false
        }
    ],
    "affiliations": [],
    "tags": [
        "bbs-pc",
        "bbs-nonpublic",
        "renegade-bbs"
    ]
}