Convenience endpoint for available analysis score metadata

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

[
    {
        "name": "overall_score",
        "label": "Overall Score",
        "category": "",
        "description": "On average, this is how people score for overall access."
    },
    {
        "name": "population_total",
        "label": "Total Population",
        "category": "",
        "description": "Total population of this area."
    },
    {
        "name": "people",
        "label": "People",
        "category": "",
        "description": "On average, this is how well people can reach other people by bike."
    },
    {
        "name": "core_services",
        "label": "Core Services Total",
        "category": "Core Services",
        "description": "On average, this is how well people can reach Core Services by bike."
    },
    {
        "name": "core_services_dentists",
        "label": "Dentists",
        "category": "Core Services",
        "description": "On average, this is how well people can reach dentists by bike."
    },
    {
        "name": "core_services_doctors",
        "label": "Doctors",
        "category": "Core Services",
        "description": "On average, this is how well people can reach doctors by bike."
    },
    {
        "name": "core_services_grocery",
        "label": "Grocery",
        "category": "Core Services",
        "description": "On average, this is how well people can reach groceries by bike."
    },
    {
        "name": "core_services_hospitals",
        "label": "Hospitals",
        "category": "Core Services",
        "description": "On average, this is how well people can reach a hospital by bike."
    },
    {
        "name": "core_services_pharmacies",
        "label": "Pharmacies",
        "category": "Core Services",
        "description": "On average, this is how well people can reach pharmacies by bike."
    },
    {
        "name": "core_services_social_services",
        "label": "Social Services",
        "category": "Core Services",
        "description": "On average, this is how well people can reach social services by bike."
    },
    {
        "name": "opportunity",
        "label": "Opportunity Total",
        "category": "Opportunity",
        "description": "On average, this is how well people can reach employment and educational opportunities by bike."
    },
    {
        "name": "opportunity_employment",
        "label": "Employment",
        "category": "Opportunity",
        "description": "On average, this is how well people can reach jobs by bike."
    },
    {
        "name": "opportunity_higher_education",
        "label": "Higher Education",
        "category": "Opportunity",
        "description": "On average, this is how well people can reach a university by bike."
    },
    {
        "name": "opportunity_k12_education",
        "label": "K12 Education",
        "category": "Opportunity",
        "description": "On average, this is how well people can reach K-12 schools by bike."
    },
    {
        "name": "opportunity_technical_vocational_college",
        "label": "Tech/Vocational College",
        "category": "Opportunity",
        "description": "On average, this is how well people can reach a technical or vocational college by bike."
    },
    {
        "name": "recreation",
        "label": "Recreation Total",
        "category": "Recreation",
        "description": "On average, this is how well people can reach recreation opportunities by bike."
    },
    {
        "name": "recreation_community_centers",
        "label": "Community Centers",
        "category": "Recreation",
        "description": "On average, this is how well people can reach community centers by bike."
    },
    {
        "name": "recreation_parks",
        "label": "Parks",
        "category": "Recreation",
        "description": "On average, this is how well people can reach parks by bike."
    },
    {
        "name": "recreation_trails",
        "label": "Trails",
        "category": "Recreation",
        "description": "On average, this is how well people can reach off-street trails and paths for recreational riding by bike."
    },
    {
        "name": "retail",
        "label": "Retail",
        "category": "Retail",
        "description": "On average, this is how well people can reach retail shopping opportunities by bike."
    },
    {
        "name": "transit",
        "label": "Transit",
        "category": "Transit",
        "description": "On average, this is how well people can reach major transit hubs by bike."
    }
]