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

{
    "url": "https://demozoo.org/api/v1/bbses/1233/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/1233/",
    "id": 1233,
    "name": "Madhouse",
    "location": "Uusimaa, Finland",
    "country_code": "FI",
    "latitude": 60.41667,
    "longitude": 24.75,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/142052/?format=api",
            "demozoo_url": "https://demozoo.org/productions/142052/",
            "id": 142052,
            "title": "Madhouse BBS",
            "author_nicks": [
                {
                    "name": "Universal Coders",
                    "abbreviation": "UNC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/33692/?format=api",
                        "id": 33692,
                        "name": "Universal Coders",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": null,
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                    "id": 41,
                    "name": "BBStro",
                    "supertype": "production"
                }
            ],
            "tags": []
        },
        {
            "url": "https://demozoo.org/api/v1/productions/78435/?format=api",
            "demozoo_url": "https://demozoo.org/productions/78435/",
            "id": 78435,
            "title": "Madhouse Demo Part III",
            "author_nicks": [
                {
                    "name": "Universal Coders",
                    "abbreviation": "UNC",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/33692/?format=api",
                        "id": 33692,
                        "name": "Universal Coders",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1991-04-14",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                    "id": 41,
                    "name": "BBStro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/2292/?format=api",
                "id": 2292,
                "name": "Qwerty"
            },
            "role": "sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/33692/?format=api",
                "id": 33692,
                "name": "Universal Coders"
            },
            "role": "010-whq"
        }
    ],
    "tags": [
        "bbs-atari"
    ]
}