Advertisement
nubooya

Untitled

Aug 26th, 2023
897
0
111 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.13 KB | None | 0 0
  1. {
  2.     "message": "success",
  3.     "meta": {
  4.         "limit": 10,
  5.         "order": [
  6.             [
  7.                 "country_name",
  8.                 "asc"
  9.             ]
  10.         ],
  11.         "page": 1,
  12.         "total": 249,
  13.         "total_page": 25
  14.     },
  15.     "list": [
  16.         {
  17.             "id": "004",
  18.             "country_name": "Afghanistan",
  19.             "country_alpha2": "AF",
  20.             "country_alpha3": "AFG",
  21.             "country_isactive": true,
  22.             "country_status": "Aktif",
  23.             "country_color_status": "3CD38A"
  24.         },
  25.         {
  26.             "id": "248",
  27.             "country_name": "Åland Islands",
  28.             "country_alpha2": "AX",
  29.             "country_alpha3": "ALA",
  30.             "country_isactive": true,
  31.             "country_status": "Aktif",
  32.             "country_color_status": "3CD38A"
  33.         },
  34.         {
  35.             "id": "008",
  36.             "country_name": "Albania",
  37.             "country_alpha2": "AL",
  38.             "country_alpha3": "ALB",
  39.             "country_isactive": true,
  40.             "country_status": "Aktif",
  41.             "country_color_status": "3CD38A"
  42.         },
  43.         {
  44.             "id": "012",
  45.             "country_name": "Algeria",
  46.             "country_alpha2": "DZ",
  47.             "country_alpha3": "DZA",
  48.             "country_isactive": true,
  49.             "country_status": "Aktif",
  50.             "country_color_status": "3CD38A"
  51.         },
  52.         {
  53.             "id": "016",
  54.             "country_name": "American Samoa",
  55.             "country_alpha2": "AS",
  56.             "country_alpha3": "ASM",
  57.             "country_isactive": true,
  58.             "country_status": "Aktif",
  59.             "country_color_status": "3CD38A"
  60.         },
  61.         {
  62.             "id": "020",
  63.             "country_name": "Andorra",
  64.             "country_alpha2": "AD",
  65.             "country_alpha3": "AND",
  66.             "country_isactive": true,
  67.             "country_status": "Aktif",
  68.             "country_color_status": "3CD38A"
  69.         },
  70.         {
  71.             "id": "024",
  72.             "country_name": "Angola",
  73.             "country_alpha2": "AO",
  74.             "country_alpha3": "AGO",
  75.             "country_isactive": true,
  76.             "country_status": "Aktif",
  77.             "country_color_status": "3CD38A"
  78.         },
  79.         {
  80.             "id": "660",
  81.             "country_name": "Anguilla",
  82.             "country_alpha2": "AI",
  83.             "country_alpha3": "AIA",
  84.             "country_isactive": true,
  85.             "country_status": "Aktif",
  86.             "country_color_status": "3CD38A"
  87.         },
  88.         {
  89.             "id": "010",
  90.             "country_name": "Antarctica",
  91.             "country_alpha2": "AQ",
  92.             "country_alpha3": "ATA",
  93.             "country_isactive": true,
  94.             "country_status": "Aktif",
  95.             "country_color_status": "3CD38A"
  96.         },
  97.         {
  98.             "id": "028",
  99.             "country_name": "Antigua and Barbuda",
  100.             "country_alpha2": "AG",
  101.             "country_alpha3": "ATG",
  102.             "country_isactive": true,
  103.             "country_status": "Aktif",
  104.             "country_color_status": "3CD38A"
  105.         }
  106.     ]
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement