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

{
    "url": "https://demozoo.org/api/v1/bbses/2101/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/2101/",
    "id": 2101,
    "name": "The Erogenic Zone",
    "location": "Netherlands",
    "country_code": "NL",
    "latitude": 52.25,
    "longitude": 5.75,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/203598/?format=api",
            "demozoo_url": "https://demozoo.org/productions/203598/",
            "id": 203598,
            "title": "Vector Demo 1993",
            "author_nicks": [
                {
                    "name": "Extacy",
                    "abbreviation": "XTC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/70367/?format=api",
                        "id": 70367,
                        "name": "Extacy",
                        "is_group": true
                    }
                },
                {
                    "name": "The Untouchables",
                    "abbreviation": "TU",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/76042/?format=api",
                        "id": 76042,
                        "name": "The Untouchables",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1992-12-31",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                    "id": 4,
                    "name": "MS-Dos"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": [
                "uncredited-music"
            ]
        }
    ],
    "staff": [],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/76042/?format=api",
                "id": 76042,
                "name": "The Untouchables"
            },
            "role": ""
        }
    ],
    "tags": []
}