mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
30 lines
387 B
JSON
30 lines
387 B
JSON
{
|
|
"regions": [
|
|
{
|
|
"id": "eu",
|
|
"name": "PL1",
|
|
"value": "PL1"
|
|
},
|
|
{
|
|
"id": "cae",
|
|
"name": "PL2",
|
|
"value": "PL2"
|
|
},
|
|
{
|
|
"id": "usw",
|
|
"name": "DE",
|
|
"value": "DE"
|
|
},
|
|
{
|
|
"id": "us",
|
|
"name": "CZE",
|
|
"value": "CZE"
|
|
},
|
|
{
|
|
"id": "ru",
|
|
"name": "ENG",
|
|
"value": "ENG"
|
|
}
|
|
]
|
|
}
|