-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathypcz.json
37 lines (37 loc) · 872 Bytes
/
ypcz.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
{
"countryCode": "cz",
"country": "Czech Republic",
"partyName": {
"en": "Young Pirates",
"cs": "Mladí Piráti"
},
"partyCode": "YPCZ",
"type": "youth",
"parentorganisation": "PPCZ",
"headquarters": {
"coordinates": {
"longitude": "16.621895",
"latitude" : "49.217326"
},
"address": "Bendlova 29, 613 00 Brno"
},
"websites": {
"official": "http:\/\/www.mladipirati.cz",
"unofficial": "https:\/\/www.pirati.cz\/mladi\/start"
},
"socialNetworks": {
"facebook": {
"username": "Mladí Piráti",
"id": "687843237907830"
},
"github": "MladiPirati"
},
"membership": {
"ype": "full"
},
"contact": {
"general": {
"email": "[email protected]"
}
}
}