GET /api/v1/bbses/5234/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"url": "https://demozoo.org/api/v1/bbses/5234/?format=api",
"demozoo_url": "https://demozoo.org/bbs/5234/",
"id": 5234,
"name": "The Postoffice",
"location": "Germany",
"country_code": "DE",
"latitude": 51.5,
"longitude": 10.5,
"bbstros": [],
"staff": [
{
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/123914/?format=api",
"id": 123914,
"name": "Mr. Postman"
},
"role": "sysop",
"is_current": false
}
],
"affiliations": [
{
"group": {
"url": "https://demozoo.org/api/v1/releasers/49790/?format=api",
"id": 49790,
"name": "Elmstreet 1427"
},
"role": "020-hq"
}
],
"tags": [
"bbs-nonpublic"
]
}