Generates a spaceapi compliant status message if enabled.

GET /api/spacedirectory/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "space": "HSBNE Inc.",
    "logo": "https://hsbne.org/assets/img/portal/logo.png",
    "url": "https://hsbne.org",
    "contact": {
        "email": "contact@hsbne.org",
        "twitter": "",
        "phone": "",
        "facebook": "facebook.hsbne.org"
    },
    "spacefed": {
        "spacenet": false,
        "spacesaml": false,
        "spacephone": false
    },
    "projects": [
        "https://github.com/HSBNE"
    ],
    "issue_report_channels": [
        "email"
    ],
    "state": {
        "open": true,
        "message": "Hello from Brisbane! We have Night Tours on Tuesdays and Day Tours on Saturdays. Open 24/7 for members!",
        "lastchange": 1766474403.942952
    },
    "icon": {
        "open": "https://hsbne.org/assets/img/favico/favicon-96x96.png",
        "closed": "https://hsbne.org/assets/img/favico/favicon-96x96.png"
    },
    "api_compatibility": [
        "14"
    ],
    "sensors": {
        "total_member_count": [
            {
                "value": 43
            }
        ],
        "people_now_present": [
            {
                "value": 1
            }
        ]
    },
    "location": {
        "address": "1/14 Spine St, Sumner QLD 4074",
        "lat": -27.56574948313865,
        "lon": 152.93696289021975
    }
}