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

{
    "url": "https://demozoo.org/api/v1/bbses/1234/?format=api",
    "demozoo_url": "https://demozoo.org/bbs/1234/",
    "id": 1234,
    "name": "Horizont Corporation",
    "location": "Moskva, Moscow, Russia",
    "country_code": "RU",
    "latitude": 55.76167,
    "longitude": 37.60667,
    "bbstros": [
        {
            "url": "https://demozoo.org/api/v1/productions/75170/?format=api",
            "demozoo_url": "https://demozoo.org/productions/75170/",
            "id": 75170,
            "title": "Horizont Corporation",
            "author_nicks": [
                {
                    "name": "Sergei Naidenov",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/40039/?format=api",
                        "id": 40039,
                        "name": "Sergei Naidenov",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2000",
            "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": [
                "lost"
            ]
        }
    ],
    "staff": [],
    "affiliations": [],
    "tags": []
}