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": "Pawprint Prototyping",
    "logo": "https://pawprintprototyping.org/images/logo.png",
    "url": "https://pawprintprototyping.org",
    "contact": {
        "email": "info@pawprintprototyping.org",
        "twitter": "@pawprintproto",
        "phone": "+1 669 696 7297",
        "facebook": ""
    },
    "spacefed": {
        "spacenet": false,
        "spacesaml": false,
        "spacephone": false
    },
    "projects": [
        "https://github.com/pawprintprototyping",
        "https://wiki.pawprint.space"
    ],
    "issue_report_channels": [
        "email"
    ],
    "state": {
        "open": false,
        "message": "General body meetings every 4th Tuesday @ 1900",
        "lastchange": 1733628002.231797
    },
    "icon": {
        "open": "",
        "closed": ""
    },
    "api_compatibility": [
        "14"
    ],
    "sensors": {
        "temperature": [
            {
                "name": "Space temperature",
                "description": "Main shop area (near the payphone)",
                "location": null,
                "value": 22.533,
                "unit": "°C"
            }
        ],
        "beverage_supply": [
            {
                "name": "home_depot",
                "description": "Home depot trip counter",
                "location": null,
                "value": 1.0,
                "unit": "Trips"
            }
        ],
        "total_member_count": [
            {
                "value": 33
            }
        ],
        "people_now_present": [
            {
                "value": 0
            }
        ]
    },
    "location": {
        "address": "545 Aldo Ave #24, Santa Clara, CA 95054",
        "lat": 37.3857157,
        "lon": -121.9487247
    }
}