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

{
    "url": "https://demozoo.org/api/v1/bbses/4452/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/4452/",
    "id": 4452,
    "name": "SPITZ BBS",
    "location": "Brazil",
    "country_code": "BR",
    "latitude": -10.0,
    "longitude": -55.0,
    "bbstros": [],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/123156/?format=api",
                "id": 123156,
                "name": "Cockrane"
            },
            "role": "sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/83155/?format=api",
                "id": 83155,
                "name": "Real Warez Traders"
            },
            "role": "040-distsite"
        }
    ],
    "tags": [
        "bbs-pc"
    ]
}