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=status_exact%3AFeasibility
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "fields": {
        "sector": [],
        "government_label": [
            {
                "text": "Limpopo",
                "count": 195,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            }
        ],
        "province": [
            {
                "text": "Limpopo",
                "count": 195,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=province_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AEastern+Cape&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AFree+State&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AGauteng&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AKwaZulu-Natal&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AMpumalanga&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3ANorth+West&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3ANorthern+Cape&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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=province_exact%3AWestern+Cape&selected_facets=status_exact%3AFeasibility"
            }
        ],
        "department": [
            {
                "text": "Education",
                "count": 159,
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Agriculture",
                "count": 18,
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Health and Social Development",
                "count": 13,
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Transport",
                "count": 3,
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Public Works, Roads and Infrastructure",
                "count": 2,
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Economic Development, Environment and Tourism",
                "count": 0,
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Social Development",
                "count": 0,
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Sports, Arts and Culture",
                "count": 0,
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            }
        ],
        "status": [
            {
                "text": "Feasibility",
                "count": 195,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Construction 1% - 25%",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AConstruction+1%25+-+25%25&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Construction 26% - 50%",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AConstruction+26%25+-+50%25&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Construction 51% - 75%",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AConstruction+51%25+-+75%25&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Construction 76% - 99%",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AConstruction+76%25+-+99%25&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Design",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3ADesign&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Final Completion",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3AFinal+Completion"
            },
            {
                "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=status_exact%3AFeasibility&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=status_exact%3AFeasibility&selected_facets=status_exact%3AOther+-+Compensation+of+Employees"
            },
            {
                "text": "Other - Packaged Ongoing Project",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3AOther+-+Packaged+Ongoing+Project"
            },
            {
                "text": "Practical Completion (100%)",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3APractical+Completion+%28100%25%29"
            },
            {
                "text": "Pre - Feasibility",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3APre+-+Feasibility"
            },
            {
                "text": "Project Initiation",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3AProject+Initiation"
            },
            {
                "text": "Site Handed - Over to Contractor",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3ASite+Handed+-+Over+to+Contractor"
            },
            {
                "text": "Tender",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3ATender"
            },
            {
                "text": "Terminated",
                "count": 0,
                "narrow_url": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility&selected_facets=status_exact%3ATerminated"
            }
        ],
        "primary_funding_source": [
            {
                "text": "Education Infrastructure Grant",
                "count": 159,
                "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=status_exact%3AFeasibility"
            },
            {
                "text": "Equitable Share",
                "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": "Health Facility Revitalisation Grant",
                "count": 13,
                "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%3AHealth+Facility+Revitalisation+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "text": "Comprehensive Agricultural Support Programme Grant",
                "count": 2,
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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=status_exact%3AFeasibility"
            },
            {
                "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%3AExpanded+Public+Works+Programme+Intergrated+Grant+for+Provinces&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3AHuman+Settlements+Development+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3AIlima%2FLetsema+Projects+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3ALand+Care+Programme+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3AOther&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3AProvincial+Roads+Maintenance+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3ASchool+Infrastructure+Backlog+Grant&selected_facets=status_exact%3AFeasibility"
            },
            {
                "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%3ASubstance+Abuse+Treatment+Grant&selected_facets=status_exact%3AFeasibility"
            }
        ]
    },
    "dates": {},
    "queries": {},
    "objects": {
        "count": 195,
        "next": "https://vulekamali.gov.za/api/v1/infrastructure-projects/full/search/facets/?limit=20&offset=20&selected_facets=government_label_exact%3ALimpopo&selected_facets=status_exact%3AFeasibility",
        "previous": null,
        "results": [
            {
                "name": "Makhwese Secondary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 11200000.0,
                "latitude": "-24.33683",
                "longitude": "30.318",
                "url_path": "/infrastructure-projects/full/9383-makhwese-secondary-limpopo"
            },
            {
                "name": "Matsibe Secondary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 9250000.0,
                "latitude": "-24.0786199",
                "longitude": "28.91663",
                "url_path": "/infrastructure-projects/full/9384-matsibe-secondary-limpopo"
            },
            {
                "name": "Seale Secondary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 11740000.0,
                "latitude": "-23.50402",
                "longitude": "29.83267",
                "url_path": "/infrastructure-projects/full/9417-seale-secondary-school-limpopo"
            },
            {
                "name": "Seboeng Primary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2022-03-31",
                "estimated_total_project_cost": 10000000.0,
                "latitude": "-24.6670999",
                "longitude": "29.96815",
                "url_path": "/infrastructure-projects/full/9419-seboeng-primary-school-limpopo"
            },
            {
                "name": "Sehonwe Primary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 10000000.0,
                "latitude": "-23.3842",
                "longitude": "30.39167",
                "url_path": "/infrastructure-projects/full/9420-sehonwe-primary-school-limpopo"
            },
            {
                "name": "Sekete Secondary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 10000000.0,
                "latitude": "-23.8990164",
                "longitude": "29.4539894",
                "url_path": "/infrastructure-projects/full/9421-sekete-secondary-school-limpopo"
            },
            {
                "name": "Suswe Primary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 11900000.0,
                "latitude": "-23.87662",
                "longitude": "28.65927",
                "url_path": "/infrastructure-projects/full/9425-suswe-primary-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": "Malemati Clinic: Business Case & Health Brief",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Health Facility Revitalisation Grant",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 0.0,
                "latitude": "-24.38525",
                "longitude": "29.639",
                "url_path": "/infrastructure-projects/full/9534-malemati-clinic-business-case-health-brief-limpopo"
            },
            {
                "name": "Messina Hospital: Replacement of existing hospital on a new Site including EMS, malaria centre, moth",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Health Facility Revitalisation Grant",
                "estimated_completion_date": "2030-03-31",
                "estimated_total_project_cost": 0.0,
                "latitude": "0",
                "longitude": "0",
                "url_path": "/infrastructure-projects/full/9901-messina-hospital-replacement-of-existing-hospital-on-a-new-site-including-ems-malaria-centre-moth-limpopo"
            },
            {
                "name": "Pietersburg Hospital: Renovate and re-organise MCCE complex and related areas.",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Health Facility Revitalisation Grant",
                "estimated_completion_date": "2023-11-05",
                "estimated_total_project_cost": 0.0,
                "latitude": "-23.88984",
                "longitude": "29.46128",
                "url_path": "/infrastructure-projects/full/9970-pietersburg-hospital-renovate-and-re-organise-mcce-complex-and-related-areas-limpopo"
            },
            {
                "name": "Dikgalaopeng Secondary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2021-03-31",
                "estimated_total_project_cost": 10000000.0,
                "latitude": "-24.98108",
                "longitude": "29.4605",
                "url_path": "/infrastructure-projects/full/1143-dikgalaopeng-secondary-limpopo"
            },
            {
                "name": "Dikoloi Secondary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 11800000.0,
                "latitude": "-23.1424074",
                "longitude": "28.9950702",
                "url_path": "/infrastructure-projects/full/1147-dikoloi-secondary-limpopo"
            },
            {
                "name": "Modimolle RDP Settlement Primary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 18100000.0,
                "latitude": "-24.3173499",
                "longitude": "29.76892",
                "url_path": "/infrastructure-projects/full/1159-modimolle-rdp-settlement-primary-school-limpopo"
            },
            {
                "name": "Mokone A Mabula Secondary",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 7000000.0,
                "latitude": "-24.8965742",
                "longitude": "29.5764166",
                "url_path": "/infrastructure-projects/full/1160-mokone-a-mabula-secondary-limpopo"
            },
            {
                "name": "Potokela Primary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2024-03-31",
                "estimated_total_project_cost": 10340000.0,
                "latitude": "-23.1422884",
                "longitude": "28.7961933",
                "url_path": "/infrastructure-projects/full/1170-potokela-primary-school-limpopo"
            },
            {
                "name": "Rethuseng Special School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2022-03-31",
                "estimated_total_project_cost": 9388000.0,
                "latitude": "-23.8990164",
                "longitude": "29.4539894",
                "url_path": "/infrastructure-projects/full/1171-rethuseng-special-school-limpopo"
            },
            {
                "name": "Phooko Primary School",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Education",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Education Infrastructure Grant",
                "estimated_completion_date": "2019-12-01",
                "estimated_total_project_cost": 8500000.0,
                "latitude": "-25.28772",
                "longitude": "29.16836",
                "url_path": "/infrastructure-projects/full/1377-phooko-primary-school-limpopo"
            },
            {
                "name": "Louis Trichardt Hospital: Repairs and alterations to MCCE&neonatal facilities (Phase A)",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Health Facility Revitalisation Grant",
                "estimated_completion_date": "2022-05-05",
                "estimated_total_project_cost": 0.0,
                "latitude": "-23.02913",
                "longitude": "29.90614",
                "url_path": "/infrastructure-projects/full/1557-louis-trichardt-hospital-repairs-and-alterations-to-mcce-neonatal-facilities-phase-a-limpopo"
            },
            {
                "name": "Mokopane Hospital: Renovate and re-organise MCCE complex and related areas.",
                "province": "Limpopo",
                "government_label": "Limpopo",
                "sphere": "provincial",
                "department": "Health and Social Development",
                "sector": null,
                "status": "Feasibility",
                "status_order": 2,
                "primary_funding_source": "Health Facility Revitalisation Grant",
                "estimated_completion_date": "2023-11-05",
                "estimated_total_project_cost": 0.0,
                "latitude": "-24.15208",
                "longitude": "28.98611",
                "url_path": "/infrastructure-projects/full/1670-mokopane-hospital-renovate-and-re-organise-mcce-complex-and-related-areas-limpopo"
            }
        ]
    }
}