API View to list cities with their associated pin codes.

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

{
    "status": true,
    "data": [
        {
            "id": 1,
            "city_name": "Bhopal",
            "pin_code": [
                462001,
                462003,
                462004,
                462008,
                462010,
                462011,
                462016,
                462020,
                462021,
                462022,
                462023,
                462024,
                462026,
                462030,
                462036,
                462037,
                462038,
                462039,
                462042,
                462043,
                462044,
                462046,
                462047
            ],
            "swiggy_link": "https://www.swiggy.com/menu/653924",
            "zomato_link": "https://zomato.onelink.me/xqzv/50sjh9jq"
        },
        {
            "id": 2,
            "city_name": "Indore",
            "pin_code": [
                452001,
                452003,
                452004,
                452005,
                452006,
                452007,
                452009,
                452010,
                453771,
                452012,
                452014,
                452016,
                452018,
                453555,
                452020,
                453112
            ],
            "swiggy_link": "https://www.swiggy.com/menu/698861",
            "zomato_link": "https://zomato.onelink.me/xqzv/xejui6gh"
        },
        {
            "id": 3,
            "city_name": "Gurugram",
            "pin_code": [
                122018,
                122022,
                122001,
                122002,
                122003,
                122004,
                122005,
                122102,
                122101,
                122009,
                122010,
                122011,
                110047
            ],
            "swiggy_link": "",
            "zomato_link": ""
        },
        {
            "id": 4,
            "city_name": "Bangalore",
            "pin_code": [
                560001,
                560002,
                560004,
                560005,
                560006,
                560007,
                560008,
                560009,
                560011,
                560016,
                560017,
                560018,
                560019,
                560020,
                560024,
                560025,
                560027,
                560029,
                560030,
                560032,
                560033,
                560034,
                560035,
                560036,
                560037,
                560038,
                560041,
                560042,
                560043,
                560045,
                560046,
                560047,
                560048,
                560049,
                560050,
                560051,
                560052,
                560061,
                560062,
                560066,
                560067,
                560068,
                560069,
                560070,
                560071,
                560075,
                560076,
                560077,
                560078,
                560080,
                560977,
                560083,
                560084,
                560085,
                560087,
                570075,
                560093,
                560095,
                560098,
                560100,
                560102,
                560103,
                560108,
                560109,
                560111,
                560113,
                560114
            ],
            "swiggy_link": "",
            "zomato_link": ""
        },
        {
            "id": 7,
            "city_name": "Delhi",
            "pin_code": [
                110016,
                110017,
                110049,
                110021,
                110022,
                110023,
                110057,
                110029,
                110030,
                110062,
                110097,
                110074,
                110067,
                110037,
                110070,
                110038,
                110010
            ],
            "swiggy_link": "",
            "zomato_link": ""
        }
    ],
    "message": "Data retrieved successfully!",
    "status_code": 200
}