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

{
    "message": "Welcome to SOLAR API",
    "endpoints": {
        "v1": "/solarapi/v1/",
        "v2": "/api/v2/",
        "compat": "/cm_pub_api/api"
    },
    "compatibility": "All SOLAR API v1 endpoints are supported. CM Pub API endpoints are also supported."
}