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

{
    "url": "https://demozoo.org/api/v1/bbses/1200/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/1200/",
    "id": 1200,
    "name": "Bogus Boutique",
    "location": "Sør-Trøndelag Fylke, Norway",
    "country_code": "NO",
    "latitude": 63.4292,
    "longitude": 10.3945,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/160643/?format=api",
            "demozoo_url": "https://demozoo.org/productions/160643/",
            "id": 160643,
            "title": "Bogus Boutique BBS",
            "author_nicks": [
                {
                    "name": "Xenon Development",
                    "abbreviation": "XNN",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/19785/?format=api",
                        "id": 19785,
                        "name": "Xenon Development",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1994",
            "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/41/?format=api",
                    "id": 41,
                    "name": "BBStro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "staff": [
        {
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/53150/?format=api",
                "id": 53150,
                "name": "Hobbes"
            },
            "role": "sysop",
            "is_current": true
        }
    ],
    "affiliations": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/19253/?format=api",
                "id": 19253,
                "name": "Debris"
            },
            "role": "020-hq"
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/19785/?format=api",
                "id": 19785,
                "name": "Xenon Development"
            },
            "role": "010-whq"
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/78657/?format=api",
                "id": 78657,
                "name": "Lapse"
            },
            "role": "020-hq"
        }
    ],
    "tags": []
}