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

{
    "url": "https://demozoo.org/api/v1/bbses/4567/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/4567/",
    "id": 4567,
    "name": "The Dungeon",
    "location": "Landkreis Lüneburg, Lower Saxony, Germany",
    "country_code": "DE",
    "latitude": 53.29389,
    "longitude": 10.56611,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/97475/?format=api",
            "demozoo_url": "https://demozoo.org/productions/97475/",
            "id": 97475,
            "title": "X-Files 14",
            "author_nicks": [
                {
                    "name": "Abyss",
                    "abbreviation": "AYS",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/398/?format=api",
                        "id": 398,
                        "name": "Abyss",
                        "is_group": true
                    }
                },
                {
                    "name": "Ethic",
                    "abbreviation": "ETC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14034/?format=api",
                        "id": 14034,
                        "name": "Ethic",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1997-03",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                    "id": 6,
                    "name": "Amiga AGA"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                    "id": 5,
                    "name": "Diskmag",
                    "supertype": "production"
                }
            ],
            "tags": [
                "x-files"
            ]
        }
    ],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/47206/?format=api",
                "id": 47206,
                "name": "High-Speed"
            },
            "role": "sysop",
            "is_current": false
        },
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/47208/?format=api",
                "id": 47208,
                "name": "Iron"
            },
            "role": "co-sysop",
            "is_current": false
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/11604/?format=api",
                "id": 11604,
                "name": "Real"
            },
            "role": "020-hq"
        }
    ],
    "tags": [
        "amiex",
        "bbs-amiga",
        "isdn"
    ]
}