Sets up a list route for faceted results. This will add ie ^search/facets/$ to your existing ^search pattern.

GET /api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "fields": {
        "sector": [],
        "government_label": [
            {
                "text": "Limpopo",
                "count": 246,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Eastern Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3AEastern+Cape&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Free State",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3AFree+State&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Gauteng",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3AGauteng&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "KwaZulu-Natal",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3AKwaZulu-Natal&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Mpumalanga",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=government_label_exact%3AMpumalanga&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "North West",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=government_label_exact%3ANorth+West&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Northern Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=government_label_exact%3ANorthern+Cape&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Western Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=government_label_exact%3AWestern+Cape&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            }
        ],
        "province": [
            {
                "text": "Limpopo",
                "count": 246,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3ALimpopo"
            },
            {
                "text": "Eastern Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AEastern+Cape"
            },
            {
                "text": "Free State",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AFree+State"
            },
            {
                "text": "Gauteng",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AGauteng"
            },
            {
                "text": "KwaZulu-Natal",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AKwaZulu-Natal"
            },
            {
                "text": "Mpumalanga",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AMpumalanga"
            },
            {
                "text": "North West",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3ANorth+West"
            },
            {
                "text": "Northern Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3ANorthern+Cape"
            },
            {
                "text": "Western Cape",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=province_exact%3AWestern+Cape"
            }
        ],
        "department": [
            {
                "text": "Agriculture",
                "count": 99,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AAgriculture&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Economic Development, Environment and Tourism",
                "count": 57,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEconomic+Development%2C+Environment+and+Tourism&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Public Works, Roads and Infrastructure",
                "count": 56,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APublic+Works%2C+Roads+and+Infrastructure&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Social Development",
                "count": 13,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASocial+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Education",
                "count": 6,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEducation&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Transport",
                "count": 6,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ATransport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Health and Social Development",
                "count": 5,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AHealth+and+Social+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Sports, Arts and Culture",
                "count": 4,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASports%2C+Arts+and+Culture&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Agriculture & Rural Development",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AAgriculture+%26+Rural+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Agriculture and Rural Development",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AAgriculture+and+Rural+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Agriculture, Rural Development and Land Administration",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AAgriculture%2C+Rural+Development+and+Land+Administration&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Arts and Culture",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AArts+and+Culture&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Cape Nature",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ACape+Nature&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Community Safetry and Transport",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ACommunity+Safetry+and+Transport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Cooperative Governance and Traditional Affairs",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ACooperative+Governance+and+Traditional+Affairs&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Culture, Sports and Recreation",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ACulture%2C+Sports+and+Recreation&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Economic Development, Conservation, Environment & Tourism",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEconomic+Development%2C+Conservation%2C+Environment+%26+Tourism&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Economic Development, Environmental Affairs and Tourism",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEconomic+Development%2C+Environmental+Affairs+and+Tourism&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Economic, Small Business Development,Tourism, and Environmental Affairs",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEconomic%2C+Small+Business+Development%2CTourism%2C+and+Environmental+Affairs&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Education & Training",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AEducation+%26+Training&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Health",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AHealth&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Human Settlement",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AHuman+Settlement&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Human Settlement, Cooperative Governance and Traditional Affairs",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AHuman+Settlement%2C+Cooperative+Governance+and+Traditional+Affairs&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Human Settlements",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AHuman+Settlements&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Infrastructure Development",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AInfrastructure+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Local Government",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ALocal+Government&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Office of the Premier",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AOffice+of+the+Premier&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Police, Roads and Transport",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APolice%2C+Roads+and+Transport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Provincial Legislature",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3AProvincial+Legislature&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Public Works",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APublic+Works&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Public Works and Infrastructure",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APublic+Works+and+Infrastructure&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Public Works, Roads & Transport",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APublic+Works%2C+Roads+%26+Transport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Public Works, Roads and Transport",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3APublic+Works%2C+Roads+and+Transport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Roads and Public Works",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ARoads+and+Public+Works&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Roads and Transport",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ARoads+and+Transport&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Rural Development and and Agrarian Reform",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ARural+Development+and+and+Agrarian+Reform&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Rural, Environmental,and Agriculture Development",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ARural%2C+Environmental%2Cand+Agriculture+Development&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Social Development, Woman, Children & Persons with Disabilities",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASocial+Development%2C+Woman%2C+Children+%26+Persons+with+Disabilities&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Sport and Recreation",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASport+and+Recreation&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Sports, Arts, Culture and Recreation",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASports%2C+Arts%2C+Culture+and+Recreation&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Sports, Recreation, Arts and Culture",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ASports%2C+Recreation%2C+Arts+and+Culture&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Transport and Public Works",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=department_exact%3ATransport+and+Public+Works&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            }
        ],
        "status": [
            {
                "text": "Tender",
                "count": 55,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3ATender"
            },
            {
                "text": "Pre - Feasibility",
                "count": 48,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3APre+-+Feasibility"
            },
            {
                "text": "Construction 76% - 99%",
                "count": 26,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AConstruction+76%25+-+99%25"
            },
            {
                "text": "Design",
                "count": 21,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3ADesign"
            },
            {
                "text": "Feasibility",
                "count": 21,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Construction 26% - 50%",
                "count": 18,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AConstruction+26%25+-+50%25"
            },
            {
                "text": "Practical Completion (100%)",
                "count": 14,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3APractical+Completion+%28100%25%29"
            },
            {
                "text": "Construction 1% - 25%",
                "count": 12,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AConstruction+1%25+-+25%25"
            },
            {
                "text": "Project Initiation",
                "count": 11,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AProject+Initiation"
            },
            {
                "text": "Construction 51% - 75%",
                "count": 10,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AConstruction+51%25+-+75%25"
            },
            {
                "text": "Other - Packaged Ongoing Project",
                "count": 7,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AOther+-+Packaged+Ongoing+Project"
            },
            {
                "text": "Final Completion",
                "count": 1,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AFinal+Completion"
            },
            {
                "text": "Site Handed - Over to Contractor",
                "count": 1,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3ASite+Handed+-+Over+to+Contractor"
            },
            {
                "text": "Terminated",
                "count": 1,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3ATerminated"
            },
            {
                "text": "On Hold",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AOn+Hold"
            },
            {
                "text": "Other - Compensation of Employees",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=status_exact%3AOther+-+Compensation+of+Employees"
            }
        ],
        "primary_funding_source": [
            {
                "text": "Equitable Share",
                "count": 246,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Community Library Service Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3ACommunity+Library+Service+Grant&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Comprehensive Agricultural Support Programme Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AComprehensive+Agricultural+Support+Programme+Grant&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Early Childhood Development Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEarly+Childhood+Development+Grant&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Education Infrastructure Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEducation+Infrastructure+Grant&selected_facets=primary_funding_source_exact%3AEquitable+Share"
            },
            {
                "text": "Expanded Public Works Programme Intergrated Grant for Provinces",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AExpanded+Public+Works+Programme+Intergrated+Grant+for+Provinces"
            },
            {
                "text": "Health Facility Revitalisation Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AHealth+Facility+Revitalisation+Grant"
            },
            {
                "text": "Human Settlements Development Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AHuman+Settlements+Development+Grant"
            },
            {
                "text": "Ilima/Letsema Projects Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AIlima%2FLetsema+Projects+Grant"
            },
            {
                "text": "Land Care Programme Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3ALand+Care+Programme+Grant"
            },
            {
                "text": "Other",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AOther"
            },
            {
                "text": "Provincial Roads Maintenance Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3AProvincial+Roads+Maintenance+Grant"
            },
            {
                "text": "School Infrastructure Backlog Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3ASchool+Infrastructure+Backlog+Grant"
            },
            {
                "text": "Substance Abuse Treatment Grant",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share&selected_facets=primary_funding_source_exact%3ASubstance+Abuse+Treatment+Grant"
            }
        ]
    },
    "dates": {},
    "queries": {},
    "objects": {
        "count": 246,
        "next": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?limit=20&offset=20&selected_facets=government_label_exact%3ALimpopo&selected_facets=primary_funding_source_exact%3AEquitable+Share",
        "previous": null,
        "results": [
            {
                "name": "Capricorn Offices",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 2500000.0,
                "latitude": "-23.9120372",
                "longitude": "29.4566978",
                "url_path": "/infrastructure-projects/full/9294-capricorn-offices-limpopo"
            },
            {
                "name": "SASELEMANI OFFICE ACCOMODATION",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Social Development",
                "sector": null,
                "status": "Construction 51% - 75%",
                "status_order": 8,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2019-03-29",
                "estimated_total_project_cost": 29429516.0,
                "latitude": "-22.83872",
                "longitude": "30.85851",
                "url_path": "/infrastructure-projects/full/9431-saselemani-office-accomodation-limpopo"
            },
            {
                "name": "TSHILWAVHUSIKU OFFICE ACCOMODATION",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Social Development",
                "sector": null,
                "status": "Project Initiation",
                "status_order": 0,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 3000000.0,
                "latitude": "-23.09706",
                "longitude": "29.73812",
                "url_path": "/infrastructure-projects/full/9442-tshilwavhusiku-office-accomodation-limpopo"
            },
            {
                "name": "Phase A 3 km of (Rehabilitation of 9.8km, installation of stormwater systems and Surfacing from gravel to Tar 17.54km on D3377 Lamburg to Matlala)",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2020-02-14",
                "estimated_total_project_cost": 28454450.0,
                "latitude": "-23.730143",
                "longitude": "29.071816",
                "url_path": "/infrastructure-projects/full/9448-phase-a-3-km-of-rehabilitation-of-9-8km-installation-of-stormwater-systems-and-surfacing-from-gravel-to-tar-17-54km-on-d3377-lamburg-to-matlala-limpopo"
            },
            {
                "name": "Phase A (D3200 Upgrading (Gravel To Bituminous Surface) Of Road Mokwakwaila to Mawa)",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Project Initiation",
                "status_order": 0,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-26",
                "estimated_total_project_cost": 27626204.0,
                "latitude": "-23.4861695285",
                "longitude": "30.38487891",
                "url_path": "/infrastructure-projects/full/9452-phase-a-d3200-upgrading-gravel-to-bituminous-surface-of-road-mokwakwaila-to-mawa-limpopo"
            },
            {
                "name": "Various facilities: Maintenance Programme 8 : Breakdown Maintenance at health institutions",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Other - Packaged Ongoing Project",
                "status_order": 15,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 0.0,
                "latitude": null,
                "longitude": null,
                "url_path": "/infrastructure-projects/full/9615-various-facilities-maintenance-programme-8-breakdown-maintenance-at-health-institutions-limpopo"
            },
            {
                "name": "MAINT & REP: SCHOEMANSDAL MUSEUM",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Sports, Arts and Culture",
                "sector": null,
                "status": "Practical Completion (100%)",
                "status_order": 10,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2022-03-31",
                "estimated_total_project_cost": 7200000.0,
                "latitude": "-23.033333",
                "longitude": "29.716667",
                "url_path": "/infrastructure-projects/full/9855-maint-rep-schoemansdal-museum-limpopo"
            },
            {
                "name": "Mopani Offices",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 2100000.0,
                "latitude": "-23.3116249",
                "longitude": "30.692842",
                "url_path": "/infrastructure-projects/full/9943-mopani-offices-limpopo"
            },
            {
                "name": "Waterberg Residences",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 2100000.0,
                "latitude": "-24.7024047",
                "longitude": "28.4072255",
                "url_path": "/infrastructure-projects/full/9953-waterberg-residences-limpopo"
            },
            {
                "name": "Provincial Offices: Repair, Service and Maintenance",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Other - Packaged Ongoing Project",
                "status_order": 15,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-25",
                "estimated_total_project_cost": 0.0,
                "latitude": "-23.8922582",
                "longitude": "29.4560838",
                "url_path": "/infrastructure-projects/full/9974-provincial-offices-repair-service-and-maintenance-limpopo"
            },
            {
                "name": "Tompi Seleka Milking Parlour",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Agriculture",
                "sector": null,
                "status": "Practical Completion (100%)",
                "status_order": 10,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2019-05-31",
                "estimated_total_project_cost": 2698000.0,
                "latitude": "-24.79575",
                "longitude": "29.45201",
                "url_path": "/infrastructure-projects/full/1006-tompi-seleka-milking-parlour-limpopo"
            },
            {
                "name": "MAINT & REP: MUTI WA VATSONGA MUSEUM",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Sports, Arts and Culture",
                "sector": null,
                "status": "Construction 76% - 99%",
                "status_order": 9,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2022-03-31",
                "estimated_total_project_cost": 850000.0,
                "latitude": "-23.160009",
                "longitude": "30.0585795",
                "url_path": "/infrastructure-projects/full/1032-maint-rep-muti-wa-vatsonga-museum-limpopo"
            },
            {
                "name": "Tompi Seleka Bio-diesel",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Agriculture",
                "sector": null,
                "status": "Design",
                "status_order": 4,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2019-11-30",
                "estimated_total_project_cost": 8000000.0,
                "latitude": "-24.796",
                "longitude": "29.45201",
                "url_path": "/infrastructure-projects/full/1144-tompi-seleka-bio-diesel-limpopo"
            },
            {
                "name": "Limpopo Traffic Training College",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Transport",
                "sector": null,
                "status": "Construction 1% - 25%",
                "status_order": 6,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2022-03-31",
                "estimated_total_project_cost": 232000000.0,
                "latitude": "-22.7457867",
                "longitude": "30.5255751",
                "url_path": "/infrastructure-projects/full/1149-limpopo-traffic-training-college-limpopo"
            },
            {
                "name": "Mankweng Office Accomodation",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Social Development",
                "sector": null,
                "status": "Practical Completion (100%)",
                "status_order": 10,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2019-03-31",
                "estimated_total_project_cost": 27632956.0,
                "latitude": "-23.8836683",
                "longitude": "29.7078785",
                "url_path": "/infrastructure-projects/full/1176-mankweng-office-accomodation-limpopo"
            },
            {
                "name": "GROBLERSDAL",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Social Development",
                "sector": null,
                "status": "Project Initiation",
                "status_order": 0,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 500000.0,
                "latitude": "-25.16736",
                "longitude": "29.39869",
                "url_path": "/infrastructure-projects/full/1177-groblersdal-limpopo"
            },
            {
                "name": "MECKLENBURG OFFICE ACCOMODATION",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Social Development",
                "sector": null,
                "status": "Project Initiation",
                "status_order": 0,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 3000000.0,
                "latitude": "-24.38835",
                "longitude": "30.07663",
                "url_path": "/infrastructure-projects/full/1179-mecklenburg-office-accomodation-limpopo"
            },
            {
                "name": "Phase A 3 km of (D3810 from Thomo/Altein (Shangoni Kruger National Park Road) to Khakhala to Gawula to Mahlati to Ndindani to Hlomela to Palaubeni to Mbaula to Phalaborwa.)",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2020-02-14",
                "estimated_total_project_cost": 27809300.0,
                "latitude": "-23.275223",
                "longitude": "30.846327",
                "url_path": "/infrastructure-projects/full/1196-phase-a-3-km-of-d3810-from-thomo-altein-shangoni-kruger-national-park-road-to-khakhala-to-gawula-to-mahlati-to-ndindani-to-hlomela-to-palaubeni-to-mbaula-to-phalaborwa-limpopo"
            },
            {
                "name": "Capricorn Residences Maintenance",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 2900000.0,
                "latitude": "-23.61233",
                "longitude": "29.23208",
                "url_path": "/infrastructure-projects/full/1199-capricorn-residences-maintenance-limpopo"
            },
            {
                "name": "D4166 - Ga-Riba ka Thabeng/Mofolo to R37, Phase B: Upgrading",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Public Works, Roads and Infrastructure",
                "sector": null,
                "status": "Construction 26% - 50%",
                "status_order": 7,
                "primary_funding_source": "Equitable Share",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 25280000.0,
                "latitude": "-24.5550122469",
                "longitude": "30.2256888737",
                "url_path": "/infrastructure-projects/full/1296-d4166-ga-riba-ka-thabeng-mofolo-to-r37-phase-b-upgrading-limpopo"
            }
        ]
    }
}