forked from blawar/titledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIL.en.json
More file actions
2700 lines (2700 loc) · 146 KB
/
IL.en.json
File metadata and controls
2700 lines (2700 loc) · 146 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
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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"70010000000023": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/7c8f2e897c9e025649f97d4c9d5e1f92497bd6217bd442d6de8de17c46142e78.jpg",
"category": [
"Action",
"Adventure"
],
"description": "Step into a world of adventure\n\nForget everything you know about The Legend of Zelda games. Step into a world of discovery, exploration and adventure in The Legend of Zelda: Breath of the Wild, a boundary-breaking new game in the acclaimed series. Travel across fields, through forests and to mountain peaks as you discover what has become of the ruined kingdom of Hyrule in this stunning open-air adventure.\n\nVisit amiibo.nintendo.eu for compatible amiibo™ and the latest information.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/16259342084f704aa52da956cf1b1a9c2ad1f88b3de6c3e263c350813e7ccd1f.jpg",
"id": "01007EF00011E000",
"intro": "No kingdom. No memories.\nAfter a 100-year slumber, all he had left...was hope. ",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh"
],
"name": "The Legend of Zelda: Breath of the Wild",
"nsuId": 70010000000023,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence",
"In-game purchases"
],
"region": null,
"releaseDate": null,
"rightsId": "01007EF00011E0000000000000000000",
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/44b2e287590e7d4eb0f37276957b301c528bd2d5672e37e848397f38ff74b2d5.jpg",
"https://img-eshop.cdn.nintendo.net/i/61484f00ca97642ef2d53317423f091969dd4e6063827053c8e2278796d0eadc.jpg",
"https://img-eshop.cdn.nintendo.net/i/4fae6c8b937eba525ee9db1ca47ba23ea20b086d9690573b2f3c4f7af2b85361.jpg",
"https://img-eshop.cdn.nintendo.net/i/de2f0c3058bf4730ee8118dd4d87af5666fa7927c13a6dcad9ff39c1c7b95aad.jpg",
"https://img-eshop.cdn.nintendo.net/i/8cc629e17264aeaae0b4c75ae822f8ed25ecb4f0f793878147d62268048d71b3.jpg",
"https://img-eshop.cdn.nintendo.net/i/ca07fab95ef4964983d7a8ec798ef2085934476cb99feb5b708f70dd518da37a.jpg"
],
"size": 15480127488,
"version": null
},
"70010000004515": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/f43ebd5cdac98ed79b9e15c399b87e2c0d354757906f90eb3bd02aa01edc01e8.jpg",
"category": [
"Strategy",
"RPG"
],
"description": "Enjoy traditional Pokémon battles using familiar mechanics such as Pokémon Types, abilities, and moves, enabling rich and varied battle strategies that Trainers know and love. ",
"developer": null,
"frontBoxArt": null,
"iconUrl": null,
"id": null,
"intro": "Pokémon Champions is coming to Nintendo Switch!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Pokémon Champions",
"nsuId": 70010000004515,
"numberOfPlayers": null,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [],
"region": null,
"releaseDate": 20260408,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/5c84d14eaf48a16b22003b2bca6ec076c80644298caf5a0a0638879aebe7ac9b.jpg",
"https://img-eshop.cdn.nintendo.net/i/2ee92f5614936eda5711e819e7610181ca5800403359c46d916d002cc369de3e.jpg",
"https://img-eshop.cdn.nintendo.net/i/aef67cb24f9e320aab514a847ef575454082a1f019ad3d139bb8937712501fa2.jpg",
"https://img-eshop.cdn.nintendo.net/i/e692b61d71d7af3d4850a1cc10784220f91511b3dae850f2df2aa74a36204444.jpg"
],
"size": 0,
"version": null
},
"70010000027620": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/1194c35fb26a1ac0c46c60857ac80b7ebf5f054aa2132c443eb2ec3bad7782a4.jpg",
"category": [
"Simulation",
"Multiplayer"
],
"description": "If the hustle and bustle of modern life’s got you down, Tom Nook has a business venture up his sleeve that he knows you’ll adore: his brand-new, ultra-exclusive Nook Inc. Deserted Island Getaway Package! \n\n•\tCustomise your character and home, and decorate the landscape (with furniture, if you like!), as you create your very own island paradise.\n\n•\tExperience a robust new crafting system – collect materials to construct everything from furniture to tools!\n\n•\tEnjoy a variety of relaxing activities like gardening, fishing, decorating, interacting with charming NPCs, and more, as classic Animal Crossing experiences come to life in fun new ways within the deserted-island setting.\n\n•\tUp to eight players can reside on an island; four residents of the same island can play together simultaneously on a single system.\n\n•\tEight players can play together on one player’s island via online multiplayer or local wireless.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/4a320d37cd85f49d6e4a675b6d7b82f5ad13ae10b212d5b220fe4208c7d7c2f8.jpg",
"id": "01006F8002326000",
"intro": null,
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh"
],
"name": "Animal Crossing: New Horizons",
"nsuId": 70010000027620,
"numberOfPlayers": 4,
"publisher": "Nintendo",
"rating": 3,
"ratingContent": [],
"region": null,
"releaseDate": 20200320,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/640f1fe54ce4d29b2d259b6333c41148e5c3e4aa1a81d307553432fd5ba46ee2.jpg",
"https://img-eshop.cdn.nintendo.net/i/f35268ce4583fa1149049c62401000e907718cfe229e1b7c53851650e26cf20d.jpg",
"https://img-eshop.cdn.nintendo.net/i/56ed2e1e5973f83981de42acfa9f560bd6a22619d1754ed309dfc4980e82bf2f.jpg",
"https://img-eshop.cdn.nintendo.net/i/164b6f1677b912cb503872b0b4605489e632ed00a00fe08e21f48c2429790cec.jpg",
"https://img-eshop.cdn.nintendo.net/i/fdfb8e133598d5ecb037a606373e56d8a29a2eac06859d62f525597f6feaa61e.jpg",
"https://img-eshop.cdn.nintendo.net/i/e616d579dd3baf0c17c49da0caef0e90d185533d0ec71f7b845ba56a95e29adc.jpg"
],
"size": 11276386304,
"version": null
},
"70010000032446": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/ff75e948b8af4324400062527e00f6166dca2c2356e49744868d2e3b670bd467.jpg",
"category": [
"Puzzle"
],
"description": "Pokémon Café Mix just got a makeover and is ready to re-open! Now it's bustling with Pokémon!\nThe cute vibe is just the same, but we've really powered up the thrills and fun that you'll get from catching and training Pokémon and completing puzzles!\n\nYou’re the owner of a café that Pokémon visit.\nWith your Pokémon staff, complete puzzles to prepare drinks and dishes, and treat your Pokémon customers to a wonderful time at the café!\n\n■Make your Pokémon into café staff!\nAll the café's clientele are Pokémon!\nIf you make friends with Pokémon by presenting them with yummy dishes, they'll join your staff. Then you'll be able to develop brand-new dishes with your Pokémon chums! And when they get wind of your delicious new dishes, even more new Pokémon will flock to your establishment to check them out!\nRecruit lots of Pokémon to your café crew and make your café a fun place to be.\n\n■Solve cooking puzzles with your Pokémon helpers!\nEach of your Pokémon assistants will have their own special skills to bring to bear on the cooking puzzles. With new specialty gimmicks, the thrills you get from the puzzles will get a whole new boost!\nTrain up your Pokémon staff and aim for a three-star establishment!",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/d4106b94468ef8a2605b52446585e32b07a86c2debf700a0767dcbe9054e09dd.jpg",
"id": "010072400E04A000",
"intro": "Blend, link, and clear!\nEnjoy fun culinary puzzles with Pokémon!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh"
],
"name": "Pokémon Café ReMix",
"nsuId": 70010000032446,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 3,
"ratingContent": [
"In-game Purchases (Includes Random Items)"
],
"region": null,
"releaseDate": 20200624,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/0c5d1155bba093be98726ae7c0208a3dc984604ae44bfdb63c301dc77fe4e515.jpg",
"https://img-eshop.cdn.nintendo.net/i/f8fe3f476c54d52bca86fb6a6fcc6ab5f853780a427e42895fbf67a01749821c.jpg",
"https://img-eshop.cdn.nintendo.net/i/db9d70cad5ca2a5f15a1f675b7f7eea5d1ba7f067a638df9a6b8026204f082b1.jpg",
"https://img-eshop.cdn.nintendo.net/i/d72282319cec17f225bf098f314106f5891231e0b79198f8bb47e322a1a34bec.jpg",
"https://img-eshop.cdn.nintendo.net/i/c8d7c85d0f5f2fe9e9db9fe7abb14a07dd037c22b11ab4411d992dac24d0d346.jpg"
],
"size": 655360000,
"version": null
},
"70010000043293": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/91e382e3e87726746dc714d3cab616a57ead6d797cff8c2f757b448534ce7cf4.jpg",
"category": [
"Action",
"Other"
],
"description": "Join Trainers from around the world as they head for Aeos Island to compete in Unite Battles! In Unite Battles, Trainers face off in 5-on-5 team battles to see who can score the most points within the allotted time. Teamwork is key as you and your teammates defeat wild Pokémon, level up and evolve your partner Pokémon, and knock out the opposing team’s Pokémon to prevent them from scoring points. Put your teamwork to the test, and take home the win! \n\nKey Features:\n•BATTLE IN STYLE: Take to the field while looking your best in Holowear! Thanks to a special technology developed using Aeos energy, Trainers can deck out their Pokémon in a variety of holographic outfits—with new styles arriving regularly!\n\n•UNITE MOVES: Unleash the true power of your Pokémon with Unite Moves! Leverage these all-new Pokémon moves, which are only possible while in Unite Battles, and turn the tide of even the direst situations.\n\n•RANK UP: Looking to prove how skilled you are? Participate in ranked matches, and earn points as you climb up the global leaderboard!\n\n•COMMUNICATION IS KEY: Even the most skilled Trainers recognize how important communication is to their team’s success. Leverage signals, quick-chat messages, and—for the first time in a Pokémon title—voice chat to communicate and stay in sync with your team.\n\n•CROSS-PLATFORM PLAY: Play with Trainers around the world on the Nintendo Switch system or on a compatible smartphone thanks to cross-platform support. Trainers may use their Pokémon Trainer Club account or Nintendo Account on both Nintendo Switch and mobile to easily keep their progress synced between devices.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/348aa747aefd0d1a4d368baaf5189226bc5765a4c0a26de33d6815c6ccde81e3.jpg",
"id": "0100939011ED4000",
"intro": "Team up and take down the opposition in Pokémon’s first 5-on-5 strategic team battle game! ",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"pt",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Pokémon UNITE",
"nsuId": 70010000043293,
"numberOfPlayers": 1,
"publisher": "The Pokémon Company",
"rating": 7,
"ratingContent": [
"Mild Violence",
"Users Interact",
"In-game Purchases (Includes Random Items)"
],
"region": null,
"releaseDate": 20210721,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/027f702ea78bfce82a26a88f8f69025e34c70e38445b6d1de434b69cf58c01ef.jpg",
"https://img-eshop.cdn.nintendo.net/i/76de7107ad119bd6e5a034830a12f5f1c9d0466f3f274123b579ce5b83d8c469.jpg",
"https://img-eshop.cdn.nintendo.net/i/1ae8126b0357c9df2c62759220c581065f9e5af09fb56bac8b1a07496e814657.jpg",
"https://img-eshop.cdn.nintendo.net/i/3eca2a7427a4cd802e6bc814f40bf1f0ed7baeda5246d79cae4e9e4b5fd01f32.jpg",
"https://img-eshop.cdn.nintendo.net/i/ce0b4caeb737766fe42aedfc7067af2caf88250f7439304efd837cc6e85f7348.jpg"
],
"size": 6608125952,
"version": null
},
"70010000046406": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/6290742634179fa1d0059d758cb22b81f27e8014d78abed51cb9eb07cead99b5.jpg",
"category": [
"Action",
"Platformer"
],
"description": "In the newest game in the Kirby series, you'll venture into an unknown new world where civilisation and nature have become one. Use Kirby's familiar actions - inhale, spit out, jump and copy - to move freely around as you delve deep into 3D stages.\n\n◆ Aim to save the Waddle Dees\nYou'll set out on your adventure with an important mission: to save the Waddle Dees that have been captured by mysterious enemies called the Beast Pack. In each stage, you'll need to fight members of the Beast Pack and solve challenges as you work to reach the goal and save the captured Waddle Dees.\n\n◆ Try out the new Drill and Ranger Copy Abilities\nIn addition to experiencing your favourite Copy Abilities from the series in glorious 3D, there are also new abilities at your disposal. Drill lets you burrow underground, while Ranger lets you fire shooting-star shots!\n\n◆ Work together in 2-player co-op as Kirby and Bandana Waddle Dee\nYou can share a Joy-Con to explore the new world as a team!",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/2cbe1b8750ccd744a005beabcf9d2e12a8fb9d0c69a9b06fff66dad064cf138f.jpg",
"id": "01004D300C5AE000",
"intro": "Kirby's first foray into 3D action!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Kirby and the Forgotten Land",
"nsuId": 70010000046406,
"numberOfPlayers": 2,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Fear",
"Violence"
],
"region": null,
"releaseDate": 20220325,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/d896573a4358e20d0fd563effe3b08c7bf6f1c0918bfe704c10a6b075a0bc63d.jpg",
"https://img-eshop.cdn.nintendo.net/i/bc93ec24c8451184ac23ae3cf96f03e630feaf289aa388bc2de572e309b3e012.jpg",
"https://img-eshop.cdn.nintendo.net/i/872b02dfeffc4d118fa8dbff369929a224215374372c618651b48e78eb245d0f.jpg",
"https://img-eshop.cdn.nintendo.net/i/2f139c73afe0a61e1f88887fcb1934eb5915893fe9508da2c2fbaff6b769c88b.jpg",
"https://img-eshop.cdn.nintendo.net/i/8312043c705a3fece778e3302f3f0be1361def89681ebe4b8b021607caece738.jpg",
"https://img-eshop.cdn.nintendo.net/i/f8dd93ea77667d3bc20e7b1384a49ca1f558be5495b1ee88e041e58a3e051836.jpg"
],
"size": 6234832896,
"version": null
},
"70010000063715": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/9222b2b244072d28af4586c4e33663e2c65527b593edff956367361ec1263989.jpg",
"category": [
"Action",
"Adventure"
],
"description": "Embark on a perilous quest to find the missing princess and unravel the truth behind a cataclysmic event that has sent the kingdom into turmoil.\n\nYou’ll decide your own path through the sprawling landscapes of Hyrule and the mysterious islands floating in the vast skies above.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/4b53da7ca4b118fe37c8b8040609b84dc63214d6131c51592486de9bf29ef29c.jpg",
"id": "0100F2C0115B6000",
"intro": "Explore the vast land – and skies – of Hyrule",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh"
],
"name": "The Legend of Zelda: Tears of the Kingdom",
"nsuId": 70010000063715,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence"
],
"region": null,
"releaseDate": 20230512,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/ca80e4d9f7ddc2971daea8d9b9144c42dbdf2245c3546f41b94a740067bd42a0.jpg",
"https://img-eshop.cdn.nintendo.net/i/05b3d8e8c74beaa43a7714c275a7ad06018ed069bd6bd3f923442b9ac16fdc49.jpg",
"https://img-eshop.cdn.nintendo.net/i/490ccb15d914eabada74b34de895e9061c7917d7f75782bc934a528fb77ea4be.jpg",
"https://img-eshop.cdn.nintendo.net/i/eb04e198601bd34de0429f928182684b6ad6bfa96cc57121fcfa2fbbec2408b0.jpg",
"https://img-eshop.cdn.nintendo.net/i/ec907a9568fb27177faf87288e98cee15f4fc4f0ff575ab39b150b3c6efe0350.jpg",
"https://img-eshop.cdn.nintendo.net/i/93371908bf7e5d101ec89a053b4aca94f508d22fec4cffa72da16bf6d7a31f87.jpg"
],
"size": 17688428544,
"version": null
},
"70010000084609": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/138dc18b8776e09e5fab41346f6f148bf9b13ce7065e7ecc3f6c36a226459d06.jpg",
"category": [
"Party",
"Multiplayer",
"Board Game"
],
"description": "Get ready for the biggest party yet in Super Mario Party Jamboree. From running through merry-go-rounds to motion-control minigolf, this jamboree is jam-packed with over 110 minigames – the most of any Mario Party game to date!\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/404244f33a9808ec62bcb41c6a0d659fac887cb3ee376e3e42c91ab28548e06f.jpg",
"id": "0100965017338000",
"intro": "Join the latest Mario Party for a jamboree of seven boards and over 110 minigames!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh"
],
"name": "Super Mario Party Jamboree",
"nsuId": 70010000084609,
"numberOfPlayers": 4,
"publisher": "Nintendo",
"rating": 3,
"ratingContent": [],
"region": null,
"releaseDate": 20241017,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/cb85123d5aaf47a769d70d2095af0472e606c55c2f195784b3cbf53d5cea8111.jpg",
"https://img-eshop.cdn.nintendo.net/i/2700ff45557f6db4931a272f410b967bd3fd48d1b178970c1469f6f00ace16e0.jpg",
"https://img-eshop.cdn.nintendo.net/i/45535d73a24559e9cc5171b1b006971ce292d80fb6c169e2de11d36af807911f.jpg",
"https://img-eshop.cdn.nintendo.net/i/363090a497e45fa635e754778cd1e795a89f2f9b03b201ffbebbe0c4d0be7302.jpg",
"https://img-eshop.cdn.nintendo.net/i/a762ae5d5ea7fb87bfe1a908fd0933e02355980a4d340b60e3bd7eb4f585decd.jpg",
"https://img-eshop.cdn.nintendo.net/i/83fd4d0a206cad943f5c8c371e17b9e854d612e1d4b258c1aeef3a66de16381e.jpg"
],
"size": 5762973696,
"version": null
},
"70010000084767": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/699771bb191ec442ace32b18c90ff68852e641cce963e901fca2d167897da166.jpg",
"category": [
"Action",
"First-Person Shooter"
],
"description": "The galaxy’s greatest bounty hunter Samus Aran will embark on a new mission in Metroid Prime 4: Beyond.\n\nThis game supports Brazilian Portuguese.\n\nScreenshots taken from Nintendo Switch 2 version",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/63656e54b4c7a1a5147755c25368071e45b8ea11410cfc4d323ad73f3b666676.jpg",
"id": "010019A01E2F2000",
"intro": null,
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Metroid Prime 4: Beyond",
"nsuId": 70010000084767,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence"
],
"region": null,
"releaseDate": 20251204,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/f26759919907985032578e159caa8f07b79cea96a88da7f37f4813fecd36ba24.jpg",
"https://img-eshop.cdn.nintendo.net/i/830fd8fc3e6c8d3522f48c7b38aa60204b99c034899b4b376dd7d2b9396c005e.jpg",
"https://img-eshop.cdn.nintendo.net/i/5b28d740077003e6fae4472fac732a1241505fb4320f8b3ad81069d86e2de0fc.jpg",
"https://img-eshop.cdn.nintendo.net/i/ef33dd0d923b081b5d02325fd6b27339a961b9b6fcc5704ce4a494c2aaeee099.jpg",
"https://img-eshop.cdn.nintendo.net/i/ca90abc442f8f3c3cb2d6393b559f8e9f75e38420c0c21b77a9449fb62843d85.jpg",
"https://img-eshop.cdn.nintendo.net/i/6aaaee4e1f9b73ed6a58ee8ed87f61a2f940a000985b59a72a5c0355da8fdf8b.jpg"
],
"size": 28292677632,
"version": null
},
"70010000088833": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/ab81d56288cd01064ea3a660f9a504c6e0f42c93d8323c6b2be4ec8d62fa5ea4.jpg",
"category": [
"RPG"
],
"description": "Fight for survival while exploring the vast expanses of an alien world in Xenoblade Chronicles X: Definitive Edition. This visually enhanced version of the epic sci-fi RPG features additional content – including new story elements.\n\nThe year is 2054. Earth has been destroyed by an intergalactic war between two alien races, and humanity is on the brink of annihilation. A small number of survivors, aboard the USS White Whale, crash land on the vast and untamed planet Mira – and now it falls to you, as a member of BLADE, to help bring humanity back from the edge of extinction.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/31ec5995a721df28f9bb288fbebfa2ba1c1451a3c3ec02be72797f07dbe2c778.jpg",
"id": "0100453019AA8000",
"intro": "This is where we build our future",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Xenoblade Chronicles X: Definitive Edition",
"nsuId": 70010000088833,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Bad Language",
"Sex",
"Violence"
],
"region": null,
"releaseDate": 20250320,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/905b34aef7513719641a558c612a0d43b92db62ddd15561776f2ac380c096e40.jpg",
"https://img-eshop.cdn.nintendo.net/i/cb260b77797e7c5cb106595fcd8486139048239497120cdf0f81e7b46a40ecda.jpg",
"https://img-eshop.cdn.nintendo.net/i/b1472a0c9662255b09f0aa3b19c4875f3e4cdca90a20e569bd42bfc81df26db0.jpg",
"https://img-eshop.cdn.nintendo.net/i/9c2fd60b72d261edef32be071b29dd134920339d9fd8dd288dc38e3191e57f17.jpg",
"https://img-eshop.cdn.nintendo.net/i/95281d1133e9b074610cc618fe6f495796c4858ed992e34679c6ca85ea8d1559.jpg",
"https://img-eshop.cdn.nintendo.net/i/f85ce9c880ba7d4f806c5a7482dd3d1f011b4f629b8a262302815e3c3bbebe52.jpg"
],
"size": 14512291840,
"version": null
},
"70010000094235": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/eed015c2a2d6edc184076039792206183e5f031e53762c1e38888379228f6d23.jpg",
"category": [
"Action",
"Adventure",
"RPG"
],
"description": "An urban redevelopment plan is underway in Lumiose City! The goal: to turn it into a place Pokémon and people can truly share. Shortly after arriving, you’ll choose from one of these partner Pokémon to accompany you on your journey – Chikorita, Tepig or Totodile. \n\nTogether, you can explore the streets of this vast city or visit Wild Zones – habitats where you’ll encounter wild Pokémon. To catch them, aim carefully and throw a Poké Ball or take them on with the help of the Pokémon on your team. ",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/5b7ab9ae1642ca103189c3274fc4f5a7f6e44d2d9c5d306250d7f3658db3c364.jpg",
"id": "0100F43008C44000",
"intro": "An adventure in a thriving Pokémon metropolis!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Pokémon Legends: Z-A",
"nsuId": 70010000094235,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Violence",
"In-game purchases"
],
"region": null,
"releaseDate": 20251016,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/6477fb588db11a566bd47b761754e5854db06cf3d617d10e9136c9dc05f3d58a.jpg",
"https://img-eshop.cdn.nintendo.net/i/c88ab513320cbcaf05308f20e8e04f2a08804d332273cab8a6a0947e4b598884.jpg",
"https://img-eshop.cdn.nintendo.net/i/5fd07a790a9241a9d1cba0edc4ec77ba8933bbb730ccdca152e9b4bf472760d2.jpg",
"https://img-eshop.cdn.nintendo.net/i/3caab5946e555c200cdb6d1fc8fdf0c458f897ad63b9045bbd135795801246c3.jpg",
"https://img-eshop.cdn.nintendo.net/i/97881202f35a42a4ce720b48898de36bd185b092ff041457e4d4f8ba2b11bf4e.jpg",
"https://img-eshop.cdn.nintendo.net/i/21aeeb42cdffc4716c6794f3501d0649d1edb555460f061156d01a80f08fe322.jpg"
],
"size": 6463422464,
"version": null
},
"70010000096818": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/feeba23325d25c05a02bfe2f1888077b581abce80cf094d18aa2febd25be100a.jpg",
"category": [
"Action",
"Adventure"
],
"description": "Explore an even more breathtaking Hyrule on Nintendo Switch 2. \n\nWith higher resolution, improved frame rates, and HDR support, the expansive world of Hyrule has never looked better.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/16259342084f704aa52da956cf1b1a9c2ad1f88b3de6c3e263c350813e7ccd1f.jpg",
"id": "01007EF00011E000",
"intro": "Your epic adventure is now enhanced for Nintendo Switch 2",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh",
"th"
],
"name": "The Legend of Zelda: Breath of the Wild – Nintendo Switch 2 Edition",
"nsuId": 70010000096818,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence",
"In-game purchases"
],
"region": null,
"releaseDate": 20250605,
"rightsId": "01007EF00011E0000000000000000000",
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/5fcd859f1a1a339706ac3460a1f3cbb41d18b87acb2e85987c1f4107e900eca5.jpg",
"https://img-eshop.cdn.nintendo.net/i/6f3977d71c7fb5694bcd4b3fdc3df9f755d6d016dd3557a249fac68ac5922e97.jpg",
"https://img-eshop.cdn.nintendo.net/i/6f75978eac4b050f3dcc2ec63340ffecd0df2252fca27c131d374731721c599c.jpg",
"https://img-eshop.cdn.nintendo.net/i/daae3b6291477dc8e1b8d143be02cfbd57431b804d2b1521a0fbe986b7960551.jpg",
"https://img-eshop.cdn.nintendo.net/i/a14e5ac9e58c47ffb4e51d03f2e49b7b551106b06ade299158f40477ef3510c0.jpg",
"https://img-eshop.cdn.nintendo.net/i/2f6535add3fd789812a0d3ebb1022e581a46457dc806ba845627f156919c7d42.jpg"
],
"size": 15480127488,
"version": null
},
"70010000096822": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/bb3b21f6022340a2f1c115399435ba5bae453f8e02da263f110bc874da94bf2b.jpg",
"category": [
"Action",
"Adventure"
],
"description": "Explore the land, sky, and depths of Hyrule like never before on Nintendo Switch 2. \n\nWith higher resolution, improved frame rates, and HDR support, the expansive world of Hyrule has never looked better.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/4b53da7ca4b118fe37c8b8040609b84dc63214d6131c51592486de9bf29ef29c.jpg",
"id": "0100F2C0115B6000",
"intro": "Your epic adventure is now enhanced for Nintendo Switch 2",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh"
],
"name": "The Legend of Zelda: Tears of the Kingdom – Nintendo Switch 2 Edition",
"nsuId": 70010000096822,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence"
],
"region": null,
"releaseDate": 20250605,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/c9b84ec41d25d38ae8802f8f70e29050fb5e9ffae4de33033e50ded9af502a88.jpg",
"https://img-eshop.cdn.nintendo.net/i/8b72e2c640a83c4fbe89ac52f2b0e94f09f2cc65065c7b6bd2d0efe91f65c03e.jpg",
"https://img-eshop.cdn.nintendo.net/i/e33fda8b3b01bc376fe9e2298a85376f8e43cc3529a27f84570597115b3eda59.jpg",
"https://img-eshop.cdn.nintendo.net/i/e94fcfddbf9a0f36d1cb59dbb0b5475f61856333907eb9de4ca255393e2c92e9.jpg",
"https://img-eshop.cdn.nintendo.net/i/aa17491ae95046a9493e1d64f57f8c9dabc3efa163d8072ffaddb49fcdacb795.jpg",
"https://img-eshop.cdn.nintendo.net/i/d2c3cb8964507fc116e2ee409ace71fcdca5b76f905f49aab685928fffabd64e.jpg"
],
"size": 17688428544,
"version": null
},
"70010000096826": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/8112314b0263469ee073b642b33c573dec68efde3d5dcf3b63bb93e2278c3ea9.jpg",
"category": [
"Party",
"Multiplayer",
"Board Game"
],
"description": "Jamboree TV is a new way to play that's all about audience participation! Take on a variety of challenges along with Mario and friends. Let the games begin!\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/404244f33a9808ec62bcb41c6a0d659fac887cb3ee376e3e42c91ab28548e06f.jpg",
"id": "0100965017338000",
"intro": "A super-charged celebration for Nintendo Switch 2",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ru",
"ko",
"zh",
"zh",
"th",
"pl"
],
"name": "Super Mario Party Jamboree – Nintendo Switch 2 Edition + Jamboree TV",
"nsuId": 70010000096826,
"numberOfPlayers": 4,
"publisher": "Nintendo",
"rating": 3,
"ratingContent": [],
"region": null,
"releaseDate": 20250724,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/d2cc0217ad13a711a5fc5f63afc14b4c1e7146dc38f9cbc33b54ab9475808ae7.jpg",
"https://img-eshop.cdn.nintendo.net/i/064356b0cf952374c2ae15348ba163c42aeb6d52c936319ee05c501f88a8ac08.jpg",
"https://img-eshop.cdn.nintendo.net/i/ac996167f2efa813015a25cf34e6e30bed7f9968acae9835d653debf6f5e097a.jpg",
"https://img-eshop.cdn.nintendo.net/i/d22ef5748cb19b287ee3a3b7fa785740505d116fd36ce64d3930be4083501def.jpg",
"https://img-eshop.cdn.nintendo.net/i/132528df0dc3b8d20f84bb38d3a7770284d85422cbb0e5a594e7c12c4ecd674c.jpg",
"https://img-eshop.cdn.nintendo.net/i/cdbac8e41f05feae0dc940451e9f8cd96395b0e95025a54e80e57e511ee84f80.jpg"
],
"size": 5762973696,
"version": null
},
"70010000096830": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/0a06bf277f1eb585fcbb7ddeb4f70014fd1c860d326eb33c8accf4d4827ade72.jpg",
"category": [
"Action",
"Platformer"
],
"description": "Kirby and the Forgotten Land – Nintendo Switch 2 Edition + Star-Crossed World includes Kirby and the Forgotten Land, improved graphics and frame rate throughout, plus a new story: Star Crossed World.\n\nAfter the world is struck by a powerful meteor, Kirby must use his amazing abilities, including some all-new Mouthful Modes to clear a trail through uncharted territory in this exciting adventure.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/2cbe1b8750ccd744a005beabcf9d2e12a8fb9d0c69a9b06fff66dad064cf138f.jpg",
"id": "01004D300C5AE000",
"intro": "Kirby's adventure continues on Nintendo Switch 2!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Kirby and the Forgotten Land – Nintendo Switch 2 Edition + Star-Crossed World",
"nsuId": 70010000096830,
"numberOfPlayers": 2,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Fear",
"Violence"
],
"region": null,
"releaseDate": 20250828,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/d38914fb3202e458a29f7577383da186ab93f5a6dd74b6d7309e80c187f39a02.jpg",
"https://img-eshop.cdn.nintendo.net/i/0df67d6b3e33401d66abb242d40a066a6321c240f3eb17fee2d12dcea0df9330.jpg",
"https://img-eshop.cdn.nintendo.net/i/8fcdb08530124940c44e9ba3724b563b18686222eb5f822b26a89b1156d0bfda.jpg",
"https://img-eshop.cdn.nintendo.net/i/2fe5f7abfc9ade86cfedf6ff9e624f10c06819078c7a36b3ed70cad6471b1542.jpg",
"https://img-eshop.cdn.nintendo.net/i/38b94299c8d05072d30ed21a5ab4e98b965a70d26be543127eae720f415805ba.jpg",
"https://img-eshop.cdn.nintendo.net/i/6cde3c4e8268f39e414f49d094f05fa98ca7f98a3ad64414df8da0bafbf52a41.jpg"
],
"size": 6234832896,
"version": null
},
"70010000099366": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/770dc64c402c949be24c2cfe319cfd0eb4181ec18c7077122d8deaedbf6e23d5.jpg",
"category": [
"Action",
"Adventure",
"RPG"
],
"description": "An urban redevelopment plan is underway in Lumiose City! The goal: to turn it into a place Pokémon and people can truly share. Shortly after arriving, you’ll choose from one of these partner Pokémon to accompany you on your journey – Chikorita, Tepig or Totodile. \n\nTogether, you can explore the streets of this vast city or visit Wild Zones – habitats where you’ll encounter wild Pokémon. To catch them, aim carefully and throw a Poké Ball or take them on with the help of the Pokémon on your team. \n\n",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/5b7ab9ae1642ca103189c3274fc4f5a7f6e44d2d9c5d306250d7f3658db3c364.jpg",
"id": "0100F43008C44000",
"intro": "Explore Lumiose City on Nintendo Switch 2",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Pokémon Legends: Z-A – Nintendo Switch 2 Edition",
"nsuId": 70010000099366,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Violence",
"In-game purchases"
],
"region": null,
"releaseDate": 20251016,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/59915df966fae3f9f87b762d908015af113e2fb5b5c467955ed63ac05e82df57.jpg",
"https://img-eshop.cdn.nintendo.net/i/1c3b7ee1eb20033c9d17feb984fb721251b306e3d2aa6f4a644a8e2f2c6a5e31.jpg",
"https://img-eshop.cdn.nintendo.net/i/706b31f4fb4c354fd7026d803541866a6e44123a14ac8c0629be24151f80ec55.jpg",
"https://img-eshop.cdn.nintendo.net/i/a4109bdbc07ffc4ee2c59de9ab8ff8a86503addaa0264d3142e9b595bd943e74.jpg",
"https://img-eshop.cdn.nintendo.net/i/4aec0b4b804c99ff21142b4156d85326ef7c22839fcf5cd01ffa865e06ed11f6.jpg"
],
"size": 6463422464,
"version": null
},
"70010000102053": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/7b70721fd7ce7b7213866955b0951e342309bec85dec19935b147e5d6ce914b6.jpg",
"category": [
"Puzzle",
"Education",
"Training"
],
"description": "Unwind with puzzles in Pokémon Friends! Solve sets of three randomly selected puzzles to help untangle your mind – then place the yarn you obtain into the Plush-O-Matic, a special machine that creates in-game Pokémon plush! As you try to make them all, you can track your crafted plush in the catalogue. You can also mark your calendar with a stamp each day you play.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/4f60940a785e1efdde2e190456f033621408f1a6e5b5bcb01474ace5471c5a40.jpg",
"id": "010008C01E742000",
"intro": "Cosy up with a variety of bite-sized puzzles – and collect virtual Pokémon plush!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"ko",
"zh",
"zh"
],
"name": "Pokémon Friends",
"nsuId": 70010000102053,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 3,
"ratingContent": [
"In-game purchases"
],
"region": null,
"releaseDate": 20250722,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/216c229b22ca4d45cdefced8c0575523fc0f7bf3f6b72e298c2fccac612f5aaa.jpg",
"https://img-eshop.cdn.nintendo.net/i/f6b4cab829ed0d5ef7b3e3050f271d2c6022d193ccbc2f1851ac5e59bf2fde8c.jpg",
"https://img-eshop.cdn.nintendo.net/i/82991b94562bf0c4524fc09c85d13f0350476ba45e09ad7d58517ab719165a81.jpg",
"https://img-eshop.cdn.nintendo.net/i/19dcba6df5d4530d4517589434305aa81b58a942d57d282f6fd05596fd09108d.jpg",
"https://img-eshop.cdn.nintendo.net/i/afed365b38634b016ed0c1e41851f28bf42444c78e5c423d56d4fa9a403e3fcb.jpg",
"https://img-eshop.cdn.nintendo.net/i/65381f1ee5baf69d58dea56cfbe332b11df3977bb3d54a5029bf740e366b1b84.jpg"
],
"size": 1013972992,
"version": null
},
"70010000104188": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/0268401aa71940108064f385a9bff6a529b5b124ea604906e6604d40a25a0170.jpg",
"category": [
"Platformer",
"Action",
"Adventure"
],
"description": "Blast off for a gravity-defying experience in Super Mario Galaxy! Explore planets, recover the Grand Stars and travel the universe in the Comet Observatory on a quest to stop Bowser from creating his very own galaxy.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/9a1c0b724305ed05fb4498964e12fdcb8548960265260e3ca0ffc900363bbf9c.jpg",
"id": "010099C022B96000",
"intro": "An out-of-this-world adventure",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Super Mario Galaxy",
"nsuId": 70010000104188,
"numberOfPlayers": 2,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Fear",
"Violence"
],
"region": null,
"releaseDate": 20251002,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/ef31a0573231c02fe745e3d111ccd09ac12ba6f5ca5318a71aa97192515e4e4c.jpg",
"https://img-eshop.cdn.nintendo.net/i/2af4378e445a000cc330e5aec4247997f98068f865f2f4434a5203a99e70fe9a.jpg",
"https://img-eshop.cdn.nintendo.net/i/d0800d5bf6dc32451514b6f1118f328bfc7a6c4d4c963d644898312a6c6fb335.jpg",
"https://img-eshop.cdn.nintendo.net/i/5e73a51b05ab931e562592d7f2d6a6ada83a30a9b7688867ff3a04f6b40554d6.jpg",
"https://img-eshop.cdn.nintendo.net/i/ba938c98500299e9d8d84cf49134fd47e8b5a2939fcd3c5a13fbb8acef91c252.jpg"
],
"size": 3904897024,
"version": null
},
"70010000104193": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/236cd8a81ec8d38ad2830559b9d64ca32a5a383499f6380f0468e52707a9c209.jpg",
"category": [
"Platformer",
"Action",
"Adventure"
],
"description": "Enter a new universe of adventure beyond the stars in Super Mario Galaxy 2! Climb aboard Starship Mario and set out to discover more galaxies, more abilities and even more gravity-defying fun.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/8223299d5613cb05b0a0be3d448d8af8a6d38125e61bd4296312724e848771ed.jpg",
"id": "0100FD8022DAA000",
"intro": "Blast back into space with Mario and Yoshi! ",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Super Mario Galaxy 2",
"nsuId": 70010000104193,
"numberOfPlayers": 2,
"publisher": "Nintendo",
"rating": 7,
"ratingContent": [
"Fear",
"Violence"
],
"region": null,
"releaseDate": 20251002,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/7a7881ca09ea1b5dc4f4a8d7c732682253fa030a36c1b2f29fb2b666218438b6.jpg",
"https://img-eshop.cdn.nintendo.net/i/093ec44aaf7da9dee33848772bf8b830cf6c9c3032f44049acfeb12d029a9d20.jpg",
"https://img-eshop.cdn.nintendo.net/i/8ed7f52aabd0904acab5ca9ec9e50e9170d84b2edfcdf6975becff9004df4f7e.jpg",
"https://img-eshop.cdn.nintendo.net/i/0026837f392a7f4f29633e8bc9c3b9e68bf855c68d045120a473cd142099319f.jpg",
"https://img-eshop.cdn.nintendo.net/i/1c578ec7a6d9be0e8429c18d316c41d746ac8150c8d0e173c2775bbfcc99222a.jpg",
"https://img-eshop.cdn.nintendo.net/i/9a7badad418536f0631ed1c40db07648fb9605336a71bdbc2e2340a40864597c.jpg"
],
"size": 3059744768,
"version": null
},
"70010000104850": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/5b95e0e7ba4a7f5f03761d711e5466e8f76df571985f2ef6065a9bae3b91a097.jpg",
"category": [
"Action",
"First-Person Shooter"
],
"description": "The galaxy’s greatest bounty hunter Samus Aran will embark on a new mission in Metroid Prime 4: Beyond.\n\nThis game supports Brazilian Portuguese.",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/63656e54b4c7a1a5147755c25368071e45b8ea11410cfc4d323ad73f3b666676.jpg",
"id": "010019A01E2F2000",
"intro": null,
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"pt",
"de",
"it",
"nl",
"ko",
"zh",
"zh"
],
"name": "Metroid Prime 4: Beyond – Nintendo Switch 2 Edition",
"nsuId": 70010000104850,
"numberOfPlayers": 1,
"publisher": "Nintendo",
"rating": 12,
"ratingContent": [
"Violence"
],
"region": null,
"releaseDate": 20251204,
"rightsId": null,
"screenshots": [
"https://img-eshop.cdn.nintendo.net/i/f26759919907985032578e159caa8f07b79cea96a88da7f37f4813fecd36ba24.jpg",
"https://img-eshop.cdn.nintendo.net/i/830fd8fc3e6c8d3522f48c7b38aa60204b99c034899b4b376dd7d2b9396c005e.jpg",
"https://img-eshop.cdn.nintendo.net/i/5b28d740077003e6fae4472fac732a1241505fb4320f8b3ad81069d86e2de0fc.jpg",
"https://img-eshop.cdn.nintendo.net/i/ef33dd0d923b081b5d02325fd6b27339a961b9b6fcc5704ce4a494c2aaeee099.jpg",
"https://img-eshop.cdn.nintendo.net/i/ca90abc442f8f3c3cb2d6393b559f8e9f75e38420c0c21b77a9449fb62843d85.jpg",
"https://img-eshop.cdn.nintendo.net/i/6aaaee4e1f9b73ed6a58ee8ed87f61a2f940a000985b59a72a5c0355da8fdf8b.jpg"
],
"size": 28292677632,
"version": null
},
"70010000110441": {
"bannerUrl": "https://img-eshop.cdn.nintendo.net/i/43fe4c85db89d8881dc38e3942fb94742b55a33d2996956a159f45552397c5f8.jpg",
"category": [
"Simulation",
"Multiplayer"
],
"description": "A carefree new life is just beyond the horizon! Step off the plane and onto your very own deserted island where new friends, discoveries and opportunities are waiting for you.\n\nNew ways to play\nThe Nintendo Switch 2 Edition of Animal Crossing: New Horizons uses the unique features of the console to offer even more ways to enjoy your island paradise!\n\nYour island, clearer than ever\nWith the enhanced 4K resolution of the Nintendo Switch 2 Edition, you’ll be able to see your island and its residents even clearer than before!\n\nGet creative with mouse controls\nUse the intuitive mouse controls of the Joy-Con 2 controller to redecorate your home, organise your furniture, create Custom Designs and even draw posts for the bulletin board.\n\nNew item: Megaphone\nPurchase the Megaphone from Nook's Cranny, then use it to find your island friends by calling out their names. The built-in microphone of Nintendo Switch 2 will help find where they are, even if they’re far away from you!\n\nPlay with more friends at once!\nIn the Nintendo Switch 2 Edition, up to 12 players can play together on one island online or up to eight players via local wireless play.\n\nWith GameChat, you’ll be able to talk to your friends while playing with them. And by connecting a compatible USB-C camera, such as the Nintendo Switch 2 camera (sold separately), they’ll be able to see your expressions as you play!",
"developer": null,
"frontBoxArt": null,
"iconUrl": "https://img-eshop.cdn.nintendo.net/i/4a320d37cd85f49d6e4a675b6d7b82f5ad13ae10b212d5b220fe4208c7d7c2f8.jpg",
"id": "01006F8002326000",
"intro": "Welcome to the Deserted Island Getaway Package!",
"isDemo": false,
"key": null,
"languages": [
"ja",
"en",
"es",
"fr",
"de",
"it",
"nl",
"ru",
"ko",
"zh",