Advertisement
oniksfly

Regions

Sep 2nd, 2020
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.75 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 2,
  4.     "name": "Испания",
  5.     "i18": {
  6.       "name": {
  7.         "ru": "Испания",
  8.         "en": "Spain"
  9.       }
  10.     },
  11.     "regions": []
  12.   },
  13.   {
  14.     "id": 8,
  15.     "name": "Белоруссия",
  16.     "i18": {
  17.       "name": {
  18.         "ru": "Белоруссия",
  19.         "en": "Belorussia"
  20.       }
  21.     },
  22.     "regions": [
  23.       {
  24.         "id": 1,
  25.         "name": "Минск",
  26.         "i18n": {
  27.           "name": {
  28.             "ru": "Минск"
  29.           }
  30.         }
  31.       },
  32.       {
  33.         "id": 2,
  34.         "name": "Брест",
  35.         "i18n": {
  36.           "name": {
  37.             "ru": "Брест",
  38.             "en": "Brest",
  39.             "be": "Брэст"
  40.           }
  41.         }
  42.       }
  43.     ]
  44.   }
  45. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement