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

{
    "url": "https://demozoo.org/api/v1/bbses/6001/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/6001/",
    "id": 6001,
    "name": "Sanctuary",
    "location": "Denmark",
    "country_code": "DK",
    "latitude": 56.0,
    "longitude": 10.0,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/111870/?format=api",
            "demozoo_url": "https://demozoo.org/productions/111870/",
            "id": 111870,
            "title": "A Little BBS Intro",
            "author_nicks": [
                {
                    "name": "Cult",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1254/?format=api",
                        "id": 1254,
                        "name": "Cult",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992-02",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                    "id": 5,
                    "name": "Amiga OCS/ECS"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/50009/?format=api",
                "id": 50009,
                "name": "Chrome"
            },
            "role": "sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1254/?format=api",
                "id": 1254,
                "name": "Cult"
            },
            "role": "020-hq"
        }
    ],
    "tags": []
}