Advertisement
hasancse1991

Untitled

Mar 25th, 2020
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.33 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "message": "Success message",
  4.     "college": {
  5.         "total_item_count": 1345,
  6.         "college_list": [
  7.             {
  8.                 "id": 1234,
  9.                 "name": "Nepal City College",
  10.                 "district": "Kathmundu",
  11.                 "latitude": "23.236547",
  12.                 "longitude": "43.569854",
  13.                 "campus_chief": "Dr. Kushal Kumar",
  14.                 "contact_number": "012354452545",
  15.                 "email": "nepalcollege@gmail.com",
  16.                 "website": "www.nepalcitycollege.edu",
  17.                 "image": "https://eventnepal.com/wp-content/uploads/2019/11/11918930_939152489476936_7660888160307760068_n.png",
  18.                 "details": "Plain HTML should goes here. It'll be loaded in WebView on mobile app as a string value"
  19.             },
  20.             {
  21.                 "id": 1235,
  22.                 "name": "Nepal City College",
  23.                 "district": "Kathmundu",
  24.                 "latitude": "23.236547",
  25.                 "longitude": "43.569854",
  26.                 "campus_chief": "Dr. Kushal Kumar",
  27.                 "contact_number": "012354452545",
  28.                 "email": "nepalcollege@gmail.com",
  29.                 "website": "www.nepalcitycollege.edu",
  30.                 "image": "https://eventnepal.com/wp-content/uploads/2019/11/11918930_939152489476936_7660888160307760068_n.png",
  31.                 "details": "Plain HTML should goes here. It'll be loaded in WebView on mobile app as a string value"
  32.             }
  33.         ]
  34.     },
  35.     "filter": [
  36.         {
  37.             "id": 12,
  38.             "category": "Provinces",
  39.             "filter_list": [
  40.                 {
  41.                     "id": 1,
  42.                     "name": "All province"
  43.                 },
  44.                 {
  45.                     "id": 2,
  46.                     "name": "province 1"
  47.                 },
  48.                 {
  49.                     "id": 3,
  50.                     "name": "province 2"
  51.                 }
  52.             ]
  53.         },
  54.         {
  55.             "id": 123,
  56.             "category": "Districts",
  57.             "filter_list": [
  58.                 {
  59.                     "id": 1,
  60.                     "name": "All District"
  61.                 },
  62.                 {
  63.                     "id": 2,
  64.                     "name": "District 1"
  65.                 }
  66.             ]
  67.         }
  68.     ]
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement