forked from glacials/whatsinstandard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternal.json
139 lines (139 loc) · 3.76 KB
/
internal.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"meta": {
"comments": {
"consuming": "Do not consume this file as an API. Use api/v5/*, which is stable and generated from this file.",
"contributing": "Keep the most recent round of drops in this file to power 'recently dropped sets' on the site.",
"building": "After modifying this file, run `npm install` to build the API from it."
}
},
"sets": [
{
"name": "Battle for Zendikar",
"block": "Battle for Zendikar",
"code": "BFZ",
"enter_date": "2015-10-02T00:00:00.000",
"exit_date": "2017-09-29T00:00:00.000",
"rough_exit_date": "Q4 2017"
},
{
"name": "Oath of the Gatewatch",
"block": "Battle for Zendikar",
"code": "OGW",
"enter_date": "2016-01-22T00:00:00.000",
"exit_date": "2017-09-29T00:00:00.000",
"rough_exit_date": "Q4 2017"
},
{
"name": "Shadows over Innistrad",
"block": "Shadows over Innistrad",
"code": "SOI",
"enter_date": "2016-04-08T00:00:00.000",
"exit_date": "2017-09-29T00:00:00.000",
"rough_exit_date": "Q4 2017"
},
{
"name": "Welcome Deck 2016",
"block": "Shadows over Innistrad",
"code": "W16",
"enter_date": "2016-04-09T00:00:00.000",
"exit_date": "2017-09-29T00:00:00.000",
"rough_exit_date": "Q4 2017"
},
{
"name": "Eldritch Moon",
"block": "Shadows over Innistrad",
"code": "EMN",
"enter_date": "2016-07-21T00:00:00.000",
"exit_date": "2017-09-29T00:00:00.000",
"rough_exit_date": "Q4 2017"
},
{
"name": "Kaladesh",
"block": "Kaladesh",
"code": "KLD",
"enter_date": "2016-09-30T00:00:00.000",
"exit_date": "2018-10-05T00:00:00.000",
"rough_exit_date": "Q4 2018"
},
{
"name": "Aether Revolt",
"block": "Kaladesh",
"code": "AER",
"enter_date": "2017-01-20T00:00:00.000",
"exit_date": "2018-10-05T00:00:00.000",
"rough_exit_date": "Q4 2018"
},
{
"name": "Amonkhet",
"block": "Amonkhet",
"code": "AKH",
"enter_date": "2017-04-28T00:00:00.000",
"exit_date": "2018-10-05T00:00:00.000",
"rough_exit_date": "Q4 2018"
},
{
"name": "Welcome Deck 2017",
"block": "Amonkhet",
"code": "W17",
"enter_date": "2017-04-28T00:00:00.000",
"exit_date": "2018-10-05T00:00:00.000",
"rough_exit_date": "Q4 2018"
},
{
"name": "Hour of Devastation",
"block": "Amonkhet",
"code": "HOU",
"enter_date": "2017-07-14T00:00:00.000",
"exit_date": "2018-10-05T00:00:00.000",
"rough_exit_date": "Q4 2018"
},
{
"name": "Ixalan",
"block": "Ixalan",
"code": "XLN",
"enter_date": "2017-09-29T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2019"
},
{
"name": "Rivals of Ixalan",
"block": "Ixalan",
"code": "RIX",
"enter_date": "2018-01-19T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2019"
},
{
"name": "Dominaria",
"block": null,
"code": "DOM",
"enter_date": "2018-04-27T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2019"
},
{
"name": "Core Set 2019",
"block": null,
"code": "M19",
"enter_date": "2018-07-13T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2019"
},
{
"name": "Guilds of Ravnica",
"block": null,
"code": "GRN",
"enter_date": "2018-10-05T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2020"
},
{
"name": "Ravnica Allegiance",
"block": null,
"code": "RNA",
"enter_date": "2019-01-25T00:00:00.000",
"exit_date": null,
"rough_exit_date": "Q4 2020"
}
]
}