diff --git a/css/style.css b/css/style.css
index 8d1ee50..941ba3c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -4099,3 +4099,102 @@ body.dark .rb-nr { color: #f9a8d4; }
}
body.dark .rb-falsch { color: #fca5a5; }
body.dark .rb-richtig-klein { color: #86efac; }
+
+/* ===========================
+ 🎮 Fortnite-Experience Einstieg (linker Rand)
+ =========================== */
+.fortnite-launch {
+ position: fixed;
+ left: 0;
+ top: 50%;
+ transform: translateY(-50%);
+ z-index: 950;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 0.45rem;
+ width: 118px;
+ padding: 0.6rem 0.55rem 0.7rem;
+ background: linear-gradient(160deg, #8b5cf6 0%, #6d28d9 45%, #06b6d4 100%);
+ border: 2px solid rgba(255, 255, 255, 0.55);
+ border-left: none;
+ border-radius: 0 20px 20px 0;
+ box-shadow: 0 10px 34px rgba(109, 40, 217, 0.5);
+ text-decoration: none;
+ cursor: pointer;
+ transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
+ box-shadow 0.35s ease;
+}
+.fortnite-launch:hover {
+ transform: translateY(-50%) scale(1.07);
+ box-shadow: 0 14px 44px rgba(6, 182, 212, 0.65);
+}
+.fortnite-launch:active {
+ transform: translateY(-50%) scale(1.02);
+}
+.fortnite-launch-badge {
+ position: absolute;
+ top: -10px;
+ right: -8px;
+ background: #ff1493;
+ color: #fff;
+ font-size: 0.62rem;
+ font-weight: 800;
+ letter-spacing: 0.08em;
+ padding: 0.15rem 0.5rem;
+ border-radius: 99px;
+ border: 2px solid #fff;
+ box-shadow: 0 3px 10px rgba(255, 20, 147, 0.5);
+}
+.fortnite-launch-gif {
+ width: 96px;
+ height: auto;
+ display: block;
+ border-radius: 14px;
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
+ animation: fortnite-glow 2.4s ease-in-out infinite;
+}
+.fortnite-launch-label {
+ font-family: 'Segoe UI', Tahoma, sans-serif;
+ font-size: 0.82rem;
+ font-weight: 800;
+ color: #ffffff;
+ text-align: center;
+ line-height: 1.12;
+ text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
+ letter-spacing: 0.02em;
+}
+.fortnite-launch-cta {
+ font-size: 0.72rem;
+ font-weight: 700;
+ color: #f0abfc;
+ background: rgba(0, 0, 0, 0.28);
+ padding: 0.2rem 0.7rem;
+ border-radius: 99px;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
+}
+@keyframes fortnite-glow {
+ 0%, 100% { filter: drop-shadow(0 0 3px rgba(139, 92, 246, 0.6)); }
+ 50% { filter: drop-shadow(0 0 12px rgba(6, 182, 212, 0.95)); }
+}
+
+/* Mobile: kompakter, damit nichts überdeckt wird */
+@media (max-width: 768px) {
+ .fortnite-launch {
+ width: 78px;
+ padding: 0.4rem 0.35rem 0.5rem;
+ gap: 0.3rem;
+ border-radius: 0 14px 14px 0;
+ }
+ .fortnite-launch-gif { width: 62px; border-radius: 10px; }
+ .fortnite-launch-label { font-size: 0.62rem; }
+ .fortnite-launch-cta { font-size: 0.58rem; padding: 0.15rem 0.5rem; }
+ .fortnite-launch-badge { font-size: 0.52rem; top: -8px; right: -6px; }
+}
+
+/* Barrierefreiheit: Animationen reduzieren, wenn gewünscht */
+@media (prefers-reduced-motion: reduce) {
+ .fortnite-launch-gif { animation: none; }
+ .fortnite-launch { transition: none; }
+}
+
diff --git a/fortnite-experience/AIreadme.txt b/fortnite-experience/AIreadme.txt
new file mode 100644
index 0000000..1487906
--- /dev/null
+++ b/fortnite-experience/AIreadme.txt
@@ -0,0 +1,99 @@
+AIreadme.txt
+=================
+
+Ziel
+----
+Dieser Ordner ist eine fertige, statische Mini-Webapp mit 2 Spielmodi rund um Fortnite:
+1) Guess the Collab (Ja/Nein + Enzyklopädie)
+2) Guess the Price (Skin-Preisraten)
+
+Die App ist dafür vorbereitet, als abgegrenzte Unterseite auf einem Server zu laufen.
+
+
+Wichtige Laufzeitdateien (MUSS bleiben)
+---------------------------------------
+- index.html
+- collab_game.html
+- price_game.html
+- app.js
+- style.css
+- skins.js
+- images/ (kompletter Ordner mit Collab-Bildern)
+
+Ohne diese Dateien funktioniert die App nicht vollständig.
+
+
+Startpunkte / Routing
+---------------------
+- Hauptmenü: index.html
+- Direkt ins Collab-Spiel: collab_game.html#game
+- Direkt in die Enzyklopädie: collab_game.html#encyclopedia
+- Direkt ins Preis-Spiel: price_game.html
+
+Hinweis:
+`collab_game.html` hat KEINEN alten Startscreen mehr. Es startet direkt per Hash-Route.
+
+
+Wie die Spiele funktionieren
+----------------------------
+A) Guess the Collab (collab_game.html + app.js + style.css + images/)
+- Frageformat: "Ist das in Fortnite?" mit Realbild.
+- Antwort-Flow: Ja/Nein -> Feedback mit Fortnite-Bild und Infos.
+- Ergebnisseite mit Statistik.
+- Enzyklopädie-Ansicht mit Kategorien/Filter und Detail-Modal.
+- Enzyklopädie-Header hat keinen zusätzlichen Zurück-Button (bewusst entfernt).
+
+B) Guess the Price (price_game.html + skins.js)
+- Zeigt zufällige Skins aus SKINS (in skins.js).
+- Antwortbuttons für 500 / 800 / 1200 / 1500 / 2000 V-Bucks.
+- Nach Antwort: Auflösung inkl. Europreis (1000 VB = 8,99 €).
+- Zufall mit Gewichtung:
+ - 500 VB: 16%
+ - 800/1200/1500/2000 VB: jeweils 21%
+- No-repeat Fenster: Ein bereits gezeigter Skin darf erst nach 50 weiteren wieder auftauchen.
+- "Nächster Skin" ist als fixer Top-Button erreichbar (ohne Scrollen).
+
+
+Deployment-Hinweis für die "rote Button Unterseite"
+---------------------------------------------------
+Falls diese App in eine bestehende Website eingebaut wird:
+- Lege diesen Ordner als eigenen Unterpfad ab, z. B.:
+ /fortnite-experience/
+- Der rote Button der Hauptwebsite soll auf diesen Einstieg zeigen:
+ /fortnite-experience/index.html
+
+WICHTIG (Relative Pfade):
+- Alle internen Links sind relativ (z. B. collab_game.html, price_game.html, images/...).
+- Deshalb muss die App als kompletter zusammenhängender Ordner deployed werden.
+- Nicht einzelne Dateien aus dem Kontext reißen.
+
+
+Schnelle Server-Checks nach Upload
+----------------------------------
+Mindestens diese URLs auf HTTP 200 prüfen:
+- /fortnite-experience/index.html
+- /fortnite-experience/collab_game.html#game
+- /fortnite-experience/collab_game.html#encyclopedia
+- /fortnite-experience/price_game.html
+
+Manuelle Smoke-Checks:
+1) Von index -> Guess the Collab klickbar
+2) Von index -> Guess the Price klickbar
+3) Enzyklopädie öffnet direkt über #encyclopedia
+4) Bilder in collab_game laden (images/*)
+5) skins.js lädt in price_game
+6) Top-Button "Nächster Skin" erscheint nach jeder Antwort
+
+
+Nicht anfassen / typische Fehler
+--------------------------------
+- Dateinamen nicht ändern, sonst brechen relative Links.
+- images/ nicht teilweise löschen.
+- skins.js nicht umbenennen.
+- Keine Basis-URL erzwingen, wenn die App im Unterpfad läuft.
+
+
+Kurzfazit
+---------
+Wenn dieser Ordner 1:1 auf den Server kopiert und über index.html aufgerufen wird,
+ist die App direkt lauffähig.
diff --git a/fortnite-experience/app.js b/fortnite-experience/app.js
new file mode 100644
index 0000000..889181d
--- /dev/null
+++ b/fortnite-experience/app.js
@@ -0,0 +1,1077 @@
+// Database of 49 collaborations
+const fortniteCollabs = [
+ {
+ "id": "adidas",
+ "name": "Adidas Schuhe",
+ "category": "fashion",
+ "subcategory": "Schuhe & Mode",
+ "release": "Juli 2024",
+ "info": "Die weltbekannte Marke mit den drei Streifen kooperiert direkt mit Fortnite. Spieler können stylische Tracksuits und kultige Sneaker wie den Adidas Superstar als Kicks für ihre Charaktere erwerben und ausrüsten.",
+ "isInFortnite": true,
+ "realImage": "images/adidasreal.jpg.webp",
+ "fnImage": "images/adidasfn.jpg"
+ },
+ {
+ "id": "crocs",
+ "name": "Crocs",
+ "category": "fashion",
+ "subcategory": "Schuhe & Mode",
+ "release": "Ende 2024",
+ "info": "Die legendären und oft kontrovers diskutierten Gummi-Clogs gibt es tatsächlich als kosmetische Kicks im Spiel. Du kannst diesen Skin mit knallig bunten Crocs ausstatten – sogar mit ansteckbaren Jibbitz.",
+ "isInFortnite": true,
+ "realImage": "images/crocsreal.jpg.webp",
+ "fnImage": "images/crocsfn.jpg"
+ },
+ {
+ "id": "nike",
+ "name": "Nike Air Max",
+ "category": "fashion",
+ "subcategory": "Schuhe & Mode",
+ "release": "Juni 2023",
+ "info": "Ein absolut ikonischer Schuh, den man nach dem Kauf mit jedem beliebigen Skin im Spiel ausrüsten kann.",
+ "isInFortnite": true,
+ "realImage": "images/nikereal.jpg.webp",
+ "fnImage": "images/nikefn.jpg.webp"
+ },
+ {
+ "id": "vans",
+ "name": "Vans Schuhe",
+ "category": "fashion",
+ "subcategory": "Schuhe & Mode",
+ "release": "Dezember 2024",
+ "info": "Auch die berühmten Skaterschuhe von Vans haben ihren Weg auf das Schlachtfeld gefunden. Die hochgeschnittenen Stoffschuhe besitzen den charakteristischen Seitenstreifen.",
+ "isInFortnite": true,
+ "realImage": "images/vansreal.jpg",
+ "fnImage": "images/vansfn.jpg.webp"
+ },
+ {
+ "id": "bmw",
+ "name": "BMW M4 Coupe",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "Dezember 2023",
+ "info": "Deutsche Wertarbeit in Battle Royale! Echte BMW-Modelle wie das M4 Coupe und der M2 wurden als voll fahrbare Karosserien ins Spiel integriert.",
+ "isInFortnite": true,
+ "realImage": "images/bmwreal.jpeg.webp",
+ "fnImage": "images/bmwfn.jpeg"
+ },
+ {
+ "id": "cybertruck",
+ "name": "Tesla Cybertruck",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "Juli 2024",
+ "info": "Diese Metallfarbene Mülltonne gibt es tatsächlich auch in Fortnite. Müll-CEO, Müllauto, Müll Collab. War innerhalb der Community auch kontrovers weil fuck musk!",
+ "isInFortnite": true,
+ "realImage": "images/cybertruckreal.jpg",
+ "fnImage": "images/cybertruckfn.webp"
+ },
+ {
+ "id": "landrover",
+ "name": "Land Rover Defender",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "Januar 2026",
+ "info": "Der legendäre, extrem robuste Geländewagen Land Rover Defender D7X-R feierte passend zur Rallye Dakar sein Debüt als fahrbare Karosserie im Fortnite-Universum.",
+ "isInFortnite": true,
+ "realImage": "images/landroverreal.jpeg",
+ "fnImage": "images/landroverfn.jpg"
+ },
+ {
+ "id": "mclaren",
+ "name": "McLaren 765LT",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "Dezember 2023",
+ "info": "Einer der teuersten und schnellsten realen Supersportwagen der Welt wurde als kosmetisches Auto in Fortnite fahrbar gemacht – komplett lizenziert und detailgetreu nachempfunden.",
+ "isInFortnite": true,
+ "realImage": "images/mclarenreal.jpg",
+ "fnImage": "images/mclarenfn.jpg"
+ },
+ {
+ "id": "mercedes",
+ "name": "Mercedes-AMG GT 63 S (4-Türer)",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "September 2025",
+ "info": "Der Mercedes-AMG GT 63 S ist als viertüriges Sportcoupé ein offiziell spielbares Fahrzeug in Fortnite. Er wurde im September 2025 mitsamt detailgetreuem Interieur und Custom-Felgen in das Spiel integriert.",
+ "isInFortnite": true,
+ "realImage": "images/mercedesreal.jpg",
+ "fnImage": "images/mercedesfn.webp"
+ },
+ {
+ "id": "nissan",
+ "name": "Nissan Fairlady Z",
+ "category": "car",
+ "subcategory": "Autos & Fahrzeuge",
+ "release": "Dezember 2023",
+ "info": "Der Traum aller Drift-Enthusiasten. Der klassische Nissan Fairlady Z wurde als voll anpassbares Auto für die Battle-Royale-Insel ins Spiel gebracht.",
+ "isInFortnite": true,
+ "realImage": "images/nissanreal.jpg",
+ "fnImage": "images/nissanfn.webp"
+ },
+ {
+ "id": "billieeilish",
+ "name": "Billie Eilish",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "April 2024",
+ "info": "Die mehrfache Grammy-Gewinnerin war der Headliner von Fortnite Festival Season 3. Ihr Skin kam mit ihren typischen, übergroßen Outfits und neongrünen Haaren.",
+ "isInFortnite": true,
+ "realImage": "images/billieeilishreal.jpg",
+ "fnImage": "images/billieeilishfn.jpg"
+ },
+ {
+ "id": "hamilton",
+ "name": "Lewis Hamilton",
+ "category": "celebrity",
+ "subcategory": "Promis & Sport",
+ "release": "November 2023",
+ "info": "Der siebenfache Formel-1-Weltmeister Lewis Hamilton raste als spielbarer Skin in die Icon-Serie, inklusive eines anpassbaren Outfits.",
+ "isInFortnite": true,
+ "realImage": "images/hamiltonreal.webp",
+ "fnImage": "images/hamiltonfn.jpg"
+ },
+ {
+ "id": "kimk",
+ "name": "Kim Kardashian",
+ "category": "celebrity",
+ "subcategory": "Promis & TV",
+ "release": "Dezember 2025",
+ "info": "Die Queen des Reality-TVs ist tatsächlich in Fortnite! Inklusive diverser berühmter Outfits (wie dem Pelzmantel-Look und einem SKIMS-Bodysuit) sowie einem Emote, das auf ihrem legendären Paper-Magazine-Cover basiert.",
+ "isInFortnite": true,
+ "realImage": "images/KimKreal.jpeg",
+ "fnImage": "images/KimKfn.jpeg"
+ },
+ {
+ "id": "marcoreus",
+ "name": "Marco Reus",
+ "category": "celebrity",
+ "subcategory": "Promis & Sport",
+ "release": "Juni 2021",
+ "info": "Ja, der ehemalige Kapitän von Borussia Dortmund ist wirklich spielbar! Er kam passend zur Europameisterschaft 2021 als einer der ersten echten Fußballer weltweit in die Icon-Serie.",
+ "isInFortnite": true,
+ "realImage": "images/marcoreusreal.jpg",
+ "fnImage": "images/marcoreusfn.jpg"
+ },
+ {
+ "id": "naomiosaka",
+ "name": "Naomi Osaka",
+ "category": "celebrity",
+ "subcategory": "Promis & Sport",
+ "release": "März 2022",
+ "info": "Die weltberühmte Tennisspielerin und vierfache Grand-Slam-Siegerin bekam zwei farbenprächtige Skins im Spiel, die stark von Anime- und Modedesigns inspiriert sind.",
+ "isInFortnite": true,
+ "realImage": "images/naomiosakareal.jpg",
+ "fnImage": "images/naomiosakafn.jpg"
+ },
+ {
+ "id": "shaq",
+ "name": "Shaquille O'Neal",
+ "category": "celebrity",
+ "subcategory": "Promis & Sport",
+ "release": "Oktober 2024",
+ "info": "Der legendäre NBA-Riese 'Shaq' kam mit zwei Skins in den Shop – einer normalen Version und seinem Musik-Alter-Ego 'DJ Diesel'.",
+ "isInFortnite": true,
+ "realImage": "images/shaqreal.webp",
+ "fnImage": "images/shaqfn.webp"
+ },
+ {
+ "id": "snoopdogg",
+ "name": "Snoop Dogg",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "November 2024",
+ "info": "Snoop Dogg ist eine weltweit bekannte und durchaus auch umstrittene Persönlichkeit, die ihren Weg in Fortnite gefunden hat – unter anderem sogar mit einem eigenen Weihnachtsmann-Skin.",
+ "isInFortnite": true,
+ "realImage": "images/snoodoggreal.jpg",
+ "fnImage": "images/snoopdoggfn.jpg"
+ },
+ {
+ "id": "ladygaga",
+ "name": "Lady Gaga",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "Februar 2024",
+ "info": "Nachdem sie 2019 auf Twitter verwirrt fragte 'What's fortnight', wurde Lady Gaga Headliner von Fortnite Festival Season 2 mit markanten Cyberpunk- und Chromatica-Skins.",
+ "isInFortnite": true,
+ "realImage": "images/ladygagareal.jpg",
+ "fnImage": "images/ladygagafn.webp"
+ },
+ {
+ "id": "weeknd",
+ "name": "The Weeknd",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "Dezember 2023",
+ "info": "Der R&B-Superstar war der allererste Headliner des neuen 'Fortnite Festival'-Modus. Sein berühmtes Outfit mit dem roten Sakko war über Monate hinweg ein fester Anblick im Spiel.",
+ "isInFortnite": true,
+ "realImage": "images/weekndreal.png",
+ "fnImage": "images/weekndfn.webp"
+ },
+ {
+ "id": "artclown",
+ "name": "Art der Clown (Terrifier)",
+ "category": "horror",
+ "subcategory": "Horror-Filme",
+ "release": "Oktober 2025",
+ "info": "Der stumme, psychopathische Mörderclown aus den berüchtigten 'Terrifier'-Slasherfilmen ist tatsächlich ein offizieller Skin. Obwohl die Reihe für ekligen Gore bekannt ist, der mit echter Filmkunst wenig zu tun hat, ist es absolut bizarr, dass dieser Charakter in einem Spiel wie Fortnite spielbar ist.",
+ "isInFortnite": true,
+ "realImage": "images/artclownreal.jpg",
+ "fnImage": "images/artclownfn.jpg"
+ },
+
+ {
+ "id": "jason",
+ "name": "Jason Voorhees (Freitag der 13.)",
+ "category": "horror",
+ "subcategory": "Horror-Filme",
+ "release": "Oktober 2025",
+ "info": "Der unaufhaltsame Killer aus Camp Crystal Lake schlitzte sich pünktlich zu Fortnitemares 2025 ins Spiel. Neben dem Skin gab es ihn auch als gefährlichen Boss auf der Map zu bekämpfen.",
+ "isInFortnite": true,
+ "realImage": "images/jasonreal.jpg",
+ "fnImage": "images/jasonfn.jpg.webp"
+ },
+ {
+ "id": "jigsaw",
+ "name": "Billy die Puppe (SAW)",
+ "category": "horror",
+ "subcategory": "Horror-Filme",
+ "release": "Oktober 2024",
+ "info": "Die gruselige Puppe auf dem roten Dreirad aus der extrem blutigen SAW-Reihe schaffte es als vollwertiger Charakter-Skin in den Shooter. 'Lass uns ein Spiel spielen' bekommt hier eine ganz neue Bedeutung.",
+ "isInFortnite": true,
+ "realImage": "images/jigsawreal.jpg",
+ "fnImage": "images/jigsawfn.jpg"
+ },
+ {
+ "id": "predator",
+ "name": "Predator",
+ "category": "horror",
+ "subcategory": "Horror-Filme",
+ "release": "Januar 2021",
+ "info": "Der außerirdische Trophäenjäger war ein geheimer Boss in Chapter 2, Season 5. Spieler mussten ihn in den 'Stealthy Stronghold'-Ruinen besiegen, um seinen legendären Skin freizuschalten.",
+ "isInFortnite": true,
+ "realImage": "images/predatorreal.webp",
+ "fnImage": "images/predatorfn.jpg"
+ },
+ {
+ "id": "xenomorph",
+ "name": "Xenomorph (Alien)",
+ "category": "horror",
+ "subcategory": "Horror-Filme",
+ "release": "Februar 2021",
+ "info": "Das furchterregende Alien aus den Ridley-Scott-Klassikern kam im Weltraum-Crossover ins Spiel. Im Weltall hört dich niemand schreien, aber auf der Fortnite-Insel hört dich jeder weinen, wenn du von einer tanzenden Banane eliminiert wirst.",
+ "isInFortnite": true,
+ "realImage": "images/xenomorphreal.webp",
+ "fnImage": "images/xenomorphfn.jpg"
+ },
+ {
+ "id": "godzilla",
+ "name": "Godzilla",
+ "category": "popculture",
+ "subcategory": "Kultur & Games",
+ "release": "Dezember 2025",
+ "info": "Der König der Monster höchstpersönlich! Als Teil des Chapter 6, Season 1 Battle Pass können Spieler als gigantische Echse herumlaufen und Gebäude zerlegen. Nach dem Event wurde er als normal spielbarer Skin freigeschaltet und dafür auf menschengröße heruntergeschrumpft.",
+ "isInFortnite": true,
+ "realImage": "images/godzillareal.jpg.webp",
+ "fnImage": "images/godzillafn.jpeg.webp"
+ },
+ {
+ "id": "johnwick",
+ "name": "John Wick",
+ "category": "popculture",
+ "subcategory": "Kultur & Games",
+ "release": "Mai 2019",
+ "info": "Keanu Reeves' berühmtester Auftragskiller war eine der allerersten großen Hollywood-Kollaborationen im Spiel. Wer ihm seinen Hund stiehlt, lernt ihn ganz schnell kennen.",
+ "isInFortnite": true,
+ "realImage": "images/johnwickreal.jpeg",
+ "fnImage": "images/johnwickfn.webp"
+ },
+ {
+ "id": "southpark",
+ "name": "South Park",
+ "category": "popculture",
+ "subcategory": "Kultur & Games",
+ "release": "Januar 2026",
+ "info": "Die chaotische Truppe aus South Park kam als Mini-Pass-Event nach Fortnite! Cartman, Kenny, Kyle und Stan steuern coole Mech-Suits auf dem Schlachtfeld. Auch Towelie das Handtuch ist als Begleiter dabei. Obwohl die Serie politisch teilweise 'inkorrekt' und für Kinder auf gar keinen Fall geeignet ist, erfreut sie sich extrem hoher Beliebtheit.",
+ "isInFortnite": true,
+ "realImage": "images/southparkreal.jpg",
+ "fnImage": "images/soutparkfn.jpg"
+ },
+ {
+ "id": "killbill",
+ "name": "Kill Bill (Die Braut)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "November 2025",
+ "info": "Die Braut (The Bride), verkörpert von Uma Thurman in Quentin Tarantinos Kultfilm-Zweiteiler 'Kill Bill', ist als offizieller Skin im legendären gelben Motorrad-Outfit im Spiel verfügbar.",
+ "isInFortnite": true,
+ "realImage": "images/killbillreal.jpg",
+ "fnImage": "images/killbillfn.avif"
+ },
+ {
+ "id": "pulpfiction",
+ "name": "Pulp Fiction",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Dezember 2025",
+ "info": "Vincent Vega und Jules Winnfield im legendären schwarzen Anzug aus Quentin Tarantinos Film-Meilenstein wurden als offizielle Skins veröffentlicht. Auch der berühmte Tanz und der Koffer sind im Spiel verewigt.",
+ "isInFortnite": true,
+ "realImage": "images/pulpfictionreal.jpg",
+ "fnImage": "images/pulpfictionfn.webp"
+ },
+ {
+ "id": "dune",
+ "name": "Dune",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Oktober 2021",
+ "info": "Paul Atreides (gespielt von Timothée Chalamet) und Chani (gespielt von Zendaya) aus Denis Villeneuves Verfilmung des Sci-Fi-Epos Dune betraten im Oktober 2021 das Fortnite-Schlachtfeld.",
+ "isInFortnite": true,
+ "realImage": "images/dunereal.jpg",
+ "fnImage": "images/dunefn.jpg"
+ },
+ {
+ "id": "metallica",
+ "name": "Metallica",
+ "category": "popculture",
+ "subcategory": "Popkultur & Musik",
+ "release": "Juni 2024",
+ "info": "Die gesamte legendäre Metal-Band (James Hetfield, Lars Ulrich, Kirk Hammett und Robert Trujillo) stürmte im Juni 2024 Fortnite als spielbare Skins. Zusammen mit ihnen kam ein ganzes virtuelles Konzert auf einer schwebenden Festival-Bühne ins Spiel.",
+ "isInFortnite": true,
+ "realImage": "images/metallicareal.webp",
+ "fnImage": "images/metallicafn.jpg"
+ },
+ {
+ "id": "badboys",
+ "name": "Bad Boys (Mike Lowrey)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "August 2021",
+ "info": "Mike Lowrey, gespielt von Will Smith in der Action-Reihe 'Bad Boys', stürmte die Fortnite-Insel als offizieller Charakter-Skin. Der Skin kam passend zum Kinostart des Films 'Bad Boys for Life' heraus, der an den Kinokassen allerdings ziemlich floppte.",
+ "isInFortnite": true,
+ "realImage": "images/badboysreal.jpeg",
+ "fnImage": "images/badboysfn.jpeg.webp"
+ },
+ {
+ "id": "eminem",
+ "name": "Eminem",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "November 2023",
+ "info": "Der 'Rap God' Eminem erhielt im November 2023 zum Finale von Chapter 4 gleich drei verschiedene offizielle Skins (Rap Boy, Slim Shady und Marshall Never More) und trat im spielinternen Big-Bang-Event auf.",
+ "isInFortnite": true,
+ "realImage": "images/eminemreal.jpg",
+ "fnImage": "images/eminemfn.jpeg.webp"
+ },
+ {
+ "id": "travisscott",
+ "name": "Travis Scott",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "April 2020",
+ "info": "Der US-Rapper Travis Scott veranstaltete im April 2020 das legendäre In-Game-Konzert 'Astronomical', das von über 12 Millionen Spielern live im Spiel verfolgt wurde. Seine Skins gehören heute zu den seltensten im Spiel. Erwähnenswert ist auch, dass bei seiner 'Astroworld'-Massenpanik im Jahr 2021 mehrere Menschen starben, wofür er teils mitverantwortlich gemacht und was von ihm PR-mäßig im Nachhinein grandios vertuscht wurde.",
+ "isInFortnite": true,
+ "realImage": "images/travisscottreal.webp",
+ "fnImage": "images/travisscottfn.webp"
+ },
+ {
+ "id": "avatar",
+ "name": "Avatar (Jake Sully)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Dezember 2023",
+ "info": "Die blauen Na'vi aus James Camerons Kino-Hit Avatar, allen voran Jake Sully, betraten im Dezember 2023 als spielbare Charaktere die Fortnite-Welt, wobei auch Neytiri als spielbarer Skin verfügbar ist.",
+ "isInFortnite": true,
+ "realImage": "images/jakesullyreal.jpg",
+ "fnImage": "images/jakesullyfn.jpeg"
+ },
+ {
+ "id": "hercules",
+ "name": "Disney's Hercules",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "September 2025",
+ "info": "Der Halbgott Hercules aus Disneys Zeichentrick-Klassiker wurde im September 2025 als Teil der fortlaufenden Kooperationen mit Disney im Item Shop als spielbarer Skin veröffentlicht.",
+ "isInFortnite": true,
+ "realImage": "images/herculesreal.webp",
+ "fnImage": "images/herculesfn.jpeg"
+ },
+ {
+ "id": "strangerthings",
+ "name": "Stranger Things (Eleven)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Serien",
+ "release": "November 2023",
+ "info": "Eleven (Elf) aus der Netflix-Erfolgsserie Stranger Things kam im November 2023 ins Spiel. Mittlerweile sind sehr viele Charaktere aus der Serie spielbar, darunter Eleven, Jim Hopper, Steve Harrington, Nancy Wheeler und sogar der Demogorgon selbst.",
+ "isInFortnite": true,
+ "realImage": "images/elevenreal.jpeg",
+ "fnImage": "images/elevenfn.webp"
+ },
+ {
+ "id": "daftpunk",
+ "name": "Daft Punk",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "September 2025",
+ "info": "Das legendäre französische Electronic-Duo (Thomas Bangalter und Guy-Manuel de Homem-Christo) erschien im September 2025 mit ihren ikonischen Chrom-Helmen im Spiel im Rahmen der 'Daft Punk Experience'.",
+ "isInFortnite": true,
+ "realImage": "images/daftpunkreal.jpeg",
+ "fnImage": "images/daftpunkfn.jpeg"
+ },
+ {
+ "id": "theoffice",
+ "name": "The Office (Michael & Dwight)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Serien",
+ "release": "Januar 2026",
+ "info": "Michael Scott und Dwight Schrute aus der weltberühmten Comedy-Serie 'The Office' kamen im Januar 2026 ins Spiel.",
+ "isInFortnite": true,
+ "realImage": "images/theofficereal.jpeg",
+ "fnImage": "images/theofficefn.webp"
+ },
+ {
+ "id": "tomlizard",
+ "name": "Tom Lizard (Pixar's Hoppers)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "März 2026",
+ "info": "Tom Lizard aus dem Disney-Pixar-Film 'Hoppers' wurde im März 2026 als Teil einer Crossover-Aktion im Item Shop als Skin veröffentlicht.",
+ "isInFortnite": true,
+ "realImage": "images/tomlizardreal.webp",
+ "fnImage": "images/tomlizardfn.jpeg"
+ },
+ {
+ "id": "edward",
+ "name": "Edward mit den Scherenhänden",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Oktober 2024",
+ "info": "Edward Scissorhands aus Tim Burtons Meisterwerk schlich sich im Oktober 2024 passend zu Fortnitemares als Skin ins Spiel. Seine Ernte-Werkzeuge sind natürlich die Scherenhände selbst.",
+ "isInFortnite": true,
+ "realImage": "images/edwardscherereal.jpg",
+ "fnImage": "images/edwardscherefn.webp"
+ },
+ {
+ "id": "brunomars",
+ "name": "Bruno Mars",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "Februar 2022",
+ "info": "Bruno Mars und Anderson .Paak kamen als Duo 'Silk Sonic' im Februar 2022 im Rahmen der Icon Series nach Fortnite. Ihre Outfits und Tanz-Emotes versprühen puren 70er-Jahre-Funk.",
+ "isInFortnite": true,
+ "realImage": "images/brunomarsreal.jpeg",
+ "fnImage": "images/brunomarsfn.jpeg.webp"
+ },
+ {
+ "id": "squidgame",
+ "name": "Squid Game",
+ "category": "popculture",
+ "subcategory": "Popkultur & Serien",
+ "release": "Juni 2025",
+ "info": "Die weltberühmte Netflix-Serie Squid Game kooperierte im Juni 2025 mit Fortnite. Spieler konnten sich die Wärter-Skins mit Kreis, Dreieck und Quadrat sowie später den Front-Man zulegen.",
+ "isInFortnite": true,
+ "realImage": "images/squidgamereal.jpeg",
+ "fnImage": "images/squidgamefn.jpg"
+ },
+ {
+ "id": "wednesday",
+ "name": "Wednesday Addams",
+ "category": "popculture",
+ "subcategory": "Popkultur & Serien",
+ "release": "Oktober 2025",
+ "info": "Wednesday Addams aus der Netflix-Serie erschien pünktlich zu Fortnitemares im Oktober 2025 im Spiel. Ihr berühmter Tanz auf dem Rave'N-Ball ist als Emote natürlich ebenfalls dabei.",
+ "isInFortnite": true,
+ "realImage": "images/wednesdayreal.jpeg",
+ "fnImage": "images/wednesdayfn.jpg"
+ },
+ {
+ "id": "terminator",
+ "name": "Terminator (T-800)",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Juli 2023",
+ "info": "Sowohl das blanke T-800 Endoskelett als auch der von Arnold Schwarzenegger gespielte T-800 Terminator höchstpersönlich sind offizielle Fortnite-Skins. Zudem ist auch die kampferprobte Sarah Connor als spielbarer Skin im Spiel vertreten.",
+ "isInFortnite": true,
+ "realImage": "images/terminatorreal.jpg",
+ "fnImage": "images/terminatorfn.webp"
+ },
+ {
+ "id": "vader",
+ "name": "Darth Vader",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Juni 2022",
+ "info": "Der berüchtigtste Sith-Lord der Galaxis ist als spielbarer Skin in Fortnite vertreten. Er war der finale Skin im Battle Pass von Chapter 3, Season 3, komplett mit seinem imperialen Marsch als Emote und einem passenden Gleiter.",
+ "isInFortnite": true,
+ "realImage": "images/vaderreal.jpg",
+ "fnImage": "images/vaderfn.jpg"
+ },
+ {
+ "id": "capamerica",
+ "name": "Captain America",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "Juli 2020",
+ "info": "Der Anführer der Avengers ist mit seinem legendären Vibranium-Schild in Fortnite spielbar. Er ist bereits in verschiedenen Iterationen im Spiel vorhanden, darunter der klassische Steve Rogers, Sam Wilson als neuer Captain America und sogar eine postapokalyptische Version.",
+ "isInFortnite": true,
+ "realImage": "images/whats-the-difference-between-steves-captain-america-and-v0-j8k2zzf08m4d1.png.webp",
+ "fnImage": "images/capamericafn.jpeg"
+ },
+ {
+ "id": "superman",
+ "name": "Superman",
+ "category": "popculture",
+ "subcategory": "Popkultur & Filme",
+ "release": "August 2021",
+ "info": "Der Mann aus Stahl flog im Rahmen von Chapter 2, Season 7 als exklusiver Battle-Pass-Skin in die Fortnite-Welt. Spieler können sich im Spiel von Clark Kent in Superman verwandeln – stilecht in einer Telefonzelle.",
+ "isInFortnite": true,
+ "realImage": "images/supermanreal.jpg",
+ "fnImage": "images/supermanfn.jpg.webp"
+ },
+ {
+ "id": "avataraang",
+ "name": "Avatar - Herr der Elemente",
+ "category": "popculture",
+ "subcategory": "Popkultur & Serien",
+ "release": "April 2024",
+ "info": "Der letzte Luftbändiger Aang kam mit einem eigenen Mini-Event-Pass nach Fortnite. Spieler konnten sowohl seine normale Version als auch den mächtigen Avatar-Zustand freischalten und die Elemente bändigen.",
+ "isInFortnite": true,
+ "realImage": "images/avataraangreal.avif",
+ "fnImage": "images/avataraangfn.png.avif"
+ },
+ {
+ "id": "chappellroan",
+ "name": "Chappell Roan",
+ "category": "celebrity",
+ "subcategory": "Promis & Musik",
+ "release": "September 2025",
+ "info": "🔥✨💅 SLAY QUEEN SLAY! 💅✨🔥 Die ultimative ✨🏳️🌈 Queer Icon 🏳️🌈✨ stürmt die Fortnite-Bühne mitsamt einer absolut gigantischen ✨🎭 Femininomenon 🎭✨ Festival-Performance! 💖👑🦄",
+ "isInFortnite": true,
+ "realImage": "images/chappellroanreal.jpg",
+ "fnImage": "images/chappellroanfn.avif"
+ }
+];
+
+// Game State Variables
+let currentQuestions = [];
+let currentIndex = 0;
+let countBelieve = 0; // Correct guesses (Richtig)
+let countDoubt = 0; // Incorrect guesses (Falsch)
+let doubtedItems = []; // List of items the player got wrong
+let currentMode = 'quick';
+
+// DOM Selectors - Views
+const gameView = document.getElementById('game-view');
+const resultsView = document.getElementById('results-view');
+const encyclopediaView = document.getElementById('encyclopedia-view');
+
+// DOM Selectors - HUD & Gameplay
+const progressText = document.getElementById('question-progress');
+const progressBar = document.getElementById('progress-bar');
+const countBelieveText = document.getElementById('count-believe');
+const countDoubtText = document.getElementById('count-doubt');
+
+const cardElement = document.getElementById('game-card');
+const cardCategory = document.getElementById('card-category');
+const cardBrand = document.getElementById('card-brand');
+const cardTitle = document.getElementById('card-title');
+const cardImage = document.getElementById('card-image');
+const cardImageFallback = document.getElementById('card-image-fallback');
+const fallbackIcon = document.getElementById('fallback-icon');
+const fallbackPath = document.getElementById('fallback-path');
+
+// DOM Selectors - Choice & Action buttons
+const btnYes = document.getElementById('btn-yes');
+const btnNo = document.getElementById('btn-no');
+
+// DOM Selectors - Feedback Overlay
+const feedbackOverlay = document.getElementById('feedback-overlay');
+const feedbackIconBox = document.getElementById('feedback-icon-box');
+const feedbackResultIcon = document.getElementById('feedback-result-icon');
+const feedbackTitle = document.getElementById('feedback-title');
+const feedbackSubtitle = document.getElementById('feedback-subtitle');
+const feedbackRelease = document.getElementById('feedback-release');
+const feedbackDesc = document.getElementById('feedback-desc');
+const btnNext = document.getElementById('btn-next');
+
+// DOM Selectors - Feedback Image Elements
+const feedbackImage = document.getElementById('feedback-image');
+const feedbackImageFallback = document.getElementById('feedback-image-fallback');
+const feedbackFallbackIcon = document.getElementById('feedback-fallback-icon');
+const feedbackFallbackPath = document.getElementById('feedback-fallback-path');
+
+// DOM Selectors - Results Screen
+const resultBelieve = document.getElementById('result-believe');
+const resultDoubt = document.getElementById('result-doubt');
+const resultRatio = document.getElementById('result-ratio');
+const verdictTitle = document.getElementById('result-verdict-title');
+const verdictDesc = document.getElementById('result-verdict-desc');
+const doubtsListContainer = document.getElementById('doubts-list-container');
+const doubtsList = document.getElementById('doubts-list');
+const btnRestart = document.getElementById('btn-restart');
+const btnResultEncyclopedia = document.getElementById('btn-view-encyclopedia');
+
+// DOM Selectors - Encyclopedia Screen
+const filterTabs = document.querySelectorAll('.filter-tab');
+const encyclopediaGrid = document.getElementById('encyclopedia-grid');
+const encTotalCount = document.getElementById('enc-total-count');
+
+// DOM Selectors - Detail Modal
+const detailModal = document.getElementById('detail-modal');
+const modalClose = document.querySelector('.close-modal');
+const modalCategory = document.getElementById('modal-category');
+const modalBrand = document.getElementById('modal-brand');
+const modalTitle = document.getElementById('modal-title');
+
+// DOM Selectors - Detail Modal Image Elements
+const modalImageReal = document.getElementById('modal-image-real');
+const modalImageRealFallback = document.getElementById('modal-image-real-fallback');
+const modalImageFn = document.getElementById('modal-image-fn');
+const modalImageFnFallback = document.getElementById('modal-image-fn-fallback');
+
+const modalRelease = document.getElementById('modal-release');
+const modalDesc = document.getElementById('modal-desc');
+
+// Category config mapping
+const categoryConfig = {
+ fashion: {
+ tag: 'Schuhe & Mode',
+ icon: 'fa-shoe-prints',
+ color: '#c084fc'
+ },
+ car: {
+ tag: 'Autos & Fahrzeuge',
+ icon: 'fa-car',
+ color: '#38bdf8'
+ },
+ celebrity: {
+ tag: 'Promis & Sportler',
+ icon: 'fa-user',
+ color: '#fb7185'
+ },
+ horror: {
+ tag: 'Horror-Filme',
+ icon: 'fa-ghost',
+ color: '#34d399'
+ },
+ popculture: {
+ tag: 'Kultur & Games',
+ icon: 'fa-gamepad',
+ color: '#fbbf24'
+ }
+};
+
+/* ==========================================
+ Helper Functions
+ ========================================== */
+
+// Shuffle array utility
+function shuffleArray(array) {
+ const arr = [...array];
+ for (let i = arr.length - 1; i > 0; i--) {
+ const j = Math.floor(Math.random() * (i + 1));
+ [arr[i], arr[j]] = [arr[j], arr[i]];
+ }
+ return arr;
+}
+
+// Switch between views smoothly
+function switchView(targetView) {
+ const views = [gameView, resultsView, encyclopediaView];
+
+ // Deactivate all views
+ views.forEach(v => {
+ if (v.classList.contains('active')) {
+ v.classList.remove('active');
+ }
+ });
+
+ // Wait a brief moment to allow transition, then show target
+ setTimeout(() => {
+ targetView.classList.add('active');
+ // Scroll to top of view
+ window.scrollTo({ top: 0, behavior: 'smooth' });
+ }, 100);
+}
+
+// Map category to localized text & icon
+function getCategoryInfo(catKey) {
+ return categoryConfig[catKey] || { tag: 'Sonstiges', icon: 'fa-circle-question', color: '#94a3b8' };
+}
+
+/* ==========================================
+ Image Event Handlers (Load & Fallback)
+ ========================================== */
+
+// Setup onload/onerror logic once on gameplay image elements
+cardImage.onload = function() {
+ cardImage.style.display = 'block';
+ cardImageFallback.style.display = 'none';
+};
+cardImage.onerror = function() {
+ cardImage.style.display = 'none';
+ cardImageFallback.style.display = 'flex';
+};
+
+// Setup onload/onerror logic once on feedback image elements
+feedbackImage.onload = function() {
+ feedbackImage.style.display = 'block';
+ feedbackImageFallback.style.display = 'none';
+};
+feedbackImage.onerror = function() {
+ feedbackImage.style.display = 'none';
+ feedbackImageFallback.style.display = 'flex';
+};
+
+// Setup onload/onerror logic once on modal image elements
+modalImageReal.onload = function() {
+ modalImageReal.style.display = 'block';
+ modalImageRealFallback.style.display = 'none';
+};
+modalImageReal.onerror = function() {
+ modalImageReal.style.display = 'none';
+ modalImageRealFallback.style.display = 'flex';
+};
+
+modalImageFn.onload = function() {
+ modalImageFn.style.display = 'block';
+ modalImageFnFallback.style.display = 'none';
+};
+modalImageFn.onerror = function() {
+ modalImageFn.style.display = 'none';
+ modalImageFnFallback.style.display = 'flex';
+};
+
+/* ==========================================
+ Game Operations
+ ========================================== */
+
+// Start a new game round
+function startGame() {
+ currentMode = 'full';
+ currentIndex = 0;
+ countBelieve = 0;
+ countDoubt = 0;
+ doubtedItems = [];
+
+ // Reset HUD text
+ countBelieveText.textContent = '0';
+ countDoubtText.textContent = '0';
+
+ // Shuffle all items in random order
+ const shuffled = shuffleArray(fortniteCollabs);
+ currentQuestions = shuffled; // Full list of items in random order
+
+ // Switch view and render first question
+ switchView(gameView);
+ showQuestion(0);
+}
+
+// Display question card (shows real image)
+function showQuestion(index) {
+ if (index >= currentQuestions.length) {
+ endGame();
+ return;
+ }
+
+ const item = currentQuestions[index];
+ const catInfo = getCategoryInfo(item.category);
+
+ // Update HUD progress
+ progressText.textContent = `Kooperation ${index + 1} von ${currentQuestions.length}`;
+ const pct = (index / currentQuestions.length) * 100;
+ progressBar.style.width = `${pct}%`;
+
+ // Populate Card details
+ cardCategory.innerHTML = ` ${catInfo.tag}`;
+ cardCategory.style.backgroundColor = catInfo.color + '26'; // 15% opacity hex
+ cardCategory.style.borderColor = catInfo.color + '4d'; // 30% opacity hex
+ cardCategory.style.color = catInfo.color;
+
+ // Subcategory or Brand label
+ cardBrand.textContent = item.subcategory || 'Kooperation';
+ cardTitle.textContent = item.name;
+
+ // Setup Image Loading & Fallback to Real Image
+ cardImage.style.display = 'none';
+ cardImageFallback.style.display = 'flex';
+ fallbackIcon.className = `fa-solid ${catInfo.icon}`;
+ fallbackIcon.style.color = catInfo.color;
+ fallbackPath.textContent = item.realImage;
+
+ // Trigger image load check
+ cardImage.src = item.realImage;
+}
+
+// Handle choice input (Yes / No button clicked)
+function handleAnswer(clickedYes) {
+ const item = currentQuestions[currentIndex];
+
+ // Reset feedback styling classes
+ feedbackOverlay.classList.remove('feedback-correct', 'feedback-incorrect');
+
+ const isCorrect = clickedYes; // YES is always correct because every single item shown is in Fortnite!
+
+ if (isCorrect) {
+ countBelieve++;
+ countBelieveText.textContent = countBelieve;
+
+ feedbackOverlay.classList.add('feedback-correct');
+ feedbackResultIcon.className = 'fa-solid fa-circle-check';
+ feedbackTitle.textContent = 'Korrekt!';
+ feedbackSubtitle.textContent = 'Ja, das ist tatsächlich in Fortnite!';
+ } else {
+ countDoubt++;
+ countDoubtText.textContent = countDoubt;
+ doubtedItems.push(item);
+
+ feedbackOverlay.classList.add('feedback-incorrect');
+ feedbackResultIcon.className = 'fa-solid fa-circle-exclamation';
+ feedbackTitle.textContent = 'Falsch!';
+ feedbackSubtitle.textContent = 'Doch! Das ist wirklich in Fortnite!';
+ }
+
+ // Load Fortnite version image in the feedback overlay
+ const catInfo = getCategoryInfo(item.category);
+ feedbackImage.style.display = 'none';
+ feedbackImageFallback.style.display = 'flex';
+ feedbackFallbackIcon.className = `fa-solid fa-gamepad`;
+ feedbackFallbackIcon.style.color = catInfo.color;
+ feedbackFallbackPath.textContent = item.fnImage;
+ feedbackImage.src = item.fnImage;
+
+ // Populate feedback info sheet
+ feedbackRelease.textContent = item.release;
+ feedbackDesc.textContent = item.info;
+
+ // Display overlay
+ feedbackOverlay.classList.add('active');
+}
+
+// Next question trigger
+function nextQuestion() {
+ feedbackOverlay.classList.remove('active');
+ currentIndex++;
+
+ // Quick delay before loading next question card for animation flow
+ setTimeout(() => {
+ showQuestion(currentIndex);
+ }, 200);
+}
+
+// End game, calculate scores & show results
+function endGame() {
+ progressBar.style.width = '100%';
+
+ resultBelieve.textContent = countBelieve;
+ resultDoubt.textContent = countDoubt;
+
+ // Compute success ratio
+ const total = currentQuestions.length;
+ const ratioPct = Math.round((countBelieve / total) * 100);
+ resultRatio.textContent = `${ratioPct}%`;
+
+ // German Verdict generator based on success rate
+ let title = '';
+ let desc = '';
+
+ if (ratioPct >= 90) {
+ title = 'Fortnite-Prophet 🔮';
+ desc = 'Hervorragend! Du kennst den Wahnsinn in- und auswendig. Du hast fast jede Frage richtig beantwortet. Für dich ist das Popkultur-Multiversum bereits vollendete Realität.';
+ } else if (ratioPct >= 70) {
+ title = 'Popkultur-Kenner 🧐';
+ desc = 'Respekt! Du hast die meisten realen Collabs richtig zugeordnet und hast dich auch von den Fakes nicht aufs Glatteis führen lassen. Du kennst Epic Games ziemlich gut.';
+ } else if (ratioPct >= 40) {
+ title = 'Gesunder Skeptiker 🤨';
+ desc = 'Du hast bei einigen Dingen gezweifelt – verständlich, denn wer rechnet schon ernsthaft mit South Park oder Crocs in einem bunten Shooter? Du lagst manchmal daneben, aber das ist okay.';
+ } else {
+ title = 'In tiefer Verleugnung 🙈';
+ desc = 'Du weigerst dich zu glauben, was in Fortnite abgeht! Du konntest dir viele Collabs nicht vorstellen. Wach auf, Epic Games kauft einfach das gesamte Multiversum!';
+ }
+
+ verdictTitle.textContent = title;
+ verdictDesc.textContent = desc;
+
+ // Render doubted/incorrect items list
+ if (doubtedItems.length > 0) {
+ doubtsList.innerHTML = '';
+ doubtedItems.forEach(item => {
+ const catInfo = getCategoryInfo(item.category);
+ const div = document.createElement('div');
+ div.className = 'doubt-item';
+ div.innerHTML = `
+
+
+
+ ${item.name}
+ ${item.subcategory}
+
+
+
+ ${catInfo.tag}
+
+ `;
+ // Click on doubted item opens detail modal
+ div.addEventListener('click', () => {
+ openDetailModal(item);
+ });
+ doubtsList.appendChild(div);
+ });
+ doubtsListContainer.style.display = 'block';
+ } else {
+ doubtsListContainer.style.display = 'none';
+ }
+
+ switchView(resultsView);
+}
+
+/* ==========================================
+ Encyclopedia Operations
+ ========================================== */
+
+let activeFilter = 'all';
+
+function initEncyclopedia() {
+ renderEncyclopediaGrid();
+}
+
+function renderEncyclopediaGrid() {
+ encyclopediaGrid.innerHTML = '';
+
+ // Filter items based on active tab
+ const filtered = fortniteCollabs.filter(item => {
+ const matchesCategory = (activeFilter === 'all' || item.category === activeFilter);
+ return matchesCategory;
+ });
+
+ // Update count indicator
+ encTotalCount.textContent = filtered.length;
+
+ // Populate Grid
+ if (filtered.length === 0) {
+ encyclopediaGrid.innerHTML = `
+
+
+
Keine Einträge gefunden.
+
+ `;
+ return;
+ }
+
+ filtered.forEach(item => {
+ const catInfo = getCategoryInfo(item.category);
+ const card = document.createElement('div');
+ card.className = 'enc-card';
+ card.innerHTML = `
+
+
+
+
+
+
${item.name}
+
${item.info}
+
+ ${item.release}
+ Mehr ansehen
+
+
+ `;
+
+ // Open details modal on card click
+ card.addEventListener('click', () => {
+ openDetailModal(item);
+ });
+
+ encyclopediaGrid.appendChild(card);
+ });
+}
+
+// Open detail modal for specific item (shows side-by-side comparison)
+function openDetailModal(item) {
+ const catInfo = getCategoryInfo(item.category);
+
+ // Set headers
+ modalCategory.innerHTML = ` ${catInfo.tag}`;
+ modalCategory.style.backgroundColor = catInfo.color + '26';
+ modalCategory.style.borderColor = catInfo.color + '4d';
+ modalCategory.style.color = catInfo.color;
+
+ modalBrand.textContent = item.subcategory || 'Kooperation';
+ modalTitle.textContent = item.name;
+
+ // Set Real Image Loading & Fallback
+ modalImageReal.style.display = 'none';
+ modalImageRealFallback.style.display = 'flex';
+ document.getElementById('modal-fallback-real-icon').className = `fa-solid ${catInfo.icon}`;
+ modalImageReal.src = item.realImage;
+
+ // Set Fortnite Image Loading & Fallback
+ modalImageFn.style.display = 'none';
+ modalImageFnFallback.style.display = 'flex';
+ document.getElementById('modal-fallback-fn-icon').className = `fa-solid fa-gamepad`;
+ modalImageFn.src = item.fnImage;
+
+ // Populate release date and description
+ modalRelease.textContent = item.release;
+ modalDesc.textContent = item.info;
+
+ // Display modal
+ detailModal.classList.add('active');
+}
+
+/* ==========================================
+ Event Bindings & Initialization
+ ========================================== */
+
+// Event Listeners for Game Screen Choices
+btnYes.addEventListener('click', () => handleAnswer(true));
+btnNo.addEventListener('click', () => handleAnswer(false));
+btnNext.addEventListener('click', nextQuestion);
+
+// View Navigation Actions
+btnRestart.addEventListener('click', () => {
+ location.href = 'index.html';
+});
+
+btnResultEncyclopedia.addEventListener('click', () => {
+ switchView(encyclopediaView);
+});
+
+// Modal closing actions
+modalClose.addEventListener('click', () => {
+ detailModal.classList.remove('active');
+});
+
+window.addEventListener('click', (e) => {
+ if (e.target === detailModal) {
+ detailModal.classList.remove('active');
+ }
+});
+
+// Encyclopedia Filter Tabs Actions
+filterTabs.forEach(tab => {
+ tab.addEventListener('click', () => {
+ filterTabs.forEach(t => t.classList.remove('active'));
+ tab.classList.add('active');
+ activeFilter = tab.getAttribute('data-filter');
+ renderEncyclopediaGrid();
+ });
+});
+
+// Initialize on load
+initEncyclopedia();
+
+// Direct entry: no legacy start screen anymore.
+// #encyclopedia opens encyclopedia directly, otherwise game starts immediately.
+const entryHash = (window.location.hash || '').toLowerCase();
+if (entryHash === '#encyclopedia') {
+ switchView(encyclopediaView);
+} else {
+ startGame();
+}
diff --git a/fortnite-experience/collab_game.html b/fortnite-experience/collab_game.html
new file mode 100644
index 0000000..48be063
--- /dev/null
+++ b/fortnite-experience/collab_game.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+ Is this thing in Fortnite? - Das Absurditäts-Quiz
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Richtig:
+ 0
+
+
+ Falsch:
+ 0
+
+
+
+
+
+
+
+
+
+
+
Air Jordan 1 High OG "Chicago"
+
+
+
+
+
+
+
+
+
Kein Bild geladenimages/image.jpg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Doch, das ist wirklich in Fortnite!
+
+
+
+
+
+
+
+
+
Kein Bild geladenimages/image.jpg
+
+
+
+
+
+ Erschienen:
+ Dezember 2024
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam at porttitor sem.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ Richtig beantwortet
+
+
+ 0
+ Falsch beantwortet
+
+
+ 0%
+ Erfolgsquote
+
+
+
+
+
Dein Realitäts-Urteil:
+
Gesunder Skeptiker
+
Du glaubst noch an das Gute in der Welt und hast gezweifelt, dass Epic Games wirklich alles in dieses Spiel wirft.
+
+
+
+
+
+
Die Collabs, bei denen du falsch lagst:
+
+
+
+
+
+
+
+
Das Fortnite-Multiversum
+
+ Du siehst also: All diese höchst unterschiedlichen Marken, Charaktere und Prominenten sind tatsächlich in Fortnite vertreten. Wie man unschwer erkennen kann, ist diese extreme Vermischung vor allem in den letzten Jahren passiert. In den früheren Jahren des Spiels war die Themenstreuung bei weitem nicht so willkürlich und die Frequenz der Kooperations-Skins lange nicht so hoch.
+
+
+
+
+
+
+ Hauptmenü & Nochmal spielen
+
+
+ Zur Enzyklopädie
+
+
+
+
+
+
+
+
+
+
+
+
+ Alle (50)
+ Mode
+ Autos
+ Promis & Sport
+ Horror
+ Kultur & Games
+
+
+
+
+
+
+
+
+
+
+ Einträge gesamt: 50
+
+
+
+
+ Master Medien- und Bildungsmanagement
+
+
+
+
+
+
+
×
+
+
+
Titel der Kooperation
+
+
+
+
+
Realität
+
+
+
+
+
+
+
Fortnite
+
+
+
+
+
+
+
+
+
+ Erschienen:
+ Datum
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fortnite-experience/images/KimKfn.jpeg b/fortnite-experience/images/KimKfn.jpeg
new file mode 100644
index 0000000..7e271aa
Binary files /dev/null and b/fortnite-experience/images/KimKfn.jpeg differ
diff --git a/fortnite-experience/images/KimKreal.jpeg b/fortnite-experience/images/KimKreal.jpeg
new file mode 100644
index 0000000..ba00702
Binary files /dev/null and b/fortnite-experience/images/KimKreal.jpeg differ
diff --git a/fortnite-experience/images/README.md b/fortnite-experience/images/README.md
new file mode 100644
index 0000000..ddb11d4
--- /dev/null
+++ b/fortnite-experience/images/README.md
@@ -0,0 +1,61 @@
+# Bilderverzeichnis (images/)
+
+Hier legst du später deine Bilder für die Kooperationen ab.
+Die Bilder müssen das **JPG-Format** haben und exakt nach der ID der Kooperation benannt werden.
+
+Beispiel: Für die Kooperation **Tesla Cybertruck** muss die Bilddatei `tesla_cybertruck.jpg` in diesem Ordner abgelegt werden.
+
+> [!NOTE]
+> Sollte für ein Item kein Bild vorhanden sein, lädt das Spiel automatisch eine stylische, farbige CSS-Karte mit dem passenden Symbol für die Kategorie (Mode, Autos, Promis oder Kultur) und zeigt den Pfad an, unter dem das Bild gesucht wird.
+
+---
+
+## Liste der erforderlichen Bildnamen (150 Items)
+
+| Dateiname | Name der Kooperation | Kategorie |
+| :--- | :--- | :--- |
+| `adidas.jpg` | Adidas Originals | Schuhe & Mode |
+| `crocs.jpg` | Crocs Classic Clog | Schuhe & Mode |
+| `nike.jpg` | Nike Air Max | Schuhe & Mode |
+| `vans.jpg` | Vans Sk8-Hi | Schuhe & Mode |
+| `bmw.jpg` | BMW M4 Coupe | Autos & Fahrzeuge |
+| `cybertruck.jpg` | Tesla Cybertruck | Autos & Fahrzeuge |
+| `landrover.jpg` | Land Rover Defender | Autos & Fahrzeuge |
+| `mclaren.jpg` | McLaren 765LT | Autos & Fahrzeuge |
+| `mercedes.jpg` | Mercedes-AMG GT 63 S (4-Türer) | Autos & Fahrzeuge |
+| `nissan.jpg` | Nissan Silvia (S13) | Autos & Fahrzeuge |
+| `billieeilish.jpg` | Billie Eilish | Promis & Sportler |
+| `hamilton.jpg` | Lewis Hamilton | Promis & Sportler |
+| `kimk.jpg` | Kim Kardashian | Promis & Sportler |
+| `marcoreus.jpg` | Marco Reus | Promis & Sportler |
+| `naomiosaka.jpg` | Naomi Osaka | Promis & Sportler |
+| `shaq.jpg` | Shaquille O'Neal | Promis & Sportler |
+| `snoopdogg.jpg` | Snoop Dogg | Promis & Sportler |
+| `ladygaga.jpg` | Lady Gaga | Promis & Sportler |
+| `weeknd.jpg` | The Weeknd | Promis & Sportler |
+| `artclown.jpg` | Art der Clown (Terrifier) | Horror-Filme |
+| `jason.jpg` | Jason Voorhees (Freitag der 13.) | Horror-Filme |
+| `jigsaw.jpg` | Billy die Puppe (SAW) | Horror-Filme |
+| `predator.jpg` | Predator | Horror-Filme |
+| `xenomorph.jpg` | Xenomorph (Alien) | Horror-Filme |
+| `godzilla.jpg` | Godzilla | popculture |
+| `johnwick.jpg` | John Wick | popculture |
+| `southpark.jpg` | South Park | popculture |
+| `dune.jpg` | Dune | popculture |
+| `killbill.jpg` | Kill Bill | popculture |
+| `pulpfiction.jpg` | Pulp Fiction | popculture |
+| `metallica.jpg` | Metallica | popculture |
+| `badboys.jpg` | Bad Boys (Mike Lowrey) | popculture |
+| `eminem.jpg` | Eminem | Promis & Sportler |
+| `travisscott.jpg` | Travis Scott | Promis & Sportler |
+| `jakesully.jpg` | Avatar (Jake Sully) | popculture |
+| `hercules.jpg` | Disney's Hercules | popculture |
+| `eleven.jpg` | Stranger Things (Eleven) | popculture |
+| `daftpunk.jpg` | Daft Punk | Promis & Sportler |
+| `theoffice.jpg` | The Office (Michael & Dwight) | popculture |
+| `tomlizard.jpg` | Tom Lizard (Pixar's Hoppers) | popculture |
+| `edwardschere.jpg` | Edward mit den Scherenhänden | popculture |
+| `brunomars.jpg` | Bruno Mars | Promis & Sportler |
+| `squidgame.jpg` | Squid Game | popculture |
+| `wednesday.jpg` | Wednesday Addams | popculture |
+| `terminator.jpg` | Terminator (T-800) | popculture |
diff --git a/fortnite-experience/images/adidasfn.jpg b/fortnite-experience/images/adidasfn.jpg
new file mode 100644
index 0000000..66cd0e5
Binary files /dev/null and b/fortnite-experience/images/adidasfn.jpg differ
diff --git a/fortnite-experience/images/adidasreal.jpg.webp b/fortnite-experience/images/adidasreal.jpg.webp
new file mode 100644
index 0000000..73eb4e0
Binary files /dev/null and b/fortnite-experience/images/adidasreal.jpg.webp differ
diff --git a/fortnite-experience/images/artclownfn.jpg b/fortnite-experience/images/artclownfn.jpg
new file mode 100644
index 0000000..576ac65
Binary files /dev/null and b/fortnite-experience/images/artclownfn.jpg differ
diff --git a/fortnite-experience/images/artclownreal.jpg b/fortnite-experience/images/artclownreal.jpg
new file mode 100644
index 0000000..41cf785
Binary files /dev/null and b/fortnite-experience/images/artclownreal.jpg differ
diff --git a/fortnite-experience/images/avataraangfn.png.avif b/fortnite-experience/images/avataraangfn.png.avif
new file mode 100644
index 0000000..610b791
Binary files /dev/null and b/fortnite-experience/images/avataraangfn.png.avif differ
diff --git a/fortnite-experience/images/avataraangreal.avif b/fortnite-experience/images/avataraangreal.avif
new file mode 100644
index 0000000..538cfd6
Binary files /dev/null and b/fortnite-experience/images/avataraangreal.avif differ
diff --git a/fortnite-experience/images/badboysfn.jpeg.webp b/fortnite-experience/images/badboysfn.jpeg.webp
new file mode 100644
index 0000000..84b9a75
Binary files /dev/null and b/fortnite-experience/images/badboysfn.jpeg.webp differ
diff --git a/fortnite-experience/images/badboysreal.jpeg b/fortnite-experience/images/badboysreal.jpeg
new file mode 100644
index 0000000..6c2c8ea
Binary files /dev/null and b/fortnite-experience/images/badboysreal.jpeg differ
diff --git a/fortnite-experience/images/billieeilishfn.jpg b/fortnite-experience/images/billieeilishfn.jpg
new file mode 100644
index 0000000..94e5374
Binary files /dev/null and b/fortnite-experience/images/billieeilishfn.jpg differ
diff --git a/fortnite-experience/images/billieeilishreal.jpg b/fortnite-experience/images/billieeilishreal.jpg
new file mode 100644
index 0000000..1594fc0
Binary files /dev/null and b/fortnite-experience/images/billieeilishreal.jpg differ
diff --git a/fortnite-experience/images/bmwfn.jpeg b/fortnite-experience/images/bmwfn.jpeg
new file mode 100644
index 0000000..a9df229
Binary files /dev/null and b/fortnite-experience/images/bmwfn.jpeg differ
diff --git a/fortnite-experience/images/bmwreal.jpeg.webp b/fortnite-experience/images/bmwreal.jpeg.webp
new file mode 100644
index 0000000..f124ff0
Binary files /dev/null and b/fortnite-experience/images/bmwreal.jpeg.webp differ
diff --git a/fortnite-experience/images/brunomarsfn.jpeg.webp b/fortnite-experience/images/brunomarsfn.jpeg.webp
new file mode 100644
index 0000000..6e2b09e
Binary files /dev/null and b/fortnite-experience/images/brunomarsfn.jpeg.webp differ
diff --git a/fortnite-experience/images/brunomarsreal.jpeg b/fortnite-experience/images/brunomarsreal.jpeg
new file mode 100644
index 0000000..0633a53
Binary files /dev/null and b/fortnite-experience/images/brunomarsreal.jpeg differ
diff --git a/fortnite-experience/images/capamericafn.jpeg b/fortnite-experience/images/capamericafn.jpeg
new file mode 100644
index 0000000..a46fa68
Binary files /dev/null and b/fortnite-experience/images/capamericafn.jpeg differ
diff --git a/fortnite-experience/images/chappellroanfn.avif b/fortnite-experience/images/chappellroanfn.avif
new file mode 100644
index 0000000..0a1adbc
Binary files /dev/null and b/fortnite-experience/images/chappellroanfn.avif differ
diff --git a/fortnite-experience/images/chappellroanreal.jpg b/fortnite-experience/images/chappellroanreal.jpg
new file mode 100644
index 0000000..4d69432
Binary files /dev/null and b/fortnite-experience/images/chappellroanreal.jpg differ
diff --git a/fortnite-experience/images/crocsfn.jpg b/fortnite-experience/images/crocsfn.jpg
new file mode 100644
index 0000000..6128c46
Binary files /dev/null and b/fortnite-experience/images/crocsfn.jpg differ
diff --git a/fortnite-experience/images/crocsreal.jpg.webp b/fortnite-experience/images/crocsreal.jpg.webp
new file mode 100644
index 0000000..6e1571f
Binary files /dev/null and b/fortnite-experience/images/crocsreal.jpg.webp differ
diff --git a/fortnite-experience/images/cybertruckfn.webp b/fortnite-experience/images/cybertruckfn.webp
new file mode 100644
index 0000000..9356cc5
Binary files /dev/null and b/fortnite-experience/images/cybertruckfn.webp differ
diff --git a/fortnite-experience/images/cybertruckreal.jpg b/fortnite-experience/images/cybertruckreal.jpg
new file mode 100644
index 0000000..d544c2d
Binary files /dev/null and b/fortnite-experience/images/cybertruckreal.jpg differ
diff --git a/fortnite-experience/images/daftpunkfn.jpeg b/fortnite-experience/images/daftpunkfn.jpeg
new file mode 100644
index 0000000..6c5db0e
Binary files /dev/null and b/fortnite-experience/images/daftpunkfn.jpeg differ
diff --git a/fortnite-experience/images/daftpunkreal.jpeg b/fortnite-experience/images/daftpunkreal.jpeg
new file mode 100644
index 0000000..2954162
Binary files /dev/null and b/fortnite-experience/images/daftpunkreal.jpeg differ
diff --git a/fortnite-experience/images/dunefn.jpg b/fortnite-experience/images/dunefn.jpg
new file mode 100644
index 0000000..53187ef
Binary files /dev/null and b/fortnite-experience/images/dunefn.jpg differ
diff --git a/fortnite-experience/images/dunereal.jpg b/fortnite-experience/images/dunereal.jpg
new file mode 100644
index 0000000..cfb3adf
Binary files /dev/null and b/fortnite-experience/images/dunereal.jpg differ
diff --git a/fortnite-experience/images/edwardscherefn.webp b/fortnite-experience/images/edwardscherefn.webp
new file mode 100644
index 0000000..69d4320
Binary files /dev/null and b/fortnite-experience/images/edwardscherefn.webp differ
diff --git a/fortnite-experience/images/edwardscherereal.jpg b/fortnite-experience/images/edwardscherereal.jpg
new file mode 100644
index 0000000..b28fd2c
Binary files /dev/null and b/fortnite-experience/images/edwardscherereal.jpg differ
diff --git a/fortnite-experience/images/elevenfn.webp b/fortnite-experience/images/elevenfn.webp
new file mode 100644
index 0000000..537d7df
Binary files /dev/null and b/fortnite-experience/images/elevenfn.webp differ
diff --git a/fortnite-experience/images/elevenreal.jpeg b/fortnite-experience/images/elevenreal.jpeg
new file mode 100644
index 0000000..b893324
Binary files /dev/null and b/fortnite-experience/images/elevenreal.jpeg differ
diff --git a/fortnite-experience/images/eminemfn.jpeg.webp b/fortnite-experience/images/eminemfn.jpeg.webp
new file mode 100644
index 0000000..db7cadf
Binary files /dev/null and b/fortnite-experience/images/eminemfn.jpeg.webp differ
diff --git a/fortnite-experience/images/eminemreal.jpg b/fortnite-experience/images/eminemreal.jpg
new file mode 100644
index 0000000..6a6fd85
Binary files /dev/null and b/fortnite-experience/images/eminemreal.jpg differ
diff --git a/fortnite-experience/images/godzillafn.jpeg.webp b/fortnite-experience/images/godzillafn.jpeg.webp
new file mode 100644
index 0000000..81cd631
Binary files /dev/null and b/fortnite-experience/images/godzillafn.jpeg.webp differ
diff --git a/fortnite-experience/images/godzillareal.jpg.webp b/fortnite-experience/images/godzillareal.jpg.webp
new file mode 100644
index 0000000..db73545
Binary files /dev/null and b/fortnite-experience/images/godzillareal.jpg.webp differ
diff --git a/fortnite-experience/images/hamiltonfn.jpg b/fortnite-experience/images/hamiltonfn.jpg
new file mode 100644
index 0000000..a64aa78
Binary files /dev/null and b/fortnite-experience/images/hamiltonfn.jpg differ
diff --git a/fortnite-experience/images/hamiltonreal.webp b/fortnite-experience/images/hamiltonreal.webp
new file mode 100644
index 0000000..8cee9ab
Binary files /dev/null and b/fortnite-experience/images/hamiltonreal.webp differ
diff --git a/fortnite-experience/images/herculesfn.jpeg b/fortnite-experience/images/herculesfn.jpeg
new file mode 100644
index 0000000..3ca2ccf
Binary files /dev/null and b/fortnite-experience/images/herculesfn.jpeg differ
diff --git a/fortnite-experience/images/herculesreal.webp b/fortnite-experience/images/herculesreal.webp
new file mode 100644
index 0000000..5bc0caf
Binary files /dev/null and b/fortnite-experience/images/herculesreal.webp differ
diff --git a/fortnite-experience/images/jakesullyfn.jpeg b/fortnite-experience/images/jakesullyfn.jpeg
new file mode 100644
index 0000000..a4ec4cf
Binary files /dev/null and b/fortnite-experience/images/jakesullyfn.jpeg differ
diff --git a/fortnite-experience/images/jakesullyreal.jpg b/fortnite-experience/images/jakesullyreal.jpg
new file mode 100644
index 0000000..88bb47b
Binary files /dev/null and b/fortnite-experience/images/jakesullyreal.jpg differ
diff --git a/fortnite-experience/images/jasonfn.jpg.webp b/fortnite-experience/images/jasonfn.jpg.webp
new file mode 100644
index 0000000..e62fcfc
Binary files /dev/null and b/fortnite-experience/images/jasonfn.jpg.webp differ
diff --git a/fortnite-experience/images/jasonreal.jpg b/fortnite-experience/images/jasonreal.jpg
new file mode 100644
index 0000000..652f38d
Binary files /dev/null and b/fortnite-experience/images/jasonreal.jpg differ
diff --git a/fortnite-experience/images/jigsawfn.jpg b/fortnite-experience/images/jigsawfn.jpg
new file mode 100644
index 0000000..03b233e
Binary files /dev/null and b/fortnite-experience/images/jigsawfn.jpg differ
diff --git a/fortnite-experience/images/jigsawreal.jpg b/fortnite-experience/images/jigsawreal.jpg
new file mode 100644
index 0000000..0094641
Binary files /dev/null and b/fortnite-experience/images/jigsawreal.jpg differ
diff --git a/fortnite-experience/images/johnwickfn.webp b/fortnite-experience/images/johnwickfn.webp
new file mode 100644
index 0000000..802ae0c
Binary files /dev/null and b/fortnite-experience/images/johnwickfn.webp differ
diff --git a/fortnite-experience/images/johnwickreal.jpeg b/fortnite-experience/images/johnwickreal.jpeg
new file mode 100644
index 0000000..06eb752
Binary files /dev/null and b/fortnite-experience/images/johnwickreal.jpeg differ
diff --git a/fortnite-experience/images/killbillfn.avif b/fortnite-experience/images/killbillfn.avif
new file mode 100644
index 0000000..f660086
Binary files /dev/null and b/fortnite-experience/images/killbillfn.avif differ
diff --git a/fortnite-experience/images/killbillreal.jpg b/fortnite-experience/images/killbillreal.jpg
new file mode 100644
index 0000000..df07ef1
Binary files /dev/null and b/fortnite-experience/images/killbillreal.jpg differ
diff --git a/fortnite-experience/images/ladygagafn.webp b/fortnite-experience/images/ladygagafn.webp
new file mode 100644
index 0000000..857a694
Binary files /dev/null and b/fortnite-experience/images/ladygagafn.webp differ
diff --git a/fortnite-experience/images/ladygagareal.jpg b/fortnite-experience/images/ladygagareal.jpg
new file mode 100644
index 0000000..f7500b9
Binary files /dev/null and b/fortnite-experience/images/ladygagareal.jpg differ
diff --git a/fortnite-experience/images/landroverfn.jpg b/fortnite-experience/images/landroverfn.jpg
new file mode 100644
index 0000000..c51182f
Binary files /dev/null and b/fortnite-experience/images/landroverfn.jpg differ
diff --git a/fortnite-experience/images/landroverreal.jpeg b/fortnite-experience/images/landroverreal.jpeg
new file mode 100644
index 0000000..4a6b406
Binary files /dev/null and b/fortnite-experience/images/landroverreal.jpeg differ
diff --git a/fortnite-experience/images/marcoreusfn.jpg b/fortnite-experience/images/marcoreusfn.jpg
new file mode 100644
index 0000000..432e8fd
Binary files /dev/null and b/fortnite-experience/images/marcoreusfn.jpg differ
diff --git a/fortnite-experience/images/marcoreusreal.jpg b/fortnite-experience/images/marcoreusreal.jpg
new file mode 100644
index 0000000..69dce41
Binary files /dev/null and b/fortnite-experience/images/marcoreusreal.jpg differ
diff --git a/fortnite-experience/images/mclarenfn.jpg b/fortnite-experience/images/mclarenfn.jpg
new file mode 100644
index 0000000..a43f9c3
Binary files /dev/null and b/fortnite-experience/images/mclarenfn.jpg differ
diff --git a/fortnite-experience/images/mclarenreal.jpg b/fortnite-experience/images/mclarenreal.jpg
new file mode 100644
index 0000000..9b0b1f5
Binary files /dev/null and b/fortnite-experience/images/mclarenreal.jpg differ
diff --git a/fortnite-experience/images/mercedesfn.webp b/fortnite-experience/images/mercedesfn.webp
new file mode 100644
index 0000000..f15ff91
Binary files /dev/null and b/fortnite-experience/images/mercedesfn.webp differ
diff --git a/fortnite-experience/images/mercedesreal.jpg b/fortnite-experience/images/mercedesreal.jpg
new file mode 100644
index 0000000..ff57ac1
Binary files /dev/null and b/fortnite-experience/images/mercedesreal.jpg differ
diff --git a/fortnite-experience/images/metallicafn.jpg b/fortnite-experience/images/metallicafn.jpg
new file mode 100644
index 0000000..0a47acc
Binary files /dev/null and b/fortnite-experience/images/metallicafn.jpg differ
diff --git a/fortnite-experience/images/metallicareal.webp b/fortnite-experience/images/metallicareal.webp
new file mode 100644
index 0000000..fbc26ff
Binary files /dev/null and b/fortnite-experience/images/metallicareal.webp differ
diff --git a/fortnite-experience/images/naomiosakafn.jpg b/fortnite-experience/images/naomiosakafn.jpg
new file mode 100644
index 0000000..4c9d221
Binary files /dev/null and b/fortnite-experience/images/naomiosakafn.jpg differ
diff --git a/fortnite-experience/images/naomiosakareal.jpg b/fortnite-experience/images/naomiosakareal.jpg
new file mode 100644
index 0000000..774a978
Binary files /dev/null and b/fortnite-experience/images/naomiosakareal.jpg differ
diff --git a/fortnite-experience/images/nikefn.jpg.webp b/fortnite-experience/images/nikefn.jpg.webp
new file mode 100644
index 0000000..321ad49
Binary files /dev/null and b/fortnite-experience/images/nikefn.jpg.webp differ
diff --git a/fortnite-experience/images/nikereal.jpg.webp b/fortnite-experience/images/nikereal.jpg.webp
new file mode 100644
index 0000000..a69d4de
Binary files /dev/null and b/fortnite-experience/images/nikereal.jpg.webp differ
diff --git a/fortnite-experience/images/nissanfn.webp b/fortnite-experience/images/nissanfn.webp
new file mode 100644
index 0000000..04d12e1
Binary files /dev/null and b/fortnite-experience/images/nissanfn.webp differ
diff --git a/fortnite-experience/images/nissanreal.jpg b/fortnite-experience/images/nissanreal.jpg
new file mode 100644
index 0000000..43a839a
Binary files /dev/null and b/fortnite-experience/images/nissanreal.jpg differ
diff --git a/fortnite-experience/images/predatorfn.jpg b/fortnite-experience/images/predatorfn.jpg
new file mode 100644
index 0000000..b0d1412
Binary files /dev/null and b/fortnite-experience/images/predatorfn.jpg differ
diff --git a/fortnite-experience/images/predatorreal.webp b/fortnite-experience/images/predatorreal.webp
new file mode 100644
index 0000000..9efc422
Binary files /dev/null and b/fortnite-experience/images/predatorreal.webp differ
diff --git a/fortnite-experience/images/pulpfictionfn.webp b/fortnite-experience/images/pulpfictionfn.webp
new file mode 100644
index 0000000..33fd53e
Binary files /dev/null and b/fortnite-experience/images/pulpfictionfn.webp differ
diff --git a/fortnite-experience/images/pulpfictionreal.jpg b/fortnite-experience/images/pulpfictionreal.jpg
new file mode 100644
index 0000000..cbfb24c
Binary files /dev/null and b/fortnite-experience/images/pulpfictionreal.jpg differ
diff --git a/fortnite-experience/images/shaqfn.webp b/fortnite-experience/images/shaqfn.webp
new file mode 100644
index 0000000..c306036
Binary files /dev/null and b/fortnite-experience/images/shaqfn.webp differ
diff --git a/fortnite-experience/images/shaqreal.webp b/fortnite-experience/images/shaqreal.webp
new file mode 100644
index 0000000..108a52d
Binary files /dev/null and b/fortnite-experience/images/shaqreal.webp differ
diff --git a/fortnite-experience/images/snoodoggreal.jpg b/fortnite-experience/images/snoodoggreal.jpg
new file mode 100644
index 0000000..e688211
Binary files /dev/null and b/fortnite-experience/images/snoodoggreal.jpg differ
diff --git a/fortnite-experience/images/snoopdoggfn.jpg b/fortnite-experience/images/snoopdoggfn.jpg
new file mode 100644
index 0000000..d3a15c0
Binary files /dev/null and b/fortnite-experience/images/snoopdoggfn.jpg differ
diff --git a/fortnite-experience/images/southparkreal.jpg b/fortnite-experience/images/southparkreal.jpg
new file mode 100644
index 0000000..434fca3
Binary files /dev/null and b/fortnite-experience/images/southparkreal.jpg differ
diff --git a/fortnite-experience/images/soutparkfn.jpg b/fortnite-experience/images/soutparkfn.jpg
new file mode 100644
index 0000000..be4da0b
Binary files /dev/null and b/fortnite-experience/images/soutparkfn.jpg differ
diff --git a/fortnite-experience/images/squidgamefn.jpg b/fortnite-experience/images/squidgamefn.jpg
new file mode 100644
index 0000000..4f73f77
Binary files /dev/null and b/fortnite-experience/images/squidgamefn.jpg differ
diff --git a/fortnite-experience/images/squidgamereal.jpeg b/fortnite-experience/images/squidgamereal.jpeg
new file mode 100644
index 0000000..0e5924d
Binary files /dev/null and b/fortnite-experience/images/squidgamereal.jpeg differ
diff --git a/fortnite-experience/images/supermanfn.jpg.webp b/fortnite-experience/images/supermanfn.jpg.webp
new file mode 100644
index 0000000..a7b4352
Binary files /dev/null and b/fortnite-experience/images/supermanfn.jpg.webp differ
diff --git a/fortnite-experience/images/supermanreal.jpg b/fortnite-experience/images/supermanreal.jpg
new file mode 100644
index 0000000..c031f0b
Binary files /dev/null and b/fortnite-experience/images/supermanreal.jpg differ
diff --git a/fortnite-experience/images/terminatorfn.webp b/fortnite-experience/images/terminatorfn.webp
new file mode 100644
index 0000000..e9bdc26
Binary files /dev/null and b/fortnite-experience/images/terminatorfn.webp differ
diff --git a/fortnite-experience/images/terminatorreal.jpg b/fortnite-experience/images/terminatorreal.jpg
new file mode 100644
index 0000000..6c4b38f
Binary files /dev/null and b/fortnite-experience/images/terminatorreal.jpg differ
diff --git a/fortnite-experience/images/theofficefn.webp b/fortnite-experience/images/theofficefn.webp
new file mode 100644
index 0000000..f5ed819
Binary files /dev/null and b/fortnite-experience/images/theofficefn.webp differ
diff --git a/fortnite-experience/images/theofficereal.jpeg b/fortnite-experience/images/theofficereal.jpeg
new file mode 100644
index 0000000..97fbafc
Binary files /dev/null and b/fortnite-experience/images/theofficereal.jpeg differ
diff --git a/fortnite-experience/images/tomlizardfn.jpeg b/fortnite-experience/images/tomlizardfn.jpeg
new file mode 100644
index 0000000..97cc387
Binary files /dev/null and b/fortnite-experience/images/tomlizardfn.jpeg differ
diff --git a/fortnite-experience/images/tomlizardreal.webp b/fortnite-experience/images/tomlizardreal.webp
new file mode 100644
index 0000000..430ea1c
Binary files /dev/null and b/fortnite-experience/images/tomlizardreal.webp differ
diff --git a/fortnite-experience/images/travisscottfn.webp b/fortnite-experience/images/travisscottfn.webp
new file mode 100644
index 0000000..a3093b7
Binary files /dev/null and b/fortnite-experience/images/travisscottfn.webp differ
diff --git a/fortnite-experience/images/travisscottreal.webp b/fortnite-experience/images/travisscottreal.webp
new file mode 100644
index 0000000..9069f0c
Binary files /dev/null and b/fortnite-experience/images/travisscottreal.webp differ
diff --git a/fortnite-experience/images/vaderfn.jpg b/fortnite-experience/images/vaderfn.jpg
new file mode 100644
index 0000000..845cb78
Binary files /dev/null and b/fortnite-experience/images/vaderfn.jpg differ
diff --git a/fortnite-experience/images/vaderreal.jpg b/fortnite-experience/images/vaderreal.jpg
new file mode 100644
index 0000000..e05319a
Binary files /dev/null and b/fortnite-experience/images/vaderreal.jpg differ
diff --git a/fortnite-experience/images/vansfn.jpg.webp b/fortnite-experience/images/vansfn.jpg.webp
new file mode 100644
index 0000000..1801431
Binary files /dev/null and b/fortnite-experience/images/vansfn.jpg.webp differ
diff --git a/fortnite-experience/images/vansreal.jpg b/fortnite-experience/images/vansreal.jpg
new file mode 100644
index 0000000..3e7acf2
Binary files /dev/null and b/fortnite-experience/images/vansreal.jpg differ
diff --git a/fortnite-experience/images/wednesdayfn.jpg b/fortnite-experience/images/wednesdayfn.jpg
new file mode 100644
index 0000000..5964466
Binary files /dev/null and b/fortnite-experience/images/wednesdayfn.jpg differ
diff --git a/fortnite-experience/images/wednesdayreal.jpeg b/fortnite-experience/images/wednesdayreal.jpeg
new file mode 100644
index 0000000..520bf98
Binary files /dev/null and b/fortnite-experience/images/wednesdayreal.jpeg differ
diff --git a/fortnite-experience/images/weekndfn.webp b/fortnite-experience/images/weekndfn.webp
new file mode 100644
index 0000000..c1bcd1f
Binary files /dev/null and b/fortnite-experience/images/weekndfn.webp differ
diff --git a/fortnite-experience/images/weekndreal.png b/fortnite-experience/images/weekndreal.png
new file mode 100644
index 0000000..aee4d82
Binary files /dev/null and b/fortnite-experience/images/weekndreal.png differ
diff --git a/fortnite-experience/images/whats-the-difference-between-steves-captain-america-and-v0-j8k2zzf08m4d1.png.webp b/fortnite-experience/images/whats-the-difference-between-steves-captain-america-and-v0-j8k2zzf08m4d1.png.webp
new file mode 100644
index 0000000..73ccf38
Binary files /dev/null and b/fortnite-experience/images/whats-the-difference-between-steves-captain-america-and-v0-j8k2zzf08m4d1.png.webp differ
diff --git a/fortnite-experience/images/xenomorphfn.jpg b/fortnite-experience/images/xenomorphfn.jpg
new file mode 100644
index 0000000..a987613
Binary files /dev/null and b/fortnite-experience/images/xenomorphfn.jpg differ
diff --git a/fortnite-experience/images/xenomorphreal.webp b/fortnite-experience/images/xenomorphreal.webp
new file mode 100644
index 0000000..cc9c562
Binary files /dev/null and b/fortnite-experience/images/xenomorphreal.webp differ
diff --git a/fortnite-experience/index.html b/fortnite-experience/index.html
new file mode 100644
index 0000000..116bdbb
--- /dev/null
+++ b/fortnite-experience/index.html
@@ -0,0 +1,344 @@
+
+
+
+
+
+ Fortnite: Vom Shooter zum Metaverse – Hauptmenü
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fortnite Präsentation
+
Vom Shooter zum Metaverse
+
+ Fortnite hat sich von einem reinen Battle-Royale-Shooter zu einer gigantischen
+ Marken- und Monetarisierungs-Maschine gewandelt. Erlebe diesen Wandel interaktiv –
+ wähle einen der beiden Spielmodi:
+
+
+
+
+
+
+
+ Enzyklopädie der 50 Collabs ansehen
+
+
+
+
+ Präsentationsplattform – Semester 2 (M.Sc. Medien, Business & Management)
+
+
+
+
diff --git a/fortnite-experience/price_game.html b/fortnite-experience/price_game.html
new file mode 100644
index 0000000..a1e5b53
--- /dev/null
+++ b/fortnite-experience/price_game.html
@@ -0,0 +1,847 @@
+
+
+
+
+
+ Guess the Price – Fortnite Skin Preise raten
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Runde
+ 1
+
+
+
+ Richtig
+ 0
+
+
+
+ Serie
+ 0
+
+
+
+ Beste Serie
+ 0
+
+
+
+ Trefferquote
+ –
+
+
+
+
+
+
+
+
Skin #1
+
+
+ Nächster Skin
+
+ Epic
+
+
+
+
+
+
+
+
+
+
+ Bild wird geladen…
+
+
+
Skin-Name
+
+
+
+
+
+
Was kostet dieser Skin?
+
+
+
+
+
+
+
+
+
+
+ Richtig!
+
+
+
+
Echter Preis
+
+
+
1500
+
+
+
+
In echtem Geld
+
13,49 €
+
+
+
+
+
+
+
+
+ Tipp: Nutze die Tasten 1 –5 zum Tippen und Enter für weiter ·
+ Umrechnung: 1.000 V-Bucks ≈ 8,99 €
+
+
+
+
+
+
+
+
diff --git a/fortnite-experience/skins.js b/fortnite-experience/skins.js
new file mode 100644
index 0000000..da5d552
--- /dev/null
+++ b/fortnite-experience/skins.js
@@ -0,0 +1,3 @@
+// Automatisch generiert von build_skins.py
+// Quelle: https://fortnite-api.com/v2/cosmetics
+const SKINS = [{"name": "Ballistics Tech", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_f/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Battalion Brawler", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Battalion Leader", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_g/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Cavalry Captain", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_f/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Default", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_defaultoutfit/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Field Commander", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_c/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Heavy Elite Legionnaire", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_echonyx/icon.png", "chapter": "6", "season": "2", "set": "Legion Security Elite"}, {"name": "Hero Outfit", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_stwhero/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Infantry Commander", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_d/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Munitions Master", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_d/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "NPC", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bengalbasher_npc/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Nike Goddess", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coatcheck/icon.png", "chapter": "5", "season": "2", "set": "Nike Victory"}, {"name": "Recon Raider", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Recruit", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_001_athena_commando_f_default/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Sentry Specialist", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_b/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Siege Sergeant", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_e/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Squad Leader", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_e/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Stealth Specialist", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_b/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Tactical Grunt Legionnaire", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_echoangel/icon.png", "chapter": "6", "season": "2", "set": "Legion Security Elite"}, {"name": "Tactical Tracker", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_f_placeholder_c/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Tank Gunner", "rarity": "Common", "rarityValue": "common", "color": "#b0b0b0", "price": 500, "image": "https://fortnite-api.com/images/cosmetics/br/character_habitatsecurity_g/icon.png", "chapter": null, "season": null, "set": "Island Originals "}, {"name": "Agente Colorado", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_234_athena_commando_m_grasshopper_a_57ark/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Amazona Colorada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_240_athena_commando_f_grasshopper_b_9rsi1/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Anarchy Agent", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_470_athena_commando_m_anarchy/icon.png", "chapter": "1", "season": "9", "set": "Anarchy"}, {"name": "Arctic Intel", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_668_athena_commando_m_arcticcamo_gray/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Armadillo", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_201_athena_commando_m_desertops/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Aspen", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_064_athena_commando_f_survivalspecialistautumn/icon.png", "chapter": "2", "season": "6", "set": "Autumn Attack"}, {"name": "Assault Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_015_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Aura", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_397_athena_commando_f_treasurehunterfashion/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Aura Analyzer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_910_athena_commando_f_york/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "B.R.U.T.E. Gunner", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_495_athena_commando_f_mechpilotshark/icon.png", "chapter": "1", "season": "X", "set": "B.R.U.T.E. Squad"}, {"name": "B.R.U.T.E. Navigator", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_494_athena_commando_m_mechpilotshark/icon.png", "chapter": "1", "season": "X", "set": "B.R.U.T.E. Squad"}, {"name": "Babbit", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_053_athena_commando_f_bunnyfashion_b/icon.png", "chapter": "2", "season": "6", "set": "Bunny Power 5"}, {"name": "Banner Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_442_athena_commando_f_bannera/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Birdie", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_387_athena_commando_f_golf/icon.png", "chapter": "1", "season": "8", "set": "Teed Off"}, {"name": "Black Belt Brawler", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_301_athena_commando_m_slither_d_o7bm2/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Bogey Basher", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_119_athena_commando_m_golf/icon.png", "chapter": "2", "season": "7", "set": "Fearless Fairway"}, {"name": "Bolt", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_431_athena_commando_f_stormpilot/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Boxer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_739_athena_commando_m_cardboardcrew/icon.png", "chapter": "2", "season": "2", "set": "Special Delivery"}, {"name": "Boxy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_740_athena_commando_f_cardboardcrew/icon.png", "chapter": "2", "season": "2", "set": "Special Delivery"}, {"name": "Bracer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_414_athena_commando_f_militaryfashion/icon.png", "chapter": "1", "season": "9", "set": "Modern Mercenary"}, {"name": "Brainiac", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_254_athena_commando_m_zombie/icon.png", "chapter": "1", "season": "6", "set": null}, {"name": "Branded Brawler", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_448_athena_commando_m_bannerc/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Branded Brigadier", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_444_athena_commando_f_bannerc/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Brite Agent", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_akimboenvoy/icon.png", "chapter": "5", "season": "2", "set": "Operation Brite"}, {"name": "Brite Hunter", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_britedino/icon.png", "chapter": "4", "season": "OG", "set": "Dino Guard"}, {"name": "Bullseye", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_242_athena_commando_f_bullseye/icon.png", "chapter": "1", "season": "6", "set": "Bullseye"}, {"name": "Bunnymoon", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_255_athena_commando_f_halloweenbunny/icon.png", "chapter": "1", "season": "6", "set": null}, {"name": "Bunya", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_056_athena_commando_f_bunnyfashion_e/icon.png", "chapter": "2", "season": "6", "set": "Bunny Power 5"}, {"name": "Cabbie", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_331_athena_commando_m_taxi/icon.png", "chapter": "1", "season": "7", "set": "Racer Royale"}, {"name": "Capitana Colorada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_239_athena_commando_f_grasshopper_h6lb7/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Captain Carlos", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_407_athena_commando_m_rebirthfresh_b/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Cart Champion", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_123_athena_commando_m_golf_e/icon.png", "chapter": "2", "season": "7", "set": "Fearless Fairway"}, {"name": "Castaway Jonesy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_836_athena_commando_m_jonesyflare/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Caution", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_685_athena_commando_m_tundrayellow/icon.png", "chapter": "2", "season": "1", "set": "Beacons"}, {"name": "CeeCee", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_055_athena_commando_f_bunnyfashion_d/icon.png", "chapter": "2", "season": "6", "set": "Bunny Power 5"}, {"name": "Champion Kor", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_moralkorefncs/icon.png", "chapter": "7", "season": "2", "set": "FNCS"}, {"name": "Champion Kyra", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_greenjacketfncs/icon.png", "chapter": "4", "season": "4", "set": "FNCS"}, {"name": "Champion Siren", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_hitmanfncs/icon.png", "chapter": "5", "season": "2", "set": "FNCS"}, {"name": "Champion Stash'd", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_bestdressedfncs/icon.png", "chapter": "5", "season": "1", "set": "FNCS"}, {"name": "Championship Aura", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_treasurehunterfashionsfncs/icon.png", "chapter": "4", "season": "2", "set": "FNCS"}, {"name": "Championship Jonesy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_jonesyorangefncs/icon.png", "chapter": "4", "season": "1", "set": "FNCS"}, {"name": "Chaos Explorer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_mastermindsummer/icon.png", "chapter": "4", "season": "3", "set": "Descent's Reckoning"}, {"name": "Chill Count", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_673_athena_commando_f_arcticcamo_slate/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Chillout", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_669_athena_commando_m_arcticcamo_slate/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Clash", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_663_athena_commando_f_frogman/icon.png", "chapter": "2", "season": "1", "set": "Beacons"}, {"name": "Clover Team Leader", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_718_athena_commando_f_luckyhero/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "Cole", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_401_athena_commando_m_miner/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Color Crush", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_179_athena_commando_f_tiedyefashion_d/icon.png", "chapter": "2", "season": "7", "set": "Get Far Out"}, {"name": "Commando", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_016_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Containment Specialist", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_906_athena_commando_m_york_b/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Cosmic Infinity", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_starwalkerfncs/icon.png", "chapter": "4", "season": "4", "set": "FNCS"}, {"name": "Cozy Commander", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_652_athena_commando_f_holidaypj_d/icon.png", "chapter": "2", "season": "1", "set": "Cozy Command"}, {"name": "Cozy Jonesy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_981_athena_commando_m_jonesyholiday/icon.png", "chapter": "2", "season": "5", "set": "Cocoa Commando"}, {"name": "Cozy Knit Jonesy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_313_athena_commando_m_blizzardbomber/icon.png", "chapter": "3", "season": "1", "set": null}, {"name": "Crimson Elite", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_733_athena_commando_m_bannerred/icon.png", "chapter": "2", "season": "2", "set": "Nightfire"}, {"name": "Crimson Scout", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_086_athena_commando_m_redsilk/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Crusher", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_699_athena_commando_f_brokenheart/icon.png", "chapter": "2", "season": "1", "set": "Wild Hearts"}, {"name": "Crustina", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_831_athena_commando_f_pizzapitmascot/icon.png", "chapter": "2", "season": "3", "set": "Pizza Pitfighter"}, {"name": "Crystal", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_493_athena_commando_f_jurassicarchaeology/smallicon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Curse Buster", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_913_athena_commando_f_york_d/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Deadfall", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_550_athena_commando_m_yellowcamoc/icon.png", "chapter": "1", "season": "X", "set": "Siege Strike"}, {"name": "Defensor Colorado", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_238_athena_commando_m_grasshopper_e_q14k1/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Defensora Colorada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_243_athena_commando_f_grasshopper_e_l6i24/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Desert Dominator", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_433_athena_commando_f_tacticaldesert/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Devastator", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_040_athena_commando_m_district/icon.png", "chapter": "1", "season": "1", "set": "Storm Fusion"}, {"name": "Dojo Defender", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_299_athena_commando_m_slither_b_1x28d/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Dominator", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_041_athena_commando_f_district/icon.png", "chapter": "1", "season": "1", "set": "Storm Fusion"}, {"name": "Drop Dee", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_rockerpunkalt/icon.png", "chapter": "4", "season": "2", "set": "Opening Acts"}, {"name": "Dummy Supreme", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_dummy_fncs/icon.png", "chapter": "3", "season": "4", "set": "FNCS"}, {"name": "Dyed Breeze", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_177_athena_commando_f_tiedyefashion_b/icon.png", "chapter": "2", "season": "7", "set": "Get Far Out"}, {"name": "Eagle Enforcer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_121_athena_commando_m_golf_c/icon.png", "chapter": "2", "season": "7", "set": "Fearless Fairway"}, {"name": "Ecto Expert", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_907_athena_commando_m_york_c/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Elite Linesman", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_951_athena_commando_m_football20referee_e_qbiba/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Emmy Elite", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_405_athena_commando_f_rebirthfresh_d/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "End Zone Expert", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_953_athena_commando_f_football20referee_b_5sv7q/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Envoy", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_725_athena_commando_f_agentx/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "Ex", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_702_athena_commando_m_assassinx/icon.png", "chapter": "2", "season": "1", "set": "Assassin X"}, {"name": "FNCS 3:1 Champion", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_365_athena_commando_f_fncs_blue/icon.png", "chapter": "3", "season": "1", "set": "FNCS"}, {"name": "FNCS Champion Seeker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_410_athena_commando_m_maskeddancer_fncs/icon.png", "chapter": "3", "season": "2", "set": "FNCS"}, {"name": "FNCS Renegade", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_headhunterstarfncs/icon.png", "chapter": "4", "season": "3", "set": "FNCS"}, {"name": "Fair Play", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_947_athena_commando_m_football20referee_in7ey/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Festival Lace", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_streetgothsummer/icon.png", "chapter": "4", "season": "2", "set": null}, {"name": "Fox Fire", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_436_athena_commando_m_redsleeves/icon.png", "chapter": "3", "season": "3", "set": "Onibi"}, {"name": "GHOST Enforcer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_707_athena_commando_m_henchmangood_9obh6/icon.png", "chapter": "2", "season": "7", "set": null}, {"name": "Gage", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_465_athena_commando_m_puffyvest/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Garrison", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_218_athena_commando_m_greenberet/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "General Banshee", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_403_athena_commando_f_rebirthfresh_b/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Gi Guardian", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_300_athena_commando_m_slither_c_ij94b/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Glumbunny", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_312_athena_commando_f_rainbowhat/icon.png", "chapter": "3", "season": "1", "set": null}, {"name": "Golden Archetype", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_modernmilitary_crisp/icon.png", "chapter": "6", "season": "1", "set": "Archetype"}, {"name": "Grill Sergeant", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_184_athena_commando_m_durrburgerworker/icon.png", "chapter": "1", "season": "5", "set": "Durrr Burger"}, {"name": "Grit", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_496_athena_commando_m_survivalspecialist/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Guerrera Colorada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_241_athena_commando_f_grasshopper_c_qgv1i/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Guerrero Colorado", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_236_athena_commando_m_grasshopper_c_47tz8/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Guild", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_398_athena_commando_m_treasurehunterfashion/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Hailstorm", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_672_athena_commando_f_arcticcamo_gray/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Hard Charger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_521_athena_commando_m_tacticalbiker/icon.png", "chapter": "1", "season": "X", "set": "RPM"}, {"name": "Haunt Officer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_908_athena_commando_m_york_d/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Hawk Classic", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_885_athena_commando_m_chonehawk/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Hayseed", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_355_athena_commando_m_farmer/icon.png", "chapter": "1", "season": "8", "set": "Fatal Fielders"}, {"name": "Headhunter Prime", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_890_athena_commando_f_choneheadhunter/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Heavy Hitter Hector", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_408_athena_commando_m_rebirthfresh_c/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Heron Stance Hero", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_307_athena_commando_f_slither_e_cspz8/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Heroína Colorada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_242_athena_commando_f_grasshopper_d_eiq7x/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Highrise Assault Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_078_athena_commando_m_camo/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Holly Jammer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_650_athena_commando_f_holidaypj_b/icon.png", "chapter": "2", "season": "1", "set": "Cozy Command"}, {"name": "Hopscotch", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_054_athena_commando_f_bunnyfashion_c/icon.png", "chapter": "2", "season": "6", "set": "Bunny Power 5"}, {"name": "Huddle Hero", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_952_athena_commando_f_football20referee_zx4ic/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Héroe Colorado", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_237_athena_commando_m_grasshopper_d_5oeik/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Ice Intercept", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_671_athena_commando_f_arcticcamo_dark/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Ice Stalker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_667_athena_commando_m_arcticcamo_dark/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Jack O'Sassin", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_pumpkinskeleton/icon.png", "chapter": "3", "season": "4", "set": "Carving Crew"}, {"name": "Jolly Jammer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_651_athena_commando_f_holidaypj_c/icon.png", "chapter": "2", "season": "1", "set": "Cozy Command"}, {"name": "Jones Unchained", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_431_athena_commando_m_jonesyorange/icon.png", "chapter": "3", "season": "3", "set": "Collision"}, {"name": "Jonesy The First", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_883_athena_commando_m_chonejonesy/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Jonesy the Secondst", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_406_athena_commando_m_rebirthfresh/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Jungle Scout", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_074_athena_commando_f_stripe/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Karateka Jones", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_298_athena_commando_m_slither_ej6db/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Kata Captain", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_303_athena_commando_f_slither_d0yx9/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Keri Commander", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_306_athena_commando_f_slither_d_i6d2o/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "King Flamingo", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_464_athena_commando_m_flamingo/icon.png", "chapter": "1", "season": "9", "set": "Flamingo"}, {"name": "Knockout", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_549_athena_commando_m_yellowcamob/icon.png", "chapter": "1", "season": "X", "set": "Siege Strike"}, {"name": "Kumite Clasher", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_302_athena_commando_m_slither_e_u47bk/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Lada", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_797_athena_commando_f_taco/icon.png", "chapter": "2", "season": "3", "set": "Taco Time"}, {"name": "Liteshow", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_126_athena_commando_m_auroraglow/icon.png", "chapter": "1", "season": "4", "set": "Neon Glow"}, {"name": "Lt. Logo", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_449_athena_commando_m_bannerd/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Major Glory", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_196_athena_commando_f_fncsgreen/icon.png", "chapter": "2", "season": "7", "set": "FNCS"}, {"name": "Manic", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_546_athena_commando_f_tacticalred/icon.png", "chapter": "1", "season": "X", "set": "Onibi"}, {"name": "Maranello Racer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_139_athena_commando_m_foray_sd8aa/icon.png", "chapter": "2", "season": "7", "set": "Ferrari"}, {"name": "Marius", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_095_athena_commando_m_doubleagentgrey/icon.png", "chapter": "2", "season": "6", "set": "Metro Runner"}, {"name": "Marked Marauder", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_445_athena_commando_f_bannerd/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Mat Master", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_304_athena_commando_f_slither_b_mo4vz/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Match Point", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_468_athena_commando_f_tenniswhite/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Megara", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_ladderdoor/icon.png", "chapter": "7", "season": "2", "set": "Disney's Hercules"}, {"name": "Mel", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_325_athena_commando_f_scout/icon.png", "chapter": "3", "season": "1", "set": "Backbeat"}, {"name": "Mercenary Mansu", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_409_athena_commando_m_rebirthfresh_d/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Miss Bunny Penny", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_bunnybr/icon.png", "chapter": "4", "season": "2", "set": null}, {"name": "Modena Icon", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_138_athena_commando_f_foray_yqpb0/icon.png", "chapter": "2", "season": "7", "set": "Ferrari"}, {"name": "Munitions Major", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_354_athena_commando_m_munitionsexpert/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Mysterious Fate", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_darkninjawhite/icon.png", "chapter": "5", "season": "1", "set": "Be the Mystery"}, {"name": "Mystery Zone", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_frostmystery/icon.png", "chapter": "5", "season": "1", "set": "Be the Mystery"}, {"name": "NBA 75 Baller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_348_athena_commando_m_treycozy_e_vh8p6/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Clutch", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_350_athena_commando_f_treycozy_b_8th8c/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Dunk", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_346_athena_commando_m_treycozy_c_7p9hu/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Fit", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_344_athena_commando_m_treycozy_6zk7h/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Flash", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_345_athena_commando_m_treycozy_b_4ep38/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Flex", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_349_athena_commando_f_treycozy_y4d2w/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 High-Flyer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_353_athena_commando_f_treycozy_e_jrl60/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Shot-Caller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_347_athena_commando_m_treycozy_d_okju9/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Slam", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_352_athena_commando_f_treycozy_d_2clr3/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "NBA 75 Swish", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_351_athena_commando_f_treycozy_c_a9q45/icon.png", "chapter": "3", "season": "1", "set": "NBA 75"}, {"name": "Nitelite", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_124_athena_commando_f_auroraglow/icon.png", "chapter": "1", "season": "4", "set": "Neon Glow"}, {"name": "Nog Ops", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_046_athena_commando_f_holidaysweater/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Offense Overseer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_955_athena_commando_f_football20referee_d_ofzil/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Offside Officer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_949_athena_commando_m_football20referee_c_smmey/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Opal", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_casualcherie/icon.png", "chapter": "4", "season": "3", "set": null}, {"name": "Order Remnant", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_061_athena_commando_m_paddedarmororder/icon.png", "chapter": "3", "season": "4", "set": null}, {"name": "Original Renegade", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_886_athena_commando_m_chonerenegade/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "P.K.E. Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_905_athena_commando_m_york/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "PJ Patroller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_649_athena_commando_f_holidaypj/icon.png", "chapter": "2", "season": "1", "set": "Cozy Command"}, {"name": "Par Patroller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_801_athena_commando_f_golfsummer/icon.png", "chapter": "2", "season": "3", "set": "Rough Raiders"}, {"name": "Paranormal Guide", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_909_athena_commando_m_york_e/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Pastel", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_392_athena_commando_f_bountybunny/icon.png", "chapter": "1", "season": "8", "set": "Pastel Patrol"}, {"name": "Patch Patroller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_256_athena_commando_m_pumpkin/icon.png", "chapter": "1", "season": "6", "set": "Pumpkin Patch"}, {"name": "Pathfinder", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_014_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Phantom Commando", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_912_athena_commando_f_york_c/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Plastic Patroller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_435_athena_commando_m_munitionsexpertgreenplastic/icon.png", "chapter": "1", "season": "9", "set": "Toy Soldier"}, {"name": "Prickly Patroller", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_383_athena_commando_f_cacti/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Putt Pursuer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_122_athena_commando_m_golf_d/icon.png", "chapter": "2", "season": "7", "set": "Fearless Fairway"}, {"name": "Quackling", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_744_athena_commando_f_duckhero/icon.png", "chapter": "2", "season": "2", "set": "Quackle Team"}, {"name": "Rainbow Racer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_096_athena_commando_f_taxiupgradedmulticolor/icon.png", "chapter": "2", "season": "6", "set": "Holo-Traffic"}, {"name": "Ramirez Redux", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_402_athena_commando_f_rebirthfresh/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_010_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Recon Champion", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_reconexpert_fncs/icon.png", "chapter": "3", "season": "4", "set": "FNCS"}, {"name": "Recon Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_503_athena_commando_f_tacticalwoodlandfuture/icon.png", "chapter": "1", "season": "X", "set": "Advanced Forces"}, {"name": "Red Jade", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_545_athena_commando_f_sushininja/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Red-nosed Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_311_athena_commando_m_reindeer/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Relay", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_436_athena_commando_m_reconspecialist/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Renegade", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_013_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Replay Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_956_athena_commando_f_football20referee_e_dqtp6/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Rogue Gunner", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_mechpilotsharkvelocity/icon.png", "chapter": "4", "season": "2", "set": "Mech Mercs"}, {"name": "Rogue Navigator", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_mechpilotsharkspeed/icon.png", "chapter": "4", "season": "2", "set": "Mech Mercs"}, {"name": "Rookie Spitfire", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_887_athena_commando_m_chonespitfire/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Runway Racer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_raiderpink_sherbert/icon.png", "chapter": "4", "season": "OG", "set": "Velocity Chic"}, {"name": "SHADOW Enforcer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_706_athena_commando_m_henchmanbad_34lvu/icon.png", "chapter": "2", "season": "7", "set": null}, {"name": "Sagan", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_871_athena_commando_f_streetfashiongarnet/icon.png", "chapter": "2", "season": "4", "set": "City Center"}, {"name": "Sandshark Driver", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_796_athena_commando_f_tank/icon.png", "chapter": "2", "season": "3", "set": "Tank Squadron"}, {"name": "Saura", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_velociteeth/icon.png", "chapter": "4", "season": "OG", "set": "Dino Guard"}, {"name": "Scarlet Commander", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_734_athena_commando_f_bannerred/icon.png", "chapter": "2", "season": "2", "set": "Nightfire"}, {"name": "Scarlet Defender", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_087_athena_commando_f_redsilk/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Scorpion", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_202_athena_commando_f_desertops/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Scout", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_011_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Scuba Crystal", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_131_athena_commando_f_jurassicarchaeologysummer/icon.png", "chapter": "2", "season": "7", "set": "Undercover Summer"}, {"name": "Sgt. Green Clover", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_098_athena_commando_f_stpatty/icon.png", "chapter": "1", "season": "3", "set": "Green Clover"}, {"name": "Sgt. Sigil", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_443_athena_commando_f_bannerb/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Shimmer Specialist", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_763_athena_commando_f_shinyjacket/icon.png", "chapter": "2", "season": "4", "set": "Fab Force"}, {"name": "Shuto Striker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_305_athena_commando_f_slither_c_ue2q9/icon.png", "chapter": "3", "season": "1", "set": "Cobra Kai"}, {"name": "Sideline Commander", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_948_athena_commando_m_football20referee_b_qpxth/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Signature Sniper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_447_athena_commando_m_bannerb/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Sizzle", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_815_athena_commando_f_durrburgerhero/icon.png", "chapter": "2", "season": "3", "set": "Durrr Burger"}, {"name": "Sizzle Sgt.", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_536_athena_commando_f_durrburgerworker/icon.png", "chapter": "1", "season": "X", "set": "Durrr Burger"}, {"name": "Slingshot", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_552_athena_commando_f_taxiupgrade/icon.png", "chapter": "1", "season": "X", "set": "Racer Royale"}, {"name": "Snakepit", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_548_athena_commando_m_yellowcamoa/icon.png", "chapter": "1", "season": "X", "set": "Siege Strike"}, {"name": "Snow Sniper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_670_athena_commando_f_arcticcamo/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Snow Striker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_666_athena_commando_m_arcticcamo/icon.png", "chapter": "2", "season": "1", "set": "Permafrost"}, {"name": "Soldado Colorado", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_235_athena_commando_m_grasshopper_b_rhquy/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Spartan Assassin", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_098_athena_commando_f_spartanfuture/icon.png", "chapter": "2", "season": "6", "set": "Ancient Eternal"}, {"name": "Specter Inspector", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_911_athena_commando_f_york_b/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Spiral Specialist", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_954_athena_commando_f_football20referee_c_naq0g/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Spirit Sniper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_914_athena_commando_f_york_e/icon.png", "chapter": "2", "season": "4", "set": "Ghostbusters"}, {"name": "Star-Spangled Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_158_athena_commando_f_starsandstripes/icon.png", "chapter": "1", "season": "4", "set": "Stars & Stripes"}, {"name": "Star-Spangled Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_157_athena_commando_m_starsandstripes/icon.png", "chapter": "1", "season": "4", "set": "Stars & Stripes"}, {"name": "Stash'd", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_326_athena_commando_m_sharpdresserblack/icon.png", "chapter": "3", "season": "1", "set": "Fashion Forward"}, {"name": "Stella", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_741_athena_commando_f_halloweenbunnyspring/icon.png", "chapter": "2", "season": "2", "set": "Pastel Patrol"}, {"name": "Striped Soldier", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_215_athena_commando_m_footballreferee/icon.png", "chapter": "1", "season": "6", "set": "Gridiron Gang"}, {"name": "Sunburst Dawn", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_180_athena_commando_f_tiedyefashion_e/icon.png", "chapter": "2", "season": "7", "set": "Get Far Out"}, {"name": "Sunflower", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_356_athena_commando_f_farmer/icon.png", "chapter": "1", "season": "8", "set": "Fatal Fielders"}, {"name": "Sureshot", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_522_athena_commando_m_bullseye/icon.png", "chapter": "1", "season": "X", "set": "Bullseye"}, {"name": "Svenja", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_primeorder/icon.png", "chapter": "3", "season": "4", "set": null}, {"name": "Swamp Knight", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_swampknight/icon.png", "chapter": "4", "season": "1", "set": null}, {"name": "Swamp Stalker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_526_athena_commando_f_desertopsswamp/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Swing Sargeant", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_120_athena_commando_m_golf_b/icon.png", "chapter": "2", "season": "7", "set": "Fearless Fairway"}, {"name": "Swirl Girl", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_178_athena_commando_f_tiedyefashion_c/icon.png", "chapter": "2", "season": "7", "set": "Get Far Out"}, {"name": "Symbol Stalwart", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_446_athena_commando_m_bannera/icon.png", "chapter": "1", "season": "9", "set": "Banner Brigade"}, {"name": "Tactics Officer", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_075_athena_commando_f_stripe/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Tango", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_676_athena_commando_m_codsquadhoodie/icon.png", "chapter": "2", "season": "2", "set": "Tactical Fashions"}, {"name": "Taskforce Rio", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_404_athena_commando_f_rebirthfresh_c/icon.png", "chapter": "3", "season": "2", "set": "Recruit Redux"}, {"name": "The Champion", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_106_athena_commando_f_futurepinkgoal/icon.png", "chapter": "2", "season": "6", "set": "FNCS"}, {"name": "Time-Out", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_950_athena_commando_m_football20referee_d_mihme/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Tinseltoes", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_316_athena_commando_f_winterholiday/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Tower Recon Specialist", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_079_athena_commando_f_camo/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Toy Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_440_athena_commando_f_bullseyegreenplastic/icon.png", "chapter": "1", "season": "9", "set": "Toy Soldier"}, {"name": "Tracker", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_009_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Trespasser Defector", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_alien_robot/icon.png", "chapter": "3", "season": "4", "set": null}, {"name": "Trinity Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_933_athena_commando_f_futurepink/icon.png", "chapter": "2", "season": "6", "set": "Diffuse Force"}, {"name": "Trooper", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_012_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Vanguard Banshee", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_888_athena_commando_f_chonebanshee/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Verge", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_321_athena_commando_m_militaryfashion1/icon.png", "chapter": "1", "season": "7", "set": "Modern Mercenary"}, {"name": "Vice", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_551_athena_commando_m_yellowcamod/icon.png", "chapter": "1", "season": "X", "set": "Siege Strike"}, {"name": "Victor Elite", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_271_athena_commando_m_fncs_purple/icon.png", "chapter": "2", "season": "8", "set": "FNCS"}, {"name": "Vintage Ramirez", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_884_athena_commando_f_choneramirez/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Wavy Warrior", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_176_athena_commando_f_tiedyefashion/icon.png", "chapter": "2", "season": "7", "set": "Get Far Out"}, {"name": "Whiplash", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_106_athena_commando_f_taxi/icon.png", "chapter": "1", "season": "3", "set": "Racer Royale"}, {"name": "Whiska", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_052_athena_commando_f_bunnyfashion/icon.png", "chapter": "2", "season": "6", "set": "Bunny Power 5"}, {"name": "Whistle Warrior", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_214_athena_commando_f_footballreferee/icon.png", "chapter": "1", "season": "6", "set": "Gridiron Gang"}, {"name": "Wild Gunner", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_762_athena_commando_m_brightgunnerspy/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "Wildstreak One", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_889_athena_commando_f_chonewildcat/icon.png", "chapter": "2", "season": "4", "set": "Origins"}, {"name": "Windwalker Echo", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_047_athena_commando_f_windwalker/icon.png", "chapter": "2", "season": "7", "set": "Wind Song"}, {"name": "World Warrior", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_478_athena_commando_f_worldcup/icon.png", "chapter": "1", "season": "9", "set": "World Cup 2019"}, {"name": "Yuletide Ranger", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/cid_045_athena_commando_m_holidaysweater/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Ágata", "rarity": "Uncommon", "rarityValue": "uncommon", "color": "#5bcc36", "price": 800, "image": "https://fortnite-api.com/images/cosmetics/br/character_dodgyoven/icon.png", "chapter": "6", "season": "3", "set": "Gata Grappler"}, {"name": "'Mato Marauder", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_448_athena_commando_m_pennantseasone_c/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Absenz", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_296_athena_commando_m_darkpit/icon.png", "chapter": "3", "season": "1", "set": "Voidlander"}, {"name": "Absolute Zero", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_036_athena_commando_m_wintercamo/icon.png", "chapter": "1", "season": "1", "set": "Arctic Command"}, {"name": "Adanna of the Deep", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_steammarauder/icon.png", "chapter": "5", "season": "1", "set": "Darkest Waters"}, {"name": "Adeline", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_825_athena_commando_f_sportsfashion/icon.png", "chapter": "2", "season": "4", "set": "Colorway"}, {"name": "Aerial Assault Trooper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_017_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Aerial Threat", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_146_athena_commando_m_soccerdudec/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Aeronaut", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_518_athena_commando_m_wwii_pilotscifi/icon.png", "chapter": "1", "season": "X", "set": "Sky Stalker"}, {"name": "Agency Ace", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasglare/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Airhead", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_432_athena_commando_m_balloonhead/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Airheart", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_224_athena_commando_f_dieselpunk/icon.png", "chapter": "1", "season": "6", "set": "Aviation Age"}, {"name": "All-Hallow's Steve", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_228_athena_commando_m_disguiseblack/icon.png", "chapter": "2", "season": "8", "set": "Tricks and Treats"}, {"name": "Amplitude", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_170_athena_commando_f_stands_c/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Ani Konda", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_ivycross/icon.png", "chapter": "4", "season": "2", "set": "Hiss Clique"}, {"name": "Anwar", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_paperblaze/icon.png", "chapter": "5", "season": "2", "set": "Radiant Moon"}, {"name": "Arctic Adeline", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sportsfashion_winter/icon.png", "chapter": "4", "season": "1", "set": "Winterfest 2022"}, {"name": "Arctic Assassin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_037_athena_commando_f_wintercamo/icon.png", "chapter": "1", "season": "1", "set": "Arctic Command"}, {"name": "Arctica", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_648_athena_commando_f_msalpine/icon.png", "chapter": "2", "season": "1", "set": "Polar Ace"}, {"name": "Ares", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldaccomplishment/icon.png", "chapter": "5", "season": "2", "set": "Warrior God"}, {"name": "Asmodeus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_427_athena_commando_m_demonhunter/icon.png", "chapter": "1", "season": "9", "set": "Battle Rites"}, {"name": "Athleisure Assassin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_824_athena_commando_f_raiderpink/icon.png", "chapter": "2", "season": "3", "set": "Run The World"}, {"name": "Atlantean Fishstick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_813_athena_commando_m_teriyakiatlantis/icon.png", "chapter": "2", "season": "3", "set": "Fishlantis"}, {"name": "Attenuator", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_166_athena_commando_m_stands_d/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Aubrey", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_democrook/icon.png", "chapter": "5", "season": "2", "set": "Detonator"}, {"name": "Axiom", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_363_athena_commando_m_sciops/icon.png", "chapter": "1", "season": "8", "set": "Third Eye"}, {"name": "Axo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_834_athena_commando_m_axl/icon.png", "chapter": "2", "season": "3", "set": "Axolotl Attack!"}, {"name": "Azuki", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_318_athena_commando_m_kittywarrior/icon.png", "chapter": "3", "season": "1", "set": "Nyanjitsu"}, {"name": "B.R.I.T.E.", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_388_athena_commando_f_lyrical/icon.png", "chapter": "3", "season": "2", "set": "Wu Wear"}, {"name": "Baba Yaga", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_919_athena_commando_f_babayaga/icon.png", "chapter": "2", "season": "4", "set": "Coven Fresh"}, {"name": "Bachii", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_471_athena_commando_f_bani/icon.png", "chapter": "1", "season": "9", "set": "Battle Bun"}, {"name": "Backbone", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_196_athena_commando_m_biker/icon.png", "chapter": "1", "season": "5", "set": "Biker Brigade"}, {"name": "Band Pass", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_169_athena_commando_f_stands_b/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Bandolette", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_353_athena_commando_f_bandolier/icon.png", "chapter": "1", "season": "8", "set": "Tropic Troopers"}, {"name": "Bandwidth", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_021_athena_commando_f_mainframe_e_l34e4/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Barracuda", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_816_athena_commando_f_dirtydocks/icon.png", "chapter": "2", "season": "3", "set": "Saltwater Strike"}, {"name": "Barrett", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_prisonbreak/icon.png", "chapter": "4", "season": "2", "set": "Grizzled Instincts"}, {"name": "Beach Bomber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_460_athena_commando_f_britebombersummer/icon.png", "chapter": "1", "season": "9", "set": "Sunshine And Rainbows"}, {"name": "Beach Brutus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_130_athena_commando_m_henchmansummer/icon.png", "chapter": "2", "season": "7", "set": "Undercover Summer"}, {"name": "Beach Jules", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_127_athena_commando_f_mechanicalengineersummer/icon.png", "chapter": "2", "season": "7", "set": "Undercover Summer"}, {"name": "Belle Berry", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_456_athena_commando_f_fruitcake/icon.png", "chapter": "3", "season": "3", "set": "Jam Junction"}, {"name": "Bendie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_325_athena_commando_m_wavyman/icon.png", "chapter": "1", "season": "7", "set": "Hot Air"}, {"name": "Bigfoot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_463_athena_commando_m_hairy/icon.png", "chapter": "1", "season": "9", "set": "Bigfoot"}, {"name": "Birch", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_talonhime/smallicon.png", "chapter": "4", "season": "4", "set": "Autumnwood Guardian"}, {"name": "Bitstream", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_017_athena_commando_f_mainframe_cyl17/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Biz", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_459_athena_commando_f_zodiac/icon.png", "chapter": "1", "season": "9", "set": "Roughneck"}, {"name": "Blinky", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_984_athena_commando_m_holidaylights/icon.png", "chapter": "2", "season": "5", "set": "Twinkle Team"}, {"name": "Blizzabelle", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_311_athena_commando_f_scholarfestivewinter/icon.png", "chapter": "3", "season": "1", "set": "Oakwitch Academy"}, {"name": "Blizzard Bomber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_421_athena_commando_f_blizzardbomber/icon.png", "chapter": "3", "season": "3", "set": null}, {"name": "Blockade Runner", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_723_athena_commando_f_spytech/icon.png", "chapter": "2", "season": "2", "set": "Spycraft"}, {"name": "Blue Squire", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_032_athena_commando_m_medieval/icon.png", "chapter": "1", "season": "2", "set": "Fort Knights"}, {"name": "Blue Team Leader", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_052_athena_commando_f_psblue/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Boardwalk Ruby", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_135_athena_commando_f_streetfashionsummer/icon.png", "chapter": "2", "season": "7", "set": "Undercover Summer"}, {"name": "Bogstick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_swampfish/icon.png", "chapter": "4", "season": "4", "set": "Muckfish"}, {"name": "Bonejamin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_humanbeing/icon.png", "chapter": "3", "season": "4", "set": "Punk is Dead"}, {"name": "Brainstorm", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_190_athena_commando_m_alienagent/icon.png", "chapter": "2", "season": "7", "set": "Gray Matter"}, {"name": "Bravo Leader", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_490_athena_commando_m_bluebadass/icon.png", "chapter": "1", "season": "X", "set": "Waypoint"}, {"name": "Brawler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_021_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Breacher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticmushroom_b/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Breakpoint", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_429_athena_commando_f_neonlines/icon.png", "chapter": "1", "season": "9", "set": "Waypoint"}, {"name": "Brilliant Bomber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_619_athena_commando_f_techllama/icon.png", "chapter": "2", "season": "1", "set": "Sunshine And Rainbows"}, {"name": "Brilliant Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_092_athena_commando_f_redshirt/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Brite Blaster", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_553_athena_commando_m_brightgunnerremix/icon.png", "chapter": "1", "season": "X", "set": "Sunshine And Rainbows"}, {"name": "Brite Bomber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_044_athena_commando_f_scipop/icon.png", "chapter": "1", "season": "1", "set": "Sunshine And Rainbows"}, {"name": "Brix Barton", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_hydroignite/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Bronto", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_492_athena_commando_m_bronto/icon.png", "chapter": "1", "season": "X", "set": "Dino Guard"}, {"name": "Bryce 3000", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_800_athena_commando_m_robro/icon.png", "chapter": "2", "season": "3", "set": "Brobotics"}, {"name": "Bryne", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_835_athena_commando_f_ladyatlantis/icon.png", "chapter": "2", "season": "3", "set": "Reef Royalty"}, {"name": "Bubble Bomber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_480_athena_commando_f_bubblegum/icon.png", "chapter": "1", "season": "X", "set": "Bubblegum"}, {"name": "Buccaneer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_372_athena_commando_f_pirate01/icon.png", "chapter": "1", "season": "8", "set": "Scallywags"}, {"name": "Budge", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_cosmicsquatter/icon.png", "chapter": "5", "season": "1", "set": "Breaker of Cages"}, {"name": "Bull Shark", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_677_athena_commando_m_sharkattack/icon.png", "chapter": "2", "season": "1", "set": "Fathoms Deep"}, {"name": "Bulma", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_465_athena_commando_f_stamina/icon.png", "chapter": "3", "season": "3", "set": "Dragon Ball"}, {"name": "Bundles", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_627_athena_commando_f_snufflesleader/icon.png", "chapter": "2", "season": "1", "set": "Royale Hearts"}, {"name": "Burial Threat", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_591_athena_commando_m_soccerzombiec/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Bushranger", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_611_athena_commando_m_weepingwoods/icon.png", "chapter": "2", "season": "1", "set": "Woodsy"}, {"name": "Cade", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_188_athena_commando_m_colorblock/icon.png", "chapter": "2", "season": "7", "set": "1337 Fleet"}, {"name": "Callisto", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_426_athena_commando_f_demonhunter/icon.png", "chapter": "1", "season": "9", "set": "Battle Rites"}, {"name": "Camber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverway_b/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Carbon Commando", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_360_athena_commando_m_techopsblue/icon.png", "chapter": "1", "season": "8", "set": null}, {"name": "Catastrophe", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_514_athena_commando_f_toxickitty/icon.png", "chapter": "1", "season": "X", "set": "Hazcat"}, {"name": "Catwoman Zero", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_094_athena_commando_f_cavern_33lmc/icon.png", "chapter": "2", "season": "6", "set": "Batman: Zero Point"}, {"name": "Celeste", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_117_athena_commando_f_rockstar/icon.png", "chapter": "2", "season": "7", "set": "Star Skirmish"}, {"name": "Centurion", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_035_athena_commando_m_lionsoldier/icon.png", "chapter": "2", "season": "6", "set": "Hazard Platoon"}, {"name": "Champion Drake", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_mallardvantagefncs/icon.png", "chapter": "2", "season": "Remix", "set": "FNCS"}, {"name": "Champion PJ", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_waywardrebelfncs/icon.png", "chapter": "6", "season": "2", "set": "FNCS"}, {"name": "Chance", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_720_athena_commando_f_streetfashionemerald/icon.png", "chapter": "2", "season": "2", "set": "Spring Spirit"}, {"name": "Charon", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_coppertoll/icon.png", "chapter": "5", "season": "2", "set": "Stygian Boatman"}, {"name": "Chase", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_blueglaze/icon.png", "chapter": "4", "season": "1", "set": "SlipStream United"}, {"name": "Chiara", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_097_athena_commando_f_wastelandwarrior/icon.png", "chapter": "2", "season": "6", "set": "Burning Highway"}, {"name": "Chicane", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverage_e/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Chigusa", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_048_athena_commando_f_sailorsquadleader/icon.png", "chapter": "2", "season": "6", "set": "//R.E.M.Wakers//"}, {"name": "Chopper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_197_athena_commando_f_biker/icon.png", "chapter": "1", "season": "5", "set": "Biker Brigade"}, {"name": "Chord Kahele", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_wonderclef/icon.png", "chapter": "5", "season": "1", "set": null}, {"name": "Chrome Punk", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pumpkinpunk_glitch/icon.png", "chapter": "3", "season": "4", "set": "Carving Corps"}, {"name": "Chromium", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_123_athena_commando_f_metal/icon.png", "chapter": "1", "season": "4", "set": "Solid Steel"}, {"name": "Cipher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_110_athena_commando_f_circuitbreaker/icon.png", "chapter": "1", "season": "3", "set": "Overclocked"}, {"name": "Circuit", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverage_b/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Circuit Breaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_042_athena_commando_m_cyberpunk/icon.png", "chapter": "1", "season": "1", "set": "Overclocked"}, {"name": "Clara", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_balletassassin/icon.png", "chapter": "5", "season": "2", "set": "Perfect Execution"}, {"name": "Clinical Crosser", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_151_athena_commando_f_soccergirld/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Clip", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_roseform/icon.png", "chapter": "4", "season": "2", "set": "Full Clip"}, {"name": "Cloudbreaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_291_athena_commando_m_dieselpunk02/icon.png", "chapter": "1", "season": "7", "set": "Aviation Age"}, {"name": "Cobb", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_959_athena_commando_m_corny/icon.png", "chapter": "2", "season": "4", "set": "Kernel Commando"}, {"name": "Codename E.L.F.", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_051_athena_commando_m_holidayelf/icon.png", "chapter": "1", "season": "1", "set": "Polar Legends"}, {"name": "Colby", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_nox/icon.png", "chapter": "3", "season": "4", "set": "Fully Realized"}, {"name": "Combat Tech Jules", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_mechanicalengineerrev/icon.png", "chapter": "4", "season": "2", "set": "Intrepid Engines"}, {"name": "Comet", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_brightion/icon.png", "chapter": "5", "season": "1", "set": "Neutron Repair"}, {"name": "Comfy Chomps", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_804_athena_commando_m_sharksuit/icon.png", "chapter": "2", "season": "3", "set": "Feeding Frenzy"}, {"name": "Commandline", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_018_athena_commando_f_mainframe_b_t6gy4/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Contract Giller", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_722_athena_commando_m_teriyakifishassassin/icon.png", "chapter": "2", "season": "2", "set": "Bassassin"}, {"name": "Convergence Captain", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasshade_d/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Core Knight Talus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_birufang/icon.png", "chapter": "4", "season": "3", "set": "Kinetic Knight"}, {"name": "Countess Daraku", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_ichorincisor/smallicon.png", "chapter": "4", "season": "4", "set": "Starfang"}, {"name": "Cozy Chomps", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_803_athena_commando_f_sharksuit/icon.png", "chapter": "2", "season": "3", "set": "Feeding Frenzy"}, {"name": "Craggy Champion", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasglare_d/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Crossheart", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_bonemarrow/icon.png", "chapter": "4", "season": "2", "set": "Amano's Heart"}, {"name": "Crypt Crosser", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_596_athena_commando_f_soccerzombied/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Cryptic", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_413_athena_commando_m_streetdemon/icon.png", "chapter": "1", "season": "9", "set": "Cryptic"}, {"name": "Cuddle King", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_011_athena_commando_m_streetcuddles/icon.png", "chapter": "2", "season": "5", "set": "Be Mine"}, {"name": "Curdle Scream Leader", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_213_athena_commando_m_crittercuddle/icon.png", "chapter": "2", "season": "8", "set": "Fortnite's Monster"}, {"name": "Curious", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_felinewarrior/icon.png", "chapter": "5", "season": "2", "set": "Curious Pathwalker"}, {"name": "Cutiepie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_646_athena_commando_f_elfattack/icon.png", "chapter": "2", "season": "1", "set": "Nightmare Yule"}, {"name": "Cypher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_012_athena_commando_m_mainframe_v7q8r/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Cyprus Nell", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_032_athena_commando_m_spacewarrior/icon.png", "chapter": "2", "season": "5", "set": "Galactic Rangers"}, {"name": "D'Ark", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_194_athena_commando_f_angeldark/icon.png", "chapter": "2", "season": "8", "set": "Fallen Light"}, {"name": "D'ugh", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_090_athena_commando_m_caveman/icon.png", "chapter": "2", "season": "6", "set": "Cave, Man."}, {"name": "Danger Zone", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_542_athena_commando_f_carbidefrostmystery/icon.png", "chapter": "1", "season": "X", "set": "Zone Wars"}, {"name": "Dare", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_457_athena_commando_f_spacegirl/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Dark Jonesy", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_513_athena_commando_m_cubepaintjonesy/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Dark Rex", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_581_athena_commando_m_darkdino/icon.png", "chapter": "2", "season": "1", "set": "Dino Guard"}, {"name": "Dark Tricera Ops", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_582_athena_commando_f_darkdino/icon.png", "chapter": "2", "season": "1", "set": "Dino Guard"}, {"name": "Datapath", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_015_athena_commando_m_mainframe_d_s625d/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Dazzle", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_076_athena_commando_f_sup/icon.png", "chapter": "1", "season": "2", "set": "Hyper"}, {"name": "Deadlock", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_689_athena_commando_m_spytechhacker/icon.png", "chapter": "2", "season": "2", "set": "Crypto Collective"}, {"name": "Decaying Dribbler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_593_athena_commando_f_soccerzombiea/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Demogorgon", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_466_athena_commando_m_weirdobjectscreature/icon.png", "chapter": "1", "season": "9", "set": "Stranger Things"}, {"name": "Depth Dealer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_622_athena_commando_m_bulletblue/icon.png", "chapter": "2", "season": "1", "set": "Open Water"}, {"name": "Desdemona", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_466_athena_commando_f_chaos/icon.png", "chapter": "3", "season": "3", "set": "Darkest Circles"}, {"name": "Designer Tsuki", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_fauxvenom/icon.png", "chapter": "4", "season": "3", "set": "Kata Tech"}, {"name": "Desperado", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_026_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Diamond Diva", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_936_athena_commando_f_raidersilver/icon.png", "chapter": "2", "season": "5", "set": "Encrusted"}, {"name": "Diamond Hanz", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_060_athena_commando_m_daytrader_8mro2/icon.png", "chapter": "2", "season": "6", "set": "To The Moon"}, {"name": "Diecast", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_122_athena_commando_m_metal/icon.png", "chapter": "1", "season": "4", "set": "Solid Steel"}, {"name": "Disco Diva", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_312_athena_commando_f_funkops/icon.png", "chapter": "1", "season": "7", "set": "Fortnite Fever"}, {"name": "Disco Tek Manic", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticalred_disco/icon.png", "chapter": "5", "season": "2", "set": "Shimmering Onibi"}, {"name": "Dizzie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_099_athena_commando_f_shrapnel/icon.png", "chapter": "2", "season": "6", "set": "Dizzie's Domain"}, {"name": "Dolph", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_641_athena_commando_m_sweaterweather/icon.png", "chapter": "2", "season": "1", "set": "Winter Wonderland"}, {"name": "Doublecross", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_456_athena_commando_f_sarong/icon.png", "chapter": "1", "season": "9", "set": "Red Lily"}, {"name": "Downforce", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverage_d/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Dozer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_930_athena_commando_m_nauticalpajamas_d/icon.png", "chapter": "2", "season": "4", "set": "Bedhead Brigade"}, {"name": "Dream", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_395_athena_commando_f_shatterfly/icon.png", "chapter": "1", "season": "8", "set": "Broken Light"}, {"name": "Drosera", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pirouetteweld/smallicon.png", "chapter": "4", "season": "4", "set": "Cobra Lily"}, {"name": "Dummy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_795_athena_commando_m_dummeez/icon.png", "chapter": "2", "season": "3", "set": "Dummy Brigade"}, {"name": "Dusty Daredevil", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_442_athena_commando_f_pennantseasone_b/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Dutch", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_051_athena_commando_m_hiphare/icon.png", "chapter": "2", "season": "6", "set": "Dapper Rabbit"}, {"name": "Dynamic Dribbler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_148_athena_commando_f_soccergirla/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Dynamic Hush", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_noiseless/icon.png", "chapter": "5", "season": "2", "set": "Silence is Golden"}, {"name": "Dynamo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_170_athena_commando_f_luchador/icon.png", "chapter": "1", "season": "5", "set": "Lucha"}, {"name": "Echo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_715_athena_commando_f_twindark/icon.png", "chapter": "2", "season": "2", "set": "Twin Echo"}, {"name": "El Chapulín Colorado", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_233_athena_commando_m_grasshopper_5gtt3/icon.png", "chapter": "2", "season": "8", "set": "El Chapulín Colorado"}, {"name": "Elite Striker Sephira", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_camerashake/icon.png", "chapter": "4", "season": "3", "set": "Fortnite Football Club"}, {"name": "Endless Ned", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_looper/icon.png", "chapter": "4", "season": "1", "set": "Ned the Eternal"}, {"name": "Envision", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_754_athena_commando_f_raveninja/icon.png", "chapter": "2", "season": "2", "set": "Neo Ninja"}, {"name": "Eternal Wanderer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_419_athena_commando_f_eternalvanguard/icon.png", "chapter": "3", "season": "2", "set": "Space Explorers"}, {"name": "Etheria", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_091_athena_commando_f_darkelf/icon.png", "chapter": "2", "season": "6", "set": "Fallen Oasis"}, {"name": "FFC Chloe Kim", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_redoasisapricot/icon.png", "chapter": "3", "season": "4", "set": "Fortnite Football Club"}, {"name": "FFC LeBron James", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_redoasisjackfruit/icon.png", "chapter": "3", "season": "4", "set": "Fortnite Football Club"}, {"name": "FFC Neymar Jr", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_redoasisgooseberry/icon.png", "chapter": "3", "season": "4", "set": "Fortnite Football Club"}, {"name": "FFC Sparkplug", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_redoasispomegranate/icon.png", "chapter": "3", "season": "4", "set": "Fortnite Football Club"}, {"name": "FFC TheGrefg", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_redoasisblackberry/icon.png", "chapter": "3", "season": "4", "set": "Fortnite Football Club"}, {"name": "Fa-La-La-La-Fishstick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_968_athena_commando_m_teriyakifishelf/icon.png", "chapter": "2", "season": "5", "set": "Elf-Fish"}, {"name": "Facet", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_481_athena_commando_f_geode/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Fanatic", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_768_athena_commando_f_hardcoresportz/icon.png", "chapter": "2", "season": "6", "set": "Team Spirit"}, {"name": "Farmer Steel", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_714_athena_commando_m_anarchyacresfarmer/icon.png", "chapter": "2", "season": "2", "set": "Farm Stand"}, {"name": "Fastball", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_381_athena_commando_f_baseballkitbash/icon.png", "chapter": "1", "season": "8", "set": "Three Strikes"}, {"name": "Fatal Finisher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_595_athena_commando_f_soccerzombiec/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Fearless Flusher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_446_athena_commando_m_pennantseasone/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Fennix", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_504_athena_commando_m_lopex/icon.png", "chapter": "1", "season": "X", "set": "Fur Force"}, {"name": "Festival Phaedra", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_melodyurchin/icon.png", "chapter": "4", "season": "4", "set": "Rave Nautilus"}, {"name": "Finesse Finisher", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_150_athena_commando_f_soccergirlc/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Firelock", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticmushroom_e/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Firewalker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_336_athena_commando_m_dragonmask/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Firewall", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_013_athena_commando_m_mainframe_b_70z5m/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "First strike Specialist", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_025_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Fishstick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_315_athena_commando_m_teriyakifish/icon.png", "chapter": "1", "season": "7", "set": "Fish Food"}, {"name": "Fixer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_101_athena_commando_m_tacticalwoodlandblue/icon.png", "chapter": "2", "season": "6", "set": "Advanced Forces"}, {"name": "Flashbang", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tactickale_c/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Flatfoot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_655_athena_commando_f_barefoot/icon.png", "chapter": "2", "season": "1", "set": "Cold Case"}, {"name": "Flutter", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_450_athena_commando_f_butterfly/icon.png", "chapter": "1", "season": "9", "set": "Chrysalis Crew"}, {"name": "Focus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_452_athena_commando_f_cyberfu/icon.png", "chapter": "1", "season": "9", "set": "Focal Point"}, {"name": "Folly", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_amour/icon.png", "chapter": "4", "season": "1", "set": "Court of Love"}, {"name": "Fortune", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_172_athena_commando_f_sharpdresser/icon.png", "chapter": "1", "season": "5", "set": "Sharp Style"}, {"name": "Frankenstein's Bride", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_232_athena_commando_f_critterstreak_yilhr/icon.png", "chapter": "2", "season": "8", "set": "Universal Monsters"}, {"name": "Frankenstein's Monster", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_214_athena_commando_m_critterfrenzy_ydm1l/icon.png", "chapter": "2", "season": "8", "set": "Universal Monsters"}, {"name": "Frenzied Fighter", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasshade_e/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Frigid Foregoer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_315_athena_commando_m_nightcapsule_b31l1/icon.png", "chapter": "3", "season": "1", "set": "Arctic Renegades"}, {"name": "Frontier", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_498_athena_commando_m_wildwest/icon.png", "chapter": "1", "season": "X", "set": "Western Wilds"}, {"name": "Frost Squad", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_972_athena_commando_f_arcticcamowoods/icon.png", "chapter": "2", "season": "5", "set": "Frosty Forest"}, {"name": "Frosted Flurry", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_654_athena_commando_f_giftwrap/icon.png", "chapter": "2", "season": "1", "set": null}, {"name": "GHOST Beach Brawler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_779_athena_commando_m_henchmangoodshorts/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Game Knight", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_207_athena_commando_m_textileknight_9te8l/icon.png", "chapter": "2", "season": "8", "set": "Balenciaga Fit"}, {"name": "Gan", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_681_athena_commando_m_martialartist/icon.png", "chapter": "2", "season": "1", "set": "Wise Warrior"}, {"name": "Gingerbread Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_970_athena_commando_f_renegaderaiderholiday/icon.png", "chapter": "2", "season": "5", "set": "Gingerbread Brigade"}, {"name": "Gold Blooded Ace", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_heistsleek/icon.png", "chapter": "4", "season": "1", "set": "Getaway Gang"}, {"name": "Goldie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_759_athena_commando_f_rapvillainess/icon.png", "chapter": "2", "season": "2", "set": "At Large"}, {"name": "Graveheart", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_virtuous/icon.png", "chapter": "4", "season": "1", "set": "Memento Mori"}, {"name": "Grimbles", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_304_athena_commando_m_gnome/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Grisabelle", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_224_athena_commando_f_scholarghoul/icon.png", "chapter": "2", "season": "8", "set": "Oakwitch Academy"}, {"name": "Guaco", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_538_athena_commando_m_taco/icon.png", "chapter": "1", "season": "X", "set": "The Leftovers"}, {"name": "Guardian Lin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_fiercebraid/icon.png", "chapter": "5", "season": "1", "set": "Year of the Dragon"}, {"name": "Guerilla", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tactickale_d/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Guernsey", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_118_athena_commando_m_jonesycattle/icon.png", "chapter": "2", "season": "7", "set": "Udderly Invincible"}, {"name": "Guff", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_752_athena_commando_m_comet/icon.png", "chapter": "2", "season": "2", "set": "Mythical Might"}, {"name": "Guff Gringle", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_cometwinter/icon.png", "chapter": "4", "season": "1", "set": "Winterfest 2022"}, {"name": "Gummy Fishstick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_226_athena_commando_m_sweetteriyakired/icon.png", "chapter": "2", "season": "8", "set": "Delicious Fishes"}, {"name": "Hael", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_chaoslightning/icon.png", "chapter": "5", "season": "2", "set": "Turbulent Sky"}, {"name": "Halley", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_360_athena_commando_f_leatherjacketpurple/icon.png", "chapter": "3", "season": "1", "set": "Barbed Troublemaker"}, {"name": "Hangfire", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticmushroom_d/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Harmonizer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_171_athena_commando_f_stands_d/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Harpy Haze", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_fabulouswind/icon.png", "chapter": "5", "season": "2", "set": "Shrieking Star"}, {"name": "Haxsaur", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_fossilmech/smallicon.png", "chapter": "4", "season": "3", "set": "Extinction Code"}, {"name": "Haze", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_586_athena_commando_f_punkdevil/icon.png", "chapter": "2", "season": "1", "set": "Midnight Star"}, {"name": "Headlock", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_900_athena_commando_m_famine/icon.png", "chapter": "2", "season": "4", "set": "Vicious Vault"}, {"name": "Heart-Stopper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_957_athena_commando_f_ponytail/icon.png", "chapter": "2", "season": "4", "set": "Heart-Stopper"}, {"name": "Heartbreaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_345_athena_commando_m_lovellama/icon.png", "chapter": "1", "season": "7", "set": "Royale Hearts"}, {"name": "Heist", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_462_athena_commando_m_heistsummer/icon.png", "chapter": "1", "season": "9", "set": "Getaway Gang"}, {"name": "Hi-Hat", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_163_athena_commando_m_stands/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Holiday Boxy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_cardboardcrew_holiday/icon.png", "chapter": "5", "season": "1", "set": "Special Delivery"}, {"name": "Holly Hero", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasglare_b/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Holly Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_974_athena_commando_f_streetfashionholiday/icon.png", "chapter": "2", "season": "5", "set": "Cold Snap"}, {"name": "Hopper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_391_athena_commando_m_hoppityheist/icon.png", "chapter": "1", "season": "8", "set": "Hoppity Heist"}, {"name": "Hot Zone", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_501_athena_commando_m_frostmystery/icon.png", "chapter": "1", "season": "X", "set": "Zone Wars"}, {"name": "Hugo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_712_athena_commando_m_spy/icon.png", "chapter": "2", "season": "2", "set": "Espionage"}, {"name": "Huntmaster Saber", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_masterkeyorder/icon.png", "chapter": "3", "season": "4", "set": "Gilded Hunter"}, {"name": "Hush", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_616_athena_commando_f_cavalrybandit/icon.png", "chapter": "2", "season": "1", "set": "Silent Stalkers"}, {"name": "Hyperion", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_077_athena_commando_m_sup/icon.png", "chapter": "1", "season": "2", "set": "Hyper"}, {"name": "Hypernova", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_357_athena_commando_m_orangecamo/icon.png", "chapter": "1", "season": "8", "set": "Tech Ops"}, {"name": "Impact", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticmushroom/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Infiltrator", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_019_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Innovator Slone", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_innovatorsand/icon.png", "chapter": "4", "season": "3", "set": "Slone, Un-Redacted"}, {"name": "Insight", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_276_athena_commando_f_sniperhood/icon.png", "chapter": "1", "season": "6", "set": "Ranged Recon"}, {"name": "Instinct", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_260_athena_commando_f_streetops/icon.png", "chapter": "1", "season": "6", "set": "Counterattack"}, {"name": "Io", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_020_athena_commando_f_mainframe_d_zhvem/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Ione", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_209_athena_commando_f_werewolf/icon.png", "chapter": "2", "season": "8", "set": "Wolfsbane"}, {"name": "Iris", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_674_athena_commando_f_hoodiebandit/icon.png", "chapter": "2", "season": "2", "set": "Vivid Vision"}, {"name": "Jade Racer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_684_athena_commando_f_dragonracer/icon.png", "chapter": "2", "season": "1", "set": "Ancients Reborn"}, {"name": "Jawbreaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_583_athena_commando_f_noshhunter/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Jellie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_664_athena_commando_m_gummi/icon.png", "chapter": "2", "season": "1", "set": "Fish Food"}, {"name": "Jett", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_220_athena_commando_f_pinkemo/icon.png", "chapter": "2", "season": "8", "set": "Pink 'n Punk"}, {"name": "Journey vs Hazard", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_565_athena_commando_f_rockclimber/icon.png", "chapter": "2", "season": "1", "set": "Ascension"}, {"name": "Joy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_192_athena_commando_f_suspenders/icon.png", "chapter": "2", "season": "7", "set": "Free Skate"}, {"name": "Jumpshot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_136_athena_commando_m_streetbasketball/icon.png", "chapter": "1", "season": "4", "set": "Half Court"}, {"name": "Jun-Hwan", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_bluejet/icon.png", "chapter": "3", "season": "4", "set": "Blue Phoenix"}, {"name": "KAWS Skeleton", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_223_athena_commando_m_glitz_mj5wq/icon.png", "chapter": "2", "season": "8", "set": "KAWS"}, {"name": "KAWSPEELY", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_437_athena_commando_m_chiselmashup/icon.png", "chapter": "3", "season": "3", "set": "KAWS"}, {"name": "Kalia", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_823_athena_commando_f_islander/icon.png", "chapter": "2", "season": "3", "set": "Island Warrior"}, {"name": "Karve", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_979_athena_commando_m_snowboarder/icon.png", "chapter": "2", "season": "5", "set": "Fresh Powder"}, {"name": "Kavel", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_novelguard/icon.png", "chapter": "5", "season": "1", "set": "En Garde"}, {"name": "Kernel Poppy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_254_athena_commando_m_butterjack/icon.png", "chapter": "2", "season": "8", "set": "Multiplex"}, {"name": "Kickdown", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverage_c/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Killian", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_strontiumspark/icon.png", "chapter": "5", "season": "1", "set": "Society Operator"}, {"name": "Kimiko Five-Tails", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunbeamquest/icon.png", "chapter": "4", "season": "3", "set": "Protective Zenko"}, {"name": "King Krab", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_826_athena_commando_m_floatillacaptain/icon.png", "chapter": "2", "season": "3", "set": "Surf & Turf"}, {"name": "Komplex", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_665_athena_commando_f_neongraffiti/icon.png", "chapter": "2", "season": "1", "set": "Aerosol Assassins"}, {"name": "Krisabelle", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_310_athena_commando_f_scholarfestive/icon.png", "chapter": "3", "season": "1", "set": "Oakwitch Academy"}, {"name": "Kyra", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_806_athena_commando_f_greenjacket/icon.png", "chapter": "2", "season": "4", "set": "Impact"}, {"name": "Laguna", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_367_athena_commando_f_tropical/icon.png", "chapter": "1", "season": "8", "set": "Beach Battalion"}, {"name": "Lars", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_186_athena_commando_m_lars/icon.png", "chapter": "2", "season": "7", "set": "Steel Wool"}, {"name": "Leelah", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_359_athena_commando_f_bunnypurple/icon.png", "chapter": "3", "season": "1", "set": "Luckypaw"}, {"name": "Limelight", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_525_athena_commando_f_lemonlime/icon.png", "chapter": "1", "season": "X", "set": "Citron"}, {"name": "Lina Scorch", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_retrowheels/icon.png", "chapter": "5", "season": "1", "set": "Blazin' Wheels"}, {"name": "Lok-Bot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_102_athena_commando_m_assemblel/icon.png", "chapter": "2", "season": "7", "set": "Lok-Bot"}, {"name": "Longshot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_275_athena_commando_m_sniperhood/icon.png", "chapter": "1", "season": "6", "set": "Ranged Recon"}, {"name": "Lovely", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_022_athena_commando_f_crush/icon.png", "chapter": "2", "season": "5", "set": "Be Mine"}, {"name": "Lucien West", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sparrow/icon.png", "chapter": "4", "season": "1", "set": "Let's Hunt Vampires"}, {"name": "Lucky Leader", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_445_athena_commando_f_pennantseasone_e/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Lumi Jellie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_gelatingummi/icon.png", "chapter": "4", "season": "1", "set": "Bioluminescence"}, {"name": "Machinist Mina", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_973_athena_commando_f_mechstructor/icon.png", "chapter": "2", "season": "5", "set": null}, {"name": "Major Mancake", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_412_athena_commando_m_flappygreen/icon.png", "chapter": "3", "season": "3", "set": "Flap Jax"}, {"name": "Maki Master", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_271_athena_commando_f_sushichef/icon.png", "chapter": "1", "season": "6", "set": "Sushi"}, {"name": "Marino", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_366_athena_commando_m_tropical/icon.png", "chapter": "1", "season": "8", "set": "Beach Battalion"}, {"name": "Marshal", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverway_e/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Masked Fury", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_169_athena_commando_m_luchador/icon.png", "chapter": "1", "season": "5", "set": "Lucha"}, {"name": "Matius", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_speedkidd/icon.png", "chapter": "5", "season": "2", "set": "Rocket Racing"}, {"name": "Maven", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_297_athena_commando_f_math/icon.png", "chapter": "1", "season": "7", "set": "Calculator Crew"}, {"name": "Maximilian", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_223_athena_commando_m_dieselpunk/icon.png", "chapter": "1", "season": "6", "set": "Aviation Age"}, {"name": "Mayhem", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_263_athena_commando_f_madcommander/icon.png", "chapter": "1", "season": "6", "set": "Wasteland Warriors"}, {"name": "Mazy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_476_athena_commando_f_neonjam/icon.png", "chapter": "3", "season": "3", "set": "Prismatic Pride"}, {"name": "Mecha Team Shadow", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_827_athena_commando_m_multibotstealth/icon.png", "chapter": "2", "season": "4", "set": "Shadow Strike"}, {"name": "Mecha-Pop", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_366_athena_commando_m_assemblep/icon.png", "chapter": "3", "season": "2", "set": "Round-Bot"}, {"name": "Medley", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_455_athena_commando_f_summerstride/icon.png", "chapter": "3", "season": "3", "set": "Surf Watch"}, {"name": "Megg", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_058_athena_commando_f_wickedduck/icon.png", "chapter": "2", "season": "6", "set": "Danger Dux"}, {"name": "Megumi", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_049_athena_commando_f_sailorsquadrebel/icon.png", "chapter": "2", "season": "6", "set": "//R.E.M.Wakers//"}, {"name": "Melodie Mars", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_wonderhill/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "Melody Maverick", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_168_athena_commando_f_stands/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Metal Mouth", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_626_athena_commando_m_pinktrooper/icon.png", "chapter": "2", "season": "1", "set": "Metal Masq"}, {"name": "Metal Team Leader", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_781_athena_commando_f_fuzzybearteddy/icon.png", "chapter": "2", "season": "3", "set": "Royale Hearts"}, {"name": "Mezmer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_358_athena_commando_m_aztec/icon.png", "chapter": "1", "season": "8", "set": "Sun Soldiers"}, {"name": "Midfield Maestro", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_145_athena_commando_m_soccerdudeb/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Midfield Monstrosity", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_590_athena_commando_m_soccerzombieb/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Midnight Ops", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_101_athena_commando_m_stealth/icon.png", "chapter": "1", "season": "3", "set": "Stealth Syndicate"}, {"name": "Mika", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_476_athena_commando_f_futurebiker/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Min-joon", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_414_athena_commando_m_modninja/icon.png", "chapter": "3", "season": "2", "set": "Rogue Alias"}, {"name": "Mina Park", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pinkjet/icon.png", "chapter": "3", "season": "4", "set": "Metalcore Mina"}, {"name": "Misty Mercenary", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasshade/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Moniker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_171_athena_commando_m_sharpdresser/icon.png", "chapter": "1", "season": "5", "set": "Sharp Style"}, {"name": "Monks", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_658_athena_commando_f_toymonkey/icon.png", "chapter": "2", "season": "1", "set": "Sock 'em"}, {"name": "Moxie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_532_athena_commando_f_punchy/icon.png", "chapter": "1", "season": "X", "set": "TKO"}, {"name": "Mr. Dappermint", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_978_athena_commando_m_fancycandy/icon.png", "chapter": "2", "season": "5", "set": "Dandy Cane"}, {"name": "Munitions Expert", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_023_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Mystify", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_697_athena_commando_f_graffitifuture/icon.png", "chapter": "2", "season": "2", "set": "Cryptic"}, {"name": "Nalia", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_314_athena_commando_f_nightcapsule_tak2p/icon.png", "chapter": "3", "season": "1", "set": "Arctic Renegades"}, {"name": "Nap Cap'n", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_928_athena_commando_m_nauticalpajamas_b/icon.png", "chapter": "2", "season": "4", "set": "Bedhead Brigade"}, {"name": "Nia", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_473_athena_commando_f_fog/icon.png", "chapter": "3", "season": "3", "set": "Crossmark Operative"}, {"name": "Nite Gunner", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_782_athena_commando_m_brightgunnereclipse/icon.png", "chapter": "2", "season": "4", "set": "Lightning & Thunderstorms"}, {"name": "Noorah", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_paperglow/icon.png", "chapter": "5", "season": "2", "set": "Radiant Moon"}, {"name": "Oleander", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_hornettavine/smallicon.png", "chapter": "4", "season": "3", "set": "Underworld Operative"}, {"name": "Orin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_994_athena_commando_m_lexa/icon.png", "chapter": "2", "season": "5", "set": "Y-Labs Rescue"}, {"name": "Outcast", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_578_athena_commando_f_fisherman/icon.png", "chapter": "2", "season": "1", "set": "Open Water"}, {"name": "PJ", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_waywardrebel/icon.png", "chapter": "5", "season": "1", "set": "Tapedeck Thrasher"}, {"name": "PJ Pepperoni", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_482_athena_commando_f_pizzapit/icon.png", "chapter": "1", "season": "X", "set": "Pizza Pit"}, {"name": "Packet", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_016_athena_commando_m_mainframe_e_kpzjl/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Panther", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_398_athena_commando_f_neoncatspeed/icon.png", "chapter": "3", "season": "2", "set": "Operation Black Tabby"}, {"name": "Party Trooper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_920_athena_commando_m_partytrooper/icon.png", "chapter": "2", "season": "4", "set": "Skulltimate"}, {"name": "Patch", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_901_athena_commando_f_pumpkinspice/icon.png", "chapter": "2", "season": "4", "set": "Carving Crew"}, {"name": "Paxton Price", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_dapperpunch/smallicon.png", "chapter": "4", "season": "4", "set": "Honor's Emissary"}, {"name": "Payback", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_524_athena_commando_f_futurebikerwhite/icon.png", "chapter": "1", "season": "X", "set": "RPM"}, {"name": "Penny", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_719_athena_commando_f_blonde/icon.png", "chapter": "2", "season": "3", "set": "Constructor Crew"}, {"name": "Pepper Thorne", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_152_athena_commando_f_musician/icon.png", "chapter": "2", "season": "7", "set": "Opening Act"}, {"name": "Phantom Meowscles", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_ectocat/icon.png", "chapter": "4", "season": "4", "set": "Meownstrosity"}, {"name": "Pillar", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_451_athena_commando_m_caterpillar/icon.png", "chapter": "1", "season": "9", "set": "Chrysalis Crew"}, {"name": "Pincera", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_lucidazalea/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Pinkie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_698_athena_commando_m_cuteduo/icon.png", "chapter": "2", "season": "1", "set": "Wild Hearts"}, {"name": "Pitstop", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_828_athena_commando_f_valet/icon.png", "chapter": "2", "season": "4", "set": "Road Crew"}, {"name": "Pleasant Patroller", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_449_athena_commando_m_pennantseasone_d/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Point Patroller", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_711_athena_commando_m_longshorts/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "Poised Playmaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_149_athena_commando_f_soccergirlb/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Pop Prodigy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_172_athena_commando_f_stands_e/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Potassius Peels", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_045_athena_commando_m_bananaleader/icon.png", "chapter": "2", "season": "6", "set": "The Ides of Bunch"}, {"name": "Powerhouse", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_932_athena_commando_m_shockwave/icon.png", "chapter": "2", "season": "4", "set": null}, {"name": "Powertrain", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverway_d/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Princess Felicity Fish", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_872_athena_commando_f_teriyakifishprincess/icon.png", "chapter": "2", "season": "6", "set": "Fishy Kingdom"}, {"name": "Prodigy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_296_athena_commando_m_math/icon.png", "chapter": "1", "season": "7", "set": "Calculator Crew"}, {"name": "Proxy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_014_athena_commando_m_mainframe_c_yvdol/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Psion", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_364_athena_commando_f_sciops/icon.png", "chapter": "1", "season": "8", "set": "Third Eye"}, {"name": "Putrid Playmaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_594_athena_commando_f_soccerzombieb/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Queen of Hearts", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_339_athena_commando_f_lovequeen/icon.png", "chapter": "3", "season": "1", "set": "Royale Flush"}, {"name": "REM Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_927_athena_commando_m_nauticalpajamas/icon.png", "chapter": "2", "season": "4", "set": "Bedhead Brigade"}, {"name": "RPM", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverway_c/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Radiant Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_091_athena_commando_m_redshirt/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Rally Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_775_athena_commando_f_streetracercobragold/icon.png", "chapter": "2", "season": "3", "set": "Hard Road"}, {"name": "Raptorian The Brave", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_079_athena_commando_m_raptorknight/icon.png", "chapter": "2", "season": "6", "set": "Honor Bound"}, {"name": "Ravina", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_903_athena_commando_f_frankie/icon.png", "chapter": "2", "season": "4", "set": "Raveyard"}, {"name": "Razor", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_604_athena_commando_f_razor/icon.png", "chapter": "2", "season": "4", "set": "Battle Breakers"}, {"name": "Razor Rae", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_firework/icon.png", "chapter": "4", "season": "3", "set": "Rally Rocketeer"}, {"name": "Recline Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_450_athena_commando_m_pennantseasone_e/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Recon Expert", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_022_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Recon Scout", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_018_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Recon Specialist", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_024_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Red-Nosed Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_047_athena_commando_f_holidayreindeer/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Redcap", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_shiitakeshaolin_rouge/smallicon.png", "chapter": "4", "season": "4", "set": "Mushroom Shinobi"}, {"name": "Redux", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_743_athena_commando_m_handyman/icon.png", "chapter": "2", "season": "2", "set": "Revenge Redux"}, {"name": "Reflex", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_259_athena_commando_m_streetops/icon.png", "chapter": "1", "season": "6", "set": "Counterattack"}, {"name": "Reina", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_319_athena_commando_f_peppermint/icon.png", "chapter": "3", "season": "1", "set": "Reindeer Raiders"}, {"name": "Relaxed Fit Jonesy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_798_athena_commando_m_jonesyvagabond/icon.png", "chapter": "2", "season": "3", "set": "Relaxed Fit"}, {"name": "Remedy vs Toxin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_567_athena_commando_f_rebirthmedic/icon.png", "chapter": "2", "season": "1", "set": "Bad Medicine"}, {"name": "Remi", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_boredom/icon.png", "chapter": "3", "season": "4", "set": "Music Fiend"}, {"name": "Renegade Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_028_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": "Storm Scavenger"}, {"name": "Renegade Runner", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_headhunterstar/icon.png", "chapter": "4", "season": "2", "set": "Renegade Robotics"}, {"name": "Retro Zoe Clash", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_confectionpop/icon.png", "chapter": "4", "season": "4", "set": "Mainframe Throwback"}, {"name": "Reverb", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_165_athena_commando_m_stands_c/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Reverie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_goodmood/icon.png", "chapter": "5", "season": "1", "set": "Chill Vibez"}, {"name": "Rift Warden Stellan", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_possession/icon.png", "chapter": "4", "season": "1", "set": "Rift's Warden"}, {"name": "Riley", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_612_athena_commando_f_streetopspink/icon.png", "chapter": "2", "season": "1", "set": "Street Spirits"}, {"name": "Rio Grande", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_497_athena_commando_f_wildwest/icon.png", "chapter": "1", "season": "X", "set": "Western Wilds"}, {"name": "Riot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_268_athena_commando_m_rockerpunk/icon.png", "chapter": "1", "season": "6", "set": "Volume 11"}, {"name": "Rippley vs Sludge", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_570_athena_commando_m_slurpmonster/icon.png", "chapter": "2", "season": "1", "set": "Slurp Squad"}, {"name": "Risky Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_443_athena_commando_f_pennantseasone_c/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Robo-Kevin", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_268_athena_commando_m_assemblek/icon.png", "chapter": "2", "season": "8", "set": "Triangle Bot"}, {"name": "Robo-Ray", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_046_athena_commando_f_assembler/icon.png", "chapter": "2", "season": "6", "set": "#17"}, {"name": "Rosette Tigeress", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tigerfashiondale/icon.png", "chapter": "2", "season": "Remix", "set": "Ancients Unleashed"}, {"name": "Royale Knight", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_033_athena_commando_f_medieval/icon.png", "chapter": "1", "season": "2", "set": "Fort Knights"}, {"name": "Ruby", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_527_athena_commando_f_streetfashionred/icon.png", "chapter": "1", "season": "X", "set": "Street Stripes"}, {"name": "Ruckus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_262_athena_commando_m_madcommander/icon.png", "chapter": "1", "season": "6", "set": "Wasteland Warriors"}, {"name": "Rue", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_753_athena_commando_f_hostile/icon.png", "chapter": "2", "season": "2", "set": "Lil' Red"}, {"name": "Rufus", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_feraltrash/icon.png", "chapter": "5", "season": "1", "set": "Garbage King"}, {"name": "Rustler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_577_athena_commando_f_codsquadplaid/icon.png", "chapter": "2", "season": "1", "set": "Wild Frontier"}, {"name": "SHADOW Beach Brawler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_780_athena_commando_m_henchmanbadshorts/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Safari", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_802_athena_commando_f_heartbreaker/icon.png", "chapter": "2", "season": "3", "set": "Wildest West"}, {"name": "Salty Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_444_athena_commando_f_pennantseasone_d/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Samurai Scrapper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_838_athena_commando_m_junksamurai/icon.png", "chapter": "2", "season": "4", "set": null}, {"name": "Sandstorm", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_422_athena_commando_f_maskedwarrior/icon.png", "chapter": "1", "season": "9", "set": "Immortal Sands"}, {"name": "Sandy Scout", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasglare_e/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Sash Sergeant", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_072_athena_commando_m_scout/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Scarlet Serpent", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_785_athena_commando_f_python/icon.png", "chapter": "2", "season": "3", "set": "Serpent Strike"}, {"name": "Scimitar", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_421_athena_commando_m_maskedwarrior/icon.png", "chapter": "1", "season": "9", "set": "Immortal Sands"}, {"name": "Scrapknight Jules", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_077_athena_commando_f_armoredengineer/icon.png", "chapter": "2", "season": "6", "set": "Intrepid Engines"}, {"name": "Sea Wolf", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_373_athena_commando_m_pirate01/icon.png", "chapter": "1", "season": "8", "set": "Scallywags"}, {"name": "Seeker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_837_athena_commando_m_maskeddancer/icon.png", "chapter": "2", "season": "4", "set": "Street Serpent"}, {"name": "Serenade", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_miragehike/icon.png", "chapter": "4", "season": "2", "set": "Ethereal Song"}, {"name": "Seth", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_mummy/icon.png", "chapter": "4", "season": "4", "set": "Wrapped Rapscallion"}, {"name": "Sgt. Drake", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_mallardvantage/icon.png", "chapter": "5", "season": "1", "set": "Squawkin' Sergeant"}, {"name": "Sgt. Snooze", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_929_athena_commando_m_nauticalpajamas_c/icon.png", "chapter": "2", "season": "4", "set": "Bedhead Brigade"}, {"name": "Shadow Archetype", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_679_athena_commando_m_modernmilitaryeclipse/icon.png", "chapter": "2", "season": "4", "set": "Archetype"}, {"name": "Shady Doggo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_208_athena_commando_m_textilepup_c85od/icon.png", "chapter": "2", "season": "8", "set": "Balenciaga Fit"}, {"name": "Shifu", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_509_athena_commando_m_wisemaster/icon.png", "chapter": "1", "season": "X", "set": "Wise Warrior"}, {"name": "Shore Leave", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_810_athena_commando_m_militaryfashionsummer/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Shot Caller", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_428_athena_commando_m_urbanscavenger/icon.png", "chapter": "1", "season": "9", "set": "Metro Squad"}, {"name": "Showdown", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_769_athena_commando_m_hardcoresportz/icon.png", "chapter": "2", "season": "6", "set": "Team Spirit"}, {"name": "Sica", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_028_athena_commando_f_ancientgladiator/icon.png", "chapter": "2", "season": "5", "set": "The Vanquisher"}, {"name": "Sid Obsidian", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tungstan/smallicon.png", "chapter": "4", "season": "4", "set": "Untask'd Courier"}, {"name": "Siege", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tactickale_e/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Sig", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_758_athena_commando_m_techexplorer/icon.png", "chapter": "2", "season": "2", "set": "Intercept Agent"}, {"name": "Sinister Glare", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_allknowing/icon.png", "chapter": "3", "season": "4", "set": "Hand of Malice"}, {"name": "Sinister Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_589_athena_commando_m_soccerzombiea/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Siren", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_748_athena_commando_f_hitman/icon.png", "chapter": "2", "season": "2", "set": "Hit Squad"}, {"name": "Skeletara", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_210_athena_commando_f_renegadeskull/icon.png", "chapter": "2", "season": "8", "set": "Bone Scan"}, {"name": "Skull Ranger", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_246_athena_commando_f_grave/icon.png", "chapter": "1", "season": "6", "set": "Skull Squad"}, {"name": "Skully", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_341_athena_commando_f_skullbrite/icon.png", "chapter": "1", "season": "7", "set": "Skull & Bows"}, {"name": "Sled Ready Guff", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_cometdeer/icon.png", "chapter": "4", "season": "1", "set": "Winterfest 2022"}, {"name": "Sledge", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_520_athena_commando_m_paddedarmor/icon.png", "chapter": "1", "season": "X", "set": "Heavy Hitter"}, {"name": "Slugger", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_382_athena_commando_m_baseballkitbash/icon.png", "chapter": "1", "season": "8", "set": "Three Strikes"}, {"name": "Slumberjack", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_931_athena_commando_m_nauticalpajamas_e/icon.png", "chapter": "2", "season": "4", "set": "Bedhead Brigade"}, {"name": "Slurp Soldier", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasglare_c/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Snorkel Ops", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_073_athena_commando_f_scuba/icon.png", "chapter": "1", "season": "2", "set": null}, {"name": "Snow Patroller", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_659_athena_commando_m_mriceguy/smallicon.png", "chapter": "2", "season": "1", "set": "Polar Ace"}, {"name": "Snowbell", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_980_athena_commando_f_elf/icon.png", "chapter": "2", "season": "5", "set": "Polar Legends"}, {"name": "Snowdancer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_ballerina/icon.png", "chapter": "4", "season": "1", "set": "Fae Ballet"}, {"name": "Snuggs", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_580_athena_commando_m_cuddleteamdark/icon.png", "chapter": "2", "season": "1", "set": "Royale Hearts"}, {"name": "Sorina", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_379_athena_commando_f_vampirehunter/icon.png", "chapter": "3", "season": "2", "set": "Dark Serenity"}, {"name": "Soulless Sweeper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_592_athena_commando_m_soccerzombied/icon.png", "chapter": "2", "season": "1", "set": "Dead Ball"}, {"name": "Sparkle Skull", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_173_athena_commando_f_partytrooperbuffet_55z8g/icon.png", "chapter": "2", "season": "7", "set": "Skulltimate"}, {"name": "Sparkplug", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_335_athena_commando_f_scrapyard/icon.png", "chapter": "1", "season": "7", "set": "Boneyard"}, {"name": "Special Forces", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_020_athena_commando_m/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Spire Spy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasshade_c/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Splatterella", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_832_athena_commando_f_antillama/icon.png", "chapter": "2", "season": "3", "set": "Llamercenary"}, {"name": "Stalwart Sweeper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_147_athena_commando_m_soccerduded/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Starlie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_539_athena_commando_f_streetgothcandy/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Starr Oakley", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sparkarcher/icon.png", "chapter": "5", "season": "1", "set": "Underground Ace"}, {"name": "Stealth Reflex", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_386_athena_commando_m_streetopsstealth/icon.png", "chapter": "1", "season": "8", "set": "Counterattack"}, {"name": "Stealthy Surveyor", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pennantseasshade_b/icon.png", "chapter": "4", "season": "2", "set": "Second Drop"}, {"name": "Stingray", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_623_athena_commando_m_frogman/icon.png", "chapter": "2", "season": "1", "set": "Fathoms Deep"}, {"name": "Storm Racer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_829_athena_commando_m_valet/icon.png", "chapter": "2", "season": "4", "set": "Road Crew"}, {"name": "Street Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_541_athena_commando_m_graffitigold/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Subzero Cryptic", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_snowsoldierfashion/icon.png", "chapter": "4", "season": "OG", "set": "Chilling Mystery"}, {"name": "Sultura", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_297_athena_commando_f_network/icon.png", "chapter": "3", "season": "1", "set": "Brute Force"}, {"name": "Summitseeker Evie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_iceretreat/icon.png", "chapter": "5", "season": "1", "set": "Summit's Idol"}, {"name": "Sunbird", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_359_athena_commando_f_aztec/icon.png", "chapter": "1", "season": "8", "set": "Sun Soldiers"}, {"name": "Sunspot", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunshine/icon.png", "chapter": "5", "season": "1", "set": "Solar Sweetheart"}, {"name": "Super Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_144_athena_commando_m_soccerdudea/icon.png", "chapter": "1", "season": "4", "set": "Goalbound"}, {"name": "Surf Rider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_606_athena_commando_f_jetski/icon.png", "chapter": "2", "season": "1", "set": "Aqua Marine"}, {"name": "Surf Witch", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_805_athena_commando_f_punkdevilsummer/icon.png", "chapter": "2", "season": "3", "set": "Demon Beach"}, {"name": "Survival Specialist", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_027_athena_commando_f/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Sushi Master", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_191_athena_commando_m_sushichef/icon.png", "chapter": "1", "season": "5", "set": "Sushi"}, {"name": "Swamp Stomper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_778_athena_commando_m_gator/icon.png", "chapter": "2", "season": "3", "set": "Gator Force"}, {"name": "Swift", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_680_athena_commando_m_streetrat/icon.png", "chapter": "2", "season": "1", "set": "Street Rat"}, {"name": "Syd", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_453_athena_commando_f_fuzzybearsummer/icon.png", "chapter": "3", "season": "3", "set": "Beary Cuddly"}, {"name": "Syncopator", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_164_athena_commando_m_stands_b/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Synth Striker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_167_athena_commando_m_stands_e/icon.png", "chapter": "2", "season": "7", "set": "Press Play"}, {"name": "Tactician", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tactickale_b/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Tart Tycoon", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_851_athena_commando_m_bittenhead/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Tech Ops", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_322_athena_commando_m_techops/icon.png", "chapter": "1", "season": "7", "set": "Tech Ops"}, {"name": "Tectonic Komplex", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_420_athena_commando_f_neongraffitilava/icon.png", "chapter": "3", "season": "2", "set": "Volcanic Assassin"}, {"name": "Tegan", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_keytracker/icon.png", "chapter": "4", "season": "1", "set": "Cross Comms"}, {"name": "Tek", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_687_athena_commando_m_agentace/icon.png", "chapter": "2", "season": "2", "set": "Artificial Evolved"}, {"name": "Terra", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_688_athena_commando_f_agentrogue/icon.png", "chapter": "2", "season": "2", "set": "Artificial Evolved"}, {"name": "Tess", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_008_athena_commando_f_combatdoll/icon.png", "chapter": "2", "season": "5", "set": "Original Outlaws"}, {"name": "Tex Flamingo", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_flamingocountry/icon.png", "chapter": "5", "season": "1", "set": "Feathered West"}, {"name": "The Ageless Explorer", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_watermolecules/icon.png", "chapter": "5", "season": "1", "set": "Dominion's Dusk"}, {"name": "The Autumn Queen", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_617_athena_commando_f_forestqueen/icon.png", "chapter": "2", "season": "1", "set": "Changing Seasons"}, {"name": "The Brat", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_614_athena_commando_m_missinglink/icon.png", "chapter": "2", "season": "1", "set": "Missing Link"}, {"name": "The Mummy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_218_athena_commando_m_crittermaniac_kv6j0/icon.png", "chapter": "2", "season": "8", "set": "Universal Monsters"}, {"name": "The Order", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_395_athena_commando_f_binarytwin/icon.png", "chapter": "3", "season": "2", "set": "The Seven"}, {"name": "The Paradigm", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_547_athena_commando_f_meteorwoman/icon.png", "chapter": "1", "season": "X", "set": "The Seven"}, {"name": "Throwback BG", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_387_athena_commando_m_lyrical/icon.png", "chapter": "3", "season": "2", "set": "Wu Wear"}, {"name": "Tigeress", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_683_athena_commando_f_tigerfashion/icon.png", "chapter": "2", "season": "1", "set": "Ancients Reborn"}, {"name": "Tigress", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_coyotear/icon.png", "chapter": "4", "season": "4", "set": "Tiger's Eye"}, {"name": "Tilted Trooper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_441_athena_commando_f_pennantseasone/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Toni", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_413_athena_commando_m_glare/icon.png", "chapter": "3", "season": "2", "set": "Skatepark Royalty"}, {"name": "Toon Meowscles", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_072_athena_commando_m_buffcatcomic_xg5xc/icon.png", "chapter": "2", "season": "6", "set": "Inkville Gang"}, {"name": "Toshiro", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_rogueninja/icon.png", "chapter": "5", "season": "2", "set": "Chiton's Call"}, {"name": "Toxic Tagger", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_533_athena_commando_m_streeturchin/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Trailblazer Lynx", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_catspace/icon.png", "chapter": "5", "season": "1", "set": "Interstellar Aerial"}, {"name": "Trench Raider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_609_athena_commando_m_submariner/icon.png", "chapter": "2", "season": "1", "set": "Fathoms Deep"}, {"name": "Trench Trawler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_773_athena_commando_m_beacon/icon.png", "chapter": "2", "season": "3", "set": "Watery Grave"}, {"name": "Tricksy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_229_athena_commando_f_disguiseblack/icon.png", "chapter": "2", "season": "8", "set": "Tricks and Treats"}, {"name": "Triggerfish", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_624_athena_commando_m_teriyakiwarrior/icon.png", "chapter": "2", "season": "1", "set": "Fish Food"}, {"name": "Trilogy", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_657_athena_commando_f_techopsblue/icon.png", "chapter": "2", "season": "1", "set": null}, {"name": "Triple Threat", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_137_athena_commando_f_streetbasketball/icon.png", "chapter": "1", "season": "4", "set": "Half Court"}, {"name": "Tsuki", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_472_athena_commando_f_cyberkarate/icon.png", "chapter": "1", "season": "9", "set": "Kata Tech"}, {"name": "Turk vs Riptide", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_564_athena_commando_m_tacticalfisherman/icon.png", "chapter": "2", "season": "1", "set": "Open Water"}, {"name": "Twistie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_326_athena_commando_f_wavyman/icon.png", "chapter": "1", "season": "7", "set": "Hot Air"}, {"name": "Underworld Desdemona", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_chaosdarkice/icon.png", "chapter": "4", "season": "2", "set": "Coldest Circles"}, {"name": "Undying Sorrow", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_ruins/icon.png", "chapter": "3", "season": "4", "set": "Restless Dead"}, {"name": "Upload", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_019_athena_commando_f_mainframe_c_u5ri4/icon.png", "chapter": "2", "season": "5", "set": "End of Line"}, {"name": "Vector", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_458_athena_commando_m_techmage/icon.png", "chapter": "1", "season": "9", "set": "Total Control"}, {"name": "Veronika", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_477_athena_commando_f_handlebar/icon.png", "chapter": "3", "season": "3", "set": "Checkered Past"}, {"name": "Victoria Saint", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_869_athena_commando_f_cavalry/icon.png", "chapter": "2", "season": "4", "set": "Night Hunter"}, {"name": "Vivi Chroma", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_scribble/icon.png", "chapter": "4", "season": "2", "set": "True Colors"}, {"name": "Vivica Saint", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_cavalryalt/icon.png", "chapter": "3", "season": "4", "set": "Saint Academy"}, {"name": "Void Warrior Absenz", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_pitglass/icon.png", "chapter": "5", "season": "1", "set": "Voidlands Exile"}, {"name": "Volley Girl", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_328_athena_commando_f_tennis/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Volpez", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_lopexsnow/icon.png", "chapter": "4", "season": "1", "set": "Winter's Trickster"}, {"name": "Wailing Warrior", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_447_athena_commando_m_pennantseasone_b/icon.png", "chapter": "3", "season": "3", "set": "Squad Origins"}, {"name": "Wake Rider", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_607_athena_commando_m_jetski/icon.png", "chapter": "2", "season": "6", "set": "Aqua Marine"}, {"name": "Warfare", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticmushroom_c/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Wavebreaker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_575_athena_commando_f_bulletblue/icon.png", "chapter": "2", "season": "1", "set": "Open Water"}, {"name": "Waveripper", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_817_athena_commando_m_dirtydocks/icon.png", "chapter": "2", "season": "3", "set": "Saltwater Strike"}, {"name": "Waypoint", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_290_athena_commando_f_bluebadass/icon.png", "chapter": "1", "season": "7", "set": "Waypoint"}, {"name": "Webster", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_059_athena_commando_m_wickedduck/icon.png", "chapter": "2", "season": "6", "set": "Danger Dux"}, {"name": "Wendell", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_sirwolf/icon.png", "chapter": "4", "season": "2", "set": "Wendell & Walnut"}, {"name": "Wingtip", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_292_athena_commando_f_dieselpunk02/icon.png", "chapter": "1", "season": "7", "set": "Aviation Age"}, {"name": "Winter Wonder Skye", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_photographer_holiday/icon.png", "chapter": "4", "season": "1", "set": "Quest Updated"}, {"name": "Winterfest Bushranger", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_weepingwoodsfestive/icon.png", "chapter": "5", "season": "1", "set": null}, {"name": "Wiretap", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_724_athena_commando_m_spytech/icon.png", "chapter": "2", "season": "2", "set": "Spycraft"}, {"name": "Wolf", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_755_athena_commando_m_splinter/icon.png", "chapter": "2", "season": "2", "set": "Hit Squad"}, {"name": "Wooly Warrior", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_645_athena_commando_f_wolly/icon.png", "chapter": "2", "season": "1", "set": null}, {"name": "Wrangler", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_576_athena_commando_m_codsquadplaid/icon.png", "chapter": "2", "season": "1", "set": "Wild Frontier"}, {"name": "Wrath", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_599_athena_commando_m_phantom/icon.png", "chapter": "2", "season": "1", "set": "Cryptic Curse"}, {"name": "Wrecker", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/character_tactickale/icon.png", "chapter": "5", "season": "1", "set": "Skratch Company"}, {"name": "Yellowjacket", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_749_athena_commando_f_graffitiassassin/icon.png", "chapter": "2", "season": "3", "set": "Team Toxic"}, {"name": "Yuki", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_050_athena_commando_f_sailorsquadrose/icon.png", "chapter": "2", "season": "6", "set": "//R.E.M.Wakers//"}, {"name": "Zadie", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_625_athena_commando_f_pinktrooper/icon.png", "chapter": "2", "season": "1", "set": "Metal Masq"}, {"name": "Zina", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_721_athena_commando_f_pineapplebandit/icon.png", "chapter": "2", "season": "2", "set": "Pineapple Bandit"}, {"name": "Zoe Clash", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_364_athena_commando_f_jade/icon.png", "chapter": "3", "season": "1", "set": "Mainframe Break"}, {"name": "Zorgoton", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_535_athena_commando_m_traveler/icon.png", "chapter": "1", "season": "X", "set": "UFO"}, {"name": "Zuri", "rarity": "Rare", "rarityValue": "rare", "color": "#2f7fe8", "price": 1200, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_396_athena_commando_f_raspberry/icon.png", "chapter": "3", "season": "2", "set": "Ring General"}, {"name": "1-Ball", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stagecue_chalk/icon.png", "chapter": "2", "season": "Remix", "set": "In the Pocket"}, {"name": "10-Ball", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_decasphere/icon.png", "chapter": "2", "season": "Remix", "set": "Backspin Brawler"}, {"name": "2-Ball", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shortrack/icon.png", "chapter": "6", "season": "5", "set": "Racked Up"}, {"name": "212th Battalion Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme_yellow/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "2D", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pajamasoar/icon.png", "chapter": "6", "season": "5", "set": "Gorillaz"}, {"name": "501st Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme_blue/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "7-Ball", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_luckyseven/icon.png", "chapter": "6", "season": "5", "set": "Lucky Shot"}, {"name": "8-Ball vs Scratch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_566_athena_commando_m_crazyeight/icon.png", "chapter": "2", "season": "1", "set": "Stripes and Solids"}, {"name": "A Goat", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_billy/icon.png", "chapter": "3", "season": "4", "set": "Goat Simulator 3"}, {"name": "AMP KAI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_essayviewpier/icon.png", "chapter": "6", "season": "5", "set": "Kai Cenat"}, {"name": "AWR Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sagetwig/icon.png", "chapter": "5", "season": "2", "set": "Original Trilogy"}, {"name": "Aaliyah", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sablehorizon/icon.png", "chapter": "7", "season": "1", "set": "Nights of Magic"}, {"name": "Aang", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_doubleduty/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Abstrakt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_121_athena_commando_m_graffiti/icon.png", "chapter": "1", "season": "4", "set": "Aerosol Assassins"}, {"name": "Abyss", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_conscience/icon.png", "chapter": "3", "season": "4", "set": "Fear Response"}, {"name": "Ace Academic", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_mango/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Aces Wild Card", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_heistfncs/icon.png", "chapter": "6", "season": "1", "set": "FNCS"}, {"name": "Adam Smasher", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gatemouse/icon.png", "chapter": "7", "season": "2", "set": "Night City Denizens"}, {"name": "Adira", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_427_athena_commando_f_fuchsia/icon.png", "chapter": "3", "season": "3", "set": "The Dragon Rider"}, {"name": "Adonis Creed", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_inspirespell/icon.png", "chapter": "4", "season": "1", "set": "CREED"}, {"name": "Adventure Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bananaadventure/icon.png", "chapter": "5", "season": "1", "set": "Nana Quest"}, {"name": "Aerial Assault Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stormaviator/icon.png", "chapter": "6", "season": "1", "set": "Return Flight"}, {"name": "Aerobic Assassin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_189_athena_commando_f_exercise/icon.png", "chapter": "1", "season": "5", "set": "Spandex Squad"}, {"name": "Afterburn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_turbofueled/icon.png", "chapter": "6", "season": "5", "set": "Supernova Academy"}, {"name": "Aftermath", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_327_athena_commando_m_skullpunk_9qtqi/icon.png", "chapter": "3", "season": "1", "set": "Shining Skull"}, {"name": "Agent Blanc", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_arcticbreeze/icon.png", "chapter": "6", "season": "3", "set": null}, {"name": "Agent Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_989_athena_commando_m_progressivejonesy/icon.png", "chapter": "2", "season": "6", "set": "Agent Jones"}, {"name": "Agent Patch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clumsychewlaw/icon.png", "chapter": "6", "season": "5", "set": "Panda-monium"}, {"name": "Agent Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_701_athena_commando_m_bananaagent/icon.png", "chapter": "2", "season": "2", "set": "Banana Royale"}, {"name": "Agent Weaver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_antipesto/icon.png", "chapter": "6", "season": "4", "set": "Spyder Agency"}, {"name": "Agent Webb", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_antizappo/icon.png", "chapter": "6", "season": "4", "set": "Spyder Agency"}, {"name": "Agony", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_soupgoal/icon.png", "chapter": "5", "season": "4", "set": "Symbiotes"}, {"name": "Ahsoka Tano", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_smarthyena/smallicon.png", "chapter": "4", "season": "4", "set": "Ahsoka Tano"}, {"name": "Ahsoka Tano (Clone Wars)", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_masalarail/icon.png", "chapter": "7", "season": "2", "set": "The Clone Wars"}, {"name": "Ahsoka's Clone Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme_orange/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Airie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lastvoicesteel/icon.png", "chapter": "4", "season": "3", "set": "Nike Airphoria"}, {"name": "Airphorian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silverbellmarine/icon.png", "chapter": "5", "season": "2", "set": "Nike Airphoria"}, {"name": "Akari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cupidhunter/icon.png", "chapter": "6", "season": "1", "set": "The Pink Bandit"}, {"name": "Akultura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hornedwretch/icon.png", "chapter": "7", "season": "1", "set": "Eternal Arcana"}, {"name": "Alan Wake", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slicedbread/icon.png", "chapter": "4", "season": "4", "set": "Waking Nightmare"}, {"name": "Alexandra Sharpe", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spyhandler/icon.png", "chapter": "6", "season": "1", "set": null}, {"name": "Ali-A", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_415_athena_commando_m_alfredo/icon.png", "chapter": "3", "season": "2", "set": "Ali-A"}, {"name": "Alias", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jumpsuit_mutable/icon.png", "chapter": "4", "season": "4", "set": "Escape Artists"}, {"name": "Alistair Chews", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gumoutlaw/icon.png", "chapter": "6", "season": "1", "set": "Chews Violence"}, {"name": "Allen the Alien", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cabbagesugar/icon.png", "chapter": "6", "season": "2", "set": "Guardians of the Globe"}, {"name": "Aloy", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_062_athena_commando_f_alchemy_xd6gp/icon.png", "chapter": "2", "season": "6", "set": "Horizon Zero Dawn"}, {"name": "Alphonse", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mochiwoof/icon.png", "chapter": "6", "season": "2", "set": "Barkington Style Agency"}, {"name": "Alpine Ace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_053_athena_commando_m_skidude/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (CAN)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_055_athena_commando_m_skidude_can/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (CHN)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_059_athena_commando_m_skidude_chn/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (FRA)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_057_athena_commando_m_skidude_fra/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (GBR)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_056_athena_commando_m_skidude_gbr/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (GER)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_058_athena_commando_m_skidude_ger/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (KOR)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_060_athena_commando_m_skidude_kor/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Ace (USA)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_054_athena_commando_m_skidude_usa/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Alpine Lexa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_frigidpoppet/icon.png", "chapter": "7", "season": "1", "set": "Princess of the Snow"}, {"name": "Alto", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_382_athena_commando_m_cactusdancer/smallicon.png", "chapter": "3", "season": "2", "set": "Coachella"}, {"name": "Amari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_powerspin/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "Amber Moxie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_calmshimmer/icon.png", "chapter": "6", "season": "2", "set": "TKO"}, {"name": "Anakin Skywalker", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plottwist/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Anakin Skywalker (Clone Wars)", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_maltburger/icon.png", "chapter": "7", "season": "2", "set": "The Clone Wars"}, {"name": "Anderson .Paak", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_335_athena_commando_m_sleekglasses_8syx2/icon.png", "chapter": "3", "season": "1", "set": "Silk Sonic"}, {"name": "Andre", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_265_athena_commando_m_grandeur_tbc0o/icon.png", "chapter": "2", "season": "8", "set": "Moncler Classic"}, {"name": "Android 17", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cashewroll/icon.png", "chapter": "5", "season": "3", "set": "Dragon Ball"}, {"name": "Android 18", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kettlepress/icon.png", "chapter": "5", "season": "3", "set": "Dragon Ball"}, {"name": "Andromeda", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vampirehunter_galaxy/icon.png", "chapter": "5", "season": "3", "set": "Space-Touched Serenity"}, {"name": "Andy Fangerson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kobolobo/icon.png", "chapter": "5", "season": "4", "set": "Party Moon"}, {"name": "Anima", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skilledskull/icon.png", "chapter": "6", "season": "5", "set": "Anima Survivor"}, {"name": "Aniyah", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dyedduelist/icon.png", "chapter": "4", "season": "4", "set": "Savvy Sorceress"}, {"name": "Ant-Man", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_033_athena_commando_m_smallfry_z73ek/icon.png", "chapter": "2", "season": "5", "set": "Ant-Man"}, {"name": "Anthea", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_healingcrystal/icon.png", "chapter": "6", "season": "4", "set": "The Century Garden"}, {"name": "Antheia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_866_athena_commando_f_myth/icon.png", "chapter": "2", "season": "4", "set": "Courageous Era"}, {"name": "Antonia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_blazerveil/smallicon.png", "chapter": "4", "season": "4", "set": "Masqued Maven"}, {"name": "Aphrodite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_liftingaura_wave/icon.png", "chapter": "5", "season": "2", "set": "Goddess of the Heart"}, {"name": "Apollo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_daffodilsong/icon.png", "chapter": "5", "season": "2", "set": "Dawn's King"}, {"name": "Apprentice Evie", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_platypusbranch/icon.png", "chapter": "6", "season": "3", "set": "Galactic Syndicate"}, {"name": "Apprentice Rey", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_forwardlake_dire/icon.png", "chapter": "6", "season": "3", "set": "The New Trilogy"}, {"name": "April O'Neil", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_palmtree/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Aquaman", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_772_athena_commando_m_sandcastle/icon.png", "chapter": "2", "season": "3", "set": "Aquaman"}, {"name": "Arachne Couture", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_893_athena_commando_f_blackwidowjacket/icon.png", "chapter": "2", "season": "4", "set": "Crypt Crashers"}, {"name": "Aranza", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_thornypoint/icon.png", "chapter": "7", "season": "2", "set": "Roses & Ruin"}, {"name": "Arcane Jinx", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_256_athena_commando_f_uproarbraids_8iozw/icon.png", "chapter": "2", "season": "8", "set": "Arcane: League of Legends"}, {"name": "Arcane Vi", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_329_athena_commando_f_uproar_i5n5z/icon.png", "chapter": "3", "season": "1", "set": "Arcane: League of Legends"}, {"name": "Archetype", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_182_athena_commando_m_modernmilitary/icon.png", "chapter": "1", "season": "5", "set": "Archetype"}, {"name": "Ares (TRON)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_yuzucrank/icon.png", "chapter": "6", "season": "5", "set": "TRON: Ares"}, {"name": "Ariana Grande", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_158_athena_commando_f_buffet_yc20h/icon.png", "chapter": "2", "season": "7", "set": "Ariana Grande"}, {"name": "Ark'ana", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_omegaangel/icon.png", "chapter": "6", "season": "2", "set": "Wings of Anarchy"}, {"name": "Arkon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_partygold/icon.png", "chapter": "2", "season": "Remix", "set": "Party Merc"}, {"name": "Armored Batman Zero", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_124_athena_commando_m_cavernarmored/icon.png", "chapter": "2", "season": "7", "set": "Batman: Zero Point"}, {"name": "Art the Clown", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slugripple/icon.png", "chapter": "6", "season": "5", "set": "Art the Clown"}, {"name": "Artemis", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_selenecobra_stride/icon.png", "chapter": "5", "season": "2", "set": "Queen of the Hunt"}, {"name": "Ash Williams", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_troops/icon.png", "chapter": "3", "season": "4", "set": "Knowby Cabin Nightmare"}, {"name": "Assist Maven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclasssecond_e/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Astra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_642_athena_commando_f_constellationstar/icon.png", "chapter": "2", "season": "1", "set": "Shooting Stars"}, {"name": "Astrea", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_supernovataro/smallicon.png", "chapter": "4", "season": "4", "set": "Cosmic Traveler"}, {"name": "Astro Assassin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_477_athena_commando_f_spacesuit/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Astro Jack", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_761_athena_commando_m_cyclonespace/icon.png", "chapter": "2", "season": "2", "set": "Travis Scott"}, {"name": "Atom Eve", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timeinterval/icon.png", "chapter": "4", "season": "OG", "set": "Guardians of the Globe"}, {"name": "Audacious Adventurer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_droveray_b/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Augury", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tidalninja/icon.png", "chapter": "6", "season": "5", "set": "Darkest Omen"}, {"name": "Autumn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oakweld/icon.png", "chapter": "6", "season": "6", "set": "Changing Seasons"}, {"name": "Ava", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_veiled/icon.png", "chapter": "3", "season": "4", "set": "Underland Nexus"}, {"name": "Avatar State Aang", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_doubledutydart/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Axion Sentinel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_galaxyknight/icon.png", "chapter": "4", "season": "1", "set": "Celestial Guard"}, {"name": "Ayida", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lightningdragon/icon.png", "chapter": "3", "season": "4", "set": "Calm Before the Storm"}, {"name": "Ayla Winn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bluntwhimsy/icon.png", "chapter": "6", "season": "3", "set": "Sweet & Spiky"}, {"name": "Bad Kit", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_badcat/icon.png", "chapter": "6", "season": "2", "set": "Mad Mecha"}, {"name": "Ballerina Cappuccina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lumpymuddy/icon.png", "chapter": "7", "season": "2", "set": "Brainrot"}, {"name": "Bandolier", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_131_athena_commando_m_warpaint/icon.png", "chapter": "1", "season": "4", "set": "Tropic Troopers"}, {"name": "Bao Bros", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_338_athena_commando_m_dumplingman/icon.png", "chapter": "2", "season": "1", "set": "Bao Bros"}, {"name": "Barricade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedphantom/icon.png", "chapter": "7", "season": "2", "set": "Brutal Defender"}, {"name": "Bart Simpson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_queentruth_rind/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Bash", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_543_athena_commando_m_llamahero/icon.png", "chapter": "1", "season": "X", "set": "The Leftovers"}, {"name": "Bathany", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_splishsplash/icon.png", "chapter": "6", "season": "5", "set": "A Clean Shot"}, {"name": "Batman (Pen & Ink)", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_driftfable/icon.png", "chapter": "7", "season": "2", "set": "Gotham City (Pen & Ink)"}, {"name": "Batman Beyond", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_guidequiz/icon.png", "chapter": "7", "season": "1", "set": "Batman Beyond"}, {"name": "Batman Comic Book Outfit", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_528_athena_commando_m_blackmondayhouston_7dgbt/icon.png", "chapter": "1", "season": "X", "set": "Gotham City"}, {"name": "Batman Zero", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_070_athena_commando_m_cavern_3i6i1/icon.png", "chapter": "2", "season": "6", "set": "Batman: Zero Point"}, {"name": "Battle Gamer Mae", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wiryperk_seed/icon.png", "chapter": "6", "season": "5", "set": "eXter-Mae-nator"}, {"name": "Battle Tiger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_battlehound_fierce/icon.png", "chapter": "6", "season": "2", "set": "Jungle Warrior"}, {"name": "BattleBus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snakecrest/icon.png", "chapter": "4", "season": "4", "set": "Transformers"}, {"name": "Battlehawk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_125_athena_commando_m_tacticalwoodland/icon.png", "chapter": "1", "season": "4", "set": "Advanced Forces"}, {"name": "Bay", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scubadasher/icon.png", "chapter": "6", "season": "4", "set": "Ocean Exploration"}, {"name": "Beach Beast Lucien", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_solardusk/icon.png", "chapter": "7", "season": "3", "set": "High Stakes Summer"}, {"name": "Beast Boy", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_092_athena_commando_m_broccoli_pr297/icon.png", "chapter": "2", "season": "6", "set": "Teen Titans"}, {"name": "Beastmode", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_301_athena_commando_m_rhino/icon.png", "chapter": "1", "season": "8", "set": "Mechanimal"}, {"name": "Beat Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_raveneon/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "Beavis", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sulfurdean/icon.png", "chapter": "6", "season": "5", "set": "Beavis and Butt-Head"}, {"name": "Bebop", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bakerstep/icon.png", "chapter": "6", "season": "2", "set": "TMNT"}, {"name": "Becky Lynch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rollerblade/smallicon.png", "chapter": "4", "season": "3", "set": "Becky Lynch"}, {"name": "Beef Boss", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_185_athena_commando_m_durrburgerhero/icon.png", "chapter": "1", "season": "5", "set": "Durrr Burger"}, {"name": "Beerus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_464_athena_commando_m_staminacat/icon.png", "chapter": "3", "season": "3", "set": "Dragon Ball"}, {"name": "Ben Grimm", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flavorstock/icon.png", "chapter": "6", "season": "4", "set": "Fantastic Four: First Steps"}, {"name": "Ben Tennyson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_biomehose/icon.png", "chapter": "7", "season": "2", "set": "Ben 10"}, {"name": "Bender Bending Rodríguez", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mindpinch/icon.png", "chapter": "4", "season": "3", "set": "Futurama"}, {"name": "Bernie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_eagertrapper/icon.png", "chapter": "6", "season": "4", "set": "Boom Trapper"}, {"name": "Bianca Belair", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brainmatter/smallicon.png", "chapter": "4", "season": "3", "set": "Bianca Belair"}, {"name": "Bichota Season Karol G", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_elegantlilyankle/icon.png", "chapter": "5", "season": "4", "set": "Karol G"}, {"name": "Big Chuggus", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_620_athena_commando_l_bigchuggus/icon.png", "chapter": "2", "season": "1", "set": "Slurp Squad"}, {"name": "Big Dill", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wartybrine_sus/icon.png", "chapter": "6", "season": "2", "set": "Bad to the Brine"}, {"name": "Big Mouth", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_597_athena_commando_m_freak/icon.png", "chapter": "2", "season": "1", "set": "Fearsome Freaks"}, {"name": "Billy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_craneanchor/icon.png", "chapter": "5", "season": "4", "set": "Perilous Puppet"}, {"name": "Black Adam", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sahara/icon.png", "chapter": "3", "season": "4", "set": "Black Adam"}, {"name": "Black Cat", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sweetletter/icon.png", "chapter": "5", "season": "4", "set": "Black Cat"}, {"name": "Black Dino Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wavysignalbeef/icon.png", "chapter": "7", "season": "1", "set": "Dino Thunder"}, {"name": "Black Manta", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_809_athena_commando_m_seaweed_ixrlq/icon.png", "chapter": "2", "season": "3", "set": "Black Manta"}, {"name": "Black Panther", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_986_athena_commando_m_plumretro_4aja2/icon.png", "chapter": "2", "season": "5", "set": "Black Panther"}, {"name": "Black Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fumefleeceshack/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Black Widow (Snow Suit)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_925_athena_commando_f_tapdance/icon.png", "chapter": "2", "season": "4", "set": "Black Widow"}, {"name": "Black Widow Outfit", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_399_athena_commando_f_ashtonboardwalk/icon.png", "chapter": "1", "season": "8", "set": "Avengers"}, {"name": "Blacklight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_603_athena_commando_m_spookyneon/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Blade", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_868_athena_commando_m_backspin_3u6ca/icon.png", "chapter": "2", "season": "4", "set": "Blade"}, {"name": "Blair", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sugarbubble/icon.png", "chapter": "5", "season": "3", "set": "Underground Batsassin"}, {"name": "Blanka", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_384_athena_commando_m_rumble/icon.png", "chapter": "3", "season": "2", "set": "Street Fighter"}, {"name": "Blinky Fishstick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grimehold/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Blitz", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_210_athena_commando_f_footballgirla/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Blitz Brigade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_939_athena_commando_m_football20_c_9op0f/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Blitz Knight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_feudallord/icon.png", "chapter": "6", "season": "4", "set": null}, {"name": "Blood-Red Commander Igris", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_birchpalace/icon.png", "chapter": "7", "season": "1", "set": "Solo Leveling:ARISE"}, {"name": "Bloodsport", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_160_athena_commando_m_seesawslipper/icon.png", "chapter": "2", "season": "7", "set": "Task Force X"}, {"name": "Bloom", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_191_athena_commando_m_alienflora/icon.png", "chapter": "2", "season": "7", "set": "Plant Based Patrol"}, {"name": "Blue Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fumefleececlap/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Blue Striker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_138_athena_commando_m_psburnout/icon.png", "chapter": "1", "season": "4", "set": null}, {"name": "Board Crasher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclass_b/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Bob Belcher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cyclopsprey/icon.png", "chapter": "6", "season": "4", "set": "Bob's Burgers"}, {"name": "Boba Fett", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_309_athena_commando_m_orbitteal_9rbjl/icon.png", "chapter": "3", "season": "1", "set": "Book of Boba Fett"}, {"name": "Bone Boss", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_917_athena_commando_m_durrburgerskull/icon.png", "chapter": "2", "season": "4", "set": "Skull Squad"}, {"name": "Bone Ravage", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_915_athena_commando_f_ravenquillskull/icon.png", "chapter": "2", "season": "4", "set": "Skull Squad"}, {"name": "Bone Wasp", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_491_athena_commando_m_bonewasp/icon.png", "chapter": "1", "season": "X", "set": "Sting"}, {"name": "Bonehead", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_662_athena_commando_m_flameskull/icon.png", "chapter": "2", "season": "2", "set": "Burning Bone"}, {"name": "Bones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pointsmoke/icon.png", "chapter": "6", "season": "2", "set": "Skull Issue"}, {"name": "Boo-lastoff", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_246_athena_commando_m_zombieelastic_c/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Boss Kōji", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleekrivet/icon.png", "chapter": "6", "season": "1", "set": "The Black Claw"}, {"name": "Boss Obsidian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldenguardantler/icon.png", "chapter": "5", "season": "3", "set": "The Red Reaver"}, {"name": "Bounty Hunter Torin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vanceguard/icon.png", "chapter": "6", "season": "3", "set": "Cosmic Wayfarer"}, {"name": "Breakaway", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_999_athena_commando_m_globalfb_e_oisu6/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Breakaway Boss", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulse_d/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Breezabelle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cubecoast/icon.png", "chapter": "4", "season": "3", "set": "Oakwitch Academy"}, {"name": "Briar of the Thorn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_thornededen/icon.png", "chapter": "5", "season": "4", "set": "Midnight Rose"}, {"name": "Brite Gunner", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_112_athena_commando_m_brite/icon.png", "chapter": "1", "season": "3", "set": "Sunshine And Rainbows"}, {"name": "Brite Raider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shiverflame_ace/icon.png", "chapter": "5", "season": "3", "set": "Sandstorms and Rainbows"}, {"name": "BriteStar", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shinystar/icon.png", "chapter": "4", "season": "1", "set": "Star Shine & Rainbows"}, {"name": "Britestorm Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_027_athena_commando_f_casualbomberlight/icon.png", "chapter": "2", "season": "5", "set": "Sun & Storm"}, {"name": "Brock", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_blobrock/icon.png", "chapter": "7", "season": "1", "set": "Veggie Maxer"}, {"name": "Brunhild", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rimeskate_plow/icon.png", "chapter": "7", "season": "2", "set": "Valkyrie Queen"}, {"name": "Bruno Mars", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_334_athena_commando_m_sleek_u06kf/icon.png", "chapter": "3", "season": "1", "set": "Silk Sonic"}, {"name": "Bruno-San", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dryerasetoro/icon.png", "chapter": "6", "season": "4", "set": "Bruno Mars"}, {"name": "Brutus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_692_athena_commando_m_henchmantough/icon.png", "chapter": "2", "season": "2", "set": "Brute Force"}, {"name": "Buff Perry", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brawngraze/icon.png", "chapter": "7", "season": "2", "set": "Phineas and Ferb"}, {"name": "Bug Punk Sunny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bugbeliever/icon.png", "chapter": "6", "season": "5", "set": "Don't Believe"}, {"name": "Bugha", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_140_athena_commando_m_bluecheese/icon.png", "chapter": "2", "season": "7", "set": "Bugha"}, {"name": "Bugs Bunny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prawntwine/icon.png", "chapter": "7", "season": "2", "set": "Looney Tunes"}, {"name": "Bumblebee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_frozenreality/icon.png", "chapter": "4", "season": "4", "set": "Transformers"}, {"name": "Bun Bun", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_742_athena_commando_m_chocobunny/icon.png", "chapter": "2", "season": "2", "set": "Choco"}, {"name": "Bunker Jonesy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_409_athena_commando_m_bunkerman/icon.png", "chapter": "1", "season": "9", "set": "Bunker Days"}, {"name": "Bunnii O'Hare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_futurerabbit/icon.png", "chapter": "7", "season": "3", "set": "Hopper Extraordinaire"}, {"name": "Bunny Brawler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_104_athena_commando_f_bunny/icon.png", "chapter": "1", "season": "3", "set": "Pastel Patrol"}, {"name": "Bunnywolf", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_639_athena_commando_f_neonanimal/icon.png", "chapter": "2", "season": "2", "set": "Neon Jungle"}, {"name": "Burnoff", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleekbiker/icon.png", "chapter": "6", "season": "3", "set": null}, {"name": "Burnout", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_094_athena_commando_m_rider/icon.png", "chapter": "1", "season": "3", "set": "RPM"}, {"name": "Butt-Head", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bisondrain/icon.png", "chapter": "6", "season": "5", "set": "Beavis and Butt-Head"}, {"name": "Butters Stotch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ozonecredit/icon.png", "chapter": "7", "season": "1", "set": "Gonna Have Myself A Time"}, {"name": "Buzz Lightyear", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_taperslink/icon.png", "chapter": "7", "season": "2", "set": "Toy Story"}, {"name": "Buzzer Beater", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_082_athena_commando_m_hardwood_c_ys5xc/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Bytes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bites/icon.png", "chapter": "3", "season": "4", "set": "Into Nothing"}, {"name": "CHROMAKOPIAN", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_caninecronutdig/icon.png", "chapter": "6", "season": "6", "set": "Tyler, The Creator"}, {"name": "CRZ-8", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_260_athena_commando_m_crazyeighttech/icon.png", "chapter": "2", "season": "8", "set": "Tech Future"}, {"name": "Cable", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_738_athena_commando_m_donutcup/icon.png", "chapter": "2", "season": "2", "set": "X-Force"}, {"name": "Cake the Cat", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slopetramp/icon.png", "chapter": "7", "season": "1", "set": "Adventure Time"}, {"name": "Cameo vs Chic", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_571_athena_commando_f_sheath/icon.png", "chapter": "2", "season": "1", "set": "Standout Style"}, {"name": "Camille", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mouse/icon.png", "chapter": "3", "season": "4", "set": "Ratzattak"}, {"name": "Cammy", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_162_athena_commando_f_quarrel_e5d63/icon.png", "chapter": "2", "season": "7", "set": "Street Fighter"}, {"name": "Candyman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_700_athena_commando_m_candy/icon.png", "chapter": "2", "season": "1", "set": "Wild Hearts"}, {"name": "Caper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jumpsuit_scrap_mutable/icon.png", "chapter": "4", "season": "4", "set": "Escape Artists"}, {"name": "Captain America", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_807_athena_commando_m_candyapple_b1u7x/icon.png", "chapter": "2", "season": "3", "set": "Avengers"}, {"name": "Captain America (MCU)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cymbalbar/icon.png", "chapter": "7", "season": "2", "set": "MCU Avengers"}, {"name": "Captain America - Sam Wilson (MCU)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_elevate/icon.png", "chapter": "4", "season": "1", "set": "Captain America"}, {"name": "Captain Barbossa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_domeroof/icon.png", "chapter": "5", "season": "3", "set": "Pirates of the Caribbean"}, {"name": "Captain Hook", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flowervase/icon.png", "chapter": "5", "season": "4", "set": "Disney Villains"}, {"name": "Captain Hypatia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scarletbionic/icon.png", "chapter": "4", "season": "2", "set": "Luminary Explorer"}, {"name": "Captain Jones", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_herbhutch_breath/icon.png", "chapter": "5", "season": "4", "set": "Captain Jones"}, {"name": "Captain Levi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nighthawk/icon.png", "chapter": "4", "season": "2", "set": "Special Operations Squad"}, {"name": "Captain Marvel", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_975_athena_commando_f_cherry_b8xn5/icon.png", "chapter": "2", "season": "5", "set": "Captain Marvel"}, {"name": "Captain Phasma", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bingrass/icon.png", "chapter": "6", "season": "3", "set": "The New Trilogy"}, {"name": "Captain Talon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_buffbeak/icon.png", "chapter": "5", "season": "4", "set": "Feathered Freedom"}, {"name": "Carey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bionicsmoke/icon.png", "chapter": "5", "season": "2", "set": "Natural Constructor"}, {"name": "Carina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_marinecarve/icon.png", "chapter": "7", "season": "1", "set": "Conspiracy Boarder"}, {"name": "Carletta", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silvercanine/icon.png", "chapter": "7", "season": "1", "set": "Fangs of Poison"}, {"name": "Carmine Rosso", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rangegawker/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "Carnage", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_197_athena_commando_m_clash/icon.png", "chapter": "2", "season": "8", "set": "Symbiotes"}, {"name": "Carolina", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_elegantlilycharm/icon.png", "chapter": "5", "season": "4", "set": "Karol G"}, {"name": "Carter Wu", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_zencrash/icon.png", "chapter": "7", "season": "1", "set": "Stunt Master"}, {"name": "Casey Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sandalsite/icon.png", "chapter": "6", "season": "2", "set": "TMNT"}, {"name": "Caspian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_violetfare/icon.png", "chapter": "6", "season": "1", "set": "Seaward Guardian"}, {"name": "Cassidy Quinn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_casinoreaper_die/icon.png", "chapter": "6", "season": "2", "set": "Quinn of Spades"}, {"name": "Castor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_269_athena_commando_m_wizard/icon.png", "chapter": "1", "season": "6", "set": "Arcane Arts"}, {"name": "Cat Holloway", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rowliaison_cafe/icon.png", "chapter": "7", "season": "1", "set": "Leading Lady"}, {"name": "Cate Meowdy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mollykit/icon.png", "chapter": "6", "season": "2", "set": "Purrfect DIY"}, {"name": "Catrin Glitch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_boldtouch/icon.png", "chapter": "6", "season": "5", "set": "Cat Gamer"}, {"name": "Catrina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_585_athena_commando_f_flowerskeleton/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Catwoman Comic Book Outfit", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_530_athena_commando_f_blackmonday_1bv6j/icon.png", "chapter": "1", "season": "X", "set": "Gotham City"}, {"name": "Cell", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_moonshock/icon.png", "chapter": "5", "season": "1", "set": "Dragon Ball"}, {"name": "Cepha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cybertentacle/icon.png", "chapter": "7", "season": "1", "set": "Psyonic Ink"}, {"name": "Cerberus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gatehound_spectral/icon.png", "chapter": "5", "season": "2", "set": "Grim Gatekeeper"}, {"name": "Cha Hae-In", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quirkluster/icon.png", "chapter": "7", "season": "1", "set": "Solo Leveling:ARISE"}, {"name": "Champion Bugha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleetreceipt/icon.png", "chapter": "6", "season": "3", "set": "FNCS Icons"}, {"name": "Champion Clix", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cobsink/icon.png", "chapter": "6", "season": "3", "set": "FNCS Icons"}, {"name": "Champion Crystal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rowdydevilfncs/icon.png", "chapter": "6", "season": "4", "set": "FNCS"}, {"name": "Champion Kuno", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bandageninjafncs/icon.png", "chapter": "5", "season": "4", "set": "FNCS"}, {"name": "Champion Lachlan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coilgrip/icon.png", "chapter": "6", "season": "3", "set": "FNCS Icons"}, {"name": "Champion Loserfruit", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ponyshore/icon.png", "chapter": "6", "season": "3", "set": "FNCS Icons"}, {"name": "Champion Sparkplug", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_garbagefncs/icon.png", "chapter": "5", "season": "3", "set": "FNCS"}, {"name": "Champion Surf Witch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_punkdevilsummerfncs/icon.png", "chapter": "6", "season": "5", "set": "FNCS"}, {"name": "Chani", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_215_athena_commando_f_sunrisecastle_48tiz/icon.png", "chapter": "2", "season": "8", "set": "DUNE"}, {"name": "Chaos Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_598_athena_commando_m_mastermind/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Chaos Champion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wickedmindfncs/icon.png", "chapter": "6", "season": "6", "set": "FNCS"}, {"name": "Chaos Director", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_missusmind_suit/icon.png", "chapter": "2", "season": "Remix", "set": "Bleakest Bedlam"}, {"name": "Chaos Double Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_788_athena_commando_m_mastermind_ghost/icon.png", "chapter": "2", "season": "3", "set": "Double Agent"}, {"name": "Chaos Origins", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_211_athena_commando_m_psyche_jwqp3/icon.png", "chapter": "2", "season": "8", "set": "The First Shadows"}, {"name": "Chappell Roan", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_forestjeanwink/icon.png", "chapter": "7", "season": "1", "set": "Chappell Roan"}, {"name": "Charlotte", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_203_athena_commando_f_punkkoi/icon.png", "chapter": "2", "season": "8", "set": "Hagiri"}, {"name": "Cheeks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chubbyjingle/icon.png", "chapter": "7", "season": "1", "set": "Jingle Pig"}, {"name": "Chef", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grumblewoof/icon.png", "chapter": "6", "season": "2", "set": "Barkington Style Agency"}, {"name": "Chewbacca", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_guineapig/icon.png", "chapter": "5", "season": "2", "set": "Original Trilogy"}, {"name": "Chic Commodore", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_146_athena_commando_m_pliant_e/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Chica", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_377_athena_commando_f_littleegg_omnb5/icon.png", "chapter": "3", "season": "2", "set": "Chica"}, {"name": "Chief Hopper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_467_athena_commando_m_weirdobjectspolice/icon.png", "chapter": "1", "season": "9", "set": "Stranger Things"}, {"name": "Chill Challenger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_upbeatiguana/icon.png", "chapter": "5", "season": "3", "set": "Three Stripe Squad"}, {"name": "Chilly", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snowypeas/icon.png", "chapter": "7", "season": "1", "set": "Chilly the Snowguy"}, {"name": "Chip Challenger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulse_e/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Chloe Frazer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_343_athena_commando_f_rover_kr41g/icon.png", "chapter": "3", "season": "1", "set": "Uncharted"}, {"name": "Chloe Kim", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_375_athena_commando_f_snowfall_wxw2t/icon.png", "chapter": "3", "season": "2", "set": "Chloe Kim"}, {"name": "Chris Redfield", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_221_athena_commando_m_relish_8364h/icon.png", "chapter": "2", "season": "8", "set": "S.T.A.R.S. Team"}, {"name": "Chromatica Armor Gaga", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pastasaucemarinara/icon.png", "chapter": "5", "season": "1", "set": "Lady Gaga"}, {"name": "Chun-Li", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_024_athena_commando_f_skirmish_qw2bq/icon.png", "chapter": "2", "season": "5", "set": "Street Fighter"}, {"name": "Cinder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stronghibiscus/icon.png", "chapter": "5", "season": "3", "set": "Ultrafast Firebrand"}, {"name": "Ciri", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_highbeam/icon.png", "chapter": "4", "season": "3", "set": "Silver & Sorcery"}, {"name": "Claire Redfield", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fallvalleycharge/icon.png", "chapter": "4", "season": "2", "set": "Raccoon City Survivors"}, {"name": "Clarity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_missmissile/icon.png", "chapter": "7", "season": "1", "set": "Clear Victory"}, {"name": "Clark Kent", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_109_athena_commando_m_emperor/icon.png", "chapter": "2", "season": "7", "set": "Kryptonian"}, {"name": "Cleveland Brown", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_liverromaine/icon.png", "chapter": "6", "season": "4", "set": "Family Guy"}, {"name": "Clint Barton", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_330_athena_commando_m_keen_2dtxm/icon.png", "chapter": "3", "season": "1", "set": "Hawkeye"}, {"name": "Clix", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twilightspotspell/icon.png", "chapter": "6", "season": "2", "set": "Clix"}, {"name": "Cloaked Shadow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_317_athena_commando_m_winterghoul/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Cloaked Star", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_203_athena_commando_m_cloakedstar/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Clone Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Cloud Striker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_926_athena_commando_f_streetfashiondiamond/icon.png", "chapter": "2", "season": "5", "set": null}, {"name": "Clover Swift", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slyjudge/icon.png", "chapter": "6", "season": "2", "set": "4-Leaf"}, {"name": "Cluck", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_039_athena_commando_m_chickenwarrior/icon.png", "chapter": "2", "season": "6", "set": "Eggsplosives Expert"}, {"name": "Cluster", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_funkyfeather_cap/icon.png", "chapter": "7", "season": "3", "set": "Lucky Duck"}, {"name": "Clutch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_423_athena_commando_f_painter/icon.png", "chapter": "1", "season": "9", "set": "Hang Time"}, {"name": "Clyde", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_unbrokentrash/icon.png", "chapter": "6", "season": "4", "set": null}, {"name": "Coach Gabi", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_eclairache/icon.png", "chapter": "7", "season": "3", "set": null}, {"name": "Coastal Machinist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prairiegizmo/icon.png", "chapter": "6", "season": "4", "set": "Summer Ignition"}, {"name": "Cobalt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_327_athena_commando_m_bluemystery/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Cobalt Snowfoot", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snowninjadark/icon.png", "chapter": "5", "season": "4", "set": "Cobalt Snow"}, {"name": "Codi Cottontail", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_powerfluff/icon.png", "chapter": "6", "season": "4", "set": "The Bright Rabbit"}, {"name": "Cody Rhodes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_buttoncase/icon.png", "chapter": "6", "season": "2", "set": "Cody Rhodes"}, {"name": "Color Splash Jellie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tubagummi/icon.png", "chapter": "6", "season": "1", "set": "Fish Food"}, {"name": "Colossus", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_potterywheel/icon.png", "chapter": "5", "season": "3", "set": "X-Men"}, {"name": "Commander Zavala", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_467_athena_commando_m_wayfare/icon.png", "chapter": "3", "season": "3", "set": "Legends of Light and Dark"}, {"name": "Constable Sprinkle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_thinglaze/icon.png", "chapter": "6", "season": "6", "set": "Glaze and Protect"}, {"name": "Control", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticalonyx/icon.png", "chapter": "6", "season": "1", "set": "Rider's Reign"}, {"name": "Copper Wasp", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_473_athena_commando_m_cyberkarate/icon.png", "chapter": "1", "season": "9", "set": "Kata Tech"}, {"name": "Corascana", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_thunderballet/icon.png", "chapter": "7", "season": "2", "set": "Storm Dancer"}, {"name": "Corrupted Arachne", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_852_athena_commando_f_blackwidowcorrupt/icon.png", "chapter": "2", "season": "4", "set": "Web of Corruption"}, {"name": "Corrupted Insight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_853_athena_commando_f_sniperhoodcorrupt/icon.png", "chapter": "2", "season": "4", "set": "Web of Corruption"}, {"name": "Corrupted Shogun", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_854_athena_commando_m_samuraiultraarmorcorrupt/icon.png", "chapter": "2", "season": "4", "set": "Web of Corruption"}, {"name": "Corrupted Voyager", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_499_athena_commando_f_astronautevil/icon.png", "chapter": "1", "season": "X", "set": "Space Explorers"}, {"name": "Coruscant Guard", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme_red/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Corvida", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plumedstare/icon.png", "chapter": "6", "season": "1", "set": "Shadow Dancer"}, {"name": "Corvus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clawedraven/icon.png", "chapter": "5", "season": "4", "set": "Feathermore"}, {"name": "Cosma", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_relaystickbounty/icon.png", "chapter": "5", "season": "2", "set": "Coachella"}, {"name": "CouRage", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bolddormrise/icon.png", "chapter": "7", "season": "1", "set": "CouRage"}, {"name": "Courageous Knight", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bolddormwork/icon.png", "chapter": "7", "season": "1", "set": "CouRage"}, {"name": "Court Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclasssecond_b/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Court Controller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclass/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Court Queen Erisa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_knightcatracket/icon.png", "chapter": "4", "season": "3", "set": "Wish, Set, Match"}, {"name": "Courtside Axo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oatmealspreadgolem/icon.png", "chapter": "6", "season": "2", "set": "Fort Ballers"}, {"name": "Covert Cobalt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bluemystery_dark/icon.png", "chapter": "3", "season": "4", "set": "Agency Renegades"}, {"name": "Crackabella", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_302_athena_commando_f_nutcracker/icon.png", "chapter": "1", "season": "7", "set": "Nutcracker"}, {"name": "Creature Caretaker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadcycle_e/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Crossbar Crusher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_944_athena_commando_f_football20_c_fo6iy/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Crossover Champion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_087_athena_commando_f_hardwood_c_aou16/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Crowne", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_venomsoul/icon.png", "chapter": "7", "season": "1", "set": "Checkmate"}, {"name": "Cruella de Vil", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_freshwave/icon.png", "chapter": "5", "season": "4", "set": "Disney Villains"}, {"name": "Cube Assassin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_865_athena_commando_f_cloakedassassin_1xkht/icon.png", "chapter": "2", "season": "8", "set": "Glyph Aura"}, {"name": "Cuddle Team Rider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_popdroid/icon.png", "chapter": "6", "season": "5", "set": "Cuddle Rider"}, {"name": "Cuddle Team Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sacredcuddle/icon.png", "chapter": "6", "season": "1", "set": "Tactical Hearts"}, {"name": "Cuddlepool", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_746_athena_commando_f_fuzzybear/icon.png", "chapter": "2", "season": "2", "set": "Deadpool"}, {"name": "Culture Club Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_cherry/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Cursed Jack Sparrow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_springbreaktrip/icon.png", "chapter": "5", "season": "3", "set": "Pirates of the Caribbean"}, {"name": "Cursed Kodama", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ancientleer/icon.png", "chapter": "6", "season": "5", "set": "Kodama's Curse"}, {"name": "Customized Captain", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_150_athena_commando_f_pliant_d/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Cybernetic Assault Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dimeaviator/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Cyborg", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_floralcardinal/icon.png", "chapter": "6", "season": "4", "set": "Teen Titans"}, {"name": "Cyclops", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_saladdressing/icon.png", "chapter": "5", "season": "3", "set": "X-Men"}, {"name": "D.Va", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skiffgrind/icon.png", "chapter": "7", "season": "2", "set": "Overwatch"}, {"name": "DJ Yonder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_233_athena_commando_m_fortnitedj/icon.png", "chapter": "1", "season": "6", "set": "Twin Turntables"}, {"name": "Dabi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_earthlane/icon.png", "chapter": "5", "season": "2", "set": "My Hero Academia"}, {"name": "Daenerys Targaryen", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_outlinelove/icon.png", "chapter": "7", "season": "2", "set": "Ice and Fire"}, {"name": "Daffy Duck", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_notchgnarl/icon.png", "chapter": "7", "season": "2", "set": "Looney Tunes"}, {"name": "Dagobah Luke", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wideplane/icon.png", "chapter": "5", "season": "2", "set": "Original Trilogy"}, {"name": "Dahlia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lilac/icon.png", "chapter": "4", "season": "2", "set": "Unseen Genius"}, {"name": "Daigo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mistmylar_claw/icon.png", "chapter": "6", "season": "1", "set": "Thousand Faces"}, {"name": "Dalgona Destroyer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakedrift_d/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Dali", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dollenthusiast/icon.png", "chapter": "5", "season": "4", "set": "Fuzzy Phenom"}, {"name": "Damon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nickelscan/icon.png", "chapter": "7", "season": "2", "set": "All-Seeing"}, {"name": "Danica", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_candycharm/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Danny Fenton", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kneelreedy/icon.png", "chapter": "7", "season": "1", "set": "Danny Phantom"}, {"name": "Dante", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_252_athena_commando_m_muertos/icon.png", "chapter": "1", "season": "6", "set": "Muertos"}, {"name": "Daphne Blake", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_arcanaagate/icon.png", "chapter": "6", "season": "5", "set": "Mystery Inc."}, {"name": "Dara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldenpleats/icon.png", "chapter": "5", "season": "1", "set": "Rogue Scout"}, {"name": "Daredevil", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_895_athena_commando_m_delisandwich/icon.png", "chapter": "2", "season": "4", "set": "Daredevil"}, {"name": "Daring Duelist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_396_athena_commando_f_swashbuckler/icon.png", "chapter": "1", "season": "8", "set": "Scallywags"}, {"name": "Dark Bomber", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_229_athena_commando_f_darkbomber/icon.png", "chapter": "1", "season": "6", "set": "Lightning & Thunderstorms"}, {"name": "Dark Doggo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hazardedge/icon.png", "chapter": "2", "season": "Remix", "set": "Darkest Grumblings"}, {"name": "Dark Phoenix", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_231_athena_commando_f_ashes_tkgk9/icon.png", "chapter": "2", "season": "8", "set": "The Phoenix Force"}, {"name": "Dark Power Chord", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_574_athena_commando_f_cuberockerpunk/icon.png", "chapter": "2", "season": "1", "set": "Volume 11"}, {"name": "Dark Priestess Naomi", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_362_athena_commando_f_thrivespirit/icon.png", "chapter": "3", "season": "1", "set": "Naomi Osaka"}, {"name": "Dark Red Knight", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_512_athena_commando_f_cubepaintredknight/icon.png", "chapter": "1", "season": "X", "set": "Fort Knights"}, {"name": "Dark Ruby", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_darkvogue/icon.png", "chapter": "5", "season": "4", "set": "Dark Stripes"}, {"name": "Dark Skully", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_850_athena_commando_f_skullbritecube/icon.png", "chapter": "2", "season": "4", "set": "Darkening"}, {"name": "Dark Voyager (Reality Redacted)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spaceplunge/icon.png", "chapter": "7", "season": "1", "set": "Void Explorer"}, {"name": "Dark Wild Card", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_511_athena_commando_m_cubepaintwildcard/icon.png", "chapter": "1", "season": "X", "set": "Getaway Gang"}, {"name": "Darkheart", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_799_athena_commando_f_cupiddark/icon.png", "chapter": "2", "season": "3", "set": "Team Heartbreak"}, {"name": "Darth Jar Jar", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_moleacornpecan/icon.png", "chapter": "6", "season": "3", "set": "The Prequel Trilogy"}, {"name": "Darth Maul", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cirrusvine/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Darth Vader", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_422_athena_commando_m_realm/icon.png", "chapter": "3", "season": "3", "set": "Darth Vader"}, {"name": "Darth Vader Samurai", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sequinpie/icon.png", "chapter": "6", "season": "1", "set": "Star Wars Samurai"}, {"name": "Daryl Dixon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_977_athena_commando_m_wombat_r7q8k/icon.png", "chapter": "2", "season": "5", "set": "Survivors in Arms"}, {"name": "Dasha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steedshimmer_shire/icon.png", "chapter": "7", "season": "2", "set": "Rowdy Reputation"}, {"name": "Dave the Diver", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_valueenjoy/icon.png", "chapter": "7", "season": "3", "set": "Dave the Diver"}, {"name": "Davy Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_accentwall/icon.png", "chapter": "5", "season": "3", "set": "Pirates of the Caribbean"}, {"name": "Dawn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_308_athena_commando_f_sunshine/icon.png", "chapter": "3", "season": "1", "set": "Celestial Phase"}, {"name": "Ddakji Defender", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakedrift/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Deadpool (Pen & Ink)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_driedsilk/icon.png", "chapter": "5", "season": "3", "set": "Deadpool & Wolverine"}, {"name": "Deathstroke Zero", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_103_athena_commando_m_grim_vm52m/icon.png", "chapter": "2", "season": "6", "set": "Batman: Zero Point"}, {"name": "Dee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_finedining/icon.png", "chapter": "6", "season": "6", "set": null}, {"name": "Deeno", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_trickydino/icon.png", "chapter": "6", "season": "2", "set": "Dino Star"}, {"name": "Deep Sea Destroyer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_320_athena_commando_m_nautilus/icon.png", "chapter": "1", "season": "7", "set": "Deep Sea"}, {"name": "Deep Sea Dominator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_319_athena_commando_f_nautilus/icon.png", "chapter": "1", "season": "7", "set": "Deep Sea"}, {"name": "Deimos", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_071_athena_commando_m_cranium/icon.png", "chapter": "2", "season": "6", "set": "Neo Underworld"}, {"name": "Deja Grimm", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_renegadewhip/icon.png", "chapter": "6", "season": "2", "set": "Wayward Witch"}, {"name": "Delirium", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_588_athena_commando_m_goatrobe/icon.png", "chapter": "2", "season": "1", "set": "Arcane Arts"}, {"name": "Demi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_405_athena_commando_f_masako/icon.png", "chapter": "1", "season": "9", "set": "Scarlet Dragon"}, {"name": "Demise", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skullarcana/icon.png", "chapter": "7", "season": "1", "set": "Eternal Arcana"}, {"name": "Demonic Grunt Dark", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_robedsledge_cross_npc/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Demonic Grunt Light", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_robedmentor_cross_npc/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Deo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_830_athena_commando_m_spacewanderer/icon.png", "chapter": "2", "season": "3", "set": "Ancient Voyager"}, {"name": "Derby Dominator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_003_athena_commando_f_globalfb_c_j4h5j/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Derby Dynamo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_833_athena_commando_f_triplescoop/icon.png", "chapter": "2", "season": "3", "set": "Rink Raiders"}, {"name": "Desert Dawn Lyric", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tigerrootfame/icon.png", "chapter": null, "season": null, "set": "Coachella"}, {"name": "Dex Diamond", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_astrallilac/icon.png", "chapter": "6", "season": "4", "set": "Supernova Academy"}, {"name": "Die With A Smile Bruno", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dryerasecod/icon.png", "chapter": "6", "season": "4", "set": "Bruno Mars"}, {"name": "Dino Megazord", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ensurehall_snag/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Doc Brown", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pintpiano/icon.png", "chapter": "7", "season": "1", "set": "Back to the Future"}, {"name": "Doctor Doom", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_846_athena_commando_m_hightowerdate/icon.png", "chapter": "2", "season": "4", "set": "Doctor Doom"}, {"name": "Doctor Malachite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_greenhazard/icon.png", "chapter": "6", "season": "6", "set": "Viridian Labs"}, {"name": "Doctor Slone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_113_athena_commando_f_innovator/icon.png", "chapter": "2", "season": "7", "set": "IO Inquest"}, {"name": "Doctor Strange", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_367_athena_commando_m_mystic/icon.png", "chapter": "3", "season": "2", "set": "Doctor Strange"}, {"name": "Doggo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_419_athena_commando_m_pug/icon.png", "chapter": "1", "season": "9", "set": "Grumble Gang"}, {"name": "Doja Cat", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tangyradishflame/icon.png", "chapter": "6", "season": "5", "set": "Doja Cat"}, {"name": "Dominion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_587_athena_commando_m_devilrock/icon.png", "chapter": "2", "season": "1", "set": "Diabolical"}, {"name": "Domino", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_736_athena_commando_f_donutdish/icon.png", "chapter": "2", "season": "2", "set": "X-Force"}, {"name": "Don Eggcracker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_roosterroast/icon.png", "chapter": "6", "season": "6", "set": "Rooster's Roast"}, {"name": "Donatello", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_qualitycreek/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Doom", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_anglepatch_lodge/icon.png", "chapter": "5", "season": "4", "set": "Doom of Latveria"}, {"name": "Doom 2099", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snailaisle/icon.png", "chapter": "6", "season": "1", "set": "Rivals"}, {"name": "Doom Dancer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_249_athena_commando_f_zombieelastic/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Doom Slayer", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_redpepper/icon.png", "chapter": "4", "season": "1", "set": "Ultra-Nightmare"}, {"name": "Doombot Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_apparition_grunt/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Dorian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gildedbrick/icon.png", "chapter": "7", "season": "1", "set": "Dawnbreak Duelist"}, {"name": "Double Agent Hush", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_786_athena_commando_f_cavalrybandit_ghost/icon.png", "chapter": "2", "season": "3", "set": "Double Agent"}, {"name": "Double Agent Wildcard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_787_athena_commando_m_heist_ghost/icon.png", "chapter": "2", "season": "3", "set": "Double Agent"}, {"name": "Double Helix", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_183_athena_commando_m_modernmilitaryred/icon.png", "chapter": "1", "season": "6", "set": "Double Helix"}, {"name": "Doughberman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_batterboi/icon.png", "chapter": "6", "season": "1", "set": "Pure Bread"}, {"name": "Dozy Dreamer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleepyuni/icon.png", "chapter": "6", "season": "5", "set": "Good Night, Sweet Dreams"}, {"name": "Dr. Bleeker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chempencil/icon.png", "chapter": "6", "season": "2", "set": "Gamma Wavebreak"}, {"name": "Dr. Doofenshmirtz", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_peacescarf/icon.png", "chapter": "7", "season": "2", "set": "Phineas and Ferb"}, {"name": "Dr. Theodore Flyesbee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crawlytech/icon.png", "chapter": "6", "season": "5", "set": "Fly-entific Method"}, {"name": "Dr. VinderBot", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prismparticle/icon.png", "chapter": "5", "season": "2", "set": "Vinderman 2.0"}, {"name": "Dragonheart Demi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_masakoreign/icon.png", "chapter": "7", "season": "3", "set": "Vermillion Dragon"}, {"name": "Drakon Steel Hybrid", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dracodueler/icon.png", "chapter": "4", "season": "4", "set": "Hybrid Evolved"}, {"name": "Drakon Steel Rider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedspeeder/icon.png", "chapter": "5", "season": "3", "set": "Scarlet Champion"}, {"name": "Drax", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_speakerbox/icon.png", "chapter": "5", "season": "2", "set": "Guardians Of The Galaxy"}, {"name": "Dread Fate", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_848_athena_commando_f_darkninjapurple/icon.png", "chapter": "2", "season": "4", "set": "Darkening"}, {"name": "Dread Omen", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_849_athena_commando_m_darkeaglepurple/icon.png", "chapter": "2", "season": "4", "set": "Darkening"}, {"name": "Dreamer", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_475_athena_commando_f_platinumblue/icon.png", "chapter": "3", "season": "3", "set": "Dreamer"}, {"name": "Dreamflower", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_193_athena_commando_f_hippie/icon.png", "chapter": "1", "season": "5", "set": "Flower Power"}, {"name": "Dude", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_159_athena_commando_m_cashier_7k3f0/icon.png", "chapter": "2", "season": "7", "set": "Free Guy"}, {"name": "Dueling Dragons Jackie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fastrabbit/icon.png", "chapter": "7", "season": "2", "set": null}, {"name": "Duke", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pointwoof/icon.png", "chapter": "6", "season": "2", "set": "Barkington Style Agency"}, {"name": "Dupli-Kate", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hollydessert/icon.png", "chapter": "6", "season": "2", "set": "Guardians of the Globe"}, {"name": "Durrr Taisho", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dashsurge/icon.png", "chapter": "6", "season": "1", "set": "Durrr Omakase"}, {"name": "Dusk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_227_athena_commando_f_vampire/icon.png", "chapter": "1", "season": "6", "set": "Nite Coven"}, {"name": "Dustin Henderson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cindergale/icon.png", "chapter": "6", "season": "6", "set": "Stranger Things"}, {"name": "Dusty", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chainmail/icon.png", "chapter": "4", "season": "1", "set": "Night Game"}, {"name": "Dwight Schrute", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oxidehoard/icon.png", "chapter": "7", "season": "1", "set": "The Office"}, {"name": "Dylan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_livelysugar_syrup/icon.png", "chapter": "7", "season": "3", "set": "Mercenary Heartbreaker"}, {"name": "Dynamic Dreamer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_droveray/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "Dynamo Dribbler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_086_athena_commando_f_hardwood_b_b7zqa/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Dynamo TNTina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_boomshot_blam/icon.png", "chapter": "2", "season": "Remix", "set": "KABOOM!"}, {"name": "EARTH Master Cole", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scalloplava/icon.png", "chapter": "7", "season": "1", "set": "LEGO NINJAGO®"}, {"name": "Eclipse", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silverbellwind/icon.png", "chapter": "5", "season": "2", "set": "Nike Airphoria"}, {"name": "Eco", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_068_athena_commando_m_terrainman/icon.png", "chapter": "2", "season": "6", "set": "Terra Firma"}, {"name": "Ed", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_inchescape/icon.png", "chapter": "7", "season": "1", "set": "Ed, Edd & Eddy"}, {"name": "Eddie Brock", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_204_athena_commando_m_clashv_sqnvj/icon.png", "chapter": "2", "season": "8", "set": "Symbiotes"}, {"name": "Edward Scissorhands", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shrimpstroll/icon.png", "chapter": "5", "season": "4", "set": "Edward Scissorhands"}, {"name": "Eijiro Kirishima", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_parrotpen/icon.png", "chapter": "4", "season": "4", "set": "My Hero Academia"}, {"name": "Eivor Varinsdottir", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_376_athena_commando_f_journeymentor_66vfp/icon.png", "chapter": "3", "season": "2", "set": "Tales from the Animus"}, {"name": "Eleven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_groovyreader/icon.png", "chapter": "4", "season": "OG", "set": "Stranger Things"}, {"name": "Elite Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_083_athena_commando_f_tactical/icon.png", "chapter": "1", "season": "3", "set": "Black Vector"}, {"name": "Elite Daigo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_straymanta/icon.png", "chapter": "7", "season": "1", "set": "The Elites"}, {"name": "Elite Jules", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cozymechanic_hen/icon.png", "chapter": "7", "season": "2", "set": "The Elites"}, {"name": "Elite Mongraal", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vigorknackgolf/icon.png", "chapter": "7", "season": "3", "set": "Mongraal"}, {"name": "Elite Zadie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedtroopernoble/icon.png", "chapter": "6", "season": "2", "set": "The Elites"}, {"name": "Elizabeth Swann", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stonelion/icon.png", "chapter": "5", "season": "3", "set": "Pirates of the Caribbean"}, {"name": "Ella Slurp", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_strikinglybright/icon.png", "chapter": "6", "season": "4", "set": "Slurp Dynasty"}, {"name": "Ellen Ripley", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_026_athena_commando_f_kepler_2g59m/icon.png", "chapter": "2", "season": "5", "set": "In Space..."}, {"name": "Elmira", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_270_athena_commando_f_witch/icon.png", "chapter": "1", "season": "6", "set": "Arcane Arts"}, {"name": "Elowen", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_autumndelivery/icon.png", "chapter": "5", "season": "2", "set": "Fate-Carved Warrior"}, {"name": "Ember", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_351_athena_commando_f_fireelf/icon.png", "chapter": "1", "season": "8", "set": "Ashen Guard"}, {"name": "Emma Frost", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pipershelf_pearl/icon.png", "chapter": "5", "season": "4", "set": "Emma Frost"}, {"name": "Emperor Palpatine", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clawpad_host/icon.png", "chapter": "6", "season": "3", "set": "Original Trilogy"}, {"name": "Emperor Zurg", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dandyflare/icon.png", "chapter": "7", "season": "2", "set": "Toy Story"}, {"name": "End Zone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_207_athena_commando_m_footballdudea/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Enigmatic Gaga", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pastasaucespice/icon.png", "chapter": "5", "season": "1", "set": "Lady Gaga"}, {"name": "Ennui", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fondbreak/icon.png", "chapter": "7", "season": "1", "set": "Sisters of the Heart"}, {"name": "Eren Jaeger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clearradius/icon.png", "chapter": "4", "season": "2", "set": "Special Operations Squad"}, {"name": "Eric Cartman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_morningsoak_cook/icon.png", "chapter": "7", "season": "1", "set": "Gonna Have Myself A Time"}, {"name": "Erisa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_372_athena_commando_f_knightcat/icon.png", "chapter": "3", "season": "2", "set": "Wish Guardian"}, {"name": "Errant", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_defectblip/icon.png", "chapter": "3", "season": "4", "set": "Machine Learning"}, {"name": "EsDeeKid", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stuffrasp/icon.png", "chapter": "7", "season": "2", "set": "EsDeeKid"}, {"name": "Esme", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fondaim/icon.png", "chapter": "7", "season": "1", "set": "Sisters of the Heart"}, {"name": "Eternal Voyager", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_489_athena_commando_m_voyagerremix/icon.png", "chapter": "1", "season": "X", "set": "Space Explorers"}, {"name": "Ether", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_410_athena_commando_m_cyberscavenger/icon.png", "chapter": "1", "season": "9", "set": "Neochaser"}, {"name": "Eva", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pawjasminesword/icon.png", "chapter": "6", "season": "4", "set": "Street Vision"}, {"name": "Evie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_425_athena_commando_f_bluejay/icon.png", "chapter": "3", "season": "3", "set": "Syndicate Idol"}, {"name": "Evie X", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_redjay/icon.png", "chapter": "6", "season": "5", "set": "Peace Syndicate"}, {"name": "Exalted Ice King", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_briskreign/icon.png", "chapter": "7", "season": "2", "set": "Ice Kingdom"}, {"name": "Exo Stranger", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_469_athena_commando_f_wayfaremask/icon.png", "chapter": "3", "season": "3", "set": "Legends of Light and Dark"}, {"name": "Explorer Emilie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vitalinventorblock/icon.png", "chapter": "5", "season": "1", "set": "True Explorers"}, {"name": "Explorer Luna", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_selenedonna/icon.png", "chapter": "6", "season": "4", "set": "Celestial Bestie"}, {"name": "Extinguished Firebrand", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_251_athena_commando_f_zombieelastic_c/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Ezio Auditore", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_363_athena_commando_m_journey/icon.png", "chapter": "3", "season": "1", "set": "Tales from the Animus"}, {"name": "FFC Striker Sparkplug", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oasischeck/icon.png", "chapter": "6", "season": "6", "set": "Fortnite Football Club"}, {"name": "FIRE Master Kai", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_blessflan/icon.png", "chapter": "7", "season": "1", "set": "LEGO NINJAGO®"}, {"name": "Fabio Sparklemane", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_198_athena_commando_m_cerealbox/icon.png", "chapter": "2", "season": "8", "set": "Unicorn Flakes!!!"}, {"name": "Fable", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_231_athena_commando_f_redriding/icon.png", "chapter": "1", "season": "6", "set": "Red Riding"}, {"name": "Fadeaway", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_084_athena_commando_m_hardwood_e_ii9ys/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Far Out Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_192_athena_commando_m_hippie/icon.png", "chapter": "1", "season": "5", "set": "Flower Power"}, {"name": "Fashion Banshee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_206_athena_commando_f_textilesparkle_v8ysa/icon.png", "chapter": "2", "season": "8", "set": "Balenciaga Fit"}, {"name": "Fashion Elite Skully", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ivorybrite/icon.png", "chapter": "7", "season": "1", "set": "Skull & Bows"}, {"name": "Fast Break", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_080_athena_commando_m_hardwood_i15al/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Faun", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goatfish/icon.png", "chapter": "7", "season": "1", "set": "Goatfish"}, {"name": "Faye Valentine", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kneelens/icon.png", "chapter": "6", "season": "2", "set": "Cowboy Bebop"}, {"name": "Fearless Friend", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadcycle/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Felina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedscythe/icon.png", "chapter": "5", "season": "4", "set": "Kat's M.E.O.W."}, {"name": "Felinos", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedbayonet/icon.png", "chapter": "6", "season": "5", "set": "Kat's M.E.O.W."}, {"name": "Fennec Shand", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_338_athena_commando_f_galactic_hn9do/icon.png", "chapter": "3", "season": "1", "set": "Book of Boba Fett"}, {"name": "Fetch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fluffwoof/icon.png", "chapter": "6", "season": "2", "set": "Barkington Style Agency"}, {"name": "Field Agent Kyra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slimytune/icon.png", "chapter": "6", "season": "1", "set": "Impact Intelligence"}, {"name": "Field Favorite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulsespring_e/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Field Surgeon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_216_athena_commando_f_medic/icon.png", "chapter": "1", "season": "5", "set": "Support Squadron"}, {"name": "Finesse Forward", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclass_c/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Finn", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_633_athena_commando_m_galileoferry_pa3e1/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Finn Maw", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sharkfry/icon.png", "chapter": "6", "season": "2", "set": "Shark's Maw"}, {"name": "Finn the Human", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_puzzleshed/icon.png", "chapter": "6", "season": "2", "set": "Adventure Time"}, {"name": "Fionna the Human", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prongcling/icon.png", "chapter": "7", "season": "1", "set": "Adventure Time"}, {"name": "Fireworks Team Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_156_athena_commando_f_fuzzybearind/icon.png", "chapter": "1", "season": "4", "set": "Stars & Stripes"}, {"name": "First Order Stormtrooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kernelruse/icon.png", "chapter": "6", "season": "2", "set": "The New Trilogy"}, {"name": "Fish Thicc", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brawnybass/smallicon.png", "chapter": "4", "season": "4", "set": "Buffer Fish"}, {"name": "Fishdrift", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_driftavatar/icon.png", "chapter": "4", "season": "OG", "set": "Infinite Drift"}, {"name": "Fishpool", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steaksting/icon.png", "chapter": "5", "season": "4", "set": "Deadpool"}, {"name": "Fishskull", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_918_athena_commando_m_teriyakifishskull/icon.png", "chapter": "2", "season": "4", "set": "Skull Squad"}, {"name": "Flakes Power", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oceanbreeze/icon.png", "chapter": "4", "season": "1", "set": "Flakes Power"}, {"name": "Flakey the Snowbird", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_airkringle/icon.png", "chapter": "6", "season": "1", "set": "Flying North"}, {"name": "Flapjackie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_265_athena_commando_f_animaljackets/icon.png", "chapter": "1", "season": "6", "set": "Animal Jackets"}, {"name": "Flare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_454_athena_commando_m_glowbro/icon.png", "chapter": "1", "season": "9", "set": "Stormlight"}, {"name": "Fletcher Kane", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sherwolf_gnash/icon.png", "chapter": "6", "season": "2", "set": "The Baron"}, {"name": "Flick Fusion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lethalswipe/icon.png", "chapter": "6", "season": "6", "set": "Royale Hazard"}, {"name": "Flightalis", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_thickwatch/icon.png", "chapter": "6", "season": "1", "set": "Air Superiority"}, {"name": "Florin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_asterorder/icon.png", "chapter": "6", "season": "6", "set": "Flowering Chaos"}, {"name": "Flow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_731_athena_commando_f_neon/icon.png", "chapter": "2", "season": "5", "set": "Gleam Team"}, {"name": "Flying Stone Fighter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakesoul_d/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Formal Lucien West", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prodigyhaughty/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Formation Fighter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_942_athena_commando_f_football20_yqupk/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Francine Smith", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_growmallet/icon.png", "chapter": "7", "season": "3", "set": "American Dad!"}, {"name": "Fred Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oboethorn/icon.png", "chapter": "6", "season": "5", "set": "Mystery Inc."}, {"name": "Free Kick Maverick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulsespring_b/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Freediver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coolsuitable/icon.png", "chapter": "6", "season": "6", "set": null}, {"name": "Freestyle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_502_athena_commando_f_reverb/icon.png", "chapter": "1", "season": "X", "set": null}, {"name": "Fresh Aura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_154_athena_commando_f_treasurehunterfashionmint/icon.png", "chapter": "2", "season": "8", "set": "Minty Legends"}, {"name": "Frieza", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cleveredge/icon.png", "chapter": "5", "season": "1", "set": "Dragon Ball"}, {"name": "Front Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_autumnfern/icon.png", "chapter": "6", "season": "5", "set": "The Games"}, {"name": "Frost Broker", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_987_athena_commando_m_frostbyte/icon.png", "chapter": "2", "season": "5", "set": "Frost Legends"}, {"name": "Froststorm Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lunargum/icon.png", "chapter": "6", "season": "1", "set": "Snow & Storm"}, {"name": "Frozen Fishstick", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_656_athena_commando_m_teriyakifishfreezerburn/icon.png", "chapter": "2", "season": "1", "set": "Polar Legends"}, {"name": "Frozen Nog Ops", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_653_athena_commando_f_uglysweaterfrozen/icon.png", "chapter": "2", "season": "1", "set": "Polar Legends"}, {"name": "Frozone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_satincheddar/icon.png", "chapter": "5", "season": "4", "set": "The Incredibles"}, {"name": "Funk Ops", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_038_athena_commando_m_disco/icon.png", "chapter": "1", "season": "1", "set": "Fortnite Fever"}, {"name": "Futura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lucidvibe/icon.png", "chapter": "6", "season": "3", "set": "Bright Futura"}, {"name": "Fyra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_324_athena_commando_f_barbarian/icon.png", "chapter": "1", "season": "7", "set": "Primal Hunters"}, {"name": "GHOST Merc", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firthangelghost/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "GHOST Monks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toymonkeyorca/icon.png", "chapter": "6", "season": "2", "set": "Sock 'em"}, {"name": "GM08", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stridemicedeep/icon.png", "chapter": "6", "season": "5", "set": "Daft Punk"}, {"name": "Gaara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_434_athena_commando_m_ensemblemaroon/icon.png", "chapter": "3", "season": "3", "set": "Naruto"}, {"name": "Gala Glimmer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_galamaiden/icon.png", "chapter": "6", "season": "1", "set": "Winter Espionage"}, {"name": "Galactico", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_997_athena_commando_m_globalfb_c_n6i4h/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Galaxy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_175_athena_commando_m_celestial/icon.png", "chapter": "1", "season": "5", "set": "Galaxy"}, {"name": "Galaxy Crossfade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_starstray/icon.png", "chapter": "4", "season": "3", "set": "Hazy Dreambeats"}, {"name": "Gale", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_frozentouch/icon.png", "chapter": "7", "season": "1", "set": "Into the Maelstrom"}, {"name": "Gambit", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_340_athena_commando_m_gimmick_hk68x/icon.png", "chapter": "3", "season": "1", "set": "Rogue & Gambit"}, {"name": "Games Guard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakeclub/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Games Manager", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakepurse/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Gamora", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_157_athena_commando_f_stereo_3a08z/icon.png", "chapter": "2", "season": "7", "set": "Guardians Of The Galaxy"}, {"name": "Garog", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tractorfair/icon.png", "chapter": "6", "season": "1", "set": "UT"}, {"name": "General Grievous", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_muffinladle_gas/icon.png", "chapter": "6", "season": "3", "set": "The Prequel Trilogy"}, {"name": "Genji", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_facetblom/icon.png", "chapter": "7", "season": "2", "set": "Overwatch"}, {"name": "Genos", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_armyflour/icon.png", "chapter": "6", "season": "5", "set": "One-Punch Man"}, {"name": "Geometrik", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_870_athena_commando_m_kevincouture/icon.png", "chapter": "2", "season": "8", "set": "Glyph Echo"}, {"name": "Geralt of Rivia", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_magicmeadow/icon.png", "chapter": "4", "season": "1", "set": "School of the Wolf"}, {"name": "Ghost", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_henchmangood/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Ghost Face", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_purecereal/icon.png", "chapter": "6", "season": "5", "set": "Ghost Face"}, {"name": "Ghost Ri-Durrr", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_freedrive/icon.png", "chapter": "5", "season": "4", "set": "Ghost Ri-Durrr"}, {"name": "Ghost Rider", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_924_athena_commando_m_embers/icon.png", "chapter": "2", "season": "4", "set": "Ghost Rider"}, {"name": "Ghoul", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scalybutcher/icon.png", "chapter": "6", "season": "1", "set": "Red Undead"}, {"name": "Ghoul Trooper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_029_athena_commando_f_halloween/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Gia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_076_athena_commando_f_dinocollector/icon.png", "chapter": "2", "season": "6", "set": "Bone Punk"}, {"name": "Giannis Antetokounmpo", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coyotetrail/icon.png", "chapter": "4", "season": "1", "set": "Giannis Antetokounmpo"}, {"name": "Giddy-up", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_234_athena_commando_m_llamarider/icon.png", "chapter": "1", "season": "6", "set": "Llama Rodeo"}, {"name": "Gilded Skully", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skullbritedot/icon.png", "chapter": "6", "season": "1", "set": "Skull & Bows"}, {"name": "Gilded Verge", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_militaryfashion_brigade/icon.png", "chapter": "6", "season": "2", "set": "Golden Tactical"}, {"name": "Gildedguy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_141_athena_commando_m_dojo/icon.png", "chapter": "2", "season": "7", "set": "Gildedguy"}, {"name": "Gildhart", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldenguard/icon.png", "chapter": "4", "season": "1", "set": "Golden Glory"}, {"name": "Ginger Gunner", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_048_athena_commando_f_holidaygingerbread/icon.png", "chapter": "1", "season": "1", "set": "Gingerbread"}, {"name": "Glacial Dummy", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_frostiron/icon.png", "chapter": "7", "season": "1", "set": "Snow Dummy"}, {"name": "Glam Gunner", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_upbeatiguana_b/icon.png", "chapter": "5", "season": "3", "set": "Three Stripe Squad"}, {"name": "Glass Bridge Survivor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakesoul/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Glitch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_defectglitch/icon.png", "chapter": "3", "season": "4", "set": "Machine Learning"}, {"name": "Globe Shaker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_629_athena_commando_m_snowglobe/icon.png", "chapter": "2", "season": "1", "set": "Frosty Fights"}, {"name": "Gnarly Charlie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grindrex/icon.png", "chapter": "7", "season": "2", "set": "T.Rux Shredder"}, {"name": "Gnash", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_894_athena_commando_m_palespooky/icon.png", "chapter": "2", "season": "4", "set": "Ultimate Reckoning"}, {"name": "Goal Getter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_woodsprice/icon.png", "chapter": "7", "season": "3", "set": null}, {"name": "Goal Guardian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulse_c/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Godzilla Evolved", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_blondejaw/icon.png", "chapter": "6", "season": "1", "set": "Monarch's Titans"}, {"name": "Gogo Yubari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_joltmosaic/icon.png", "chapter": "7", "season": "1", "set": "O-Ren's Assassins"}, {"name": "Goku Black", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dualparadox/icon.png", "chapter": "4", "season": "2", "set": "Dragon Ball"}, {"name": "Golden Focus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cyberfu_brigade/icon.png", "chapter": "6", "season": "2", "set": "Golden Tactical"}, {"name": "Golden Gear Midas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_390_athena_commando_m_blackbird/icon.png", "chapter": "3", "season": "4", "set": "Anime Legends"}, {"name": "Golden Mira", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lowerdrop/icon.png", "chapter": "7", "season": "1", "set": "KPop Demon Hunters"}, {"name": "Golden Rumi", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_turnvortex/icon.png", "chapter": "7", "season": "1", "set": "KPop Demon Hunters"}, {"name": "Golden Zoey", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hybridboot/icon.png", "chapter": "7", "season": "1", "set": "KPop Demon Hunters"}, {"name": "Gong-gi Great", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakesoul_e/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Grace Ashcroft", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gongfiddle/icon.png", "chapter": "7", "season": "1", "set": "Requiem for the Past"}, {"name": "Grave", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_898_athena_commando_m_flowerskeleton/icon.png", "chapter": "2", "season": "4", "set": "Ultimate Reckoning"}, {"name": "Grave Feather", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_043_athena_commando_m_darkminion/icon.png", "chapter": "2", "season": "6", "set": "Night Flight"}, {"name": "Graven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_217_athena_commando_m_critterraven/icon.png", "chapter": "2", "season": "8", "set": "Graven's Curse"}, {"name": "Green Arrow", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_985_athena_commando_m_tiptoe_5l424/icon.png", "chapter": "2", "season": "5", "set": "Arrow"}, {"name": "Green Goblin", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_328_athena_commando_m_foe_s31za/icon.png", "chapter": "3", "season": "1", "set": "Green Goblin"}, {"name": "Green Jade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nigirininja/icon.png", "chapter": "6", "season": "1", "set": "Fighting Spirit"}, {"name": "Green Light Guardian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakedrift_b/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Green Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_satirecane_ode/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Green Roots Billie", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_phonecharger/icon.png", "chapter": "5", "season": "2", "set": "Billie Eilish"}, {"name": "Greta Grim", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wingedeye/icon.png", "chapter": "6", "season": "4", "set": "Hexed & Haunted"}, {"name": "Gridiron", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_208_athena_commando_m_footballdudeb/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Grim Fable", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_579_athena_commando_f_redridingremix/icon.png", "chapter": "2", "season": "1", "set": "Red Riding"}, {"name": "Grimey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_069_athena_commando_m_accumulate/icon.png", "chapter": "2", "season": "6", "set": "Marked Man"}, {"name": "Grimoire", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_899_athena_commando_f_poison/icon.png", "chapter": "2", "season": "4", "set": "Forsaken"}, {"name": "Grind", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_424_athena_commando_m_vigilante/icon.png", "chapter": "1", "season": "9", "set": "Hang Time"}, {"name": "Groot", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_840_athena_commando_m_hightowergrape/icon.png", "chapter": "2", "season": "4", "set": "Groot"}, {"name": "Grotto", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_paddedarmorarctic/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Growler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_264_athena_commando_m_animaljackets/icon.png", "chapter": "1", "season": "6", "set": "Animal Jackets"}, {"name": "Grriz", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_badbear/icon.png", "chapter": "3", "season": "4", "set": "Growlin' Grriz"}, {"name": "Guan Yu", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_247_athena_commando_m_guanyu/icon.png", "chapter": "1", "season": "6", "set": "Guan Yu"}, {"name": "Guardian Amara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_400_athena_commando_f_shinycreature/icon.png", "chapter": "3", "season": "2", "set": "Goldenbane Guardian"}, {"name": "Guffmas Tree", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cometholiday/icon.png", "chapter": "6", "season": "1", "set": "A Very Guff WinterFest"}, {"name": "Guggimon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_115_athena_commando_m_antique/icon.png", "chapter": "2", "season": "7", "set": "Guggimon"}, {"name": "Guile", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_161_athena_commando_m_quarrel_slxqg/icon.png", "chapter": "2", "season": "7", "set": "Street Fighter"}, {"name": "Gumbo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_289_athena_commando_m_gumball/icon.png", "chapter": "3", "season": "1", "set": "Chew It Yourself"}, {"name": "Gummi Team Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sweetcuddle/icon.png", "chapter": "5", "season": "4", "set": "Gummi Guard"}, {"name": "Gumshoe", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_155_athena_commando_f_gumshoe/icon.png", "chapter": "1", "season": "4", "set": "Hardboiled"}, {"name": "Gunnar", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_370_athena_commando_m_orderguard/icon.png", "chapter": "3", "season": "2", "set": "IO Inquest"}, {"name": "Gunslinger Calamity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_millionairecowgirl/icon.png", "chapter": "5", "season": "1", "set": "Gilded Elites"}, {"name": "Gutbomb", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_505_athena_commando_m_militiamascotburger/icon.png", "chapter": "1", "season": "X", "set": "The Leftovers"}, {"name": "Gwen Tennyson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wordunity/icon.png", "chapter": "7", "season": "2", "set": "Ben 10"}, {"name": "Gwenpool", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pillowmill_mastery/icon.png", "chapter": "5", "season": "4", "set": "Gwenpool"}, {"name": "Hacivat", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_219_athena_commando_m_hacivat/icon.png", "chapter": "1", "season": "5", "set": "Hacivat"}, {"name": "Hades (Lord of the Dead)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flickledge/icon.png", "chapter": "7", "season": "2", "set": "Disney's Hercules"}, {"name": "Hairpin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clinchmetal/icon.png", "chapter": "6", "season": "4", "set": null}, {"name": "Hajime", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_healedscar/icon.png", "chapter": "6", "season": "1", "set": "Tough Tanuki"}, {"name": "Half-Court Hero", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_081_athena_commando_m_hardwood_b_jrp29/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Hallway Hero", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadcycle_b/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Han Solo", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_distantechopilot/icon.png", "chapter": "3", "season": "4", "set": "Original Trilogy"}, {"name": "Hana", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_452_athena_commando_f_barium/icon.png", "chapter": "4", "season": "1", "set": "Downhill Demon"}, {"name": "Hana Park", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_saxopop/icon.png", "chapter": "6", "season": "5", "set": "Starlit Idol"}, {"name": "Hangtime", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_269_athena_commando_f_hastestreet_b563i/icon.png", "chapter": "2", "season": "8", "set": "Air Jordan XI Cool Grey"}, {"name": "Hank Hill", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hedgesprig/icon.png", "chapter": "6", "season": "4", "set": "King of the Hill"}, {"name": "Harley Quinn", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_704_athena_commando_f_lollipoptrickster/icon.png", "chapter": "2", "season": "1", "set": "Gotham City"}, {"name": "Harlowe", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_290_athena_commando_f_motorcyclist/icon.png", "chapter": "3", "season": "1", "set": "Deep Future Outlaw"}, {"name": "Harry Kane", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_107_athena_commando_m_lasso_jhza3/icon.png", "chapter": "2", "season": "7", "set": "HurriKane"}, {"name": "Haruka of the Masks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_anodizedmetal/icon.png", "chapter": "6", "season": "1", "set": "Shadow of the Masks"}, {"name": "Hatsune Miku", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jadetowelgloss/icon.png", "chapter": "6", "season": "1", "set": "Hatsune Miku"}, {"name": "Hattie Chirps", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rinkhat_trick/icon.png", "chapter": "7", "season": "1", "set": "Sasclasher"}, {"name": "Haunted Hunter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_244_athena_commando_m_zombieelastic/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Haven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_291_athena_commando_f_islandnomad/icon.png", "chapter": "3", "season": "1", "set": "Kindred Spirit"}, {"name": "Hay Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_235_athena_commando_m_scarecrow/icon.png", "chapter": "1", "season": "6", "set": "Straw Stuffed"}, {"name": "Haylee Skye", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bentbaton/icon.png", "chapter": "6", "season": "4", "set": "Pep Monster"}, {"name": "Hazard Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_128_athena_commando_f_hazmat/icon.png", "chapter": "1", "season": "4", "set": "Outbreak"}, {"name": "Hazard Hare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_happyhopper/icon.png", "chapter": "6", "season": "2", "set": "Pastel Patrol"}, {"name": "He-Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rebeltempo/icon.png", "chapter": "7", "season": "3", "set": "Masters of the Universe"}, {"name": "Heartbreak Ranger", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cupidevil/icon.png", "chapter": "4", "season": "4", "set": "Heartbreak Royale"}, {"name": "Heartbreaker Shadow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rebarghoul/icon.png", "chapter": "6", "season": "1", "set": "Cuddle Wings"}, {"name": "Heartseeker Aphrodite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_liftingrays/icon.png", "chapter": "6", "season": "4", "set": "Summer of the Heart"}, {"name": "Heatwave PJ", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_localtalent_daisy/icon.png", "chapter": "7", "season": "3", "set": "Radio Runner"}, {"name": "Heavy Grunt Wastelander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_furynyx/icon.png", "chapter": "6", "season": "2", "set": "Legion Wastelanders"}, {"name": "Hedron", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_730_athena_commando_m_stars/icon.png", "chapter": "2", "season": "5", "set": "Edge Factor"}, {"name": "Heidi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_226_athena_commando_f_octoberfest/icon.png", "chapter": "1", "season": "6", "set": "Oktoberfest"}, {"name": "Hel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rampagediva_jade/icon.png", "chapter": "7", "season": "2", "set": "Hel's Underworld"}, {"name": "Hela Odinsdottir", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cowboyhat/icon.png", "chapter": "5", "season": "2", "set": "Ragnarok"}, {"name": "Helsie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sharpfang/icon.png", "chapter": "4", "season": "1", "set": "Let's Hunt Vampires"}, {"name": "Helsie Midnight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mysticfang/icon.png", "chapter": "6", "season": "5", "set": "High Stakes Nitemares"}, {"name": "Hemlock", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_608_athena_commando_f_modernwitch/icon.png", "chapter": "2", "season": "1", "set": "Arcane Arts"}, {"name": "Hensey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_omelettepop/icon.png", "chapter": "6", "season": "4", "set": "Coop Master"}, {"name": "Hercules", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_paradelotus/icon.png", "chapter": "7", "season": "2", "set": "Disney's Hercules"}, {"name": "Hero Baymax", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oysterknock/icon.png", "chapter": "6", "season": "1", "set": "Big Hero 6"}, {"name": "Heroic Hope", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brightdisk/icon.png", "chapter": "5", "season": "4", "set": "Hope Bringer"}, {"name": "Hesper King", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_neonglow/icon.png", "chapter": "6", "season": "3", "set": "Good Luck Gunslinger"}, {"name": "Hexed Haze", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gothdevil/icon.png", "chapter": "2", "season": "Remix", "set": "Underworld Star"}, {"name": "Highland Warrior", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_099_athena_commando_f_scathach/icon.png", "chapter": "1", "season": "3", "set": "Laoch"}, {"name": "Highwire", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vitalpsych/icon.png", "chapter": "4", "season": "2", "set": "Chaos Artist"}, {"name": "Himiko Toga", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_craftglue/icon.png", "chapter": "5", "season": "2", "set": "My Hero Academia"}, {"name": "Hinata Hyuga", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_435_athena_commando_f_ensemble/icon.png", "chapter": "3", "season": "3", "set": "Naruto"}, {"name": "Hit Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_726_athena_commando_m_targetpractice/icon.png", "chapter": "2", "season": "2", "set": "Ready, aim, fire!"}, {"name": "Hollowhead", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_243_athena_commando_m_pumpkinslice/icon.png", "chapter": "1", "season": "6", "set": "Pumpkin Patch"}, {"name": "Homer Simpson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silentnovel_vane/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Honeydancer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ballerina_honey/icon.png", "chapter": "5", "season": "2", "set": "Fae Ballet"}, {"name": "Honor Guard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_342_athena_commando_m_streetracermetallic/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Hope", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_voidredemption_rebel/icon.png", "chapter": "5", "season": "1", "set": "The Underground"}, {"name": "Hoplite Giannis", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coyotetraildark/icon.png", "chapter": "4", "season": "1", "set": "Giannis Antetokounmpo"}, {"name": "Horizon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_relaystick/icon.png", "chapter": "5", "season": "2", "set": "Coachella"}, {"name": "Horrorsonic", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_245_athena_commando_m_zombieelastic_b/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Hoshimachi Suisei", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flinttwirl/icon.png", "chapter": "7", "season": "1", "set": "Hoshimachi Suisei"}, {"name": "Hothouse", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_506_athena_commando_m_militiamascottomato/icon.png", "chapter": "1", "season": "X", "set": "The Leftovers"}, {"name": "Hotwire", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_537_athena_commando_m_jumpstart/icon.png", "chapter": "1", "season": "X", "set": "Wild Shock"}, {"name": "Huggy Wuggy", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shyturkey/icon.png", "chapter": "6", "season": "5", "set": "Let's Play"}, {"name": "Hulk", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_basilstrong/icon.png", "chapter": "4", "season": "1", "set": "Hulk"}, {"name": "Human Bill", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_175_athena_commando_m_aliensummer/icon.png", "chapter": "2", "season": "7", "set": "Hot Alien Summer"}, {"name": "Huntress", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_163_athena_commando_f_viking/icon.png", "chapter": "1", "season": "5", "set": "Norse"}, {"name": "Huntress Helsie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prodigysage/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "ICE Master Zane", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ticketpoke/icon.png", "chapter": "7", "season": "1", "set": "LEGO NINJAGO®"}, {"name": "IG-11", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gallonbag/icon.png", "chapter": "5", "season": "3", "set": "The Mandalorian"}, {"name": "IKONIK", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_313_athena_commando_m_kpopfashion/icon.png", "chapter": "1", "season": "8", "set": "IKONIK"}, {"name": "IShowSpeed", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_honorbracejoust/icon.png", "chapter": "7", "season": "1", "set": "IShowSpeed"}, {"name": "ISuperSpeed", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_honorbraceleap/icon.png", "chapter": "7", "season": "1", "set": "IShowSpeed"}, {"name": "Ice Crystal", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_321_athena_commando_f_jurassicarchaeologywinter/icon.png", "chapter": "3", "season": "1", "set": "Black Ice"}, {"name": "Ice King", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sonnetspirit/icon.png", "chapter": "7", "season": "1", "set": "Adventure Time"}, {"name": "Ice Spice", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_berrytartriver/icon.png", "chapter": "2", "season": "Remix", "set": "Ice Spice"}, {"name": "Icebound Midas", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_320_athena_commando_m_catburglarwinter/icon.png", "chapter": "3", "season": "1", "set": "Black Ice"}, {"name": "Ichigo Kurosaki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lattestir/icon.png", "chapter": "7", "season": "1", "set": "BLEACH: TYBW"}, {"name": "Iconic Kim Kardashian", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainelime/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "Iconica Prime", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_truckscale/icon.png", "chapter": "6", "season": "2", "set": "Striped Striker"}, {"name": "Icy Holly Striker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pilestripes/icon.png", "chapter": "6", "season": "1", "set": "Cold Snap"}, {"name": "Icy Metal Mouth", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_glacialtrooper/icon.png", "chapter": "7", "season": "1", "set": "Metal Masq"}, {"name": "Ikora Rey", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_468_athena_commando_f_wayfare/icon.png", "chapter": "3", "season": "3", "set": "Legends of Light and Dark"}, {"name": "Imani", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dazzle/icon.png", "chapter": "4", "season": "2", "set": "Retro Redux"}, {"name": "Imperial Stormtrooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_613_athena_commando_m_columbus_7y4qe/icon.png", "chapter": "2", "season": "1", "set": "Original Trilogy"}, {"name": "Incinerator Kuno", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_134_athena_commando_f_bandageninjafire/icon.png", "chapter": "2", "season": "7", "set": "Magma Masters"}, {"name": "Indiana Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_423_athena_commando_m_canary/icon.png", "chapter": "3", "season": "3", "set": "Indiana Jones"}, {"name": "Indigo Kuno", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_660_athena_commando_f_bandageninjablue/icon.png", "chapter": "2", "season": "5", "set": "Falcon Clan"}, {"name": "Inferno Skeleton Balvin", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_keychain/icon.png", "chapter": "5", "season": "2", "set": "J Balvin"}, {"name": "Infinity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_507_athena_commando_m_starwalker/icon.png", "chapter": "1", "season": "X", "set": "Star Walker"}, {"name": "Interceptor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_212_athena_commando_f_footballgirlc/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Invincible", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_openended/icon.png", "chapter": "4", "season": "OG", "set": "Guardians of the Globe"}, {"name": "Iridia Vayne", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_azureblade/icon.png", "chapter": "6", "season": "3", "set": "Shining Sentinel"}, {"name": "Iron Man", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_agilerug/icon.png", "chapter": "6", "season": "1", "set": "Iron Legion"}, {"name": "Iron Man (MCU)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_auroraowl/icon.png", "chapter": "7", "season": "2", "set": "MCU Avengers"}, {"name": "Iron Man Mk 45", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bikemold/icon.png", "chapter": "5", "season": "4", "set": "Iron Man"}, {"name": "Iron Man Zero", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mercurialstorm/icon.png", "chapter": "3", "season": "4", "set": "Zero War"}, {"name": "Iron Spider", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_middlesock/icon.png", "chapter": "5", "season": "4", "set": "Iron Spider"}, {"name": "Isaac Clarke", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crimsonpeak/icon.png", "chapter": "4", "season": "1", "set": "Strange Transmissions"}, {"name": "Isabelle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_042_athena_commando_f_scholar/icon.png", "chapter": "2", "season": "6", "set": "Oakwitch Academy"}, {"name": "Island Adventure Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bananacake/icon.png", "chapter": "5", "season": "4", "set": "Nana Quest"}, {"name": "Iso", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_732_athena_commando_f_stars/icon.png", "chapter": "2", "season": "5", "set": "Edge Factor"}, {"name": "Itachi Uchiha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_432_athena_commando_m_ensemble/icon.png", "chapter": "3", "season": "3", "set": "Naruto"}, {"name": "Izuku Midoriya", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_emeraldglassgreen/icon.png", "chapter": "4", "season": "1", "set": "My Hero Academia"}, {"name": "J Balvin", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_182_athena_commando_m_vivid_lzgq3/icon.png", "chapter": "2", "season": "7", "set": "J Balvin"}, {"name": "J Balvin Redux", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_galaxylevel/icon.png", "chapter": "4", "season": "4", "set": "J Balvin"}, {"name": "J.B. Chimpanski", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_199_athena_commando_m_spacechimp/icon.png", "chapter": "2", "season": "8", "set": "Astronaut P-14"}, {"name": "Jack Gourdon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_244_athena_commando_m_pumpkinsuit/icon.png", "chapter": "1", "season": "6", "set": "Pumpkin Patch"}, {"name": "Jack Skellington", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_privatejet/icon.png", "chapter": "4", "season": "4", "set": "The Pumpkin King"}, {"name": "Jack Sparrow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_springbreak/icon.png", "chapter": "5", "season": "3", "set": "Pirates of the Caribbean"}, {"name": "Jackie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_speedbonny/icon.png", "chapter": "5", "season": "1", "set": null}, {"name": "Jade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_polishedjade_mind/icon.png", "chapter": "6", "season": "1", "set": "Cursed Guardian"}, {"name": "Jaeger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_323_athena_commando_m_barbarian/icon.png", "chapter": "1", "season": "7", "set": "Primal Hunters"}, {"name": "Jaina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shimmerzen/icon.png", "chapter": "6", "season": "1", "set": "Exalted Aeronaut"}, {"name": "Jake Sully", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coconutshell/icon.png", "chapter": "6", "season": "1", "set": "Avatar: Warriors of Pandora"}, {"name": "Jake the Dog", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twinkleloop/icon.png", "chapter": "6", "season": "2", "set": "Adventure Time"}, {"name": "James Hetfield", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_greatpool/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Jamila", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chicleveil/icon.png", "chapter": "4", "season": "4", "set": "Relic Reinventor"}, {"name": "Jana Pastel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vividsplash/icon.png", "chapter": "6", "season": "5", "set": "Perfect Hue"}, {"name": "Janky", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_183_athena_commando_m_antiquepal_s7a9w/icon.png", "chapter": "2", "season": "8", "set": "Janky"}, {"name": "Jar Jar Binks", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_moleacorngloam/icon.png", "chapter": "6", "season": "3", "set": "The Prequel Trilogy"}, {"name": "Jason", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gnatgala/icon.png", "chapter": "6", "season": "5", "set": "Jason Universe: Revenge"}, {"name": "Jax", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_recipewhole/icon.png", "chapter": "7", "season": "3", "set": "The Amazing Digital Circus"}, {"name": "Jax Spade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_billygold/icon.png", "chapter": "6", "season": "4", "set": "Jack of All Spades"}, {"name": "Jegi Juggler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakesoul_c/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Jella", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_partyjelly/icon.png", "chapter": "6", "season": "4", "set": "Party Jelly"}, {"name": "Jennifer Walters", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_842_athena_commando_f_hightowerhoneydew/icon.png", "chapter": "2", "season": "4", "set": "She-Hulk"}, {"name": "Jersey KizunaAI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_marchtreatbay/icon.png", "chapter": "7", "season": "1", "set": "KizunaAI"}, {"name": "Jess", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gatherbelt/icon.png", "chapter": "7", "season": "2", "set": null}, {"name": "Jewel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_radiantmove/icon.png", "chapter": "6", "season": "4", "set": "Supernova Academy"}, {"name": "Jill Valentine", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_222_athena_commando_f_relish_g6s5t/icon.png", "chapter": "2", "season": "8", "set": "S.T.A.R.S. Team"}, {"name": "Jin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skilledruby/icon.png", "chapter": "6", "season": "4", "set": "Golden Assassin"}, {"name": "Jing", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sphericaldefense/icon.png", "chapter": "5", "season": "3", "set": "Operatic Vengeance"}, {"name": "Jinu", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bountypond/icon.png", "chapter": "7", "season": "1", "set": "KPop Demon Hunters"}, {"name": "Jittershock", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_staticshades/icon.png", "chapter": "4", "season": "3", "set": "Spark of Adventure"}, {"name": "Joey Caliente", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_carolinachili/icon.png", "chapter": "5", "season": "3", "set": "Well-Seasoned"}, {"name": "John Cena", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_454_athena_commando_m_ohana/icon.png", "chapter": "3", "season": "3", "set": "John Cena"}, {"name": "John Rambo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_raisinhunt_rag/icon.png", "chapter": "7", "season": "3", "set": "Rambo"}, {"name": "John Wick (Pen & Ink)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_alpacalean_gel/icon.png", "chapter": "7", "season": "3", "set": null}, {"name": "Johnny Silverhand", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mustardtoast/icon.png", "chapter": "6", "season": "1", "set": "Night City Denizens"}, {"name": "Johnny Storm", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_eggnogfaucet/icon.png", "chapter": "6", "season": "4", "set": "Fantastic Four: First Steps"}, {"name": "Jolterror", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_253_athena_commando_f_zombieelastic_e/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Jon Snow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_curbrestore/icon.png", "chapter": "7", "season": "2", "set": "Ice and Fire"}, {"name": "Joni the Red", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silencer/icon.png", "chapter": "3", "season": "4", "set": "Let's Hunt Vampires"}, {"name": "Joni the Scarlet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prodigyfire/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Joss", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_traffichat_boba/icon.png", "chapter": "6", "season": "2", "set": "Chaotic Concoctions"}, {"name": "Jubilee", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sodamug/icon.png", "chapter": "5", "season": "3", "set": "X-Men"}, {"name": "Juice WRLD", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kelplinencalcium/icon.png", "chapter": "2", "season": "Remix", "set": "Juice WRLD"}, {"name": "Juke", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_238_athena_commando_f_footballgirld/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Jules", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_770_athena_commando_f_mechanicalengineer/icon.png", "chapter": "2", "season": "3", "set": "Intrepid Engines"}, {"name": "Jules Winnfield", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_backabsorb/icon.png", "chapter": "7", "season": "1", "set": "Wallace Organization"}, {"name": "Juliet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lacedcrimp/icon.png", "chapter": "6", "season": "2", "set": "Stayin' Solo"}, {"name": "KD Rattical", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_radrat/icon.png", "chapter": "7", "season": "2", "set": null}, {"name": "Kaeru", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadleaf/icon.png", "chapter": "6", "season": "3", "set": "Frog Warrior"}, {"name": "Kafka Hibino", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_surebamboo/icon.png", "chapter": "6", "season": "1", "set": "Kaiju No. 8"}, {"name": "Kai Cenat", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_essayviewmyth/icon.png", "chapter": "6", "season": "5", "set": "Kai Cenat"}, {"name": "Kait Diaz", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_294_athena_commando_f_rustybolt_db20x/icon.png", "chapter": "3", "season": "1", "set": "Delta-One"}, {"name": "Kakashi Hatake", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_262_athena_commando_m_headbandk/icon.png", "chapter": "2", "season": "8", "set": "Naruto"}, {"name": "Kala", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crispseason/icon.png", "chapter": "6", "season": "6", "set": "The Art of Battle"}, {"name": "Kane", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_630_athena_commando_m_kane/icon.png", "chapter": "2", "season": "1", "set": "Nightmare Yule"}, {"name": "Karasu", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_corvidstomp/icon.png", "chapter": "6", "season": "1", "set": "Crow Guide"}, {"name": "Karl Keyes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_smoothbeanie/icon.png", "chapter": "6", "season": "2", "set": "Urban Operator"}, {"name": "Karuta Harley Quinn", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cordsyrup/icon.png", "chapter": "6", "season": "1", "set": "Feudal Gotham"}, {"name": "Katalina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_excitedcyan/icon.png", "chapter": "5", "season": "3", "set": "Feline Fandom"}, {"name": "Katara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_directcontact/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Kate Bishop", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_331_athena_commando_f_keen_b4lf5/icon.png", "chapter": "3", "season": "1", "set": "Hawkeye"}, {"name": "Katsuki Bakugo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_emeraldglassrebel/icon.png", "chapter": "4", "season": "1", "set": "My Hero Academia"}, {"name": "Katt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spacefeline/icon.png", "chapter": "5", "season": "1", "set": "Kataclysm"}, {"name": "Keisha Cross", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tealmink_pelt/icon.png", "chapter": "6", "season": "2", "set": "Brainy Biker"}, {"name": "Keleritas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bariumdemon/icon.png", "chapter": "4", "season": "1", "set": "Voracious Velocity"}, {"name": "Kelsier", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_100_athena_commando_m_downpour_kc39p/icon.png", "chapter": "2", "season": "6", "set": "Cosmere Castaway"}, {"name": "Ken Kestrel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_swiftkestrel/icon.png", "chapter": "6", "season": "6", "set": "Fal-Corps"}, {"name": "Kendo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cubicvice_dual/icon.png", "chapter": "6", "season": "1", "set": "Wandering Warrior"}, {"name": "Kenji", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_361_athena_commando_m_bandageninja/icon.png", "chapter": "1", "season": "8", "set": "Falcon Clan"}, {"name": "Kenny McCormick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pacificsweater/icon.png", "chapter": "7", "season": "1", "set": "Gonna Have Myself A Time"}, {"name": "Khaby Lame", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scorpionzero/smallicon.png", "chapter": "4", "season": "4", "set": "Viral Sensation"}, {"name": "Khari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_451_athena_commando_f_rays/icon.png", "chapter": "3", "season": "3", "set": "Starlit Archer"}, {"name": "Kiara K.O.", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_371_athena_commando_f_cadet/icon.png", "chapter": "3", "season": "2", "set": "K.O. Captain"}, {"name": "Kikoru Shinomiya", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cafestove/icon.png", "chapter": "6", "season": "1", "set": "Kaiju No. 8"}, {"name": "Killswitch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ashenmagnusslant/icon.png", "chapter": "6", "season": "4", "set": "One Man Army"}, {"name": "Kim Kardashian", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quichelorrainecrisp/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "King Vamp Carti", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_summitreedmolt/icon.png", "chapter": "7", "season": "1", "set": "Playboi Carti"}, {"name": "Kingsley", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crownorder/icon.png", "chapter": "6", "season": "4", "set": "Crowned Combatant"}, {"name": "Kingston", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_floralmane_sand/icon.png", "chapter": "7", "season": "1", "set": "Take the Shot"}, {"name": "Kirk Hammett", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plasticfork/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Kit", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_776_athena_commando_m_professorpup/icon.png", "chapter": "2", "season": "3", "set": "Mecha Kitty"}, {"name": "Kitana (MK3)", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_garlicwhisk/icon.png", "chapter": "6", "season": "2", "set": "Klassic Kombat"}, {"name": "Kitbash", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_334_athena_commando_m_scrapyard/icon.png", "chapter": "1", "season": "7", "set": "Boneyard"}, {"name": "KizunaAI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_marchtreatcup/icon.png", "chapter": "7", "season": "1", "set": "KizunaAI"}, {"name": "Kliff", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_solvesolid/icon.png", "chapter": "7", "season": "2", "set": "Kliff the Greymane"}, {"name": "Knight Conqueror", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_medievalsheath/icon.png", "chapter": "6", "season": "1", "set": "Fort Knights"}, {"name": "Knightmare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bucketkick/icon.png", "chapter": "5", "season": "4", "set": "Nightmare Blade"}, {"name": "Knowledge Keeper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadcycle_c/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Kofi Graves", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nefariousjewel/icon.png", "chapter": "6", "season": "2", "set": "Call Me Kofi"}, {"name": "Koi Agent Chigusa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sailorsquadleaderkoi/icon.png", "chapter": "4", "season": "2", "set": "Koi Kingdom"}, {"name": "Koi Brawler Zero", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hauntkoi/icon.png", "chapter": "4", "season": "2", "set": "Koi Kingdom"}, {"name": "Koi Striker Envoy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_agentxkoi/icon.png", "chapter": "4", "season": "2", "set": "Koi Kingdom"}, {"name": "Kondor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_966_athena_commando_m_futuresamurai/icon.png", "chapter": "2", "season": "5", "set": "Spirit of Vengeance"}, {"name": "Kong", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_avocadoseal/icon.png", "chapter": "6", "season": "1", "set": "Monarch's Titans"}, {"name": "Kor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_202_athena_commando_f_division/icon.png", "chapter": "2", "season": "8", "set": "Splinter Agent"}, {"name": "Korra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plantstand/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Kozaru", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steelykendama/icon.png", "chapter": "6", "season": "1", "set": "Mountain Monk"}, {"name": "Krang's Android", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crumbviolin/icon.png", "chapter": "6", "season": "2", "set": "TMNT"}, {"name": "Kratos", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_964_athena_commando_m_historian_869bc/icon.png", "chapter": "2", "season": "5", "set": "Oathbreaker"}, {"name": "Krrsantan", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_333_athena_commando_m_solstice_c1yp3/icon.png", "chapter": "3", "season": "1", "set": "Book of Boba Fett"}, {"name": "Krusty the Clown", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_climbspill/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Kuno", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_362_athena_commando_f_bandageninja/icon.png", "chapter": "1", "season": "8", "set": "Falcon Clan"}, {"name": "Kurohomura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_544_athena_commando_m_kurohomura/icon.png", "chapter": "2", "season": "4", "set": "Battle Breakers"}, {"name": "Kwame", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mutedsheath/icon.png", "chapter": "6", "season": "2", "set": "Stationery Samurai"}, {"name": "Kyle Broflovski", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lemurclam/icon.png", "chapter": "7", "season": "1", "set": "Gonna Have Myself A Time"}, {"name": "Kylo Ren", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_631_athena_commando_m_galileokayak_vxldb/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Kyran Aryk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_leafyvest/icon.png", "chapter": "5", "season": "4", "set": "Impact Tactical"}, {"name": "LBC '93 Dogg", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lemoncartcleaner/icon.png", "chapter": "2", "season": "Remix", "set": "Snoop Dogg"}, {"name": "LCP Rogue", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedshade/icon.png", "chapter": "7", "season": "3", "set": "LCP Elite"}, {"name": "LIGHTNING Master Jay", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ovendrastic/icon.png", "chapter": "7", "season": "1", "set": "LEGO NINJAGO®"}, {"name": "LISA", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chimecurlcorn/icon.png", "chapter": "7", "season": "1", "set": "LISA"}, {"name": "LLion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_638_athena_commando_m_neonanimal/icon.png", "chapter": "2", "season": "2", "set": "Neon Jungle"}, {"name": "Lace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_310_athena_commando_f_streetgoth/icon.png", "chapter": "1", "season": "7", "set": "Ouroboros"}, {"name": "Lachlan", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_891_athena_commando_m_lunchbox/icon.png", "chapter": "2", "season": "4", "set": "PWR"}, {"name": "Lady Flamespark", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_burnleer/icon.png", "chapter": "7", "season": "2", "set": "Elemental Court"}, {"name": "Lady Marigold", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brutalburglar/icon.png", "chapter": "6", "season": "5", "set": "Golden Revenant"}, {"name": "Lady Waveflow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mistybead/icon.png", "chapter": "7", "season": "2", "set": "Elemental Court"}, {"name": "Lady Windfrost", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_iciclecane_bright/icon.png", "chapter": "7", "season": "2", "set": "Elemental Court"}, {"name": "Lady of Cranes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cranelaugh/icon.png", "chapter": "2", "season": "Remix", "set": "Wings of Grace"}, {"name": "Lana Llane", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rainbowstraps/icon.png", "chapter": "5", "season": "1", "set": "Llana Origins"}, {"name": "Lando Calrissian", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sesameseed/icon.png", "chapter": "5", "season": "2", "set": "Original Trilogy"}, {"name": "Lapin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jadedhare/icon.png", "chapter": "6", "season": "2", "set": "Fox & Rabbit"}, {"name": "Lara Croft", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_040_athena_commando_f_temple/icon.png", "chapter": "2", "season": "6", "set": "Lara Croft"}, {"name": "Lara Croft (2000s)", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gnocchitea/icon.png", "chapter": "6", "season": "2", "set": "Lara Croft"}, {"name": "Lars Ulrich", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crowcall/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Laufey", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_indoorlacebeat/icon.png", "chapter": "7", "season": "2", "set": "Laufey"}, {"name": "Launch Day Lewis Hamilton", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_instantgravelnoble/icon.png", "chapter": "4", "season": "OG", "set": "Lewis Hamilton"}, {"name": "Lavendra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_retrophotographer/icon.png", "chapter": "5", "season": "2", "set": "Flawless Flora"}, {"name": "Layup Legend", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclasssecond/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Lazarbeam", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_031_athena_commando_m_builder/icon.png", "chapter": "2", "season": "5", "set": "Lazarbeam"}, {"name": "LeBron James", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_136_athena_commando_m_majesty_yr1gj/icon.png", "chapter": "2", "season": "7", "set": "King James"}, {"name": "Leading Laddy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rowliaison_drysquash/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Leatherface", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jazzshoes/icon.png", "chapter": "5", "season": "4", "set": "Leatherface"}, {"name": "Leia Organa", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_distantechocastle/icon.png", "chapter": "3", "season": "4", "set": "Original Trilogy"}, {"name": "Leilani", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hiptripper/icon.png", "chapter": "6", "season": "4", "set": "By the Beach"}, {"name": "Lennox Rose", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pinkspike/icon.png", "chapter": "3", "season": "4", "set": "Lennox, IRL"}, {"name": "Leon S. Kennedy", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fallvalleyblink/icon.png", "chapter": "4", "season": "2", "set": "Raccoon City Survivors"}, {"name": "Leonardo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quietpeanuts/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Lewis Hamilton", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_instantgravel/icon.png", "chapter": "4", "season": "OG", "set": "Lewis Hamilton"}, {"name": "Lexa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_963_athena_commando_f_lexa/icon.png", "chapter": "2", "season": "5", "set": "Y-Labs Hunter"}, {"name": "Lexa Hexbringer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_patronpoppet/icon.png", "chapter": "5", "season": "4", "set": "Toil & Trouble"}, {"name": "Lightrider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spatialtravelwatt/icon.png", "chapter": "6", "season": "4", "set": "Rezz Rider"}, {"name": "Lil Split", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lilsplit_sprinkles/icon.png", "chapter": "4", "season": "OG", "set": "Splittin' Image"}, {"name": "Lil Whip", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_344_athena_commando_m_icecream/icon.png", "chapter": "1", "season": "7", "set": "Two Scoops"}, {"name": "Linda Belcher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pandaspeak/icon.png", "chapter": "7", "season": "2", "set": "Bob's Burgers"}, {"name": "Lionel Messi", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_feathermudlounge/icon.png", "chapter": "6", "season": "1", "set": "Lionel Messi"}, {"name": "Lisa Simpson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_frostgalore/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Liv Morgan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toothgreek/icon.png", "chapter": "7", "season": "2", "set": "Liv Morgan"}, {"name": "Lizzik", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grumblecroak/icon.png", "chapter": "5", "season": "3", "set": "Sun & Scales"}, {"name": "Llambro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_029_athena_commando_m_llamaherowinter_c83tz/icon.png", "chapter": "2", "season": "5", "set": "Llegend"}, {"name": "Lobo", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_honestwasp/icon.png", "chapter": "7", "season": "3", "set": "Supergirl"}, {"name": "Lois Griffin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stairgummy/icon.png", "chapter": null, "season": null, "set": "Family Guy"}, {"name": "Loki Laufeyson", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_126_athena_commando_m_linguini_px0qu/icon.png", "chapter": "2", "season": "7", "set": "God of Mischief"}, {"name": "Loki, God of Stories", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_carrotcake/icon.png", "chapter": "5", "season": "2", "set": "Loki"}, {"name": "Lola Bunny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brinegleam/icon.png", "chapter": "7", "season": "2", "set": "Looney Tunes"}, {"name": "Lord Zedd", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_glowfang/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Lorenzo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crisprover/icon.png", "chapter": "4", "season": "3", "set": "Intrepid Scoundrel"}, {"name": "Loserfruit", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_764_athena_commando_f_loofah/icon.png", "chapter": "2", "season": "3", "set": "Loserfruit"}, {"name": "Loveless", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_478_athena_commando_f_wildcard/icon.png", "chapter": "3", "season": "3", "set": "Getaway Gang"}, {"name": "Lover Girl Laufey", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_indoorlacescore/icon.png", "chapter": "7", "season": "2", "set": "Laufey"}, {"name": "Lover Girl Olivia Rodrigo", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pearltaffyvista/icon.png", "chapter": "7", "season": "3", "set": "Olivia Rodrigo"}, {"name": "Lovethorn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_696_athena_commando_f_darkheart/icon.png", "chapter": "2", "season": "1", "set": "Wild Hearts"}, {"name": "Lt. Evergreen", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_643_athena_commando_m_ornamentsoldier/icon.png", "chapter": "2", "season": "1", "set": "Piney Fresh"}, {"name": "Lt. John Llama", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_288_athena_commando_m_buffllama/icon.png", "chapter": "3", "season": "1", "set": "Lloose Cannon"}, {"name": "Lt. Look", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_145_athena_commando_m_pliant_d/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Lt. Ripp Slade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_talonpane_flail/icon.png", "chapter": "6", "season": "5", "set": "O.X.R. Lieutenant"}, {"name": "Lt. Winter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rosychuckle/icon.png", "chapter": "7", "season": "1", "set": "Winterfest Warrior"}, {"name": "Lucas Sinclair", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dolphingill/icon.png", "chapter": "6", "season": "6", "set": "Stranger Things"}, {"name": "Lucky Envoy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_luckyagent/icon.png", "chapter": "6", "season": "2", "set": "4-Leaf"}, {"name": "Lucky Rider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_365_athena_commando_m_luckyrider/icon.png", "chapter": "1", "season": "8", "set": "Green Clover"}, {"name": "Ludwig", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_225_athena_commando_m_octoberfest/icon.png", "chapter": "1", "season": "6", "set": "Oktoberfest"}, {"name": "Luke Skywalker", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_distantechopro/icon.png", "chapter": "3", "season": "4", "set": "Original Trilogy"}, {"name": "Luminary Hypatia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brightbionic/icon.png", "chapter": "6", "season": "4", "set": "Cyber Luminary"}, {"name": "Luminesca", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_terrabulb/icon.png", "chapter": "7", "season": "2", "set": "Perfected Nature"}, {"name": "Luminos", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_394_athena_commando_m_moonlightassassin/icon.png", "chapter": "1", "season": "8", "set": "Interstellar"}, {"name": "Luna Snow", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_paddleharp_gap/icon.png", "chapter": "7", "season": "1", "set": "Luna Snow"}, {"name": "Lunelle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brightlarva/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Lupa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_woolexpo/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Lustrous Luxe", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_millionairegem/icon.png", "chapter": "5", "season": "1", "set": "Gilded Elites"}, {"name": "Luxe Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shinysear/icon.png", "chapter": "7", "season": "2", "set": "Gold Blooded"}, {"name": "Lycan West", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rebelfur/icon.png", "chapter": "6", "season": "5", "set": "High Stakes Nitemares"}, {"name": "Lyra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_093_athena_commando_f_stoneviper/icon.png", "chapter": "2", "season": "6", "set": "Snakes & Stones "}, {"name": "Lyric", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_381_athena_commando_f_cactusrocker_3htbv/icon.png", "chapter": "3", "season": "2", "set": "Coachella"}, {"name": "MARSHINOBI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_336_athena_commando_m_zest_66jc5/icon.png", "chapter": "3", "season": "1", "set": "Welcome to the Melloverse"}, {"name": "MJ (No Way Home)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_317_athena_commando_f_lateral_hikn9/icon.png", "chapter": "3", "season": "1", "set": "No Way Home"}, {"name": "Mace Windu", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_geneaglet/icon.png", "chapter": "6", "season": "3", "set": "The Prequel Trilogy"}, {"name": "Mad Mochi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mochi/icon.png", "chapter": "3", "season": "4", "set": "Glutinous Guardian"}, {"name": "Mad Moxxi", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_giraffescallion/icon.png", "chapter": "6", "season": "4", "set": "Mayhem"}, {"name": "Madcap", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_610_athena_commando_m_shiitakeshaolin/icon.png", "chapter": "3", "season": "1", "set": "Fungus King"}, {"name": "Mae", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_indiebucket/smallicon.png", "chapter": "4", "season": "4", "set": "4d0rabl3!"}, {"name": "Magik", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_drapeultra/icon.png", "chapter": "7", "season": "1", "set": "Magik"}, {"name": "Magius", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_veiledseer/icon.png", "chapter": "7", "season": "1", "set": "Eternal Arcana"}, {"name": "Magmatic Carver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gourdriddancerock/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Mahito", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wormchalk/icon.png", "chapter": "6", "season": "1", "set": "Jujutsu Kaisen"}, {"name": "Mahomes Saucy Style", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_471_athena_commando_m_apexwildred/icon.png", "chapter": "3", "season": "3", "set": "Patrick Mahomes"}, {"name": "Major Lazer", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_474_athena_commando_m_lasagna/icon.png", "chapter": "1", "season": "X", "set": "Lazerism"}, {"name": "Mal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cloakediron/icon.png", "chapter": "6", "season": "4", "set": "Fire & Brimstone"}, {"name": "Malcore", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_318_athena_commando_m_demon/icon.png", "chapter": "1", "season": "7", "set": "Eternal Struggle"}, {"name": "Maleficent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mistresssombre/icon.png", "chapter": "5", "season": "4", "set": "Disney Villains"}, {"name": "Malibu", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hangnine/icon.png", "chapter": "6", "season": "6", "set": "Shaka Surfin'"}, {"name": "Mancake", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_962_athena_commando_m_flapjackwrangler/icon.png", "chapter": "2", "season": "5", "set": "The Breakfast Bandit"}, {"name": "Mandalorian Warrior", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wingbath/icon.png", "chapter": "6", "season": "3", "set": "Champions of Mandalore"}, {"name": "Mantis", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_samerabbit/icon.png", "chapter": "5", "season": "2", "set": "Guardians Of The Galaxy"}, {"name": "Marauder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_maraudergrunt/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Marauder Elite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_f_marauderelite/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Marauder Heavy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_kyle/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Marble Maven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakedrift_c/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Marceline", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cajuntaco/icon.png", "chapter": "6", "season": "2", "set": "Adventure Time"}, {"name": "Marco Reus", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_108_athena_commando_m_lassopolo_8gam0/icon.png", "chapter": "2", "season": "7", "set": "Marcinho"}, {"name": "Marcus Fenix", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_295_athena_commando_m_rustybolt_fehj0/icon.png", "chapter": "3", "season": "1", "set": "Delta-One"}, {"name": "Marge Simpson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fruitfire_nudge/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Mariah Carey", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pastelglazegrain/icon.png", "chapter": "6", "season": "1", "set": "Mariah Carey"}, {"name": "Mariana", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_822_athena_commando_f_angler/icon.png", "chapter": "2", "season": "3", "set": "Sea Glow"}, {"name": "Marigold", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_034_athena_commando_f_catburglar/icon.png", "chapter": "2", "season": "5", "set": "Golden Touch"}, {"name": "Marika", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nanochain/icon.png", "chapter": "6", "season": "2", "set": "Graffiti Revolution"}, {"name": "Mariposa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_agentsherbert/icon.png", "chapter": "4", "season": "3", "set": "Dynamo Voladora"}, {"name": "Marsha", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_337_athena_commando_f_zest_zbxgn/icon.png", "chapter": "3", "season": "1", "set": "Welcome to the Melloverse"}, {"name": "Marshall Never More", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bravebuild/icon.png", "chapter": "4", "season": "OG", "set": "Eminem"}, {"name": "Marshmello", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_333_athena_commando_m_squishy/icon.png", "chapter": "1", "season": "7", "set": "Marshmello"}, {"name": "Marty McFly", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_creamskull_dove/icon.png", "chapter": "7", "season": "1", "set": "Back to the Future"}, {"name": "Mary Jane Watson", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_358_athena_commando_f_lurk/icon.png", "chapter": "3", "season": "2", "set": "Mary Jane Watson"}, {"name": "Mask Maker Daigo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_solidmist/icon.png", "chapter": "6", "season": "4", "set": "Thousand Faces"}, {"name": "Massai", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_venice/icon.png", "chapter": "4", "season": "1", "set": "Midnight Grind"}, {"name": "Master Chief", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_971_athena_commando_m_jupiter_s0z6m/icon.png", "chapter": "2", "season": "5", "set": "Master Chief"}, {"name": "Master Key", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_350_athena_commando_m_masterkey/icon.png", "chapter": "1", "season": "8", "set": "Key Force"}, {"name": "Master Minotaur", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_728_athena_commando_m_minotaurluck/icon.png", "chapter": "2", "season": "2", "set": "Chimera Crew"}, {"name": "Mave", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_961_athena_commando_f_shapeshifter/icon.png", "chapter": "2", "season": "5", "set": "The Wildheart"}, {"name": "Maverick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_177_athena_commando_m_streetracercobra/icon.png", "chapter": "1", "season": "5", "set": "Cobra Crew"}, {"name": "Maxx Speed", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nimblepilot/icon.png", "chapter": "6", "season": "5", "set": "Finish Line"}, {"name": "Maxxed Out Max", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lastvoicedive/icon.png", "chapter": "4", "season": "3", "set": "Nike Airphoria"}, {"name": "Mecha Morty", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_181_athena_commando_m_ruckusmini_a6vg6/icon.png", "chapter": "2", "season": "7", "set": "Morty, C-137"}, {"name": "Mecha R3X", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_inflatododo/icon.png", "chapter": "6", "season": "2", "set": "R3X & Ruin"}, {"name": "Mecha Strike Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_418_athena_commando_m_armadillorobot/icon.png", "chapter": "3", "season": "2", "set": "Collision"}, {"name": "Mecha Strike Defender", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_417_athena_commando_f_armadillo/icon.png", "chapter": "3", "season": "2", "set": "Mecha Weapons Team"}, {"name": "Mecha Strike Navigator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_416_athena_commando_m_armadillo/icon.png", "chapter": "3", "season": "2", "set": "Mecha Weapons Team"}, {"name": "Mecha Team Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_475_athena_commando_m_multibot/icon.png", "chapter": "1", "season": "9", "set": "Final Showdown"}, {"name": "Mechagodzilla", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_butterplate/icon.png", "chapter": "6", "season": "1", "set": "Monarch's Titans"}, {"name": "Medusa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_reptilianocean_sleek/icon.png", "chapter": "5", "season": "2", "set": "The Serpentstone"}, {"name": "Meg", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fashionfeline/icon.png", "chapter": "6", "season": "5", "set": "Meowscles of a Boxer"}, {"name": "Megalo Don", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_megatoof_valve/icon.png", "chapter": "5", "season": "3", "set": "Hunt of the Leviathan"}, {"name": "Megatron", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_highmotion/icon.png", "chapter": "4", "season": "4", "set": "Transformers"}, {"name": "Megumi Fushiguro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vectorspark/smallicon.png", "chapter": "4", "season": "3", "set": "Jujutsu Kaisen"}, {"name": "Meow Skulls", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chillcat/icon.png", "chapter": "3", "season": "4", "set": "Cali-Cool"}, {"name": "Meowdas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldcat_claw/icon.png", "chapter": "2", "season": "Remix", "set": "Swole 'n Gold"}, {"name": "Meowscles", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_693_athena_commando_m_buffcat/icon.png", "chapter": "2", "season": "2", "set": "Swole Cat"}, {"name": "Meowtooth", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cattlejar/icon.png", "chapter": "5", "season": "4", "set": "Meowtooth"}, {"name": "Mephisto", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_elbowchat/icon.png", "chapter": "5", "season": "4", "set": "Mephisto"}, {"name": "Mercenary Kor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_moralkoreline/icon.png", "chapter": "6", "season": "4", "set": "Dark Operative"}, {"name": "Mercy", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_trackwaver/icon.png", "chapter": "7", "season": "2", "set": "Overwatch"}, {"name": "Merry Marauder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_049_athena_commando_m_holidaygingerbread/icon.png", "chapter": "1", "season": "1", "set": "Gingerbread"}, {"name": "Michael Myers", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skippingclouds/icon.png", "chapter": "4", "season": "4", "set": "The Shape"}, {"name": "Michael Scott", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_uskthump/icon.png", "chapter": "7", "season": "1", "set": "The Office"}, {"name": "Michelangelo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_joyfulgrin/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Michonne", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_976_athena_commando_f_wombat_0grtq/icon.png", "chapter": "2", "season": "5", "set": "Survivors in Arms"}, {"name": "Midfield Master", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_995_athena_commando_m_globalfb_h5oij/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Midnight Dusk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_892_athena_commando_f_vampirecasual/icon.png", "chapter": "2", "season": "4", "set": "Crypt Crashers"}, {"name": "Midnight Thorn", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lilacleather/icon.png", "chapter": "6", "season": "5", "set": "Spirited Rogue"}, {"name": "Midsummer Midas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_129_athena_commando_m_catburglarsummer/icon.png", "chapter": "2", "season": "7", "set": "Undercover Summer"}, {"name": "Midterm Maverick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_grape/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Mighty Midfielder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulsespring/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Mighty Thor", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_440_athena_commando_f_parfait/icon.png", "chapter": "3", "season": "3", "set": "Love and Thunder"}, {"name": "Mikasa Ackermann", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_splitdiamond/icon.png", "chapter": "4", "season": "2", "set": "Special Operations Squad"}, {"name": "Mike Lowrey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_189_athena_commando_m_lavish_huu31/icon.png", "chapter": "2", "season": "7", "set": "Loose Cannon"}, {"name": "Mike Wheeler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tremormark/icon.png", "chapter": "6", "season": "6", "set": "Stranger Things"}, {"name": "Miles Cross", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_derangedmile_side/icon.png", "chapter": "7", "season": "1", "set": "Man of Action"}, {"name": "Mina Ashido", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_recordscratch/icon.png", "chapter": "4", "season": "4", "set": "My Hero Academia"}, {"name": "Minato Hakaru", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lasthour/icon.png", "chapter": "6", "season": "1", "set": "Let's Hunt Vampires"}, {"name": "Mincemeat", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_958_athena_commando_m_pieman/icon.png", "chapter": "2", "season": "4", "set": "Baker's Nightmare"}, {"name": "Minty Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_155_athena_commando_f_brightbombermint/icon.png", "chapter": "2", "season": "8", "set": "Minty Legends"}, {"name": "Mira", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twinginger/icon.png", "chapter": "6", "season": "5", "set": "Twin Echo"}, {"name": "Mira (HUNTR/X)", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quailwink/icon.png", "chapter": "6", "season": "5", "set": "KPop Demon Hunters"}, {"name": "Mischief Maker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toadcycle_d/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Mission Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_080_athena_commando_m_space/icon.png", "chapter": "1", "season": "3", "set": "Space Explorers"}, {"name": "Mister Terrific", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shirttilapia/icon.png", "chapter": "6", "season": "4", "set": "Superman"}, {"name": "Miyako", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ninjawarrior/icon.png", "chapter": "6", "season": "4", "set": "Painted Dusk"}, {"name": "Mod Marauder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_147_athena_commando_f_pliant/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Moe Szyslak", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_duckcoast/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Moff Gideon", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tireswing/icon.png", "chapter": "5", "season": "3", "set": "The Mandalorian"}, {"name": "Mogul Master", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_061_athena_commando_f_skigirl/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (CAN)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_063_athena_commando_f_skigirl_can/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (CHN)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_067_athena_commando_f_skigirl_chn/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (FRA)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_065_athena_commando_f_skigirl_fra/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (GBR)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_064_athena_commando_f_skigirl_gbr/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (GER)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_066_athena_commando_f_skigirl_ger/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (KOR)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_068_athena_commando_f_skigirl_kor/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Mogul Master (USA)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_062_athena_commando_f_skigirl_usa/icon.png", "chapter": "1", "season": "2", "set": "Winter Ski"}, {"name": "Molten Metal Mouth", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_infernaltrooper/icon.png", "chapter": "6", "season": "4", "set": "Molten Masq"}, {"name": "Molten Omen", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_517_athena_commando_m_darkeaglefire/icon.png", "chapter": "2", "season": "1", "set": "Overseer"}, {"name": "Molten Ragnarok", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_133_athena_commando_m_darkvikingfire/icon.png", "chapter": "2", "season": "7", "set": "Magma Masters"}, {"name": "Monarch", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_354_athena_commando_f_shatterflyeclipse/icon.png", "chapter": "3", "season": "1", "set": "Monarch"}, {"name": "Mongraal", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vigorknackdill/icon.png", "chapter": "7", "season": "3", "set": "Mongraal"}, {"name": "Montague", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_diamondheart_chic/icon.png", "chapter": "5", "season": "1", "set": "Flawless"}, {"name": "Moon Knight", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_386_athena_commando_m_croissant/icon.png", "chapter": "3", "season": "2", "set": "Moon Knight"}, {"name": "Moon Punk Ione", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_meekcrow/icon.png", "chapter": "6", "season": "2", "set": "Moon Wolf"}, {"name": "Moonwalker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_081_athena_commando_f_space/icon.png", "chapter": "1", "season": "3", "set": "Space Explorers"}, {"name": "Mordecai", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vouchtrig/icon.png", "chapter": "7", "season": "1", "set": "Regular Show"}, {"name": "Morgan Myst", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mistravenpeck/icon.png", "chapter": "6", "season": "4", "set": "Shadow Heroine"}, {"name": "Morrigan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nevermore/icon.png", "chapter": "6", "season": "5", "set": "Queen of Crows"}, {"name": "Morro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_867_athena_commando_m_myth/icon.png", "chapter": "2", "season": "4", "set": "Courageous Era"}, {"name": "Mother of Thorns Doja", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tangyradishmagma/icon.png", "chapter": "6", "season": "5", "set": "Doja Cat"}, {"name": "Mothmando", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_277_athena_commando_m_moth/icon.png", "chapter": "1", "season": "6", "set": "Moth Command"}, {"name": "Mothmando Elite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bugbandit/icon.png", "chapter": "6", "season": "6", "set": "Moth Command"}, {"name": "Mr. Incredible", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_citrusspoon/icon.png", "chapter": "5", "season": "4", "set": "The Incredibles"}, {"name": "Mr. Meeseeks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_geniusblob/icon.png", "chapter": "3", "season": "4", "set": "Mr. Meeseeks"}, {"name": "MrBeast", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lettuce/icon.png", "chapter": "4", "season": "1", "set": "MrBeast"}, {"name": "MrBeast6000", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lettucecat/icon.png", "chapter": "4", "season": "1", "set": "MrBeast"}, {"name": "MrSavage", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pinetrimpack/icon.png", "chapter": "6", "season": "5", "set": "MrSavage"}, {"name": "Mrs. Incredible", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nutmegmayo/icon.png", "chapter": "5", "season": "4", "set": "The Incredibles"}, {"name": "Mullet Marauder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_186_athena_commando_m_exercise/icon.png", "chapter": "1", "season": "5", "set": "Spandex Squad"}, {"name": "Murdoc", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gatorceladon/icon.png", "chapter": "6", "season": "5", "set": "Gorillaz"}, {"name": "Myna", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_332_athena_commando_f_primalfalcon_3itkm/icon.png", "chapter": "3", "season": "1", "set": "Witching Wing"}, {"name": "Mysterio", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_soilblend_haunt/icon.png", "chapter": "5", "season": "4", "set": "Mysterio"}, {"name": "Mystica", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nebula/icon.png", "chapter": "4", "season": "2", "set": "The Luminaries"}, {"name": "Mystique", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_844_athena_commando_f_hightowermango/icon.png", "chapter": "2", "season": "4", "set": "Mystique"}, {"name": "NITE Unit Marksman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wolfhunter_feral/icon.png", "chapter": "6", "season": "1", "set": "NITE Battalion"}, {"name": "NITE Unit Sniper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spartansmirk/icon.png", "chapter": "6", "season": "1", "set": "NITE Battalion"}, {"name": "NPC UmbraMolt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_npc_umbramolt/icon.png", "chapter": null, "season": null, "set": null}, {"name": "Naomi Osaka", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_361_athena_commando_f_thrive/icon.png", "chapter": "3", "season": "1", "set": "Naomi Osaka"}, {"name": "Nara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_273_athena_commando_f_hornedmask/icon.png", "chapter": "1", "season": "6", "set": "Storm Familiars"}, {"name": "Naruto Uzumaki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_261_athena_commando_m_headband/icon.png", "chapter": "2", "season": "8", "set": "Naruto"}, {"name": "Nash Nori", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_seaflake/icon.png", "chapter": "6", "season": "4", "set": "Sashimi Surfer"}, {"name": "Nathan Drake", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_342_athena_commando_m_rover_wka61/icon.png", "chapter": "3", "season": "1", "set": "Uncharted"}, {"name": "Ned Flanders", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coolslice_golf/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Negan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crumplefold/icon.png", "chapter": "6", "season": "2", "set": "Survivors in Arms"}, {"name": "Neko Hatsune Miku", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jadetowelhope/icon.png", "chapter": "6", "season": "1", "set": "Hatsune Miku"}, {"name": "Neko-RX1", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bionickitty/icon.png", "chapter": "6", "season": "4", "set": "M.E.O.W. Protocol"}, {"name": "Nemia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pocketscrunchie/icon.png", "chapter": "6", "season": "1", "set": "Demonically Cute"}, {"name": "Neo Future Rox", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_berryflight/icon.png", "chapter": "7", "season": "3", "set": "Space Style"}, {"name": "Neo Versa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_441_athena_commando_f_cyberscavengerblue/icon.png", "chapter": "1", "season": "9", "set": "Neochaser"}, {"name": "Net Protector", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulsespring_d/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "NeuraLynx", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_258_athena_commando_f_neoncattech/icon.png", "chapter": "2", "season": "8", "set": "Tech Future"}, {"name": "Neymar Jr", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_078_athena_commando_m_bicycle/icon.png", "chapter": "2", "season": "6", "set": "Neymar Jr"}, {"name": "Neytiri", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_finecheek/icon.png", "chapter": "6", "season": "1", "set": "Avatar: Warriors of Pandora"}, {"name": "Nick Eh 30", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_weaveharbor/icon.png", "chapter": "5", "season": "3", "set": "Nick Eh 30"}, {"name": "Nick Fury", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_267_athena_commando_m_nucleus_xvivu/icon.png", "chapter": "2", "season": "8", "set": "S.H.I.E.L.D."}, {"name": "Night Artist Abstrakt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_silverbullet/icon.png", "chapter": "6", "season": "3", "set": "Midnight Masterpiece"}, {"name": "Night King", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_familypoll/icon.png", "chapter": "7", "season": "2", "set": "Ice and Fire"}, {"name": "Night Lotus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nightbloom/icon.png", "chapter": "7", "season": "3", "set": "Garden of Night"}, {"name": "Nightlife", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_760_athena_commando_f_neontightsuit/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "Nightshade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_232_athena_commando_f_halloweentomato/icon.png", "chapter": "1", "season": "6", "set": "Pizza Pit"}, {"name": "Nightsurf Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_897_athena_commando_f_darkbombersummer/icon.png", "chapter": "2", "season": "4", "set": "Crypt Crashers"}, {"name": "Nightwitch", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_377_athena_commando_f_darkshaman/icon.png", "chapter": "1", "season": "8", "set": "Moonbone"}, {"name": "Ninja", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_605_athena_commando_m_tourbus/icon.png", "chapter": "2", "season": "1", "set": "Ninja"}, {"name": "Ninja Knight Batman", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_swisskale/icon.png", "chapter": "6", "season": "1", "set": "Feudal Gotham"}, {"name": "Nisha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ceremonialguard_fencer/icon.png", "chapter": "5", "season": "1", "set": "En Garde"}, {"name": "Nite Nite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_221_athena_commando_m_clown/icon.png", "chapter": "1", "season": "5", "set": "Party Parade"}, {"name": "Nitebeam", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_453_athena_commando_f_glowbro/icon.png", "chapter": "1", "season": "9", "set": "Stormlight"}, {"name": "Nitehare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_390_athena_commando_m_evilbunny/icon.png", "chapter": "1", "season": "8", "set": "Nitehare"}, {"name": "Nitrojerry", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_125_athena_commando_m_firecracker/icon.png", "chapter": "2", "season": "7", "set": "Ka-Bang!"}, {"name": "Nix Scarlet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_carminefae/icon.png", "chapter": "5", "season": "4", "set": "Fae Sunrise"}, {"name": "Nobara Kugisaki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_roostermelt/smallicon.png", "chapter": "4", "season": "3", "set": "Jujutsu Kaisen"}, {"name": "Noir", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_159_athena_commando_m_gumshoedark/icon.png", "chapter": "1", "season": "4", "set": "Hardboiled"}, {"name": "Nolan Chance", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_musketslinger/smallicon.png", "chapter": "4", "season": "4", "set": "Maverick Mastermind"}, {"name": "Noodle", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_degreeproper/icon.png", "chapter": "6", "season": "5", "set": "Gorillaz"}, {"name": "Nord Warrior", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_folkevening/icon.png", "chapter": "4", "season": "3", "set": "Heroes of Tamriel"}, {"name": "Nurse Hikari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shintoll/icon.png", "chapter": "7", "season": "2", "set": "Hospital Emergency"}, {"name": "Nurse Miyako", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shadetoll/icon.png", "chapter": "7", "season": "2", "set": "Hospital Emergency"}, {"name": "Nyangelica", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cyberdelivery/icon.png", "chapter": "6", "season": "2", "set": "Void Hax"}, {"name": "Nyanja", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slicevine_loopplum/icon.png", "chapter": "6", "season": "1", "set": "Nekomata Rogue"}, {"name": "O.M.E.G.A. Suit Alpha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_carbideweld/icon.png", "chapter": "6", "season": "4", "set": "Omega Engage"}, {"name": "O.X.R. Agent Shay", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_taskforce/icon.png", "chapter": "6", "season": "5", "set": "O.X.R. Elite"}, {"name": "O.X.R. Agent Stryker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mrmite/icon.png", "chapter": "6", "season": "5", "set": "O.X.R. Elite"}, {"name": "Oathbound Lexa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lexablitz/icon.png", "chapter": "7", "season": "2", "set": "Oathbound Frenzy"}, {"name": "Oathbound Orin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_orinblitz/icon.png", "chapter": "7", "season": "2", "set": "Oathbound Frenzy"}, {"name": "Obi-Wan Kenobi", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_411_athena_commando_m_noble/icon.png", "chapter": "3", "season": "2", "set": "Obi-Wan Kenobi"}, {"name": "Ocean", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_771_athena_commando_f_oceanrider/icon.png", "chapter": "2", "season": "3", "set": "Ocean Rising"}, {"name": "Ochaco Uraraka", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_emeraldglasspink/icon.png", "chapter": "4", "season": "1", "set": "My Hero Academia"}, {"name": "Odyssey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedolympus/icon.png", "chapter": "5", "season": "2", "set": "Ageless Odyssey"}, {"name": "Olympian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shadeangel/icon.png", "chapter": "6", "season": "2", "set": "Mythical Legion"}, {"name": "Omega Knight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_401_athena_commando_m_carbideknight/icon.png", "chapter": "3", "season": "2", "set": "Honor, Glory, Gold"}, {"name": "Omen Hunter Calamity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_homerange/icon.png", "chapter": "6", "season": "5", "set": "Monstrous Wilds"}, {"name": "Omni-Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sharpmagnet/icon.png", "chapter": "4", "season": "OG", "set": "Guardians of the Globe"}, {"name": "Onesie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_245_athena_commando_f_durrburgerpjs/icon.png", "chapter": "1", "season": "7", "set": "Durrr Burger"}, {"name": "Onyx Winter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_swoopclasppry/icon.png", "chapter": "6", "season": "5", "set": "O.X.R. Commander"}, {"name": "Oona Usagi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_limettamech/icon.png", "chapter": "6", "season": "2", "set": "Bunny Ears"}, {"name": "Optimus Primal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_outergarment/icon.png", "chapter": "4", "season": "3", "set": "Transformers"}, {"name": "Orelia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_057_athena_commando_f_thegoldenskeleton/icon.png", "chapter": "2", "season": "6", "set": "Midas' Revenge"}, {"name": "Orihime Inoue", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tameeagle/icon.png", "chapter": "7", "season": "1", "set": "BLEACH: TYBW"}, {"name": "Orochimaru", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_433_athena_commando_m_ensemblesnake/icon.png", "chapter": "3", "season": "3", "set": "Naruto"}, {"name": "Oscar", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bengalbasher_suit/icon.png", "chapter": "5", "season": "1", "set": "Big Cat Brawler"}, {"name": "Outlaw Midas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_auracop_bullet/icon.png", "chapter": "6", "season": "2", "set": "Golden Gunslinger"}, {"name": "Overtaker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_190_athena_commando_m_streetracerwhite/icon.png", "chapter": "1", "season": "5", "set": "Vanishing Point"}, {"name": "P-1000", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_534_athena_commando_m_peelymech/icon.png", "chapter": "1", "season": "X", "set": "Bunker Days"}, {"name": "P33LY", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_259_athena_commando_m_peelytech/icon.png", "chapter": "2", "season": "8", "set": "Tech Future"}, {"name": "PEAK Scout", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_topicproud/icon.png", "chapter": "7", "season": "2", "set": "PEAK"}, {"name": "Padmé Amidala", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ironblaze/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Paradox", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_309_athena_commando_m_streetgoth/icon.png", "chapter": "1", "season": "7", "set": "Ouroboros"}, {"name": "Party Diva", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_819_athena_commando_f_neontightsuit_b/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Party MVP", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_820_athena_commando_f_neontightsuit_c/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Party Star", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_818_athena_commando_f_neontightsuit_a/icon.png", "chapter": "2", "season": "3", "set": null}, {"name": "Party Starter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_aurorajump/icon.png", "chapter": "6", "season": "3", "set": "Party Style"}, {"name": "Pass Rush Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_937_athena_commando_m_football20_uic2q/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Patrick Mahomes", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_470_athena_commando_m_apexwild/icon.png", "chapter": "3", "season": "3", "set": "Patrick Mahomes"}, {"name": "Paul Atreides", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_216_athena_commando_m_sunrisepalace_bbqy0/icon.png", "chapter": "2", "season": "8", "set": "DUNE"}, {"name": "Paulie Featherface", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunnysquawk/icon.png", "chapter": "5", "season": "4", "set": "Cracker Craver"}, {"name": "Pawline", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_biscuitfluff/icon.png", "chapter": "6", "season": "1", "set": "Cuddle Buns"}, {"name": "Paz the Wicked", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_peonybellow/icon.png", "chapter": "6", "season": "2", "set": "Lawless Luxury"}, {"name": "Peabody", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_speedypeas_sprig/icon.png", "chapter": "5", "season": "3", "set": "Pea Bois"}, {"name": "Peacemaker", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_camelgram/icon.png", "chapter": "6", "season": "5", "set": "Peacemaker"}, {"name": "Peekaboo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_220_athena_commando_f_clown/icon.png", "chapter": "1", "season": "5", "set": "Party Parade"}, {"name": "Peelosopher Bananocrates", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bananaphilosopher/icon.png", "chapter": "5", "season": "2", "set": "Bananontology"}, {"name": "Peelverine", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_troutwrist_spine/icon.png", "chapter": "5", "season": "4", "set": "Peelverine"}, {"name": "Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_349_athena_commando_m_banana/icon.png", "chapter": "1", "season": "8", "set": "Banana Bunch"}, {"name": "Peely Bone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_602_athena_commando_m_nanasplit/icon.png", "chapter": "2", "season": "1", "set": "Banana Bunch"}, {"name": "Peggy Hill", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prizetray/icon.png", "chapter": "7", "season": "2", "set": "King of the Hill"}, {"name": "Penalty Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulsespring_c/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Pentathlon Perfector", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakesoul_b/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Perfect Shadow", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_438_athena_commando_m_winterghouleclipse/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Peri", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cataclysmcity/icon.png", "chapter": "6", "season": "3", "set": "Lavender Gamer"}, {"name": "Permafrost Raider", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_322_athena_commando_f_renegaderaiderice/icon.png", "chapter": "3", "season": "1", "set": "Black Ice"}, {"name": "Persephone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fairyflex/icon.png", "chapter": "5", "season": "3", "set": "Underworld Queen"}, {"name": "Perseus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_precisionmongoose/icon.png", "chapter": "5", "season": "2", "set": "Mythbreaker"}, {"name": "Peter B. Parker", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_intensecello/icon.png", "chapter": "6", "season": "1", "set": "Across the Spider-Verse"}, {"name": "Phaedra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_438_athena_commando_f_gloom/icon.png", "chapter": "3", "season": "3", "set": "Gothic Nautilus"}, {"name": "Phantasm", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_472_athena_commando_m_futuresamuraisummer/icon.png", "chapter": "3", "season": "3", "set": "Elemental Eidolon"}, {"name": "Phantom Guff", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fuzzydarkness/icon.png", "chapter": "5", "season": "4", "set": "Mythical Monster"}, {"name": "Philip J. Fry", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_solartheory/icon.png", "chapter": "4", "season": "3", "set": "Futurama"}, {"name": "Pi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cephalochef/icon.png", "chapter": "6", "season": "5", "set": "Tako Time"}, {"name": "Pickle Rick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quartzsqueak/icon.png", "chapter": "7", "season": "1", "set": "Solenya the Pickle Man"}, {"name": "Pico de Gallant", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_073_athena_commando_f_tacoknight/icon.png", "chapter": "2", "season": "6", "set": "Knights of the Food Court"}, {"name": "Pig the Butcher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snoutslice/icon.png", "chapter": "6", "season": "5", "set": "Meat Maestro"}, {"name": "Pineapple Pete", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bittersweet/icon.png", "chapter": "6", "season": "3", "set": "Pina Collateral"}, {"name": "Pingwin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flakeslide/icon.png", "chapter": "7", "season": "1", "set": "Pingwin's Last Resort"}, {"name": "Pink Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fumefleecejig/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Piper Pace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pizzaparty/smallicon.png", "chapter": "4", "season": "4", "set": "Clutch Delivery"}, {"name": "Pitch Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_005_athena_commando_f_globalfb_e_gth5i/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Pixelle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stoutwhiz/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Pixie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bitfight/icon.png", "chapter": "6", "season": "5", "set": "Bright Bytes"}, {"name": "Plague", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_241_athena_commando_m_plague/icon.png", "chapter": "1", "season": "6", "set": "Grim Medicine"}, {"name": "Plantina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wrenchpeel/icon.png", "chapter": "6", "season": "6", "set": "NaNa Garage"}, {"name": "Platinum Billie Eilish", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tuckbeetle/icon.png", "chapter": "6", "season": "1", "set": "Billie Eilish"}, {"name": "Platinum Gaga", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_derbyswarm/icon.png", "chapter": "6", "season": "1", "set": "Lady Gaga"}, {"name": "Platinum Karol G", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sourwire/icon.png", "chapter": "6", "season": "1", "set": "Karol G"}, {"name": "Platinum The Weeknd", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tofuresort/icon.png", "chapter": "6", "season": "1", "set": "The Weeknd"}, {"name": "Playboi Carti", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_summitreedgrit/icon.png", "chapter": "7", "season": "1", "set": "Playboi Carti"}, {"name": "Plungerman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pagetruffle/icon.png", "chapter": "6", "season": "1", "set": "Skibidi Toilet"}, {"name": "Poe Dameron", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_markerdeer_tin/icon.png", "chapter": "6", "season": "3", "set": "The New Trilogy"}, {"name": "Poet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_383_athena_commando_f_cactusdancer/icon.png", "chapter": "3", "season": "2", "set": "Coachella"}, {"name": "Poison Ivy", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_921_athena_commando_f_parcelpetal/icon.png", "chapter": "2", "season": "4", "set": "Last Laugh"}, {"name": "Polar Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_640_athena_commando_m_tacticalbear/icon.png", "chapter": "2", "season": "1", "set": "Bear Brigade"}, {"name": "Polar Peely", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_323_athena_commando_m_bananawinter/icon.png", "chapter": "3", "season": "1", "set": "Winterfest '21"}, {"name": "Polly", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pollentrove/icon.png", "chapter": "6", "season": "4", "set": "Bee Positive"}, {"name": "Polo Prodigy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stallionaviator/icon.png", "chapter": "3", "season": "4", "set": "Polo Stadium Collection"}, {"name": "Polus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_magmabreak/icon.png", "chapter": "5", "season": "4", "set": "Stone Aflame"}, {"name": "Pomni", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_agarbelly/icon.png", "chapter": "7", "season": "3", "set": "The Amazing Digital Circus"}, {"name": "Poseidon", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tideking_regal/icon.png", "chapter": "5", "season": "2", "set": "Tidal King"}, {"name": "Post Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclasssecond_c/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Powder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_281_athena_commando_f_snowboard/icon.png", "chapter": "1", "season": "7", "set": "Powder Patrol"}, {"name": "Power Poacher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_998_athena_commando_m_globalfb_d_utib8/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Power Punk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_corestreet/icon.png", "chapter": "6", "season": "2", "set": "Kick it Off"}, {"name": "Prank Prodigy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_droveray_d/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Prefect Patroller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_raspberry/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Prince Orin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_orinchai/icon.png", "chapter": "4", "season": "3", "set": "Ageless Royalty"}, {"name": "Princess Bubblegum", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chiveflake/icon.png", "chapter": "6", "season": "2", "set": "Adventure Time"}, {"name": "Princess Lexa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lexaearlgrey/icon.png", "chapter": "4", "season": "3", "set": "Ageless Royalty"}, {"name": "Professor Slurpo", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_716_athena_commando_m_blueflames/icon.png", "chapter": "2", "season": "2", "set": "Blue Crew"}, {"name": "Promenade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dameregent/icon.png", "chapter": "6", "season": "4", "set": "Royale Royalty"}, {"name": "Prowler", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_368_athena_commando_m_sienna/icon.png", "chapter": "3", "season": "2", "set": "Prowler"}, {"name": "Psycho Bandit", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_515_athena_commando_m_barbequelarry/icon.png", "chapter": "1", "season": "X", "set": "Mayhem"}, {"name": "Psylocke", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_737_athena_commando_f_donutplate/icon.png", "chapter": "2", "season": "2", "set": "X-Force"}, {"name": "Pulse", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_729_athena_commando_m_neon/icon.png", "chapter": "2", "season": "5", "set": "Gleam Team"}, {"name": "Pumpkin King", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_burntbagel/icon.png", "chapter": "5", "season": "4", "set": "The Pumpkin King"}, {"name": "Punk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_902_athena_commando_m_pumpkinpunk/icon.png", "chapter": "2", "season": "4", "set": "Carving Crew"}, {"name": "Punk Princess Phaedra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_harptar/icon.png", "chapter": "6", "season": "5", "set": "Punk Nautilus"}, {"name": "Punt Paragon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_943_athena_commando_f_football20_b_gr3wn/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Puppet Master James", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_greatpoolswim/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Puppet Master Kirk", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plasticforkswim/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Puppet Master Lars", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crowcallswim/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Puppet Master Robert", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_corkfloorswim/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Purradise Meowscles", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_buffcatcruise/icon.png", "chapter": "4", "season": "3", "set": "Taste of Purradise"}, {"name": "Putrid Polarity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_252_athena_commando_f_zombieelastic_d/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Pyreheart", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_piratepeak/icon.png", "chapter": "7", "season": "2", "set": "Everburning Sea"}, {"name": "Queen Persephone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_graveflannel/icon.png", "chapter": "6", "season": "5", "set": "The Call of Winter"}, {"name": "Queen Summer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_genius/icon.png", "chapter": "3", "season": "4", "set": "Summer, C-137"}, {"name": "Quickchange", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_143_athena_commando_m_pliant_b/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Rabbit Raider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_103_athena_commando_m_bunny/icon.png", "chapter": "1", "season": "3", "set": "Pastel Patrol"}, {"name": "Radiant Rebel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_droveray_c/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Ragsy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_554_athena_commando_f_militiamascotcuddle/smallicon.png", "chapter": "1", "season": "X", "set": "The Leftovers"}, {"name": "Raiden", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_falsevulture/icon.png", "chapter": "5", "season": "1", "set": "Sneaking"}, {"name": "Raiden (MK3)", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_totalflock/icon.png", "chapter": "6", "season": "2", "set": "Klassic Kombat"}, {"name": "Raijū", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wavetrail/icon.png", "chapter": "6", "season": "2", "set": "Thunder's Call"}, {"name": "Rain", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bluemonday/icon.png", "chapter": "7", "season": "1", "set": "Inner Storm"}, {"name": "Rain Maker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_085_athena_commando_f_hardwood_k7zz1/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Rain-Bear", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pearltote/icon.png", "chapter": "6", "season": "2", "set": "Rain-Bear Want Hug!!!"}, {"name": "Ramses", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pepperbilly/icon.png", "chapter": "6", "season": "5", "set": "Shear Greatness"}, {"name": "Rap Boy", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bravebuildsuper/icon.png", "chapter": "4", "season": "OG", "set": "Eminem"}, {"name": "Rap Boy Reloaded", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_clayplug/icon.png", "chapter": "2", "season": "Remix", "set": "Eminem"}, {"name": "Rap Princess Ice Spice", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_berrytartbrunt/icon.png", "chapter": "2", "season": "Remix", "set": "Ice Spice"}, {"name": "Raphael", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_powerfuldozen/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Rapscallion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_135_athena_commando_f_jailbird/icon.png", "chapter": "1", "season": "4", "set": "Jailbird"}, {"name": "Ravemello", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_canvasprint/icon.png", "chapter": "5", "season": "4", "set": "Welcome to the Melloverse"}, {"name": "Raven Team Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scareybeary/icon.png", "chapter": "4", "season": "OG", "set": "Nevermore Hearts"}, {"name": "Raven Team Syd", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fuzzyclaw/icon.png", "chapter": "5", "season": "4", "set": "Scare Bear"}, {"name": "Ravenpool", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_745_athena_commando_m_ravenquill/icon.png", "chapter": "2", "season": "2", "set": "Deadpool"}, {"name": "Ready Penny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_392_athena_commando_f_mockingbird/icon.png", "chapter": "3", "season": "4", "set": "Anime Legends"}, {"name": "Rebel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_340_athena_commando_f_robottrouble/icon.png", "chapter": "1", "season": "7", "set": "Robo Rebels"}, {"name": "Rebel Oro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bronzehat/icon.png", "chapter": "6", "season": "2", "set": "Golden Skullduggery"}, {"name": "Rebel Rival", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_guava/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Rebirth Harley Quinn", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_063_athena_commando_f_cottoncandy/icon.png", "chapter": "2", "season": "6", "set": "...And Red All Over"}, {"name": "Rebirth Raven", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_036_athena_commando_f_obsidian/icon.png", "chapter": "2", "season": "6", "set": "Teen Titans"}, {"name": "Rebloomed Night Rose", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rosescour/icon.png", "chapter": "7", "season": "3", "set": "A New Rose Blooms"}, {"name": "Reboot Man", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_doubleconk/icon.png", "chapter": "6", "season": "4", "set": "Supernova Academy"}, {"name": "Rebound Raider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_088_athena_commando_f_hardwood_d_wphx2/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Rebound Warrior", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclass_e/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Reckless Raith", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_contaminate/icon.png", "chapter": "5", "season": "2", "set": "Redline Rider"}, {"name": "Recon Raptor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_excellentbass/icon.png", "chapter": "6", "season": "1", "set": "Raptor Royale"}, {"name": "Red Card Renegade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulse/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Red Claw", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_despair/icon.png", "chapter": "3", "season": "4", "set": "Tooth and Claw"}, {"name": "Red Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fumefleecefade/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Red Roots Billie", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timesquare/icon.png", "chapter": "5", "season": "2", "set": "Billie Eilish"}, {"name": "Red Ruin Joni", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mutedmaroon/icon.png", "chapter": "6", "season": "5", "set": "High Stakes Nitemares"}, {"name": "Red Strike", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_384_athena_commando_m_streetassassin/icon.png", "chapter": "1", "season": "X", "set": "Gold Mask"}, {"name": "Red Zone Renegade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_940_athena_commando_m_football20_d_zid7q/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Redline", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_162_athena_commando_f_streetracer/icon.png", "chapter": "1", "season": "5", "set": "RPM"}, {"name": "Redline Racer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kartrocket/icon.png", "chapter": "6", "season": "5", "set": "RPM Overdrive"}, {"name": "Redway Ruby", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quarterclaspjoin/icon.png", "chapter": "7", "season": "2", "set": "Typical Gamer"}, {"name": "Reed Richards", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_donkeycrib/icon.png", "chapter": "6", "season": "4", "set": "Fantastic Four: First Steps"}, {"name": "Reef Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_179_athena_commando_f_scuba/icon.png", "chapter": "1", "season": "5", "set": "Divemasters"}, {"name": "Reese", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_965_athena_commando_f_spacefighter/icon.png", "chapter": "2", "season": "5", "set": "Intergalactic Beast Hunter"}, {"name": "Relaxed Runner", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_upbeatiguana_e/icon.png", "chapter": "5", "season": "3", "set": "Three Stripe Squad"}, {"name": "Relik", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rippedharvester/icon.png", "chapter": "4", "season": "3", "set": "Relentless Relik"}, {"name": "Remembrance Salvador", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rainbowsplash/icon.png", "chapter": "6", "season": "6", "set": "Día de Muertos"}, {"name": "Renard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sewmesa/icon.png", "chapter": "6", "season": "2", "set": "Fox & Rabbit"}, {"name": "Renee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_266_athena_commando_f_grandeur_9co1m/icon.png", "chapter": "2", "season": "8", "set": "Moncler Classic"}, {"name": "Renegade Lynx", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rebelclaw_aviator/icon.png", "chapter": "4", "season": "OG", "set": "Storm Scavenger Lynx"}, {"name": "Renegade Rebel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rushrustle/icon.png", "chapter": "6", "season": "1", "set": "Return of the Renegade"}, {"name": "Renegade Shadow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_747_athena_commando_m_badegg/icon.png", "chapter": "2", "season": "2", "set": "Lone Shadow"}, {"name": "Reno Ichikawa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_yampowder/icon.png", "chapter": "6", "season": "1", "set": "Kaiju No. 8"}, {"name": "Renzo the Champion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_infernofncs/icon.png", "chapter": "5", "season": "4", "set": "FNCS"}, {"name": "Revolt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_339_athena_commando_m_robottrouble/icon.png", "chapter": "1", "season": "7", "set": "Robo Rebels"}, {"name": "Rey", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_634_athena_commando_f_galileorocket_arveh/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Rian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cindermax/icon.png", "chapter": "4", "season": "3", "set": "Rock Ranger"}, {"name": "Rick Grimes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_212_athena_commando_m_tomcat_m1z6g/icon.png", "chapter": "2", "season": "8", "set": "Survivors in Arms"}, {"name": "Rick Prime", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rubysnapper/icon.png", "chapter": "7", "season": "1", "set": "The Real Deal"}, {"name": "Rick Sanchez", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_112_athena_commando_m_ruckus/icon.png", "chapter": "2", "season": "7", "set": "Rick, C-137"}, {"name": "Ricochet Rox", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_391_athena_commando_f_nightingale/icon.png", "chapter": "3", "season": "4", "set": "Anime Legends"}, {"name": "Rift Knight Kieran", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_metalscout/icon.png", "chapter": "4", "season": "1", "set": "Embers of Empire"}, {"name": "Rift Strider Drift", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_driftswat/icon.png", "chapter": "4", "season": "OG", "set": "Infinite Drift"}, {"name": "Riftreaver Drift", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slickswish/icon.png", "chapter": "6", "season": "5", "set": "Drifted Reality"}, {"name": "Rig", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_tacticalfishermanoil/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Ringmaster Scarr", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_strategicspur_blast/icon.png", "chapter": "5", "season": "3", "set": "Wasteland Overdrive"}, {"name": "Riptide Raz", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_459_athena_commando_m_suntide/icon.png", "chapter": "3", "season": "3", "set": "Summer Sunstrikers"}, {"name": "Rival Hope", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_voidspray/icon.png", "chapter": "7", "season": "2", "set": "Underground Rivalry"}, {"name": "Roan of Arc", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_forestjeangrowl/icon.png", "chapter": "7", "season": "1", "set": "Chappell Roan"}, {"name": "Roast Lord", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_132_athena_commando_m_scavengerfire/icon.png", "chapter": "2", "season": "7", "set": "Magma Masters"}, {"name": "Robert Trujillo", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_corkfloor/icon.png", "chapter": "5", "season": "3", "set": "Metallica"}, {"name": "Robin", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_squidglistenlift/icon.png", "chapter": "6", "season": "4", "set": "Teen Titans"}, {"name": "Robo-Fishstick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_teriyakitech/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "RoboCop", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_397_athena_commando_m_indigo/icon.png", "chapter": "3", "season": "2", "set": "Omni Consumer Products"}, {"name": "Rockstar LISA", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chimecurltell/icon.png", "chapter": "7", "season": "1", "set": "LISA"}, {"name": "Rocksteady", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_inkhoop/icon.png", "chapter": "6", "season": "2", "set": "TMNT"}, {"name": "Rogue", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_341_athena_commando_f_gimmick_rb41v/icon.png", "chapter": "3", "season": "1", "set": "Rogue & Gambit"}, {"name": "Rogue Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_090_athena_commando_m_tactical/icon.png", "chapter": "1", "season": "3", "set": "Black Vector"}, {"name": "Rogue Winger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cheftartar_d/icon.png", "chapter": "7", "season": "3", "set": "Nike Football"}, {"name": "Rook", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_173_athena_commando_f_starfishuniform/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Rosa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_251_athena_commando_f_muertos/icon.png", "chapter": "1", "season": "6", "set": "Muertos"}, {"name": "Rosalind", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_budblossom/icon.png", "chapter": "7", "season": "2", "set": "Roses & Ruin"}, {"name": "Rosy Rift Goddess Ariana", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_raredelightsail/icon.png", "chapter": "5", "season": "3", "set": "Ariana Grande"}, {"name": "Rotten Penny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pressureghoul/icon.png", "chapter": "5", "season": "4", "set": "Ghoul Punk"}, {"name": "Rove", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pawjasminegravity/icon.png", "chapter": "6", "season": "4", "set": "Street Vision"}, {"name": "Royale Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_113_athena_commando_m_blueace/icon.png", "chapter": "1", "season": "4", "set": null}, {"name": "Rubian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_persimmonsmoke/icon.png", "chapter": "6", "season": "3", "set": "Crimson Gamer"}, {"name": "Rubius", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_livelydomino/icon.png", "chapter": "5", "season": "4", "set": "Rubius"}, {"name": "Ruby Shadows", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_007_athena_commando_f_streetfashioneclipse/icon.png", "chapter": "2", "season": "5", "set": "Street Shadows"}, {"name": "Ruck", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toughpack/icon.png", "chapter": "6", "season": "4", "set": "Packed For Adventure"}, {"name": "Rukia Kuchiki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_majorspeech/icon.png", "chapter": "7", "season": "1", "set": "BLEACH: TYBW"}, {"name": "Rumblestrip", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverway/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Rumi (HUNTR/X)", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_loanfloat/icon.png", "chapter": "6", "season": "5", "set": "KPop Demon Hunters"}, {"name": "Rush", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_211_athena_commando_f_footballgirlb/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Russel", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_terriercure/icon.png", "chapter": "6", "season": "5", "set": "Gorillaz"}, {"name": "Rust", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quickburst_plains/icon.png", "chapter": "5", "season": "3", "set": "Badlands Scavenger"}, {"name": "Rust Lord", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_082_athena_commando_m_scavenger/icon.png", "chapter": "1", "season": "3", "set": "Storm Scavenger"}, {"name": "Ryker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lonedice/icon.png", "chapter": "6", "season": "2", "set": "18K"}, {"name": "Ryomen Sukuna", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pigeonchart/icon.png", "chapter": "6", "season": "1", "set": "Jujutsu Kaisen"}, {"name": "Ryu", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_023_athena_commando_m_skirmish_w1n7h/icon.png", "chapter": "2", "season": "5", "set": "Street Fighter"}, {"name": "Ryūji", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_poolswirl/icon.png", "chapter": "6", "season": "1", "set": "Blade of the Dragon"}, {"name": "SH4RK", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_techspeeder/icon.png", "chapter": "6", "season": "4", "set": "Sharktooth Racer"}, {"name": "SHADOW Merc", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firthangelshadow/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "SOUR Olivia Rodrigo", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pearltaffyopera/icon.png", "chapter": "7", "season": "3", "set": "Olivia Rodrigo"}, {"name": "Sabina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_428_athena_commando_f_pinkwidow/icon.png", "chapter": "3", "season": "3", "set": "Dropout Renegade"}, {"name": "Sabrina Carpenter", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dimeblanketknot/icon.png", "chapter": "6", "season": "2", "set": "Sabrina Carpenter"}, {"name": "Safety First Steve", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dorsaldance/icon.png", "chapter": "5", "season": "3", "set": "Safety Shark"}, {"name": "Saff", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cataclysmtower/icon.png", "chapter": "6", "season": "2", "set": "Golden Gamer"}, {"name": "Sage", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_smoothsuede/icon.png", "chapter": "6", "season": "3", "set": "Emerald Gamer"}, {"name": "Saitama", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_igniteegg/icon.png", "chapter": "6", "season": "5", "set": "One-Punch Man"}, {"name": "Sakaaran Champion Hulk", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_densefog/icon.png", "chapter": "5", "season": "2", "set": "Ragnarok"}, {"name": "Sakara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_saltlattice/icon.png", "chapter": "7", "season": "2", "set": "Dangerous Depths"}, {"name": "Sakura", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_385_athena_commando_f_rumble/icon.png", "chapter": "3", "season": "2", "set": "Street Fighter"}, {"name": "Sakura Haruno", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_264_athena_commando_f_headbands/icon.png", "chapter": "2", "season": "8", "set": "Naruto"}, {"name": "Sally", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_haybrush/icon.png", "chapter": "5", "season": "4", "set": "Sewn Sally"}, {"name": "Salvador", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_calavera/icon.png", "chapter": "3", "season": "4", "set": "Rest In Peace"}, {"name": "Sam Manson", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fearcatch/icon.png", "chapter": "7", "season": "1", "set": "Danny Phantom"}, {"name": "Samael", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crystalglobe/icon.png", "chapter": "6", "season": "1", "set": "UT"}, {"name": "Samurai Shohei", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_velvetdeskfiber/icon.png", "chapter": "6", "season": "2", "set": "Shohei Ohtani"}, {"name": "Sanctum", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_228_athena_commando_m_vampire/icon.png", "chapter": "1", "season": "6", "set": "Nite Coven"}, {"name": "Sand Witch Helsie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vibrantshell/icon.png", "chapter": "7", "season": "3", "set": "High Stakes Summer"}, {"name": "Sanni", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rosejewel/icon.png", "chapter": "7", "season": "2", "set": "Roses & Ruin"}, {"name": "Santa 'Brina", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_florabrisk/icon.png", "chapter": "7", "season": "1", "set": "Sabrina Carpenter"}, {"name": "Santa Dogg", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_almondsplash/icon.png", "chapter": "6", "season": "1", "set": "Snoop on a Stoop"}, {"name": "Santa Shaq", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tennisleash/icon.png", "chapter": "6", "season": "1", "set": "Santa Shaq"}, {"name": "Santa Suit Mariah", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pastelglazegift/icon.png", "chapter": "6", "season": "1", "set": "Mariah Carey"}, {"name": "Sarah", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ladyshinobi/icon.png", "chapter": "6", "season": "2", "set": "Ninja Sarah"}, {"name": "Sarah Connor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_992_athena_commando_f_typhoon_lpfu6/icon.png", "chapter": "2", "season": "5", "set": "Future War"}, {"name": "Saskia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bountress/icon.png", "chapter": "5", "season": "3", "set": "The Bronze Barrel"}, {"name": "Sasuke Uchiha", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_263_athena_commando_m_headbands/icon.png", "chapter": "2", "season": "8", "set": "Naruto"}, {"name": "Satoru Gojo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_floodplain/smallicon.png", "chapter": "4", "season": "3", "set": "Jujutsu Kaisen"}, {"name": "Savage Siren", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pinetrimsurge/icon.png", "chapter": "6", "season": "5", "set": "MrSavage"}, {"name": "Sayara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_378_athena_commando_f_bacteria_8jygu/icon.png", "chapter": "3", "season": "2", "set": "The Dark Unchosen"}, {"name": "Scarlet Witch", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_399_athena_commando_f_ultralight/icon.png", "chapter": "3", "season": "2", "set": "Scarlet Witch"}, {"name": "Scooby-Doo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lycheenickel/icon.png", "chapter": "6", "season": "5", "set": "Mystery Inc."}, {"name": "Scorpion (MK3)", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_soappocket/icon.png", "chapter": "6", "season": "2", "set": "Klassic Kombat"}, {"name": "Scorpius Agent", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_labvapor/icon.png", "chapter": "6", "season": "4", "set": "Scorpius Corp"}, {"name": "Scorpius Operative", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_agedchasm/icon.png", "chapter": "6", "season": "4", "set": "Scorpius Corp"}, {"name": "Scoundrel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_134_athena_commando_m_jailbird/icon.png", "chapter": "1", "season": "4", "set": "Jailbird"}, {"name": "Scourge", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_240_athena_commando_f_plague/icon.png", "chapter": "1", "season": "6", "set": "Grim Medicine"}, {"name": "Scrapper Kyle", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steelstomper/icon.png", "chapter": "5", "season": "3", "set": "Scrap & Burn"}, {"name": "Scratchy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_troopfactor/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Scrimmage Scrapper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_938_athena_commando_m_football20_b_i18w6/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Scrubdown Scrapper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleepyduck/icon.png", "chapter": "6", "season": "5", "set": "Good Night, Sweet Dreams"}, {"name": "Scuba Jonesy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_774_athena_commando_m_tacticalscuba/icon.png", "chapter": "2", "season": "3", "set": "Dive Crew"}, {"name": "Sedona", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_geminilink/icon.png", "chapter": "6", "season": "5", "set": "Desert Rose"}, {"name": "Selbi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sleepycloud/icon.png", "chapter": "6", "season": "5", "set": "Sleepy Sharpshooter"}, {"name": "Selene", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunlit/icon.png", "chapter": "4", "season": "1", "set": "Star of the Show"}, {"name": "Semibot", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_servestreet/icon.png", "chapter": "6", "season": "5", "set": "R.E.P.O."}, {"name": "Serge", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_preciseruffian/icon.png", "chapter": "6", "season": "1", "set": "Fox Clan"}, {"name": "Serpentbreaker Charlotte", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dangermojo/icon.png", "chapter": "6", "season": "1", "set": "Serpentine Hagiri"}, {"name": "Set_01_LA_SG", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_vip_athena_commando_m_galileoferry_sg/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Set_01_OA", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_636_athena_commando_m_galileogondola_78mfz/smallicon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Set_01_OA_SG", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_vip_athena_commando_m_galileogondola_sg/smallicon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Set_01_PA", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_637_athena_commando_m_galileooutrigger_7q0yu/smallicon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Set_01_TA_SG", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_vip_athena_commando_f_galileorocket_sg/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Seung", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scuffle/icon.png", "chapter": "6", "season": "2", "set": "The Thousand Blades"}, {"name": "Sgt. Sweeper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_996_athena_commando_m_globalfb_b_rved4/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Sgt. Winter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_279_athena_commando_m_tacticalsanta/icon.png", "chapter": "1", "season": "7", "set": "Sgt. Winter"}, {"name": "Shade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_178_athena_commando_f_streetracercobra/icon.png", "chapter": "1", "season": "5", "set": "Cobra Crew"}, {"name": "Shadow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_henchmanbad/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Shadow Ark", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_510_athena_commando_f_angeleclipse/icon.png", "chapter": "2", "season": "1", "set": "Eternal Struggle"}, {"name": "Shadow Blade Hope", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ironlilac_sly/icon.png", "chapter": "6", "season": "1", "set": "In the Shadows"}, {"name": "Shadow Midas", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_257_athena_commando_m_catburglar_ghost/icon.png", "chapter": "2", "season": "8", "set": "Shadow Seekers"}, {"name": "Shadow Monks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_buttonchild/icon.png", "chapter": "5", "season": "4", "set": "Night of the Monkey"}, {"name": "Shadow Ops", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_043_athena_commando_f_stealth/icon.png", "chapter": "1", "season": "1", "set": "Stealth Syndicate"}, {"name": "Shadow Skully", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_439_athena_commando_f_skullbriteeclipse/icon.png", "chapter": "1", "season": "9", "set": "Skull & Bows"}, {"name": "Shadowbird", "rarity": "Shadow Series", "rarityValue": "shadow", "color": "#6b6b7a", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_437_athena_commando_f_aztececlipse/icon.png", "chapter": "1", "season": "9", "set": "Sun Soldiers"}, {"name": "Shady Zadie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pinktrooperdark/icon.png", "chapter": "3", "season": "4", "set": "Agency Renegades"}, {"name": "Shaggy Rogers", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flutelamp/icon.png", "chapter": "6", "season": "5", "set": "Mystery Inc."}, {"name": "Shaman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_376_athena_commando_m_darkshaman/icon.png", "chapter": "1", "season": "8", "set": "Moonbone"}, {"name": "Shang-Chi", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_193_athena_commando_m_dragonfruit_7n3a3/icon.png", "chapter": "2", "season": "7", "set": "Master of Kung Fu"}, {"name": "Shanta", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_292_athena_commando_f_exosuit/icon.png", "chapter": "3", "season": "1", "set": "The Lotus Walker"}, {"name": "Shaq (DJ Diesel)", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_warmshadewagon/icon.png", "chapter": "5", "season": "4", "set": "Shaquille O'Neal"}, {"name": "Shark", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_heistsummerisland/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "She-Ra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_trickcrate/icon.png", "chapter": "7", "season": "3", "set": null}, {"name": "She-Venom", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_doughdisk/icon.png", "chapter": "5", "season": "4", "set": "Symbiotes"}, {"name": "Shimmerdusk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lethalvae/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Shinji", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fitvapor/icon.png", "chapter": "6", "season": "1", "set": "Virtual Warrior"}, {"name": "Shiver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_647_athena_commando_f_wingedfury/icon.png", "chapter": "2", "season": "1", "set": "Ice Kingdom"}, {"name": "Shogun X", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_unluckyroll/icon.png", "chapter": "6", "season": "1", "set": "Deadly Shogun"}, {"name": "Shohei Ohtani", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_velvetdeskcam/icon.png", "chapter": "6", "season": "2", "set": "Shohei Ohtani"}, {"name": "Shot Stopper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_002_athena_commando_f_globalfb_b_0ch64/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Shot-Caller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclasssecond_d/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Shoto Todoroki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steampower/icon.png", "chapter": "4", "season": "4", "set": "My Hero Academia"}, {"name": "Shredder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_peacefulpoem/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Shuri", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_snapfreeze_hunt/icon.png", "chapter": "5", "season": "4", "set": "Black Panther"}, {"name": "Sidewinder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_348_athena_commando_f_medusa/icon.png", "chapter": "1", "season": "8", "set": "Snakepit"}, {"name": "Siena Nyte", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_preppyberet/icon.png", "chapter": "6", "season": "4", "set": "Night Glow"}, {"name": "Sierra", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_255_athena_commando_f_sam_qa7zs/icon.png", "chapter": "2", "season": "8", "set": "The First Shadows"}, {"name": "Signal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_staticrewind/icon.png", "chapter": "5", "season": "3", "set": "Wasteland Radio"}, {"name": "Signalbreaker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_streetbee/icon.png", "chapter": "6", "season": "4", "set": "Satellite Striker"}, {"name": "Silas Hesk", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_serpentcoil/icon.png", "chapter": "5", "season": "1", "set": "Poison Prince"}, {"name": "Silver Surfer", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_847_athena_commando_m_soy_2as3c/icon.png", "chapter": "2", "season": "4", "set": "Silver Surfer"}, {"name": "Simone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_furyfax/icon.png", "chapter": "6", "season": "1", "set": "Ordnance Technician"}, {"name": "Siona", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_765_athena_commando_f_spacewanderer/icon.png", "chapter": "2", "season": "3", "set": "Ancient Voyager"}, {"name": "Sir Raven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_medicrow/icon.png", "chapter": "6", "season": "2", "set": "Storm's Call"}, {"name": "Sith Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_635_athena_commando_m_galileosled_fhjvm/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Skeletor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prismglee/icon.png", "chapter": "7", "season": "3", "set": "Masters of the Universe"}, {"name": "Skellemint Oro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_156_athena_commando_m_goldenskeletonmint/icon.png", "chapter": "2", "season": "8", "set": "Minty Legends"}, {"name": "Skillet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ragedebris/icon.png", "chapter": "6", "season": "2", "set": "King of the Boom"}, {"name": "Skips", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_robusttorn/icon.png", "chapter": "7", "season": "1", "set": "Regular Show"}, {"name": "Sklaxis", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_621_athena_commando_m_bonesnake/icon.png", "chapter": "2", "season": "1", "set": "Bone Brigade"}, {"name": "Skull Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ethicalnoggin/icon.png", "chapter": "6", "season": "1", "set": "Skull Squad"}, {"name": "Skull Raider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skelflask/icon.png", "chapter": "7", "season": "1", "set": "Dread Skull"}, {"name": "Skull Scout", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_skeleprobe/icon.png", "chapter": "4", "season": "OG", "set": "Grim Reconning"}, {"name": "Skull Squad Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_916_athena_commando_f_fuzzybearskull/icon.png", "chapter": "2", "season": "4", "set": "Skull Squad"}, {"name": "Skull Trooper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_030_athena_commando_m_halloween/icon.png", "chapter": "1", "season": "1", "set": "Skull Squad"}, {"name": "Skulldrifter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_drifttrooper/icon.png", "chapter": "4", "season": "OG", "set": "Infinite Drift"}, {"name": "Skulldroid", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cyborgwarrior/icon.png", "chapter": "6", "season": "5", "set": "Metal Menace"}, {"name": "Skye", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_690_athena_commando_f_photographer/icon.png", "chapter": "2", "season": "2", "set": "Quest Friends"}, {"name": "Slayer Charlotte", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_457_athena_commando_f_punkkoisummer/icon.png", "chapter": "3", "season": "3", "set": "Sapphire Hagiri"}, {"name": "Slayer Juice WRLD", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_kelplinenmagnesium/icon.png", "chapter": "2", "season": "Remix", "set": "Juice WRLD"}, {"name": "Sledgehammer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_167_athena_commando_m_tacticalbadass/icon.png", "chapter": "1", "season": "5", "set": "Advanced Forces"}, {"name": "Sleetskull", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cashmerescarf/icon.png", "chapter": "6", "season": "1", "set": "Sleet and Stealth"}, {"name": "Sleuth", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_154_athena_commando_m_gumshoe/icon.png", "chapter": "1", "season": "4", "set": "Hardboiled"}, {"name": "Slim Shady", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_heavyroar/icon.png", "chapter": "4", "season": "OG", "set": "Eminem"}, {"name": "Slumber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_531_athena_commando_m_sleepytime/icon.png", "chapter": "1", "season": "X", "set": "Dreamy Days"}, {"name": "Slurp Bandolette", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_709_athena_commando_f_bandolierslurp/icon.png", "chapter": "2", "season": "2", "set": "Slurp Legends"}, {"name": "Slurp Jonesy", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_708_athena_commando_m_soldierslurp/icon.png", "chapter": "2", "season": "2", "set": "Slurp Legends"}, {"name": "Slurp Leviathan", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_710_athena_commando_m_fishheadslurp/icon.png", "chapter": "2", "season": "2", "set": "Slurp Legends"}, {"name": "Slurpentine", "rarity": "Slurp Series", "rarityValue": "slurp", "color": "#22c7d6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_717_athena_commando_f_blueflames/icon.png", "chapter": "2", "season": "2", "set": "Blue Crew"}, {"name": "Slushy Soldier", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_280_athena_commando_m_snowman/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Smoke Dragon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_682_athena_commando_m_virtualshadow/icon.png", "chapter": "2", "season": "1", "set": "Ancients Reborn"}, {"name": "Snake Eyes", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_006_athena_commando_m_convoytarantula_641pz/icon.png", "chapter": "2", "season": "5", "set": "Arashikage Clan"}, {"name": "Snap Squad", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_945_athena_commando_f_football20_d_g1uyt/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Snoop Dogg", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lemoncartgranite/icon.png", "chapter": "2", "season": "Remix", "set": "Snoop Dogg"}, {"name": "Snow Drift", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_982_athena_commando_m_driftwinter/icon.png", "chapter": "2", "season": "5", "set": "Frost Legends"}, {"name": "Snow Miku", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flossyawn/icon.png", "chapter": "7", "season": "1", "set": "Hatsune Miku"}, {"name": "Snow Opal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_serenecherie/icon.png", "chapter": "6", "season": "1", "set": null}, {"name": "Snow Stealth Slone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_324_athena_commando_f_innovatorfestive_3fuph/icon.png", "chapter": "3", "season": "1", "set": "Chilling Domination"}, {"name": "Snowcarver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_metropunk/icon.png", "chapter": "6", "season": "3", "set": "Winter Warrior"}, {"name": "Snowfoot", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_299_athena_commando_m_snowninja/icon.png", "chapter": "1", "season": "7", "set": "Snow Clan"}, {"name": "Snowheart", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_983_athena_commando_f_cupidwinter/icon.png", "chapter": "2", "season": "5", "set": "Frost Legends"}, {"name": "Snowmando", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_969_athena_commando_m_snowmanfashion/icon.png", "chapter": "2", "season": "5", "set": "Snowdays"}, {"name": "Snowstrike", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_329_athena_commando_f_snowninja/icon.png", "chapter": "1", "season": "7", "set": "Snow Clan"}, {"name": "Snowy Ops", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_leatherkey/icon.png", "chapter": "6", "season": "1", "set": "Snowy Stealth"}, {"name": "Sofia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_415_athena_commando_f_assassinsuit/icon.png", "chapter": "1", "season": "9", "set": "John Wick"}, {"name": "Soirée", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_auroradart/icon.png", "chapter": "6", "season": "3", "set": "Party Style"}, {"name": "Soleil", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_goldenvalley/icon.png", "chapter": "7", "season": "1", "set": "Sunny Skater"}, {"name": "Solid Snake", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_abstractmirror_rogue/icon.png", "chapter": "5", "season": "1", "set": "Sneaking"}, {"name": "Sonia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_trendypunk/icon.png", "chapter": "6", "season": "4", "set": null}, {"name": "Sonny", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_safarignome/icon.png", "chapter": "6", "season": "4", "set": "Son Heung-min"}, {"name": "Sonor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_technoawaken/icon.png", "chapter": "5", "season": "1", "set": "FutureSound"}, {"name": "Southpaw", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_393_athena_commando_f_forsake/icon.png", "chapter": "3", "season": "2", "set": "Go the Distance"}, {"name": "Space Beth", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lentilanise/icon.png", "chapter": "7", "season": "3", "set": "Space Beth"}, {"name": "Spacefarer Ariana Grande", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_227_athena_commando_f_bistroastronaut_jjlk5/icon.png", "chapter": "2", "season": "8", "set": "Spacefarer Ariana"}, {"name": "Sparkle Diva", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sparklechop/icon.png", "chapter": "6", "season": "1", "set": "Starlit Sparkle"}, {"name": "Sparkle Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_039_athena_commando_f_disco/icon.png", "chapter": "1", "season": "2", "set": "Fortnite Fever"}, {"name": "Sparkle Supreme", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_485_athena_commando_f_sparkleremix/icon.png", "chapter": "1", "season": "X", "set": "Fortnite Fever"}, {"name": "Sparx", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twilightspotshine/icon.png", "chapter": "6", "season": "2", "set": "Clix"}, {"name": "Spectral Devourer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tallchore/icon.png", "chapter": "7", "season": "3", "set": "Devouring Spirit"}, {"name": "Spice", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_meowknaw/icon.png", "chapter": "6", "season": "5", "set": "Meow-o'-Lantern"}, {"name": "Spider-Gwen", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rosedust/icon.png", "chapter": "3", "season": "4", "set": "Spider-Gwen"}, {"name": "Spider-Man", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_293_athena_commando_m_parallelcomic/icon.png", "chapter": "3", "season": "1", "set": "Spider-Man"}, {"name": "Spider-Man (Miles Morales)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fearlessflighthero/icon.png", "chapter": "4", "season": "2", "set": "Across the Spider-Verse"}, {"name": "Spider-Man (No Way Home)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_316_athena_commando_m_lateral_k8xd9/icon.png", "chapter": "3", "season": "1", "set": "No Way Home"}, {"name": "Spider-Man 2099", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fearlessflightmenace/icon.png", "chapter": "4", "season": "2", "set": "Across the Spider-Verse"}, {"name": "Spider-Man Noir", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_puffinsmile/icon.png", "chapter": "6", "season": "1", "set": "Across the Spider-Verse"}, {"name": "Spider-Man Zero", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_430_athena_commando_m_spectacleweb/icon.png", "chapter": "3", "season": "3", "set": "Zero War"}, {"name": "Spider-Punk", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shakecrunch/icon.png", "chapter": "6", "season": "1", "set": "Across the Spider-Verse"}, {"name": "Spider-Woman", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_motormonth/icon.png", "chapter": "5", "season": "4", "set": "Spider-Woman"}, {"name": "Spike", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_209_athena_commando_m_footballdudec/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Spike Spiegel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_studybench/icon.png", "chapter": "6", "season": "2", "set": "Cowboy Bebop"}, {"name": "Spire Immortal", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_104_athena_commando_m_towersentinel/icon.png", "chapter": "2", "season": "6", "set": "Looming Spire"}, {"name": "Spirit Hunter Saeko", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_voltaichuntress/icon.png", "chapter": "5", "season": "2", "set": "Eternal Eye"}, {"name": "Spirit Tamer Harmonie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_forestbath/icon.png", "chapter": "6", "season": "1", "set": "Spirit's Sanctuary"}, {"name": "Splash Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_089_athena_commando_f_hardwood_e_4tdwh/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Splinter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slowburn/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Splode", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_388_athena_commando_m_thebomb/icon.png", "chapter": "1", "season": "8", "set": "Short Fuse"}, {"name": "Spooky Team Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_258_athena_commando_f_fuzzybearhalloween/icon.png", "chapter": "1", "season": "6", "set": null}, {"name": "Sporty Skirmisher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_kiwi/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Springfielder Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dairystring_wade/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Spycatcher Siren", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hitman_dark/icon.png", "chapter": "3", "season": "4", "set": "Agency Renegades"}, {"name": "Squadron Leader", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_raggedrebel/icon.png", "chapter": "6", "season": "3", "set": "Horizon's Flight"}, {"name": "Squibbly", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_squibblysquid/icon.png", "chapter": "7", "season": "2", "set": "Squibbly Society"}, {"name": "Stadium Hero '92", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stallionsmoke/icon.png", "chapter": "3", "season": "4", "set": "Polo Stadium Collection"}, {"name": "Stage Slayer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_204_athena_commando_m_garageband/icon.png", "chapter": "1", "season": "5", "set": "Garage Band"}, {"name": "Stan Marsh", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_liquidcouch/icon.png", "chapter": "7", "season": "1", "set": "Gonna Have Myself A Time"}, {"name": "Stan Smith", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_taxiheel/icon.png", "chapter": "7", "season": "3", "set": "American Dad!"}, {"name": "Star Assassin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twinklebot/icon.png", "chapter": "2", "season": "Remix", "set": "Big Star"}, {"name": "Star Striker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cheftartar_b/icon.png", "chapter": "7", "season": "3", "set": "Nike Football"}, {"name": "Star-Lord Outfit", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_400_athena_commando_m_ashtonsaltlake/icon.png", "chapter": "1", "season": "8", "set": "Guardians Of The Galaxy"}, {"name": "Starfire", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_474_athena_commando_f_astral/icon.png", "chapter": "3", "season": "3", "set": "Teen Titans"}, {"name": "Starfish", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_455_athena_commando_f_jellyfish/icon.png", "chapter": "1", "season": "9", "set": "Fish Food"}, {"name": "Starflare", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_808_athena_commando_f_constellationsun/icon.png", "chapter": "2", "season": "3", "set": "Space Fire"}, {"name": "Stark Auto-Defense Unit", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_hightowerhenchman/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Starwalker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_technohack/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Steelsight", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_111_athena_commando_f_robo/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Stellaron Hunter Blade", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_choicecrave/icon.png", "chapter": "7", "season": "1", "set": "Honkai: Star Rail"}, {"name": "Stellaron Hunter Kafka", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tweaksmirk/icon.png", "chapter": "7", "season": "1", "set": "Honkai: Star Rail"}, {"name": "Sterling", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_393_athena_commando_m_shiny/icon.png", "chapter": "1", "season": "8", "set": "24K"}, {"name": "Stix", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_oatmealspreadactive/icon.png", "chapter": "6", "season": "2", "set": "Fort Ballers"}, {"name": "Stone Cold Steve Austin", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_crosswiper/icon.png", "chapter": "7", "season": "2", "set": "Stone Cold Steve Austin"}, {"name": "Stoneheart", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_523_athena_commando_f_cupid/icon.png", "chapter": "1", "season": "X", "set": "Royale Hearts"}, {"name": "Storm", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_839_athena_commando_f_hightowersquash/icon.png", "chapter": "2", "season": "4", "set": "Storm"}, {"name": "Storm-Wild Raven", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_critterbran/icon.png", "chapter": "6", "season": "1", "set": null}, {"name": "Stormfarer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_394_athena_commando_m_darkstorm/icon.png", "chapter": "3", "season": "3", "set": "Stormfarer"}, {"name": "Stormtrooper Samurai", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_beettread/icon.png", "chapter": "6", "season": "1", "set": "Star Wars Samurai"}, {"name": "Story Seeker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_droveray_e/icon.png", "chapter": "7", "season": "1", "set": "Celebration of Hogwarts"}, {"name": "Stratus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_406_athena_commando_m_stormtracker/icon.png", "chapter": "1", "season": "9", "set": "Storm Stalker"}, {"name": "Straw Ops", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_236_athena_commando_f_scarecrow/icon.png", "chapter": "1", "season": "6", "set": "Straw Stuffed"}, {"name": "Stray", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ebony/icon.png", "chapter": "4", "season": "2", "set": "Sign of the Fox"}, {"name": "Street Rōnin Kendo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cybermitthomer/icon.png", "chapter": "6", "season": "5", "set": "Rōnin's Ride"}, {"name": "Street Wave Teknique", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_graffititon/icon.png", "chapter": "6", "season": "4", "set": "New Tekniques"}, {"name": "Streetwear Spark Messi", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_feathermudglance/icon.png", "chapter": "6", "season": "1", "set": "Lionel Messi"}, {"name": "Streetwear Yuji Itadori", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_birdnestnavy/smallicon.png", "chapter": "4", "season": "3", "set": "Jujutsu Kaisen"}, {"name": "Striker Senpai", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_lime/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Striker Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_001_athena_commando_f_globalfb_hdl2w/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Striped Slinger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_upbeatiguana_d/icon.png", "chapter": "5", "season": "3", "set": "Three Stripe Squad"}, {"name": "Strong Guard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_239_athena_commando_m_footballduded/icon.png", "chapter": "1", "season": "6", "set": "Fourth Down"}, {"name": "Studious Scout", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_pear/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Styx", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_patches/icon.png", "chapter": "4", "season": "2", "set": "Unseen Rebel"}, {"name": "Sub Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_085_athena_commando_m_twitch/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Sub-Zero (MK3)", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sprocketpoppy_boat/icon.png", "chapter": "6", "season": "2", "set": "Klassic Kombat"}, {"name": "Sugarplum", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_303_athena_commando_f_snowfairy/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "Summer Drift", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_461_athena_commando_m_driftsummer/icon.png", "chapter": "1", "season": "9", "set": "Drift"}, {"name": "Summer Dummy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_summerdummy/icon.png", "chapter": "6", "season": "4", "set": null}, {"name": "Summer Fable", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_812_athena_commando_f_redridingsummer/icon.png", "chapter": "2", "season": "3", "set": "Summer Legends"}, {"name": "Summer Skye", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_153_athena_commando_f_buffcatfan_ts2dr/icon.png", "chapter": "2", "season": "7", "set": "Quest Summer Ever"}, {"name": "Summer Slayer Joni", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cherryknot/icon.png", "chapter": "7", "season": "3", "set": "High Stakes Summer"}, {"name": "Summit Striker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_253_athena_commando_m_militaryfashion2/icon.png", "chapter": "1", "season": "6", "set": null}, {"name": "Sun Strider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_166_athena_commando_f_lifeguard/icon.png", "chapter": "1", "season": "5", "set": "Rescue Patrol"}, {"name": "Sun Tan Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_176_athena_commando_m_lifeguard/icon.png", "chapter": "1", "season": "5", "set": "Rescue Patrol"}, {"name": "Sung Jinwoo", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rampcanal/icon.png", "chapter": "7", "season": "1", "set": "Solo Leveling:ARISE"}, {"name": "Sunny", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_114_athena_commando_f_believer/icon.png", "chapter": "2", "season": "7", "set": "Escape Velocity"}, {"name": "Sunset Alto", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tigerroothype/icon.png", "chapter": null, "season": null, "set": "Coachella"}, {"name": "Super Shaq", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_warmshadeweasel/icon.png", "chapter": "5", "season": "4", "set": "Shaquille O'Neal"}, {"name": "Super Shredder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_peacefulpoempumped/icon.png", "chapter": "5", "season": "1", "set": "TMNT"}, {"name": "Supergirl", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vowelsleep/icon.png", "chapter": "7", "season": "3", "set": "Supergirl"}, {"name": "Superman", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wealthlambfate/icon.png", "chapter": "6", "season": "4", "set": "Superman"}, {"name": "Surf Strider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_783_athena_commando_m_aquajacket/icon.png", "chapter": "2", "season": "3", "set": "Splash Squadron"}, {"name": "Surrr Burger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_075_athena_commando_m_durrburgerknight/icon.png", "chapter": "2", "season": "6", "set": "Knights of the Food Court"}, {"name": "Susan Storm", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_campwrench/icon.png", "chapter": "6", "season": "4", "set": "Fantastic Four: First Steps"}, {"name": "Swish", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_270_athena_commando_m_hastedouble_8gqhc/icon.png", "chapter": "2", "season": "8", "set": "Air Jordan XI Cool Grey"}, {"name": "Swooshman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scooppluck/icon.png", "chapter": "7", "season": "1", "set": "NIKE Swooshman"}, {"name": "Sylvie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_emberrae/icon.png", "chapter": "4", "season": "1", "set": "Embers of Empire"}, {"name": "Sylvie Laufeydottir", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chessboard/icon.png", "chapter": "5", "season": "2", "set": "Loki"}, {"name": "Synapse", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_425_athena_commando_f_cyberrunner/icon.png", "chapter": "1", "season": "9", "set": "Synapse"}, {"name": "Synth", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_735_athena_commando_m_informer/icon.png", "chapter": "2", "season": "2", "set": "Parallel Future"}, {"name": "Synth Star", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_205_athena_commando_f_garageband/icon.png", "chapter": "1", "season": "5", "set": "Garage Band"}, {"name": "Synthesis", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dragonpry/icon.png", "chapter": "7", "season": "2", "set": "Brood"}, {"name": "Synthwave", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_polaritywinnfield/icon.png", "chapter": "6", "season": "4", "set": "Heroic Harmonizer"}, {"name": "SypherPK", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_headset/icon.png", "chapter": "3", "season": "4", "set": "SypherPK"}, {"name": "T-60 Power Armor", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_radiumfox_flame/icon.png", "chapter": "5", "season": "3", "set": "Brotherhood of Steel"}, {"name": "T-800", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_993_athena_commando_m_typhoonrobot_2yrgv/icon.png", "chapter": "2", "season": "5", "set": "Future War"}, {"name": "T0M8T0HE4D", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_techtomato/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "TB3", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stridemicegiant/icon.png", "chapter": "6", "season": "5", "set": "Daft Punk"}, {"name": "TD Titan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_941_athena_commando_m_football20_e_knwuy/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "THE GOAT", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_canyonvale/icon.png", "chapter": "7", "season": "3", "set": "Go Goated"}, {"name": "TNTina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_691_athena_commando_f_tntina/icon.png", "chapter": "2", "season": "2", "set": "Short Fuse"}, {"name": "Tackle Titan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_impulse_b/icon.png", "chapter": "3", "season": "4", "set": "Let Them Know"}, {"name": "Tactical Elite Wastelander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_furyangel/icon.png", "chapter": "6", "season": "2", "set": "Legion Wastelanders"}, {"name": "Tactical Tek", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mezzoace/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "Tailor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_727_athena_commando_m_tailor/icon.png", "chapter": "2", "season": "2", "set": "Runway Raider"}, {"name": "Takara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_418_athena_commando_f_geisha/icon.png", "chapter": "1", "season": "9", "set": "Takara"}, {"name": "Takumi of the Tides", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_moonsatellite/icon.png", "chapter": "6", "season": "1", "set": "River Guard"}, {"name": "Tarana", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_037_athena_commando_f_dinohunter/icon.png", "chapter": "2", "season": "6", "set": "Bone Punk"}, {"name": "Taro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_272_athena_commando_m_hornedmask/icon.png", "chapter": "1", "season": "6", "set": "Storm Familiars"}, {"name": "Taskmaster", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_988_athena_commando_m_tiramisu_5khzp/icon.png", "chapter": "2", "season": "5", "set": "Taskmaster"}, {"name": "Tatsuo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_smokeyalias/icon.png", "chapter": "5", "season": "2", "set": "Crimson Warden"}, {"name": "Technician Naya", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_magneticplotter/icon.png", "chapter": "6", "season": "2", "set": "U2.0 Tech"}, {"name": "Teef", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_584_athena_commando_m_nosh/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Teknique", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_120_athena_commando_f_graffiti/icon.png", "chapter": "1", "season": "4", "set": "Aerosol Assassins"}, {"name": "Tender Defender", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_274_athena_commando_m_feathers/icon.png", "chapter": "1", "season": "6", "set": "Fowl Play"}, {"name": "Tenta", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_violetink/icon.png", "chapter": "7", "season": "1", "set": "Psyonic Ink"}, {"name": "Terminator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_powerfarmer/icon.png", "chapter": "4", "season": "3", "set": "Future War"}, {"name": "Terns", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_618_athena_commando_m_forestdweller/icon.png", "chapter": "2", "season": "1", "set": "Changing Seasons"}, {"name": "Terrible Tornado", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ivystub/icon.png", "chapter": "6", "season": "5", "set": "One-Punch Man"}, {"name": "Thanos", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_128_athena_commando_m_menace/icon.png", "chapter": "2", "season": "7", "set": "The Mad Titan"}, {"name": "The Ace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_195_athena_commando_f_bling/icon.png", "chapter": "1", "season": "5", "set": "Getaway Gang"}, {"name": "The Administrator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hacker/icon.png", "chapter": "6", "season": "2", "set": "Take CTRL"}, {"name": "The Batman Who Laughs", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_219_athena_commando_m_giggle_c2uk0/icon.png", "chapter": "2", "season": "8", "set": "Dark Multiverse"}, {"name": "The Bitey Volt", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_248_athena_commando_m_zombieelastic_e/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "The Bride", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_surgeraven_pack/icon.png", "chapter": "7", "season": "1", "set": "The Bride's Revenge"}, {"name": "The Bride Yellow Jacket", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_surgeraven_drysquash/icon.png", "chapter": null, "season": null, "set": null}, {"name": "The Burning Wolf", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_184_athena_commando_m_ninjawolf_f09o3/icon.png", "chapter": "2", "season": "7", "set": "The First Shadows"}, {"name": "The Dark Knight Movie Outfit", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_529_athena_commando_m_blackmondaykansas_hwd90/icon.png", "chapter": "1", "season": "X", "set": "Gotham City"}, {"name": "The Dark Maw", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_triplebarker/icon.png", "chapter": "6", "season": "5", "set": "Knight's Bite"}, {"name": "The Dealer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rhombcamo/icon.png", "chapter": "4", "season": "OG", "set": "Dealer's Choice"}, {"name": "The Devourer", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_644_athena_commando_m_cattus/icon.png", "chapter": "2", "season": "1", "set": "Polar Legends"}, {"name": "The Diamond", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hastybandit/icon.png", "chapter": "6", "season": "2", "set": "Eternal Diamond"}, {"name": "The Earl of Lemongrab", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fairymochi/icon.png", "chapter": "7", "season": "1", "set": "Adventure Time"}, {"name": "The Employee", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tollbridge/icon.png", "chapter": "5", "season": "3", "set": "The Company"}, {"name": "The Engineer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_booster/icon.png", "chapter": "6", "season": "2", "set": "Genius Creator"}, {"name": "The Engineer (DC)", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_scraptunnel/icon.png", "chapter": "6", "season": "4", "set": "Superman"}, {"name": "The Final Peel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nanaeternal/icon.png", "chapter": "6", "season": "5", "set": "Peeltergeist"}, {"name": "The Finisher", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cheftartar/icon.png", "chapter": "7", "season": "3", "set": "Nike Football"}, {"name": "The Flash", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_010_athena_commando_m_tar_46fmc/icon.png", "chapter": "2", "season": "5", "set": "The Flash"}, {"name": "The Foundation (Reforged)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_foundkelp_bolt/icon.png", "chapter": "7", "season": "2", "set": "The New Seven"}, {"name": "The Giant Chicken", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fastcheetah/icon.png", "chapter": "5", "season": "1", "set": "Family Guy"}, {"name": "The Goldfish", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_millionairetuna/icon.png", "chapter": "5", "season": "1", "set": "Gilded Elites"}, {"name": "The Good Doctor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_904_athena_commando_m_jekyll/icon.png", "chapter": "2", "season": "4", "set": "Duplicity"}, {"name": "The Grabber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_revoltcrush/icon.png", "chapter": "6", "season": "5", "set": "Revenge Calling"}, {"name": "The Guardian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pixieparts_lava/icon.png", "chapter": "7", "season": "3", "set": "The New Seven"}, {"name": "The Herald", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_theherald/icon.png", "chapter": "3", "season": "4", "set": "Nothing's Forever"}, {"name": "The Inkquisitor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_imitator/icon.png", "chapter": "3", "season": "4", "set": "The Inkquisition"}, {"name": "The Joker", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_922_athena_commando_m_parcelprank/icon.png", "chapter": "2", "season": "4", "set": "Last Laugh"}, {"name": "The Joker (Beyond)", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_finchvisit/icon.png", "chapter": "7", "season": "1", "set": "Batman Beyond"}, {"name": "The Kid LAROI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunburst/icon.png", "chapter": "4", "season": "1", "set": "The Kid LAROI"}, {"name": "The Machinist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prairieskip_forge/icon.png", "chapter": "5", "season": "3", "set": "Nitro Ignition"}, {"name": "The Mandalorian (Pen & Ink)", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chiliabide/icon.png", "chapter": "7", "season": "2", "set": "The Mandalorian"}, {"name": "The Mastermind", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cheftartar_c/icon.png", "chapter": "7", "season": "3", "set": "Nike Football"}, {"name": "The Mothman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dustybun/icon.png", "chapter": "6", "season": "5", "set": "Cryptic Cryptid"}, {"name": "The Night Rose", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rosedepth_seed/icon.png", "chapter": "6", "season": "1", "set": "The Night Rose"}, {"name": "The Operator", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coralnumber/smallicon.png", "chapter": "5", "season": "3", "set": "Mayhem Marauder"}, {"name": "The Order (Reforged)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vilesting_crude/icon.png", "chapter": "7", "season": "2", "set": "The New Seven"}, {"name": "The Rogue LAROI", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_sunburstalt/icon.png", "chapter": "4", "season": "1", "set": "The Kid LAROI"}, {"name": "The Ron-troller", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bytegear/icon.png", "chapter": "6", "season": "4", "set": "Game King"}, {"name": "The Scout", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_campussire/icon.png", "chapter": "6", "season": "5", "set": "Deep Rock Galactic"}, {"name": "The Stylist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_149_athena_commando_f_pliant_c/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "The Traveler", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_demureigloo/icon.png", "chapter": "7", "season": "2", "set": "Cronos: The New Dawn"}, {"name": "The Underwriter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_henchmansummer/icon.png", "chapter": null, "season": null, "set": null}, {"name": "The Visitor (Reality Unknown)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_synthcontact/icon.png", "chapter": "6", "season": "4", "set": "The Seven"}, {"name": "The Voidblade", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lemonwrath_ochre/icon.png", "chapter": "7", "season": "3", "set": "The Void Unknown"}, {"name": "The Weeknd", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_speeddial/icon.png", "chapter": "5", "season": "1", "set": "The Weeknd"}, {"name": "The Weeknd Combat", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_speeddialbattle/icon.png", "chapter": "5", "season": "1", "set": "The Weeknd"}, {"name": "The Widow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_flamebride/icon.png", "chapter": "6", "season": "2", "set": "Bride of Ashes"}, {"name": "The Winterfest Bandit", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_acrylicstitch/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "TheGrefg", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_990_athena_commando_m_grilledcheese_snx4k/icon.png", "chapter": "2", "season": "5", "set": "TheGrefg"}, {"name": "They're Back-Lash", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_250_athena_commando_f_zombieelastic_b/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "Thor", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_845_athena_commando_m_hightowertapas/icon.png", "chapter": "2", "season": "4", "set": "Thor"}, {"name": "Thor Odinson", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_439_athena_commando_m_trifle/icon.png", "chapter": "3", "season": "3", "set": "Love and Thunder"}, {"name": "Thor, the Terrible", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rumblebeat_beach/icon.png", "chapter": "7", "season": "2", "set": "God of Storms"}, {"name": "Thrilldiver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_summerunsuitable/icon.png", "chapter": "6", "season": "5", "set": null}, {"name": "Thunder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_localzilla/icon.png", "chapter": "4", "season": "2", "set": "Street Rep"}, {"name": "Tide Strider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_aquapeony/icon.png", "chapter": "6", "season": "5", "set": "Surf Scout"}, {"name": "Tidewalker Trace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_jarpmilo/icon.png", "chapter": "6", "season": "4", "set": "Sun-Soaked Luminary"}, {"name": "Tighty Whities Homer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_spongehollow/icon.png", "chapter": "6", "season": "6", "set": "The Simpsons"}, {"name": "Tiki Tackler", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_004_athena_commando_f_globalfb_d_62oz5/icon.png", "chapter": "2", "season": "5", "set": "Kickoff"}, {"name": "Tilted Teknique", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_483_athena_commando_f_graffitiremix/icon.png", "chapter": "1", "season": "X", "set": "Aerosol Assassins"}, {"name": "Titan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_nebulaburden/icon.png", "chapter": "5", "season": "2", "set": null}, {"name": "Toji Fushiguro", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_applepound/icon.png", "chapter": "6", "season": "1", "set": "Jujutsu Kaisen"}, {"name": "Tom Lizard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_microleaf/icon.png", "chapter": "7", "season": "1", "set": "Hoppers"}, {"name": "Tomatohead", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_109_athena_commando_m_pizza/icon.png", "chapter": "1", "season": "3", "set": "Pizza Pit"}, {"name": "Tomura Shigaraki", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_twicebaked/icon.png", "chapter": "5", "season": "2", "set": "My Hero Academia"}, {"name": "Tony Stark", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_843_athena_commando_m_hightowertomato_casual/icon.png", "chapter": "2", "season": "4", "set": "Iron Man"}, {"name": "Toon Bomber", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bombatoon/icon.png", "chapter": "7", "season": "2", "set": "Inkville Gang"}, {"name": "Toon Bushy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_356_athena_commando_m_weepingwoodstoon/icon.png", "chapter": "3", "season": "1", "set": "Inkville Gang"}, {"name": "Toon Peely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_355_athena_commando_m_peelytoon/icon.png", "chapter": "3", "season": "1", "set": "Inkville Gang"}, {"name": "Toona Fish", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_201_athena_commando_m_teriyakifishtoon/icon.png", "chapter": "2", "season": "8", "set": "Inkville Gang"}, {"name": "Toph Beifong", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_remotecontrol/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Torment", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pointytemper/icon.png", "chapter": "6", "season": "1", "set": "Demon Dunks"}, {"name": "Torque", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plankcoverage/icon.png", "chapter": "6", "season": "6", "set": "F1 Racers"}, {"name": "Tour-Ready Sabrina Carpenter", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_dimeblanketgrace/icon.png", "chapter": "6", "season": "2", "set": "Sabrina Carpenter"}, {"name": "Toxic Fusion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_toxicstorm/icon.png", "chapter": "6", "season": "2", "set": "Nuclear Fusion"}, {"name": "Toxic Trooper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_127_athena_commando_m_hazmat/icon.png", "chapter": "1", "season": "4", "set": "Outbreak"}, {"name": "Trace", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_zirconsweep/icon.png", "chapter": "4", "season": "3", "set": "Luminary Rebel"}, {"name": "Tracer", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_loosecreep/icon.png", "chapter": "7", "season": "2", "set": "Overwatch"}, {"name": "Tracy Trouble", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_357_athena_commando_f_valentinefashion_b3s3r/icon.png", "chapter": "3", "season": "1", "set": "Nobody's Princess"}, {"name": "Trailblazer", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_114_athena_commando_f_tacticalwoodland/icon.png", "chapter": "1", "season": "4", "set": "Advanced Forces"}, {"name": "Trailblazer Tai", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_vitalinventor/icon.png", "chapter": "5", "season": "1", "set": "True Explorers"}, {"name": "Travis Scott", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_703_athena_commando_m_cyclone/icon.png", "chapter": "2", "season": "2", "set": "Travis Scott"}, {"name": "Treasured Aura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_treasurehunter_brigade/icon.png", "chapter": "6", "season": "2", "set": "Golden Tactical"}, {"name": "Trench Runner", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_946_athena_commando_f_football20_e_efkp3/icon.png", "chapter": "2", "season": "4", "set": "Gridiron Gang"}, {"name": "Trepasser", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_m_alienrobot/smallicon.png", "chapter": null, "season": null, "set": null}, {"name": "Trespasser Elite", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_195_athena_commando_m_crisis/icon.png", "chapter": "2", "season": "7", "set": null}, {"name": "Trey Specialist", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_firstclass_d/icon.png", "chapter": "5", "season": "2", "set": "Blacktop Ballers"}, {"name": "Triage Trooper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_217_athena_commando_m_medic/icon.png", "chapter": "1", "season": "5", "set": "Support Squadron"}, {"name": "Triarch Aurora", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ephemeral/icon.png", "chapter": "4", "season": "4", "set": "The Triarchs"}, {"name": "Triarch Nox", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_titanium/icon.png", "chapter": "4", "season": "2", "set": "The Triarchs"}, {"name": "Triple Threat Moxie", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_emberyearn/icon.png", "chapter": "7", "season": "2", "set": "Triple Threat"}, {"name": "Triple Threat Reddysh", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_eagerunify/icon.png", "chapter": "7", "season": "2", "set": "Triple Threat"}, {"name": "Triple Threat Sommerset", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_alderoptic/icon.png", "chapter": "7", "season": "2", "set": "Triple Threat"}, {"name": "Triple-Double", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_083_athena_commando_m_hardwood_d_7s0pn/icon.png", "chapter": "2", "season": "6", "set": "In The Paint"}, {"name": "Trog", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_278_athena_commando_m_yeti/icon.png", "chapter": "1", "season": "7", "set": "Mountain Myths"}, {"name": "Tropical Punch Zoey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_811_athena_commando_f_candysummer/icon.png", "chapter": "2", "season": "3", "set": "Summer Legends"}, {"name": "Trunks", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_yogapatio/icon.png", "chapter": "5", "season": "3", "set": "Dragon Ball"}, {"name": "Tsuki 2.0", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_369_athena_commando_f_cyberarmor/icon.png", "chapter": "3", "season": "2", "set": "Kata Tech"}, {"name": "Tug of War Titan", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_timberstakedrift_e/icon.png", "chapter": "6", "season": "4", "set": "The Games"}, {"name": "Tune Squad LeBron", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_137_athena_commando_m_majestyblue_3rvjs/icon.png", "chapter": "2", "season": "7", "set": "King James"}, {"name": "Tung Tung Tung Sahur", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_choruspunt/icon.png", "chapter": "7", "season": "2", "set": "Brainrot"}, {"name": "Turanga Leela", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_muteribbon/icon.png", "chapter": "4", "season": "3", "set": "Futurama"}, {"name": "Tyler, The Creator", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_caninecronutmix/icon.png", "chapter": "6", "season": "6", "set": "Tyler, The Creator"}, {"name": "Typical Gamer", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_quarterclaspzoom/icon.png", "chapter": "7", "season": "2", "set": "Typical Gamer"}, {"name": "U", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_npc_athena_commando_f_cloakedassassin/icon.png", "chapter": "2", "season": "4", "set": "Glyph Aura"}, {"name": "UNSC Spartan", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_claimreflect/icon.png", "chapter": "6", "season": "5", "set": "Spartan Operations"}, {"name": "Ultima Carver", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_gourdriddance/icon.png", "chapter": "5", "season": "4", "set": "Knight of the Patch"}, {"name": "Umbra Nyte", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_noblespear/icon.png", "chapter": "6", "season": "4", "set": "Supernova Academy"}, {"name": "Unchained Ramirez", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_205_athena_commando_f_textileram_gmrj0/icon.png", "chapter": "2", "season": "8", "set": "Balenciaga Fit"}, {"name": "Undercover Kor", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_460_athena_commando_f_sunbeam/icon.png", "chapter": "3", "season": "3", "set": "Summer Sunstrikers"}, {"name": "Undercover Skye", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_denimequip_stock/icon.png", "chapter": "2", "season": "Remix", "set": "Mighty Questie"}, {"name": "Undertaker", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_combcrater/icon.png", "chapter": "6", "season": "2", "set": "Undertaker"}, {"name": "Underworld Commander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_shadenyx/icon.png", "chapter": "6", "season": "2", "set": "Mythical Legion"}, {"name": "Unpeely", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_814_athena_commando_m_bananasummer/icon.png", "chapter": "2", "season": "3", "set": "Summer Legends"}, {"name": "Unstuffed Guff", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_458_athena_commando_m_sunstar/icon.png", "chapter": "3", "season": "3", "set": "Summer Sunstrikers"}, {"name": "Ural the Sage", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wisebarn/icon.png", "chapter": "6", "season": "6", "set": "I Cast Fire-Feather"}, {"name": "Uryu Ishida", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_bullkeynote/icon.png", "chapter": "7", "season": "1", "set": "BLEACH: TYBW"}, {"name": "V", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_freightcalf/icon.png", "chapter": "6", "season": "1", "set": "Night City Denizens"}, {"name": "Valentina", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_royalangst_tote/icon.png", "chapter": "6", "season": "2", "set": "Robber Queen"}, {"name": "Vanguard Slone", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_coppermoggy_swan/icon.png", "chapter": "7", "season": "3", "set": "Island's Innovator"}, {"name": "Vanguard Zadie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_rankedtrooper/icon.png", "chapter": "6", "season": "2", "set": "Metal Masq"}, {"name": "Varsity Vanguard", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_apple/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Vecna", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_cornerweek/icon.png", "chapter": "6", "season": "6", "set": "Stranger Things"}, {"name": "Vega", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_404_athena_commando_f_bountyhunter/icon.png", "chapter": "1", "season": "9", "set": "Bounty Hunter"}, {"name": "Velma Dinkley", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_baskisle/icon.png", "chapter": "6", "season": "5", "set": "Mystery Inc."}, {"name": "Vengeance Jones", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_undergroundrebel_fashion/icon.png", "chapter": "5", "season": "1", "set": "Jones's Revenge"}, {"name": "Venom", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_934_athena_commando_m_vertigo/icon.png", "chapter": "2", "season": "4", "set": "Venom"}, {"name": "Ventura", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_133_athena_commando_f_deco/icon.png", "chapter": "1", "season": "4", "set": "Venture"}, {"name": "Venturion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_129_athena_commando_m_deco/icon.png", "chapter": "1", "season": "4", "set": "Venture"}, {"name": "Venus Hart", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_elegantheist/icon.png", "chapter": "6", "season": "2", "set": "Lovestruck Lyricist"}, {"name": "Verity", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ionvial/icon.png", "chapter": "4", "season": "4", "set": null}, {"name": "Versa", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_411_athena_commando_f_cyberscavenger/icon.png", "chapter": "1", "season": "9", "set": "Neochaser"}, {"name": "Victory Valedictorian", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_pencil_fig/icon.png", "chapter": "4", "season": "2", "set": "Academy Champions"}, {"name": "Vik Vyce", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tattoon/icon.png", "chapter": "6", "season": "2", "set": "Victorious Bruiser"}, {"name": "Vikora", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_royaldusk/icon.png", "chapter": "4", "season": "3", "set": "Shadow Walker"}, {"name": "Vincent Vega", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_yokequick/icon.png", "chapter": "7", "season": "1", "set": "Wallace Organization"}, {"name": "Vini Fashion Flow", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chewystavegerm/icon.png", "chapter": "7", "season": "3", "set": "Vini Jr."}, {"name": "Vini Jr.", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_chewystavecurve/icon.png", "chapter": "7", "season": "3", "set": "Vini Jr."}, {"name": "Violet", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_896_athena_commando_f_spookyneon/icon.png", "chapter": "2", "season": "4", "set": "Ultimate Reckoning"}, {"name": "Viridion", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_searedscurf/icon.png", "chapter": "6", "season": "2", "set": "Vicious Viridian"}, {"name": "Vix", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_751_athena_commando_f_neoncatspy/icon.png", "chapter": "2", "season": "2", "set": "Catssassin"}, {"name": "Vogue Vigilante", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_upbeatiguana_c/icon.png", "chapter": "5", "season": "3", "set": "Three Stripe Squad"}, {"name": "Vogue Visionary", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_148_athena_commando_f_pliant_b/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Void Walker Lynx", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mincepounce/icon.png", "chapter": "7", "season": "1", "set": "Void Visionary"}, {"name": "Voltaria", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_manicrufus/icon.png", "chapter": "6", "season": "3", "set": null}, {"name": "Vox Hunter", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_185_athena_commando_m_polygon/icon.png", "chapter": "2", "season": "7", "set": "Fox Clan"}, {"name": "Voyager Unleashed", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_voyagercuboid/icon.png", "chapter": "7", "season": "3", "set": "Voyager's Chaos"}, {"name": "Vulture", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_519_athena_commando_m_raptorblackops/icon.png", "chapter": "1", "season": "X", "set": "Air Strike"}, {"name": "Waltz", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tacticalprince/icon.png", "chapter": "6", "season": "4", "set": "Royale Royalty"}, {"name": "Wanderlost", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_247_athena_commando_m_zombieelastic_d/icon.png", "chapter": "2", "season": "8", "set": "Fallen Heroes"}, {"name": "War Machine", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_mooseporch_math/icon.png", "chapter": "5", "season": "4", "set": "War Machine"}, {"name": "War Wolf Dire", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grimhound/icon.png", "chapter": "6", "season": "5", "set": "Blood Moon"}, {"name": "Wastelander Dummy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_ironclash/icon.png", "chapter": "5", "season": "3", "set": "Crash King"}, {"name": "Wastelander Magneto", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_roundthumb_nail/icon.png", "chapter": "5", "season": "3", "set": "Magneto"}, {"name": "Wave Rider Axo", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_caneaxl/icon.png", "chapter": "6", "season": "2", "set": null}, {"name": "Weapon X", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hydrobottle/icon.png", "chapter": "5", "season": "3", "set": "Weapon X"}, {"name": "Wednesday Addams", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_polkaskate/icon.png", "chapter": "6", "season": "5", "set": "Wednesday"}, {"name": "Whisper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_commandospy/icon.png", "chapter": "6", "season": "5", "set": "Into the Dark"}, {"name": "White Dino Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_wavysignalbanjo/icon.png", "chapter": "7", "season": "1", "set": "Dino Thunder"}, {"name": "White Widow (Pen & Ink)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lintmermaid/icon.png", "chapter": "6", "season": "2", "set": "Thunderbolts"}, {"name": "Whiteout", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_188_athena_commando_f_streetracerwhite/icon.png", "chapter": "1", "season": "5", "set": "Vanishing Point"}, {"name": "Wildcat", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_757_athena_commando_f_wildcat/icon.png", "chapter": "2", "season": "4", "set": "Fleet Force"}, {"name": "Wilde", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_420_athena_commando_f_whitetiger/icon.png", "chapter": "1", "season": "9", "set": "White Tiger"}, {"name": "Wilder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_380_athena_commando_m_cactusrocker_sbi3t/icon.png", "chapter": "3", "season": "2", "set": "Coachella"}, {"name": "Will Byers", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lanternfit/icon.png", "chapter": "6", "season": "6", "set": "Stranger Things"}, {"name": "Willow", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_601_athena_commando_f_palespooky/icon.png", "chapter": "2", "season": "1", "set": "Final Reckoning"}, {"name": "Wingman", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_139_athena_commando_m_fighterpilot/icon.png", "chapter": "1", "season": "4", "set": null}, {"name": "Winter Soldier (Pen & Ink)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_stylusfluff/icon.png", "chapter": "6", "season": "2", "set": "Thunderbolts"}, {"name": "Wolf Pack Trooper", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_grandscheme_grey/icon.png", "chapter": "4", "season": "2", "set": "The Prequel Trilogy"}, {"name": "Wolfe", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hydrodrift_metal/icon.png", "chapter": "7", "season": "3", "set": "Wolfe Hunt"}, {"name": "Wolfie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_glamclaws/icon.png", "chapter": "7", "season": "1", "set": "Festival of Fur"}, {"name": "Wolverine", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_841_athena_commando_m_hightowerwasabi/icon.png", "chapter": "2", "season": "4", "set": "Wolverine"}, {"name": "Wolverine (Pen & Ink)", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_olivestomp/icon.png", "chapter": "5", "season": "3", "set": "Deadpool & Wolverine"}, {"name": "Wolverine Zero", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_461_athena_commando_m_desertshadow/icon.png", "chapter": "3", "season": "3", "set": "Zero War"}, {"name": "Wonder", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_434_athena_commando_f_stealthhonor/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Wonder Onesie", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_solosnooze/icon.png", "chapter": "7", "season": "1", "set": "Snooze'n Slay"}, {"name": "Wonder Woman", "rarity": "DC SERIES", "rarityValue": "dc", "color": "#4f6dd6", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_187_athena_commando_f_monarch/icon.png", "chapter": "2", "season": "7", "set": "Champion of Themyscira"}, {"name": "Wonkee", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_royalwonk/icon.png", "chapter": "7", "season": "1", "set": "Wonkeeland"}, {"name": "Wookiee Team Leader", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hydratrumpetcoach/icon.png", "chapter": "6", "season": "3", "set": "Cuddly Kashyyyk"}, {"name": "Woolla", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_slysheep/icon.png", "chapter": "6", "season": "5", "set": "Shear Greatness"}, {"name": "Wrap Major", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_151_athena_commando_f_pliant_e/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Wrap Recon", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_142_athena_commando_m_pliant/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Wrap Trapper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_144_athena_commando_m_pliant_c/icon.png", "chapter": "2", "season": "7", "set": "Show Your Style"}, {"name": "Wreck Raider", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_180_athena_commando_m_scuba/icon.png", "chapter": "1", "season": "5", "set": "Divemasters"}, {"name": "X-23", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_darkazalea/icon.png", "chapter": "3", "season": "4", "set": "X-23"}, {"name": "X-Lord", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_488_athena_commando_m_rustremix/icon.png", "chapter": "1", "season": "X", "set": "Storm Scavenger"}, {"name": "Xander", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_713_athena_commando_m_maskedwarriorspring/icon.png", "chapter": "2", "season": "5", "set": "Immortal Sands"}, {"name": "Xanthus", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_graffitifry/icon.png", "chapter": "6", "season": "2", "set": "Sting Operation"}, {"name": "Xenomorph", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_025_athena_commando_m_kepler_uen6v/icon.png", "chapter": "2", "season": "5", "set": "In Space..."}, {"name": "Xenomorph (Alien: Earth)", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tulipglory/icon.png", "chapter": "6", "season": "5", "set": "USCSS Maginot"}, {"name": "Xerick", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_prickquill/icon.png", "chapter": "6", "season": "2", "set": "The Dry Rider"}, {"name": "Xiomara", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fuzzyglam/icon.png", "chapter": "7", "season": "1", "set": "Unfurgettable Poise"}, {"name": "Y0ND3R", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_487_athena_commando_m_djremix/icon.png", "chapter": "1", "season": "X", "set": "Twin Turntables"}, {"name": "Yeddy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_harborsnow/icon.png", "chapter": "7", "season": "1", "set": null}, {"name": "Yee-Haw!", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_266_athena_commando_f_llamarider/icon.png", "chapter": "1", "season": "6", "set": "Llama Rodeo"}, {"name": "Yellow Ranger", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fumefleecewag/icon.png", "chapter": "6", "season": "5", "set": "Mighty Morphin"}, {"name": "Yennefer of Vengerberg", "rarity": "Gaming Legends Series", "rarityValue": "gaminglegends", "color": "#8b7bff", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_fishbowl/icon.png", "chapter": "4", "season": "3", "set": "Silver & Sorcery"}, {"name": "Yon Dar 3000", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_radiopaca/icon.png", "chapter": "6", "season": "5", "set": "Twin Turntables"}, {"name": "Yoo-mi", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_hangspec_screech/icon.png", "chapter": "6", "season": "5", "set": "O.X.R. Idol"}, {"name": "Young Adult Groot", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_brakepedal/icon.png", "chapter": "5", "season": "2", "set": "Guardians Of The Galaxy"}, {"name": "Yuji Itadori", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_birdnest/smallicon.png", "chapter": "4", "season": "3", "set": "Jujutsu Kaisen"}, {"name": "Yuki Yubari", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_waltzscout/icon.png", "chapter": "7", "season": "1", "set": "O-Ren's Assassins"}, {"name": "Yule Trooper", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_628_athena_commando_m_holidaytime/icon.png", "chapter": "2", "season": "1", "set": "Skull Squad"}, {"name": "Yulejacket", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_blowwire/icon.png", "chapter": "6", "season": "1", "set": "Team Festive"}, {"name": "Zain", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_psychicaphid/icon.png", "chapter": "5", "season": "4", "set": "Chitonbreaker"}, {"name": "Zeke", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_steelygrin/icon.png", "chapter": "6", "season": "4", "set": "Neon Nights"}, {"name": "Zenia", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_plaidcarbon/icon.png", "chapter": "6", "season": "2", "set": "Rebel Rider"}, {"name": "Ziggy", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_lazylizzchip/icon.png", "chapter": "6", "season": "4", "set": "Snackin' & Slackin'"}, {"name": "Zoey", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_119_athena_commando_f_candy/icon.png", "chapter": "1", "season": "4", "set": "Sweet Tooth"}, {"name": "Zoey (HUNTR/X)", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_evokefind/icon.png", "chapter": "6", "season": "5", "set": "KPop Demon Hunters"}, {"name": "Zorii Bliss", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_632_athena_commando_f_galileozeppelin_sjkpw/icon.png", "chapter": "2", "season": "1", "set": "The New Trilogy"}, {"name": "Zuko", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_tikitorch/icon.png", "chapter": "5", "season": "2", "set": "Avatar"}, {"name": "Zyg", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_116_athena_commando_m_invader/icon.png", "chapter": "2", "season": "7", "set": "Binary Stars"}, {"name": "Zzaria The Cruel", "rarity": "Epic", "rarityValue": "epic", "color": "#b13afe", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_074_athena_commando_m_tomatoknight/icon.png", "chapter": "2", "season": "6", "set": "Knights of the Food Court"}, {"name": "deadmau5", "rarity": "Icon Series", "rarityValue": "icon", "color": "#12e0d4", "price": 1500, "image": "https://fortnite-api.com/images/cosmetics/br/character_farespore/icon.png", "chapter": "6", "season": "4", "set": "deadmau5"}, {"name": "A.I.M.", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_267_athena_commando_m_robotred/icon.png", "chapter": "1", "season": "6", "set": "A.I.M."}, {"name": "All Might", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_emeraldglasstransform/icon.png", "chapter": "4", "season": "1", "set": "My Hero Academia"}, {"name": "Alli", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_044_athena_commando_f_neoncatfashion_64jw3/icon.png", "chapter": "2", "season": "6", "set": "Cat & Mouse"}, {"name": "Arachne", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_249_athena_commando_f_blackwidow/icon.png", "chapter": "1", "season": "6", "set": "Arachnid"}, {"name": "Ark", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_300_athena_commando_f_angel/icon.png", "chapter": "1", "season": "7", "set": "Eternal Struggle"}, {"name": "Ascendant Midas", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_piteouskicks/icon.png", "chapter": "5", "season": "2", "set": "Golden King"}, {"name": "Backlash", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_861_athena_commando_f_elastic_b/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Battle Hound", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_100_athena_commando_m_cuchulainn/icon.png", "chapter": "1", "season": "3", "set": "Laoch"}, {"name": "Black Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_035_athena_commando_m_medieval/icon.png", "chapter": "1", "season": "2", "set": "Fort Knights"}, {"name": "Blackheart", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_347_athena_commando_m_pirateprogressive/icon.png", "chapter": "1", "season": "8", "set": "Scallywags"}, {"name": "Blastoff", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_857_athena_commando_m_elastic_c/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Blaze", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_784_athena_commando_f_renegaderaiderfire/icon.png", "chapter": "2", "season": "3", "set": "Renegade Flame"}, {"name": "Calamity", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_237_athena_commando_f_cowgirl/icon.png", "chapter": "1", "season": "6", "set": "Western Wilds"}, {"name": "Carbide", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_115_athena_commando_m_carbideblue/icon.png", "chapter": "1", "season": "4", "set": "Carbide"}, {"name": "Catalyst", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_486_athena_commando_f_streetracerdrift/icon.png", "chapter": "1", "season": "X", "set": "Drift"}, {"name": "Chomp Sr.", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_168_athena_commando_m_shark/icon.png", "chapter": "1", "season": "5", "set": "Chomp"}, {"name": "Crackshot", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_050_athena_commando_m_holidaynutcracker/icon.png", "chapter": "1", "season": "1", "set": "Nutcracker"}, {"name": "Criterion", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_152_athena_commando_f_carbideorange/icon.png", "chapter": "1", "season": "4", "set": "Criterion"}, {"name": "Cuddle Team Leader", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_069_athena_commando_f_pinkbear/icon.png", "chapter": "1", "season": "2", "set": "Royale Hearts"}, {"name": "Cyclo", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_750_athena_commando_m_hurricane/icon.png", "chapter": "2", "season": "2", "set": null}, {"name": "DJ Bop", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_308_athena_commando_f_fortnitedj/icon.png", "chapter": "1", "season": "7", "set": "Twin Turntables"}, {"name": "Dark Vanguard", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_105_athena_commando_f_spaceblack/icon.png", "chapter": "1", "season": "3", "set": "Space Explorers"}, {"name": "Dark Vertex", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_371_athena_commando_m_speedymidnight/icon.png", "chapter": "1", "season": "9", "set": "Dark Apex"}, {"name": "Dark Voyager", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_088_athena_commando_m_spaceblack/icon.png", "chapter": "1", "season": "3", "set": "Space Explorers"}, {"name": "Deadeye", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_600_athena_commando_m_skeletonhunter/icon.png", "chapter": "2", "season": "1", "set": "Dark Visions"}, {"name": "Deadfire", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_250_athena_commando_m_evilcowboy/icon.png", "chapter": "1", "season": "6", "set": "Western Wilds"}, {"name": "Deadpool", "rarity": "MARVEL SERIES", "rarityValue": "marvel", "color": "#ed1c24", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_705_athena_commando_m_donut/icon.png", "chapter": "2", "season": "2", "set": "Deadpool"}, {"name": "Dire", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_230_athena_commando_m_werewolf/icon.png", "chapter": "1", "season": "6", "set": "Full Moon"}, {"name": "Drift", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_161_athena_commando_m_drift/icon.png", "chapter": "1", "season": "5", "set": "Drift"}, {"name": "Driftwalker", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_230_athena_commando_m_drifthorror/icon.png", "chapter": "2", "season": "8", "set": "Graveyard Drift"}, {"name": "Dynamo Dancer", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_860_athena_commando_f_elastic/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Enforcer", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_200_athena_commando_m_darkpaintballer/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Eon", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_174_athena_commando_f_carbidewhite/icon.png", "chapter": "1", "season": "6", "set": "Eon"}, {"name": "Era", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_silenttempo/icon.png", "chapter": "4", "season": "3", "set": "Ancestral Era"}, {"name": "Eternal Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_767_athena_commando_f_blackknight/icon.png", "chapter": "2", "season": "3", "set": "Honor Shining"}, {"name": "Fade", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_777_athena_commando_m_racerzero/icon.png", "chapter": "2", "season": "3", "set": "Fade Out"}, {"name": "Fallen Love Ranger", "rarity": "DARK SERIES", "rarityValue": "dark", "color": "#e93cff", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_343_athena_commando_m_cupiddark/icon.png", "chapter": "1", "season": "7", "set": "Royale Hearts"}, {"name": "Fate", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_143_athena_commando_f_darkninja/icon.png", "chapter": "1", "season": "4", "set": "Overseer"}, {"name": "Firebrand", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_862_athena_commando_f_elastic_c/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Flytrap", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_132_athena_commando_m_venus/icon.png", "chapter": "1", "season": "4", "set": "Flytrap"}, {"name": "Frostbite", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_261_athena_commando_m_raptorarcticcamo/icon.png", "chapter": "1", "season": "6", "set": "Deep Freeze"}, {"name": "Frozen Love Ranger", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_295_athena_commando_m_cupidwinter/icon.png", "chapter": "1", "season": "7", "set": "Frozen Legends"}, {"name": "Frozen Raven", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_293_athena_commando_m_ravenwinter/icon.png", "chapter": "1", "season": "7", "set": "Frozen Legends"}, {"name": "Frozen Red Knight", "rarity": "Frozen Series", "rarityValue": "frozen", "color": "#7fd7ff", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_294_athena_commando_f_redknightwinter/icon.png", "chapter": "1", "season": "7", "set": "Frozen Legends"}, {"name": "Fusion", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_572_athena_commando_m_viper/icon.png", "chapter": "2", "season": "1", "set": "Fusion"}, {"name": "Galaxia", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_935_athena_commando_f_eternity/icon.png", "chapter": "2", "season": "4", "set": "Galaxia"}, {"name": "Galaxy Grappler", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_174_athena_commando_f_celestialglow/icon.png", "chapter": "2", "season": "7", "set": "Event Horizon"}, {"name": "Galaxy Scout", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_337_athena_commando_f_celestial/icon.png", "chapter": "2", "season": "3", "set": "Galaxy Pack"}, {"name": "Gear Specialist Maya", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_695_athena_commando_f_desertopscamo/icon.png", "chapter": "2", "season": "2", "set": "Custom"}, {"name": "Glimmer", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_298_athena_commando_f_icemaiden/icon.png", "chapter": "1", "season": "7", "set": "Winter Wonderland"}, {"name": "Glow", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_479_athena_commando_f_davinci/icon.png", "chapter": "1", "season": "X", "set": "Overseer"}, {"name": "Hades", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_darkstance_inferno/icon.png", "chapter": "5", "season": "2", "set": "Underworld King"}, {"name": "Havoc", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_089_athena_commando_m_retrogrey/icon.png", "chapter": "1", "season": "3", "set": null}, {"name": "Hime", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_199_athena_commando_f_bluesamurai/icon.png", "chapter": "1", "season": "5", "set": "Bushido"}, {"name": "Hunter", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_855_athena_commando_m_elastic/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Hybrid", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_346_athena_commando_m_dragonninja/icon.png", "chapter": "1", "season": "8", "set": "Brood"}, {"name": "Hypersonic", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_856_athena_commando_m_elastic_b/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Inferno", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_370_athena_commando_m_evilsuit/icon.png", "chapter": "1", "season": "8", "set": "Inferno"}, {"name": "Joey", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_111_athena_commando_m_faux/icon.png", "chapter": "2", "season": "7", "set": "Inner Vision"}, {"name": "John Wick", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_416_athena_commando_m_assassinsuit/icon.png", "chapter": "1", "season": "9", "set": "John Wick"}, {"name": "Joltara", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_864_athena_commando_f_elastic_e/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Kado Thorne", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_lazaruslens/smallicon.png", "chapter": "4", "season": "4", "set": "Psionic Eclipse"}, {"name": "Krampus", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_314_athena_commando_m_krampus/icon.png", "chapter": "1", "season": "7", "set": "Krampus"}, {"name": "Kymera", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_110_athena_commando_m_alientrooper/icon.png", "chapter": "2", "season": "7", "set": "Kymera"}, {"name": "Leviathan", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_108_athena_commando_m_fishhead/icon.png", "chapter": "1", "season": "3", "set": "Space Explorers"}, {"name": "Love Ranger", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_070_athena_commando_m_cupid/icon.png", "chapter": "1", "season": "2", "set": "Royale Hearts"}, {"name": "Luxe", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_352_athena_commando_f_shiny/icon.png", "chapter": "1", "season": "8", "set": "24K"}, {"name": "Lynx", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_286_athena_commando_f_neoncat/icon.png", "chapter": "1", "season": "7", "set": "Lynx"}, {"name": "Magnus", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_164_athena_commando_m_viking/icon.png", "chapter": "1", "season": "5", "set": "Norse"}, {"name": "Malice", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_369_athena_commando_f_devilrock/icon.png", "chapter": "1", "season": "8", "set": "Diabolical"}, {"name": "Malik", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_424_athena_commando_m_lancelot/icon.png", "chapter": "3", "season": "3", "set": "Age of Kings"}, {"name": "Mandalorian", "rarity": "Star Wars Series", "rarityValue": "starwars", "color": "#0c1b6b", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_960_athena_commando_m_cosmos/icon.png", "chapter": "2", "season": "5", "set": "The Mandalorian"}, {"name": "Mecha Cuddle Master", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_105_athena_commando_f_spacecuddles_5teva/icon.png", "chapter": "2", "season": "6", "set": "The Returned"}, {"name": "Menace", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_967_athena_commando_m_ancientgladiator/icon.png", "chapter": "2", "season": "5", "set": "The Vanquisher"}, {"name": "Midas", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_694_athena_commando_m_catburglar/icon.png", "chapter": "2", "season": "2", "set": "Golden Ghost"}, {"name": "Midas Rex", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_923_athena_commando_m_parcelgold/icon.png", "chapter": "2", "season": "4", "set": "Last Laugh"}, {"name": "Mizuki", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_nitroflow/icon.png", "chapter": "4", "season": "2", "set": "River Guard"}, {"name": "Moisty Merman", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_130_athena_commando_m_merman/icon.png", "chapter": "1", "season": "4", "set": null}, {"name": "Molten Battle Hound", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_379_athena_commando_m_battlehoundfire/icon.png", "chapter": "1", "season": "8", "set": "Lava Legends"}, {"name": "Molten Valkyrie", "rarity": "Lava Series", "rarityValue": "lava", "color": "#ff6a2b", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_380_athena_commando_f_darkviking_fire/icon.png", "chapter": "1", "season": "8", "set": "Lava Legends"}, {"name": "Musha", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_198_athena_commando_m_bluesamurai/icon.png", "chapter": "1", "season": "5", "set": "Bushido"}, {"name": "Nezumi", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_apprentice/icon.png", "chapter": "4", "season": "1", "set": "Sight Beyond"}, {"name": "Oblivion", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_153_athena_commando_f_carbideblack/icon.png", "chapter": "1", "season": "4", "set": "Oblivion"}, {"name": "Omega", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_116_athena_commando_m_carbideblack/icon.png", "chapter": "1", "season": "4", "set": "Omega"}, {"name": "Omegarok", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_hornedjudgment_midgard/icon.png", "chapter": "4", "season": "OG", "set": "Omega Harbinger"}, {"name": "Omen", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_141_athena_commando_m_darkeagle/icon.png", "chapter": "1", "season": "4", "set": "Overseer"}, {"name": "Oppressor", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_508_athena_commando_m_syko/icon.png", "chapter": "1", "season": "X", "set": "Domination"}, {"name": "Optimus Prime", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_loudphoenix/icon.png", "chapter": "4", "season": "3", "set": "Transformers"}, {"name": "Oro", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_675_athena_commando_m_thegoldenskeleton/icon.png", "chapter": "2", "season": "2", "set": "Midas' Revenge"}, {"name": "P.A.N.D.A Team Leader", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_187_athena_commando_f_fuzzybearpanda/icon.png", "chapter": "1", "season": "5", "set": null}, {"name": "Paradigm (Reality-659)", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_meteorwomen_alt/icon.png", "chapter": "3", "season": "4", "set": "The Seven"}, {"name": "Peter Griffin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_zebrascramble_bacon/icon.png", "chapter": "5", "season": "1", "set": "Family Guy"}, {"name": "Piccolo", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_arcticicetalus/icon.png", "chapter": "4", "season": "1", "set": "Dragon Ball"}, {"name": "Polarity", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_863_athena_commando_f_elastic_d/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Power Chord", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_097_athena_commando_f_rockerpunk/icon.png", "chapter": "1", "season": "3", "set": "Volume 11"}, {"name": "Predator", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_991_athena_commando_m_nightmare_nm1c8/icon.png", "chapter": "2", "season": "5", "set": "Jungle Hunter"}, {"name": "Ragnarok", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_165_athena_commando_m_darkviking/icon.png", "chapter": "1", "season": "5", "set": "Harbinger"}, {"name": "Raptor", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_031_athena_commando_m_retro/icon.png", "chapter": "1", "season": "1", "set": null}, {"name": "Ravage", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_194_athena_commando_f_ravenquill/icon.png", "chapter": "1", "season": "5", "set": "Nevermore"}, {"name": "Raven", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_102_athena_commando_m_raven/icon.png", "chapter": "1", "season": "3", "set": "Nevermore"}, {"name": "Raz", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_041_athena_commando_m_cubeninja/icon.png", "chapter": "2", "season": "6", "set": "Spire's Call"}, {"name": "Red Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_034_athena_commando_f_medieval/icon.png", "chapter": "1", "season": "1", "set": "Fort Knights"}, {"name": "Renzo the Destroyer", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_inferno/icon.png", "chapter": "4", "season": "2", "set": "Cataclysm 2.0"}, {"name": "Rex", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_093_athena_commando_m_dinosaur/icon.png", "chapter": "1", "season": "3", "set": "Dino Guard"}, {"name": "Rogue Spider Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_516_athena_commando_m_blackwidowrogue/icon.png", "chapter": "1", "season": "X", "set": "Arachnid"}, {"name": "Ronin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_287_athena_commando_m_lonewolf/smallicon.png", "chapter": "3", "season": "1", "set": "Order of the Waning Moon"}, {"name": "Rose Team Leader", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_096_athena_commando_f_founder/icon.png", "chapter": "1", "season": "3", "set": "Rose Team"}, {"name": "Rox", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_408_athena_commando_f_strawberrypilot/icon.png", "chapter": "1", "season": "9", "set": "Sky Style"}, {"name": "Ruin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_378_athena_commando_m_furnaceface/icon.png", "chapter": "1", "season": "8", "set": "Ruination"}, {"name": "Sentinel", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_403_athena_commando_m_rooster/icon.png", "chapter": "1", "season": "9", "set": "Battle Dynamics"}, {"name": "Shogun", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_257_athena_commando_m_samuraiultra/icon.png", "chapter": "1", "season": "6", "set": "Shogun"}, {"name": "Singularity", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_469_athena_commando_f_battlesuit/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Sky Stalker", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_142_athena_commando_m_wwiipilot/icon.png", "chapter": "1", "season": "4", "set": "Sky Stalker"}, {"name": "Snap", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_429_athena_commando_m_collectable/icon.png", "chapter": "3", "season": "3", "set": "Spare Parts"}, {"name": "Son Gohan", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_arcticiceblue/icon.png", "chapter": "4", "season": "1", "set": "Dragon Ball"}, {"name": "Son Goku", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_462_athena_commando_m_stamina/icon.png", "chapter": "3", "season": "3", "set": "Dragon Ball"}, {"name": "Sorana", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_615_athena_commando_f_bane/icon.png", "chapter": "2", "season": "1", "set": "Standout Style"}, {"name": "Spectra Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_snowknight_helm/icon.png", "chapter": "4", "season": "OG", "set": "Prismatic Knight"}, {"name": "Spider Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_248_athena_commando_m_blackwidow/icon.png", "chapter": "1", "season": "6", "set": "Arachnid"}, {"name": "Spire Assassin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_038_athena_commando_f_towersentinel/icon.png", "chapter": "2", "season": "6", "set": "Looming Spire"}, {"name": "Supersonic", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_385_athena_commando_m_pilotskull/icon.png", "chapter": "1", "season": "8", "set": "Air Royale"}, {"name": "Tempest", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_430_athena_commando_m_stormsoldier/icon.png", "chapter": "1", "season": "9", "set": "Raging Storm"}, {"name": "The Ageless", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_citadel/icon.png", "chapter": "4", "season": "1", "set": "Dominion's Dawn"}, {"name": "The Cube Queen", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_225_athena_commando_f_cubequeen/icon.png", "chapter": "2", "season": "8", "set": "Long Live the Queen"}, {"name": "The Foundation", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_286_athena_commando_m_turtleneck/icon.png", "chapter": "3", "season": "1", "set": "The Seven"}, {"name": "The Ice King", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_288_athena_commando_m_iceking/icon.png", "chapter": "1", "season": "7", "set": "Ice Kingdom"}, {"name": "The Ice Queen", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_330_athena_commando_f_icequeen/icon.png", "chapter": "1", "season": "7", "set": "Ice Kingdom"}, {"name": "The Imagined", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_374_athena_commando_f_binary/icon.png", "chapter": "3", "season": "2", "set": "The Seven"}, {"name": "The Mighty Volt", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_859_athena_commando_m_elastic_e/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "The Origin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_373_athena_commando_m_originprisoner/smallicon.png", "chapter": "3", "season": "2", "set": "The Seven"}, {"name": "The Prisoner", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_332_athena_commando_m_prisoner/icon.png", "chapter": "1", "season": "7", "set": null}, {"name": "The Reaper", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_084_athena_commando_m_assassin/icon.png", "chapter": "1", "season": "3", "set": "Hired Gun"}, {"name": "The Scientist", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_540_athena_commando_m_meteormanremix/icon.png", "chapter": "1", "season": "X", "set": "The Seven"}, {"name": "The Visitor", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_140_athena_commando_m_visitor/icon.png", "chapter": "1", "season": "4", "set": "The Seven"}, {"name": "Torin", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_200_athena_commando_f_ghosthunter/icon.png", "chapter": "2", "season": "8", "set": "Sidewayfarer"}, {"name": "Tricera Ops", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_107_athena_commando_f_pajamaparty/icon.png", "chapter": "1", "season": "3", "set": "Dino Guard"}, {"name": "Twyn", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_candor/icon.png", "chapter": "3", "season": "4", "set": "Syndicate Scout"}, {"name": "Ultima Knight", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_484_athena_commando_m_knightremix/icon.png", "chapter": "1", "season": "X", "set": "Fort Knights"}, {"name": "Valeria", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_madamemoth_posh/icon.png", "chapter": "5", "season": "1", "set": "Flame & Fortune"}, {"name": "Valkyrie", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_222_athena_commando_f_darkviking/icon.png", "chapter": "1", "season": "5", "set": "Harbinger"}, {"name": "Valor", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_118_athena_commando_f_valor/icon.png", "chapter": "1", "season": "4", "set": "Valiant"}, {"name": "Vegeta", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_463_athena_commando_m_staminavigor/icon.png", "chapter": "3", "season": "3", "set": "Dragon Ball"}, {"name": "Velocity", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_412_athena_commando_f_raptor/icon.png", "chapter": "1", "season": "9", "set": null}, {"name": "Vendetta", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_407_athena_commando_m_battlesuit/icon.png", "chapter": "1", "season": "9", "set": "Suit Up"}, {"name": "Vertex", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_160_athena_commando_m_speedyred/icon.png", "chapter": "1", "season": "4", "set": "Apex Protocol"}, {"name": "Vi", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_a_009_athena_commando_f_foxwarrior_21b9r/icon.png", "chapter": "2", "season": "5", "set": "Drift Tracker"}, {"name": "Wanderlust", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_858_athena_commando_m_elastic_d/icon.png", "chapter": "2", "season": "4", "set": "Boundless"}, {"name": "Warpaint", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_095_athena_commando_m_founder/icon.png", "chapter": "1", "season": "3", "set": "Warpaint"}, {"name": "Wild Card", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_206_athena_commando_m_bling/icon.png", "chapter": "1", "season": "5", "set": "Getaway Gang"}, {"name": "Wukong", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_071_athena_commando_m_wukong/icon.png", "chapter": "1", "season": "2", "set": "Wukong"}, {"name": "Zenith", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_287_athena_commando_m_arcticsniper/icon.png", "chapter": "1", "season": "7", "set": "Zenith"}, {"name": "Zero", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/cid_573_athena_commando_m_haunt/icon.png", "chapter": "2", "season": "1", "set": "Zero Point"}, {"name": "Zeus", "rarity": "Legendary", "rarityValue": "legendary", "color": "#ff8a1e", "price": 2000, "image": "https://fortnite-api.com/images/cosmetics/br/character_stunningmountain_armor/icon.png", "chapter": "5", "season": "2", "set": "King of Olympus"}];
diff --git a/fortnite-experience/style.css b/fortnite-experience/style.css
new file mode 100644
index 0000000..927855c
--- /dev/null
+++ b/fortnite-experience/style.css
@@ -0,0 +1 @@
+:root{--bg-main: #060409;--bg-surface: rgba(18, 12, 28, .55);--bg-surface-solid: #120c1c;--border-glow: rgba(197, 255, 38, .2);--border-light: rgba(255, 255, 255, .08);--border-neon: #c5ff26;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--color-accent: #c5ff26;--color-purple: #8b5cf6;--color-cyan: #06b6d4;--color-yes: #22c55e;--color-no: #ef4444;--font-sans: "Outfit", sans-serif;--font-mono: "Space Grotesk", sans-serif;--shadow-neon: 0 0 20px rgba(197, 255, 38, .35);--shadow-purple: 0 0 20px rgba(139, 92, 246, .3);--shadow-cyan: 0 0 20px rgba(6, 182, 212, .3);--shadow-yes: 0 0 25px rgba(34, 197, 94, .4);--shadow-no: 0 0 25px rgba(239, 68, 68, .4);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .5s cubic-bezier(.175, .885, .32, 1.275)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-primary);overflow-x:hidden;min-height:100vh;display:flex;justify-content:center;position:relative}.stars-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:radial-gradient(white,rgba(255,255,255,.2) 2px,transparent 40px),radial-gradient(white,rgba(255,255,255,.15) 1px,transparent 30px),radial-gradient(white,rgba(255,255,255,.1) 2px,transparent 40px);background-size:550px 550px,350px 350px,250px 250px;background-position:0 0,40px 60px,130px 270px;opacity:.12;z-index:-2;pointer-events:none}.nebula-bg{position:fixed;top:-20%;left:-10%;width:140vw;height:140vh;background:radial-gradient(circle at 30% 20%,rgba(139,92,246,.15) 0%,transparent 40%),radial-gradient(circle at 70% 60%,rgba(6,182,212,.15) 0%,transparent 45%),radial-gradient(circle at 50% 80%,rgba(197,255,38,.05) 0%,transparent 35%);filter:blur(80px);z-index:-1;pointer-events:none}.app-container{width:100%;max-width:900px;min-height:100vh;display:flex;flex-direction:column;padding:1.5rem;position:relative;z-index:10}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 2rem;border-bottom:1px solid var(--border-light);margin-bottom:2rem}.logo{font-family:var(--font-mono);font-weight:800;font-size:1.8rem;letter-spacing:-.05em;-webkit-user-select:none;user-select:none}.logo-accent{color:var(--text-primary)}.logo-main{color:var(--color-accent);text-shadow:0 0 10px rgba(197,255,38,.5);background:linear-gradient(135deg,var(--color-accent),#a3e635);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-badge{background:#ffffff0a;border:1px solid var(--border-light);border-radius:99px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem;color:var(--color-cyan);box-shadow:0 4px 12px #0003}.pulse-icon{animation:iconPulse 2s infinite alternate}@keyframes iconPulse{0%{transform:scale(1);opacity:.7}to{transform:scale(1.15);opacity:1;text-shadow:0 0 8px var(--color-cyan)}}.view{display:none;opacity:0;transition:opacity .4s ease;flex-grow:1}.view.active{display:flex;flex-direction:column;opacity:1}.btn{font-family:var(--font-sans);font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;border-radius:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:var(--transition-bounce);font-size:.95rem}.btn-primary{background:var(--color-accent);color:#000;box-shadow:var(--shadow-neon)}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 0 30px #c5ff2699}.btn-primary:active{transform:translateY(1px) scale(.98)}.btn-secondary{background:#ffffff0d;color:var(--text-primary);border:1px solid var(--border-light)}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px);border-color:var(--color-purple);box-shadow:var(--shadow-purple)}.btn-back{background:transparent;color:var(--text-secondary);border:none;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;cursor:pointer;align-self:flex-start;display:flex;align-items:center;gap:.5rem;transition:var(--transition-smooth)}.btn-back:hover{color:var(--text-primary);background:#ffffff0d}.hero-section{text-align:center;margin-bottom:3rem}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.text-glow{color:var(--color-purple);text-shadow:0 0 15px rgba(139,92,246,.4)}.hero-desc{font-size:1.15rem;color:var(--text-secondary);line-height:1.6;max-width:700px;margin:0 auto 2rem}.twist-box{background:#8b5cf614;border:1px solid rgba(139,92,246,.2);border-radius:16px;padding:1.25rem 1.5rem;max-width:700px;margin:0 auto;text-align:left;display:flex;align-items:flex-start;gap:1rem;line-height:1.5;font-size:.95rem}.twist-icon{font-size:1.5rem;color:var(--color-accent);margin-top:.1rem;text-shadow:0 0 10px rgba(197,255,38,.5)}.highlight{color:var(--color-cyan);font-weight:600}.mode-selection{margin-bottom:2.5rem}.mode-selection h2{font-size:1.4rem;text-align:center;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary)}.modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mode-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:16px;padding:1.5rem;text-align:left;cursor:pointer;transition:var(--transition-bounce);display:flex;flex-direction:column;gap:1rem;color:var(--text-primary)}.mode-card:hover{transform:translateY(-5px);border-color:var(--color-accent);box-shadow:var(--shadow-neon)}.mode-icon{font-size:1.8rem;color:var(--color-accent);background:#c5ff261a;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.mode-card[data-mode=marathon] .mode-icon{color:var(--color-cyan);background:#06b6d41a}.mode-card[data-mode=full] .mode-icon{color:var(--color-purple);background:#8b5cf61a}.mode-info h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.mode-info p{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.start-actions{display:flex;justify-content:center;margin-top:1rem}.game-hud{display:flex;justify-content:space-between;align-items:center;background:#0003;border:1px solid var(--border-light);border-radius:16px;padding:1rem 1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hud-left{display:flex;flex-direction:column;gap:.5rem;flex-grow:1;max-width:50%}.hud-left span{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.progress-container{height:6px;background:#ffffff0d;border-radius:99px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,var(--color-purple),var(--color-cyan));border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}.hud-right{display:flex;gap:1.25rem}.stat-counter{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;padding:.4rem .8rem;border-radius:8px;border:1px solid transparent}.counter-believe{color:var(--color-yes);background:#22c55e0d;border-color:#22c55e26}.counter-doubt{color:var(--color-no);background:#ef44440d;border-color:#ef444426}.stat-val{font-family:var(--font-mono);font-size:1.1rem}.card-container{display:flex;justify-content:center;align-items:center;flex-grow:1;margin-bottom:1.5rem}.game-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-light);border-radius:24px;width:100%;max-width:480px;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 40px #0006;position:relative;overflow:hidden}.game-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-purple),var(--color-cyan))}.card-header{display:flex;justify-content:space-between;align-items:center}.category-tag{background:#8b5cf626;border:1px solid rgba(139,92,246,.3);color:#c084fc;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:99px;display:flex;align-items:center;gap:.4rem}.brand-tag{background:#ffffff0a;border:1px solid var(--border-light);color:var(--text-secondary);font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:99px}.card-body{display:flex;flex-direction:column;gap:1rem}.card-body h2{font-size:1.6rem;font-weight:800;text-align:center;line-height:1.2;letter-spacing:-.01em}.card-image-wrapper{width:100%;height:280px;background:#09060f;border-radius:16px;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.08);box-shadow:inset 0 0 15px #0009;display:flex;justify-content:center;align-items:center;padding:.5rem}.card-image-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}.image-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;background:linear-gradient(135deg,#160e26cc,#06040ae6);border:1px dashed rgba(255,255,255,.1);border-radius:16px}.fallback-icon-wrapper{width:70px;height:70px;background:#ffffff08;border:1px solid var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--color-purple);box-shadow:inset 0 0 15px #8b5cf626}.fallback-tip{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.fallback-tip small{display:block;margin-top:.4rem;font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem;background:#0000004d;padding:.2rem .5rem;border-radius:4px}.card-footer{display:flex;flex-direction:column;gap:.8rem;align-items:center}.action-prompt{font-size:.9rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em;color:var(--text-muted)}.decision-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.btn-choice{font-family:var(--font-sans);font-size:1.1rem;font-weight:800;padding:1rem;border-radius:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;transition:var(--transition-bounce);color:var(--text-primary)}.btn-yes{background:#22c55e0f;border-color:#22c55e40;box-shadow:inset 0 0 10px #22c55e0d}.btn-yes:hover{background:var(--color-yes);color:#000;box-shadow:var(--shadow-yes);transform:scale(1.05)}.btn-no{background:#ef44440f;border-color:#ef444440;box-shadow:inset 0 0 10px #ef44440d}.btn-no:hover{background:var(--color-no);color:var(--text-primary);box-shadow:var(--shadow-no);transform:scale(1.05)}.feedback-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#06040ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;padding:1.5rem}.feedback-overlay.active{display:flex;opacity:1}.feedback-content{background:var(--bg-surface-solid);border:1px solid var(--border-light);border-radius:24px;width:100%;max-width:600px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 25px 50px -12px #000c;transform:translateY(30px) scale(.95);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.feedback-overlay.active .feedback-content{transform:translateY(0) scale(1)}.feedback-header{display:flex;align-items:center;gap:1rem}.feedback-icon-box{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.feedback-header h3{font-size:1.6rem;font-weight:800}.feedback-correct .feedback-icon-box{background:#22c55e1a;color:var(--color-yes);border:1px solid rgba(34,197,94,.3)}.feedback-correct h3{color:var(--color-yes)}.feedback-incorrect .feedback-icon-box{background:#ef44441a;color:var(--color-no);border:1px solid rgba(239,68,68,.3)}.feedback-incorrect h3{color:var(--color-no)}.feedback-subtitle{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.info-sheet{background:#ffffff08;border:1px solid var(--border-light);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;text-align:center}.info-row{display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid var(--border-light);padding-bottom:.5rem;gap:.25rem}.info-label{font-size:.85rem;text-transform:uppercase;font-weight:700;color:var(--text-secondary)}.info-value{font-size:.9rem;font-weight:600;color:var(--color-cyan)}.info-desc-box{font-size:.95rem;line-height:1.5;color:var(--text-secondary);text-align:center}.results-container{width:100%;max-width:550px;margin:0 auto;background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-light);border-radius:24px;padding:2.5rem;text-align:center;display:flex;flex-direction:column;gap:2rem;box-shadow:0 20px 40px #00000080}.trophy-wrapper{width:80px;height:80px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2.5rem;color:var(--color-purple);box-shadow:var(--shadow-purple);animation:bounceTrophy 2s infinite ease-in-out}@keyframes bounceTrophy{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.results-header h2{font-size:2.2rem;font-weight:800}.results-subtitle{font-size:1rem;color:var(--text-secondary);margin-top:.25rem}.score-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.score-card{background:#ffffff05;border:1px solid var(--border-light);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-card.full-width{grid-column:span 2}.score-num{font-family:var(--font-mono);font-size:2.2rem;font-weight:700}.score-lbl{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem}.text-glow-green{color:var(--color-yes);text-shadow:0 0 10px rgba(34,197,94,.3)}.text-glow-red{color:var(--color-no);text-shadow:0 0 10px rgba(239,68,68,.3)}.text-glow-blue{color:var(--color-cyan);text-shadow:0 0 10px rgba(6,182,212,.3)}.verdict-box{background:#8b5cf60f;border:1px solid rgba(139,92,246,.15);border-radius:16px;padding:1.25rem;text-align:left}.verdict-box h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.4rem}.verdict-title{font-size:1.3rem;font-weight:800;color:var(--color-accent);margin-bottom:.5rem}.verdict-desc{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.doubts-list-container{text-align:left;margin-top:1rem;max-height:300px;display:flex;flex-direction:column;gap:.8rem}.doubts-list-container h3{font-size:1rem;font-weight:700;color:var(--text-secondary)}.doubts-list{overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding-right:.5rem}.doubts-list::-webkit-scrollbar,.encyclopedia-grid::-webkit-scrollbar,.modal-body::-webkit-scrollbar{width:6px}.doubts-list::-webkit-scrollbar-track,.encyclopedia-grid::-webkit-scrollbar-track,.modal-body::-webkit-scrollbar-track{background:#0000001a}.doubts-list::-webkit-scrollbar-thumb,.encyclopedia-grid::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.doubt-item{background:#ef444408;border:1px solid rgba(239,68,68,.1);border-radius:8px;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;transition:var(--transition-smooth)}.doubt-item:hover{background:#ef444414;border-color:#ef444433}.doubt-item-name{font-size:.9rem;font-weight:600}.doubt-item-category{font-size:.75rem;color:var(--text-muted)}.results-actions{display:flex;flex-direction:column;gap:.8rem}.results-actions .btn{width:100%}.encyclopedia-header-section{margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}.encyclopedia-header-section h2{font-size:2rem;font-weight:800}.encyclopedia-header-section p{color:var(--text-secondary);font-size:1rem}.encyclopedia-controls{display:flex;justify-content:center;margin-bottom:2rem}.search-wrapper{position:relative;width:100%}.search-icon{position:absolute;top:50%;left:1.25rem;transform:translateY(-50%);color:var(--text-muted);font-size:1.1rem}.search-wrapper input{width:100%;background:#ffffff08;border:1px solid var(--border-light);border-radius:14px;padding:1rem 1rem 1rem 3rem;font-family:var(--font-sans);font-size:1rem;color:var(--text-primary);transition:var(--transition-smooth)}.search-wrapper input:focus{outline:none;border-color:var(--color-cyan);background:#06b6d408;box-shadow:0 0 15px #06b6d41a}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tab{background:#ffffff08;border:1px solid var(--border-light);color:var(--text-secondary);padding:.6rem 1.1rem;border-radius:99px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition-smooth);display:flex;align-items:center;gap:.4rem}.filter-tab:hover{background:#ffffff14;color:var(--text-primary)}.filter-tab.active{background:var(--color-cyan);color:#000;border-color:var(--color-cyan);box-shadow:var(--shadow-cyan)}.encyclopedia-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;overflow-y:auto;max-height:calc(100vh - 300px);padding-bottom:2rem;padding-right:.5rem}.enc-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:16px;cursor:pointer;transition:var(--transition-bounce);display:flex;flex-direction:column;position:relative;overflow:hidden}.enc-card:hover{transform:translateY(-4px);border-color:var(--color-purple);box-shadow:var(--shadow-purple)}.enc-card-image-box{width:100%;height:150px;background:#09060f;position:relative;overflow:hidden;border-bottom:1px solid var(--border-light);display:flex;justify-content:center;align-items:center;padding:.25rem}.enc-card-image-box img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .5s ease;border-radius:4px}.enc-card:hover .enc-card-image-box img{transform:scale(1.05)}.enc-card-info{padding:1.25rem;display:flex;flex-direction:column;gap:.6rem;flex-grow:1}.enc-card-header{display:flex;justify-content:space-between;align-items:center}.enc-card h3{font-size:1.1rem;font-weight:700;line-height:1.3}.enc-card-snippet{font-size:.8rem;color:var(--text-secondary);line-height:1.4;flex-grow:1}.enc-card-release{font-size:.75rem;color:var(--color-cyan);font-weight:600;display:flex;align-items:center;gap:.3rem}.encyclopedia-stats{padding:1rem 0;border-top:1px solid var(--border-light);margin-top:auto;font-size:.9rem;color:var(--text-secondary)}.modal{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#06040ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;align-items:center;justify-content:center;padding:1.5rem}.modal.active{display:flex}.modal-content{background:var(--bg-surface-solid);border:1px solid var(--border-light);border-radius:24px;width:100%;max-width:500px;position:relative;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;animation:modalShow .35s cubic-bezier(.175,.885,.32,1.275);max-height:90vh}@keyframes modalShow{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.close-modal{position:absolute;top:1.25rem;right:1.5rem;font-size:2rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth)}.close-modal:hover{color:var(--text-primary)}.modal-header{display:flex;gap:.5rem;margin-right:2rem}.modal-body{overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;padding-right:.25rem}.modal-body h2{font-size:1.8rem;font-weight:800;line-height:1.2}.modal-image-container{width:100%;height:240px;background:#0000004d;border-radius:16px;overflow:hidden;position:relative;border:1px solid var(--border-light);display:flex;justify-content:center;align-items:center}.modal-image-container img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.modes-grid{grid-template-columns:1fr}.hero-section h1{font-size:2.2rem}.results-container{padding:1.5rem}.score-grid{grid-template-columns:1fr}.score-card.full-width{grid-column:span 1}.decision-buttons{grid-template-columns:1fr}.encyclopedia-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-height:calc(100vh - 420px)}}.feedback-image-wrapper{width:100%;height:220px;background:#09060f;border-radius:16px;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.08);box-shadow:inset 0 0 15px #0009;display:flex;justify-content:center;align-items:center;margin-bottom:1.25rem;padding:.5rem}.feedback-image-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}.modal-images-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.modal-image-box{display:flex;flex-direction:column;gap:.5rem}.modal-image-box .image-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);text-align:center}.modal-image-wrapper{width:100%;height:220px;background:#09060f;border-radius:12px;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.08);box-shadow:inset 0 0 15px #0009;display:flex;justify-content:center;align-items:center;padding:.5rem}.modal-image-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px}@media (max-width: 480px){.modal-images-comparison{grid-template-columns:1fr}}.feedback-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;width:100%}.feedback-subtitle{font-size:1.05rem;font-weight:600;margin-bottom:.75rem;text-align:center}.feedback-footer{display:flex;justify-content:center;width:100%}.results-conclusion-card{background:#8b5cf60d;border:1px solid rgba(139,92,246,.15);border-radius:16px;padding:1.5rem;text-align:left;margin-top:1rem;margin-bottom:1rem;box-shadow:inset 0 0 12px #8b5cf60d}.results-conclusion-card h3{font-size:1.25rem;font-weight:700;color:var(--color-purple);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.conclusion-text{font-size:.95rem;line-height:1.6;color:var(--text-primary);margin-bottom:1.25rem}.monetization-promo{border-top:1px dashed rgba(255,255,255,.15);padding-top:1rem}.promo-text{font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.placeholder-btn-wrapper{display:flex;flex-direction:column;gap:.5rem}.btn-placeholder{background:#ffffff08!important;border:1px dashed rgba(255,255,255,.2)!important;color:var(--text-muted)!important;cursor:not-allowed;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:12px;width:100%;transition:var(--transition-smooth)}.btn-placeholder i{font-size:1rem}.btn-placeholder:hover{background:#ffffff0f!important;border-color:#ffffff4d!important}
diff --git a/fortnitegif.gif b/fortnitegif.gif
new file mode 100644
index 0000000..51afade
Binary files /dev/null and b/fortnitegif.gif differ
diff --git a/index.html b/index.html
index a819889..e0b4296 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,14 @@
+
+
+ NEU
+
+ Fortnite Experience
+ ▶ Spielen
+
+