forked from asyncapi/conference-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtickets.json
More file actions
105 lines (105 loc) · 2.92 KB
/
Copy pathtickets.json
File metadata and controls
105 lines (105 loc) · 2.92 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[
{
"id": 1,
"type": "Singapore",
"price": 0,
"url": "https://ticket.apidays.global/event/apidays-singapore-2025/4c745e62-0e52-4c4a-9221-29f47bc57128/cart?coupon=ASYNCAPICOMMUNITY",
"description": "Access to all conference talks and workshops",
"status": "Get Your Free Ticket",
"available": 50,
"eventDate": "2025-01-20T00:00:00.000Z",
"benefits": [
"AsyncAPI Track",
"Workshop access",
"Lunch included",
"All talks"
]
},
{
"id": 2,
"type": "Munich, Germany",
"price": 0,
"url": "https://ticket.apidays.global/event/apidays-munich-2025/d6e0279c-a0f9-49c9-ab25-3caba9b31943/cart?coupon=ASYNCAPIMUNICH",
"description": "Access to all conference talks and workshops",
"status": "Get Your Free Ticket",
"available": 50,
"eventDate": "2025-07-02T00:00:00.000Z",
"benefits": [
"All talks",
"Workshop access",
"Lunch included",
"API Standards booth"
]
},
{
"id": 3,
"type": "Lagos, Nigeria",
"price": 0,
"url": "https://apiconf.net/register",
"description": "Access to all conference talks and workshops",
"status": "Register Now",
"available": 50,
"eventDate": "2025-07-18T00:00:00.000Z",
"benefits": ["All talks", "Workshop access", "Lunch included"]
},
{
"id": 4,
"type": "London, UK",
"price": 0,
"url": null,
"description": "Access to all conference talks and workshops",
"status": "Not Yet Available",
"available": 100,
"eventDate": "2025-09-22T00:00:00.000Z",
"benefits": ["AsyncAPI Track", "All talks", "Networking", "Lunch included"]
},
{
"id": 5,
"type": "Bangalore, India",
"price": 0,
"url": null,
"description": "Access to all conference talks and workshops",
"status": "Not Yet Available",
"available": 80,
"eventDate": "2025-09-15T00:00:00.000Z",
"benefits": [
"All talks",
"AsyncAPI Track",
"Workshop access",
"Lunch included"
]
},
{
"id": 6,
"type": "Online",
"price": 0,
"url": null,
"description": "Access to all conference talks and workshops",
"status": "Not Yet Available",
"available": 100,
"eventDate": "2025-09-15T00:00:00.000Z",
"benefits": ["AsyncAPI Track", "All talks", "Networking"]
},
{
"id": 7,
"type": "Paris, France",
"price": 0,
"url": null,
"description": "Access to all conference talks and workshops",
"status": "Not Yet Available",
"available": 100,
"eventDate": "2025-12-09T00:00:00.000Z",
"benefits": ["AsyncAPI Track", "All talks", "Networking"]
},
{
"id": 8,
"type": "California, USA",
"price": 0,
"url": null,
"description": "Access to all conference talks and workshops",
"status": "Not Yet Available",
"available": 100,
"eventDate": "2026-02-18T00:00:00.000Z",
"benefits": ["AsyncAPI Track", "All talks", "Networking", "Lunch included"]
}
]