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": "Make Monmouth CIC",
    "logo": "https://makemonmouth.co.uk/images/logo.png",
    "url": "https://www.makemonmouth.co.uk",
    "contact": {
        "email": "info@makemonmouth.co.uk",
        "twitter": "",
        "phone": "",
        "facebook": "https://www.facebook.com/makemonmouth/"
    },
    "spacefed": {
        "spacenet": false,
        "spacesaml": false,
        "spacephone": false
    },
    "projects": [],
    "issue_report_channels": [
        "email"
    ],
    "state": {
        "open": true,
        "message": null,
        "lastchange": 1720172259.215027
    },
    "icon": {
        "open": "",
        "closed": ""
    },
    "api_compatibility": [
        "14"
    ],
    "sensors": {
        "total_member_count": [
            {
                "value": 9
            }
        ],
        "people_now_present": [
            {
                "value": 0
            }
        ]
    },
    "location": {
        "address": "Woodland Stores, Wyesham, Monmouth, NP25 3LD",
        "lat": 51.804536,
        "lon": -2.698146
    }
}