-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbasic-facts.json
48 lines (48 loc) · 1.32 KB
/
basic-facts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": {
"cz": "Svobodná republika Liberland",
"en": "Free Republic of Liberland"
},
"shortname": "Liberland",
"motto": {
"cs": "Žít a nechat žít",
"en": "To live and let live"
},
"official_languages": {
"cs": "Czech",
"en": "English"
},
"capital": "n/a",
"currency": [ "BTS", "CZK" ],
"government_form": "Constitutional republic with elements of direct democracy",
"government": {
"president": "Vít Jedlička"
},
"established": "2015-04-13",
"founder": "Vít Jedlička",
"geography": {
"region": "Europe",
"subregion": "Southern Europe",
"location": [ 45.766667, 18.866667 ],
"landlocked": true,
"border": [ "SRB", "HRV" ]
},
"timezone": "Europe/Belgrade",
"utc_offset": "+01:00",
"tld": [ "n/a" ],
"calling_code": [ "n/a" ],
"denonym": "Liberlandian",
"repositories": {
"assets": "https://github.com/liberland/assets",
"constitution": "https://github.com/liberland/constitution",
"data": "https://github.com/liberland/data",
"docs": "https://github.com/liberland/docs",
"translations": "https://github.com/liberland/translations"
},
"contacts": {
"email": "info@liberland.org",
"github": "https://github.com/liberland/",
"facebook": "https://www.facebook.com/liberland",
"web": "http://liberland.org/"
}
}