Search Cities

started wtih INDIAN citites to start with, if response is good soo will enable other countries

API URL (TEMPLATE) : https://ark-cities.immanuel.co/api/{COUNTRY}/cities/{SEARCH_TEXT}
API URL (EX) : https://ark-cities.immanuel.co/api/in/cities/tir


    {
        "error": true,
        "message": "found 2 records",
        "data": [
            {
                "lat": "8.72742",
                "lng": "77.6838",
                "name": "Tirunelveli",
                "ascii_name": "Tirunelveli",
                "geonameid": "1254361"
            },
            {
                "lat": "8.7927",
                "lng": "77.57409",
                "name": "Tirunelveli Kattabo",
                "ascii_name": "Tirunelveli Kattabo",
                "geonameid": "7874380"
            }
        ]
    }