To provide summary data

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

{
    "projects_stats": {
        "Enabling_Environment_Development": {
            "count": 3,
            "value": 702222.0
        },
        "Feasibility": {
            "count": 7,
            "value": 53000558625.0
        },
        "Structuring_and_Transactions": {
            "count": 3,
            "value": 133111000.0
        },
        "Post-implementation": {
            "count": 5,
            "value": 163009000200.0
        },
        "Project_Profile": {
            "count": 4,
            "value": 24502000000.0
        },
        "Concept": {
            "count": 5,
            "value": 152000000.0
        },
        "Testing": {
            "count": 0,
            "value": 0
        },
        "Pre-Feasibility": {
            "count": 0,
            "value": 0
        },
        "Under_Construction": {
            "count": 5,
            "value": 111111244111111.0
        },
        "Concept/Design/Scoping": {
            "count": 0,
            "value": 0
        }
    }
}