-
Notifications
You must be signed in to change notification settings - Fork 53
/
got.json
551 lines (551 loc) · 16.1 KB
/
got.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
{
"got":[
{
"id": 0,
"firstName": "Daenerys",
"lastName": "Targaryen",
"fullName": "Daenerys Targaryen",
"title": "Mother of Dragons",
"family": "House Targaryen",
"imageUrl": "https://thronesapi.com/assets/images/daenerys.jpg",
"born": "284 DC"
},
{
"id": 1,
"firstName": "Samwell",
"lastName": "Tarly",
"fullName": "Samwell Tarly",
"title": "Maester",
"family": "House Tarly",
"imageUrl": "https://thronesapi.com/assets/images/sam.jpg",
"born": "283 DC"
},
{
"id": 2,
"firstName": "Jon",
"lastName": "Snow",
"fullName": "Jon Snow",
"title": "King of the North",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/jon-snow.jpg",
"born": "283 DC"
},
{
"id": 3,
"firstName": "Arya",
"lastName": "Stark",
"fullName": "Arya Stark",
"title": "No One",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/arya-stark.jpg",
"born": "289 AL"
},
{
"id": 4,
"firstName": "Sansa",
"lastName": "Stark",
"fullName": "Sansa Stark",
"title": "Lady of Winterfell",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/sansa-stark.jpeg",
"born": "286 AL"
},
{
"id": 5,
"firstName": "Brandon",
"lastName": "Stark",
"fullName": "Brandon Stark",
"title": "Lord of Winterfell",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/bran-stark.jpg",
"born": "290 DC"
},
{
"id": 6,
"firstName": "Ned",
"lastName": "Stark",
"fullName": "Ned Stark",
"title": "Lord of Winterfell",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/ned-stark.jpg",
"born": "263 DC"
},
{
"id": 7,
"firstName": "Robert",
"lastName": "Baratheon",
"fullName": "Robert Baratheon",
"title": "Lord of the Seven Kingdoms",
"family": "House Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/robert-baratheon.jpeg",
"born": "262 DC"
},
{
"id": 8,
"firstName": "Jamie",
"lastName": "Lannister",
"fullName": "Jamie Lannister",
"title": "Lord Commander of the Kingsguard",
"family": "House Lannister",
"imageUrl": "https://thronesapi.com/assets/images/jaime-lannister.jpg",
"born": "262 DC",
"death": "305 DC"
},
{
"id": 9,
"firstName": "Cersei",
"lastName": "Lannister",
"fullName": "Cersei Lannister",
"title": "Lady of Casterly Rock",
"family": "House Lannister",
"imageUrl": "https://thronesapi.com/assets/images/cersei.jpg",
"born": "262 DC",
"death": "305 DC"
},
{
"id": 10,
"firstName": "Cateyln",
"lastName": "Stark",
"fullName": "Catelyn Stark",
"title": "Lady of Winterfell",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/catelyn-stark.jpg",
"born": "264 DC",
"death": "299 DC"
},
{
"id": 11,
"firstName": "Robb",
"lastName": "Stark",
"fullName": "Rob Stark",
"title": "Lord of Winterfell",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/robb-stark.jpg",
"born": "283 DC",
"death": "299 DC"
},
{
"id": 12,
"firstName": "Theon",
"lastName": "Greyjoy",
"fullName": "Theon Greyjoy",
"title": "Captain of Sea Bitch",
"family": "House Greyjoy",
"imageUrl": "https://thronesapi.com/assets/images/theon.jpg",
"born": "278 DC"
},
{
"id": 13,
"firstName": "Joffrey",
"lastName": "Baratheon",
"fullName": "Joffrey Baratheon",
"title": "Lord of the Seven Kingdoms, Protector of the Realm",
"family": "House Lanister",
"imageUrl": "https://thronesapi.com/assets/images/joffrey.jpg",
"born": "286 DC",
"death": "300 DC"
},
{
"id": 14,
"firstName": "Tyrion",
"lastName": "Lannister",
"fullName": "Tyrion Lannister",
"title": "Hand of the Queen",
"family": "House Lanister",
"imageUrl": "https://thronesapi.com/assets/images/tyrion-lannister.jpg",
"born": "272 DC"
},
{
"id": 15,
"firstName": "Sandor",
"lastName": "Clegane",
"fullName": "The Hound",
"title": "The Hound",
"family": "House Clegane",
"imageUrl": "https://thronesapi.com/assets/images/the-hound.jpg",
"born": "270 DC",
"death": "300 DC"
},
{
"id": 16,
"firstName": "Petyr",
"lastName": "Baelish",
"fullName": "Petyr Baelish",
"title": "Littlefinger",
"family": "House Baelish",
"imageUrl": "https://thronesapi.com/assets/images/littlefinger.jpg",
"born": "264 AL",
"death": "305 AL"
},
{
"id": 17,
"firstName": "Davos",
"lastName": "Seaworth",
"fullName": "Davos Seaworth",
"title": "Hand of the King",
"family": "House Seaworth",
"imageUrl": "https://thronesapi.com/assets/images/davos-seaworth.png",
"born": null
},
{
"id": 18,
"firstName": "Stannis",
"lastName": "Baratheon",
"fullName": "Stannis Baratheon",
"title": "Lord of Dragonstone",
"family": "House Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/stannis.jpg",
"born": "265 AL"
},
{
"id": 19,
"firstName": "Varys",
"lastName": "Unknown",
"fullName": "Varys",
"title": "Master of Whisperers",
"family": "Unknown",
"imageUrl": "https://thronesapi.com/assets/images/varys.jpg",
"born": null
},
{
"id": 20,
"firstName": "Khal",
"lastName": "Drogo",
"fullName": "Khal Drogo",
"title": "Khal",
"family": "House Targaryen",
"imageUrl": "https://thronesapi.com/assets/images/khal-drogo.jpg",
"born": "268 DC",
"death": "298 DC"
},
{
"id": 21,
"firstName": "Margaery",
"lastName": "Tyrell",
"fullName": "Margaery Tyrell",
"title": "Queen of the Seven Kingdoms",
"family": "House Tyrell",
"imageUrl": "https://thronesapi.com/assets/images/margaery-tyrell.jpg",
"born": "283 DC",
"death":"303 DC"
},
{
"id": 22,
"firstName": "Ygritte",
"lastName": "None",
"fullName": "Ygritte",
"title": "Spearwife",
"family": "Free Folk",
"imageUrl": "https://thronesapi.com/assets/images/ygritte.jpg",
"born": "280 DC",
"death": "299 DC"
},
{
"id": 23,
"firstName": "Brienne",
"lastName": "Tarth",
"fullName": "Brienne of Tarth",
"title": "Lady Brienne",
"family": "Tarth",
"imageUrl": "https://thronesapi.com/assets/images/brienne-tarth.jpeg",
"born": "280 AL"
},
{
"id": 24,
"firstName": "Missandei",
"lastName": "None",
"fullName": "Missandei",
"title": "Queen's Personal Advisor",
"family": "Naathi",
"imageUrl": "https://thronesapi.com/assets/images/missandei.jpeg",
"born": "289 DC"
},
{
"id": 25,
"firstName": "Gilly",
"lastName": "None",
"fullName": "Gilly",
"title": "The Rabbit Keeper",
"family": "None",
"imageUrl": "https://thronesapi.com/assets/images/gilly.jpg",
"born": null
},
{
"id": 26,
"firstName": "Viserys",
"lastName": "Targaryan",
"fullName": "Viserys Targaryn",
"title": "King Viserys III",
"family": "Targaryan",
"imageUrl": "https://thronesapi.com/assets/images/viserys-targaryan.jpg",
"born": "276 DC",
"death": "298 DC"
},
{
"id": 27,
"firstName": "Rickon",
"lastName": "Stark",
"fullName": "Rickon Stark",
"title": "Prince",
"family": "Stark",
"imageUrl": "https://thronesapi.com/assets/images/rickon.jpg",
"born": "295 DC"
},
{
"id": 28,
"firstName": "Roose",
"lastName": "Bolton",
"fullName": "Roose Bolton",
"title": "Lord of Dreadfort",
"family": "Bolton",
"imageUrl": "https://thronesapi.com/assets/images/roose-bolton.jpg",
"born": "255 DC"
},
{
"id": 29,
"firstName": "Daario",
"lastName": "Naharis",
"fullName": "Daario",
"title": "Commander of the Second Sons",
"family": "Naharis",
"imageUrl": "https://thronesapi.com/assets/images/daario.jpg",
"born": null
},
{
"id": 30,
"firstName": "Shae",
"lastName": "",
"fullName": "Shae",
"title": "Mistress",
"family": "Lorathi",
"imageUrl": "https://thronesapi.com/assets/images/shae.jpg",
"born": "281 DC",
"death": "300 DC"
},
{
"id": 31,
"firstName": "Tommen",
"lastName": "Baratheon",
"fullName": "Tommen Baratheon",
"title": "Prince",
"family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/tommen.jpg",
"born": "291 DC"
},
{
"id": 32,
"firstName": "Gendry",
"lastName": "Baratheon",
"fullName": "Gendry Baratheon",
"title": "Lord of Storm's End",
"family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/gendry.jpg",
"born": "284 DC"
},
{
"id": 33,
"firstName": "Jorah",
"lastName": "Mormont",
"fullName": "Jorah Mormont",
"title": "Knight",
"family": "Mormont",
"imageUrl": "https://thronesapi.com/assets/images/jorah-mormont.jpg",
"born": "254 DC"
},
{
"id": 34,
"firstName": "Robert",
"lastName": "Baratheon",
"fullName": "Robert Baratheon",
"title": "King",
"family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/king-robert.jpg",
"born": "262 DC",
"death": "298 DC"
},
{
"id": 35,
"firstName": "Ramsey",
"lastName": "Bolton",
"fullName": "Ramsey Bolton",
"title": "The Bastard of Bolton",
"family": "Bolton",
"imageUrl": "https://thronesapi.com/assets/images/ramsey-bolton.jpg",
"born": "277 DC"
},
{
"id": 36,
"firstName": "Talisa",
"lastName": "Stark",
"fullName": "Talisa Stark",
"title": "Queen Consort",
"family": "Stark",
"imageUrl": "https://thronesapi.com/assets/images/talisa-stark.jpg",
"born": null,
"death": "300 DC"
},
{
"id": 37,
"firstName": "Jeor",
"lastName": "Mormont",
"fullName": "Jeor Mormont",
"title": "Lord Commander of the Knight's Watch",
"family": "Mormont",
"imageUrl": "https://thronesapi.com/assets/images/lord-commander-mormont.jpg",
"born": "230 DC",
"death": "299 DC"
},
{
"id": 38,
"firstName": "The High",
"lastName": "Sparrow",
"fullName": "The High Sparrow",
"title": "High Septon",
"family": "Sparrow",
"imageUrl": "https://thronesapi.com/assets/images/the-high-sparrow.jpg",
"born": null
},
{
"id": 39,
"firstName": "Oberyn",
"lastName": "Martell",
"fullName": "Oberyn Martell",
"title": "Red Viper of Dorne",
"family": "Viper",
"imageUrl": "https://thronesapi.com/assets/images/red-viper.jpg",
"born": "258 DC",
"death": "300 DC"
},
{
"id": 40,
"firstName": "Melisandre",
"lastName": "The Red Woman",
"fullName": "Melisandre",
"title": "Melisandre of Asshai",
"family": "Unkown",
"imageUrl": "https://thronesapi.com/assets/images/melisandre.jpg",
"born": null
},
{
"id": 41,
"firstName": "Jaqen",
"lastName": "H'ghar",
"fullName": "Jaqen H'ghar",
"title": "Faceless Men of Braavos",
"family": "Lorath",
"imageUrl": "https://thronesapi.com/assets/images/jaqen-hghar.jpg",
"born": null
},
{
"id": 42,
"firstName": "Tywin",
"lastName": "Lannister",
"fullName": "Tywin Lannister",
"title": "Lord Paramount of Westerlands",
"family": "Lannister",
"imageUrl": "https://thronesapi.com/assets/images/tywin-lannister.jpg",
"born": "234 DC",
"death": "301 DC"
},
{
"id": 43,
"firstName": "Ellaria",
"lastName": "Sand",
"fullName": "Ellaria Sand",
"title": "Paramour of Prince Oberyn Martell",
"family": "Sand",
"imageUrl": "https://thronesapi.com/assets/images/ellaria-sand.jpg",
"born": null
},
{
"id": 44,
"firstName": "Tormund",
"lastName": "Giantsbane",
"fullName": "Tormund Giantsbane",
"title": "Free Folk Warrior",
"family": "Free Folk",
"imageUrl": "https://thronesapi.com/assets/images/tormund-giantsbane.jpg",
"born": null
},
{
"id": 45,
"firstName": "Yara",
"lastName": "Greyjoy",
"fullName": "Yara Greyjoy",
"title": "Lady of the Iron Islands",
"family": "Greyjoy",
"imageUrl": "https://thronesapi.com/assets/images/yara-greyjoy.jpg",
"born": "276 DC"
},
{
"id": 46,
"firstName": "Euron",
"lastName": "Greyjoy",
"fullName": "Euron Greyjoy",
"title": "King of the iron Islands",
"family": "Greyjoy",
"imageUrl": "https://thronesapi.com/assets/images/euron-greyjoy.jpg",
"born": null
},
{
"id": 47,
"firstName": "Wylis",
"lastName": "Hodor",
"fullName": "Hodor",
"title": "Servant of House Stark",
"family": "Stark",
"imageUrl": "https://thronesapi.com/assets/images/hodor.jpg",
"born": null
},
{
"id": 48,
"firstName": "",
"lastName": "Pycelle",
"fullName": "Pycelle",
"title": "Grand Maester of the Seven Kingdoms",
"family": "",
"imageUrl": "https://thronesapi.com/assets/images/pycelle.jpg",
"born": "216 DC",
"death": "300 DC"
},
{
"id": 49,
"firstName": "Grey",
"lastName": "Worm",
"fullName": "Grey Worm",
"title": "Commander of the Unsullied",
"family": "Worm",
"imageUrl": "https://thronesapi.com/assets/images/greyworm.jpg",
"born": null
},
{
"id": 50,
"firstName": "Olenna",
"lastName": "Tyrell",
"fullName": "Olenna Tyrell",
"title": "Queen of Thorns",
"family": "Tyrell",
"imageUrl": "https://thronesapi.com/assets/images/olenna-tyrell.jpg",
"born": "228 DC"
},
{
"id": 51,
"firstName": "Qyburn",
"lastName": "Grand Maester",
"fullName": "Qyburn",
"title": "Former maester of the Citadel",
"family": "Qyburn",
"imageUrl": "https://thronesapi.com/assets/images/qyburn.jpg",
"born": null
},
{
"id": 52,
"firstName": "Lord",
"lastName": "Bronn",
"fullName": "Lord Bronn",
"title": "Lord of Highgarden",
"family": "Bronn",
"imageUrl": "https://thronesapi.com/assets/images/bronn.jpg",
"born": "268 DC"
}
]}