zwift-data 1.48.5 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/cjs/achievements.js +148 -0
- package/lib/cjs/bikeFrames.js +16 -0
- package/lib/cjs/bikeFrontWheels.js +28 -4
- package/lib/cjs/bikeRearWheels.js +28 -4
- package/lib/cjs/headgears.js +10 -5
- package/lib/cjs/jerseys.js +102 -30
- package/lib/cjs/paintJobs.js +25 -0
- package/lib/cjs/routes.js +393 -52
- package/lib/cjs/runShirts.js +2 -0
- package/lib/cjs/runShorts.js +1 -0
- package/lib/cjs/segments.js +60 -0
- package/lib/cjs/socks.js +1 -0
- package/lib/esm/achievements.js +148 -0
- package/lib/esm/bikeFrames.js +16 -0
- package/lib/esm/bikeFrontWheels.js +28 -4
- package/lib/esm/bikeRearWheels.js +28 -4
- package/lib/esm/headgears.js +10 -5
- package/lib/esm/jerseys.js +102 -30
- package/lib/esm/paintJobs.js +25 -0
- package/lib/esm/routes.js +393 -52
- package/lib/esm/runShirts.js +2 -0
- package/lib/esm/runShorts.js +1 -0
- package/lib/esm/segments.js +60 -0
- package/lib/esm/socks.js +1 -0
- package/package.json +12 -12
package/lib/esm/jerseys.js
CHANGED
|
@@ -11,7 +11,7 @@ export const jerseys = [
|
|
|
11
11
|
[20770543, "Rhinestone Rider", "BigSpinRhinestoneRider2026_thumb"],
|
|
12
12
|
[27953592, "Off the Maap 2021 Kit", "OffTheMaap2021_thumb"],
|
|
13
13
|
[54633646, "Team Foudre", "TeamFoudre2026_thumb"],
|
|
14
|
-
[55550370, "
|
|
14
|
+
[55550370, "TTL Jersey 2026", "TTL2026_thumb"],
|
|
15
15
|
[55762178, "WEDU Kit", "WeduOG2021_thumb"],
|
|
16
16
|
[63314504, "Ride Australia", "RideAustralia_thumb"],
|
|
17
17
|
[64218091, "2025 Tour Fever", "TdF2025_thumb"],
|
|
@@ -32,6 +32,7 @@ export const jerseys = [
|
|
|
32
32
|
[98617285, "Flora Duffy", "flora_duffy_thumb"],
|
|
33
33
|
[103107648, "supertri.e kit [Purple]", "SLT2024Purple_thumb"],
|
|
34
34
|
[106189863, "BaseCamp 2025", "Basecamp2025_thumb"],
|
|
35
|
+
[110758441, "Bison Class Racing", "BisonClass2026_thumb"],
|
|
35
36
|
[114907065, "2024 Pride On", "PrideOn2024_thumb"],
|
|
36
37
|
[119884741, "Velos", "Velos2022_thumb"],
|
|
37
38
|
[
|
|
@@ -92,7 +93,9 @@ export const jerseys = [
|
|
|
92
93
|
[212066337, "Gustav Iden", "GustavIden2023_thumb"],
|
|
93
94
|
[215771303, "NTT", "NTT2022_thumb"],
|
|
94
95
|
[216011959, "2021 Neokyo Kit", "Neokyo2021_thumb"],
|
|
96
|
+
[223552578, "USA Cycling 2026", "USACycling2026_thumb"],
|
|
95
97
|
[225381880, "Pinarello Dogma", "PinarelloDogma_thumb"],
|
|
98
|
+
[226401220, "Cycling Experts", "CyclingExperts2026_thumb"],
|
|
96
99
|
[230859106, "ATP Racing 2021", "ATPRacing2021_thumb"],
|
|
97
100
|
[239397429, "Adicta Lab BMC SLR", "AdictaSLR2022_thumb"],
|
|
98
101
|
[243478565, "Powertap", "Powertap_thumb"],
|
|
@@ -121,6 +124,7 @@ export const jerseys = [
|
|
|
121
124
|
[315634460, "Saris-NoPinz", "SarisNoPinz2022_thumb"],
|
|
122
125
|
[321508751, "Bora-Hansgrohe", "BoraHansgrohe2018_thumb"],
|
|
123
126
|
[326883871, "Inflite Type One", "InfliteTypeOne2023_thumb"],
|
|
127
|
+
[328501240, "Mountain Massif 2026", "MountainMassif2026_thumb"],
|
|
124
128
|
[330017973, "GGCC", "GGCC2020_thumb"],
|
|
125
129
|
[341851313, "2025 Watch the Femmes", "TdFFaZ2025_thumb"],
|
|
126
130
|
[346829257, "SharkWorx 2025", "SharkWorx2025_thumb"],
|
|
@@ -152,6 +156,11 @@ export const jerseys = [
|
|
|
152
156
|
[413159800, "PRSC 2019", "PRSC2019_thumb"],
|
|
153
157
|
[415011426, "Vintage 3", "Plain_08_thumb"],
|
|
154
158
|
[418778055, "AHDR Giant", "AHDRGiant_thumb"],
|
|
159
|
+
[
|
|
160
|
+
421888711,
|
|
161
|
+
"CANYON//SRAM zondacrypto 2026 kit",
|
|
162
|
+
"CanyonSRAMRacing2026_thumb",
|
|
163
|
+
],
|
|
155
164
|
[422226503, "Hexagone Community Team", "Hexagone2022_thumb"],
|
|
156
165
|
[425798382, "Norseman Black Jersey", "Norseman2018_thumb"],
|
|
157
166
|
[429028749, "Scannellare", "Scannellare2022_thumb"],
|
|
@@ -163,6 +172,7 @@ export const jerseys = [
|
|
|
163
172
|
[440199512, "Drafting Dinos", "DraftingDinos2023_thumb"],
|
|
164
173
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
165
174
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
175
|
+
[454558755, "Glorious Gravel", "GloriousGravel2026_thumb"],
|
|
166
176
|
[459579137, "4iiii", "4iii_thumb"],
|
|
167
177
|
[461057788, "Backpedal", "Backpedal2023_thumb"],
|
|
168
178
|
[462436923, "Docomo", "Docomo_thumb"],
|
|
@@ -187,6 +197,7 @@ export const jerseys = [
|
|
|
187
197
|
"UCI Federation 2023 Canada",
|
|
188
198
|
"UCIFederationCyclingCanada2023_thumb",
|
|
189
199
|
],
|
|
200
|
+
[519437886, "Flamme Rouge Racing 2026", "FlammeRougeRacing2026_thumb"],
|
|
190
201
|
[520081294, "Clash Of Clubs Blue", "ClashOfClubs2020_thumb"],
|
|
191
202
|
[521447021, "Finnish Zwift Riders", "FinnishZwiftRiders2023_thumb"],
|
|
192
203
|
[528534981, "Evo Cycling Club 2020", "EvoCyclingClub2020_thumb"],
|
|
@@ -195,6 +206,7 @@ export const jerseys = [
|
|
|
195
206
|
[537047233, "Alé BTC Ljubljana", "AleCipollini2020_thumb"],
|
|
196
207
|
[542207259, "INEOS Grenadiers 2022 Pro", "INEOSGrenadiers2021_thumb"],
|
|
197
208
|
[542634757, "Coffee Lovers", "CoffeeLovers2025_thumb"],
|
|
209
|
+
[543544751, "Team AMANI", "Amani2026_thumb"],
|
|
198
210
|
[550267244, "Vocsnor", "vocsnor_thumb"],
|
|
199
211
|
[552170906, "Israel Premier-Tech", "IsraelPT2022_thumb"],
|
|
200
212
|
[555613191, "DD-Qhubeka-Fan", "DD-Qhubeka-Fan_thumb"],
|
|
@@ -206,7 +218,7 @@ export const jerseys = [
|
|
|
206
218
|
[583977270, "Rapha Festive 500 2024 Kit", "RaphaFestive5002024_thumb"],
|
|
207
219
|
[584555341, "Sumo Leamington Cycling Team", "SumoLeamington2022_thumb"],
|
|
208
220
|
[585416961, "Super League Triathlon Cheetahs", "SLTCheetahs2022_thumb"],
|
|
209
|
-
[585755364, "
|
|
221
|
+
[585755364, "Rosa Klöser Kit 2026", "RosaKloser2026_thumb"],
|
|
210
222
|
[594066491, "Bo Bikes Bama", "BoBikesBama2020_thumb"],
|
|
211
223
|
[596258669, "Tour Of New York", "TourOfNy_thumb"],
|
|
212
224
|
[598277887, "GTCC for G. Thomas", "GTCC2021_thumb"],
|
|
@@ -256,6 +268,7 @@ export const jerseys = [
|
|
|
256
268
|
"UCIFederationBritish2023_thumb",
|
|
257
269
|
],
|
|
258
270
|
[687871233, "2024 Watch the Femmes", "TdFFaZ2024_thumb"],
|
|
271
|
+
[688237744, "BellaVelo", "BellaVelo2026_thumb"],
|
|
259
272
|
[689784947, "CANYON//SRAM TdFFaZ Jersey", "TDFFaZCANYONSRAM2023_thumb"],
|
|
260
273
|
[691394223, "Zwift Camp: Build", "ZwiftCampBuild2025_thumb"],
|
|
261
274
|
[700242404, "supertri.e kit [Green]", "SLT2024Green_thumb"],
|
|
@@ -264,6 +277,7 @@ export const jerseys = [
|
|
|
264
277
|
[709797933, "Electric Spirit Community Team", "ElectricSpirit2022_thumb"],
|
|
265
278
|
[712380058, "Lotto Dstny 2023", "lotto_dstny_thumb"],
|
|
266
279
|
[713852384, "Giant Ride Like King", "RideLikeKing2019_thumb"],
|
|
280
|
+
[713890112, "Red Bull – BORA – hansgrohe", "BoraHansgrohe2026_thumb"],
|
|
267
281
|
[715624988, "Level 60", "ZwiftLVL60_thumb"],
|
|
268
282
|
[716189513, "VCGH", "VCGH_thumb"],
|
|
269
283
|
[728048032, "Kristian Blummenfelt", "kristian_blummenfelt_thumb"],
|
|
@@ -275,7 +289,9 @@ export const jerseys = [
|
|
|
275
289
|
[732880966, "Level 15", "Zwift_LVL15_Jersey_thumb"],
|
|
276
290
|
[733758360, "Richie Carapaz Cycling Club", "RichieCarapazCC2021_thumb"],
|
|
277
291
|
[735858779, "SROZ", "SROZ2025_thumb"],
|
|
292
|
+
[737077514, "IRIS", "IRIS2026_thumb"],
|
|
278
293
|
[745543387, "Ride Club Finland", "RideClubFinland2025_thumb"],
|
|
294
|
+
[746342532, "2026 PAS Racing ", "PASRacing2026_thumb"],
|
|
279
295
|
[750929824, "Tour de Zwift 2022 Ride Kit", "TourDeZwift2022_thumb"],
|
|
280
296
|
[751130480, "Stages Kit", "StagesCycling2021_thumb"],
|
|
281
297
|
[752882810, "Kissena", "Kissena2021_thumb"],
|
|
@@ -299,6 +315,7 @@ export const jerseys = [
|
|
|
299
315
|
[818500146, "Cycling Canada 2023", "CyclingCanada2023_thumb"],
|
|
300
316
|
[824066136, "AHDR Europe", "AHDR2021_thumb"],
|
|
301
317
|
[824272012, "GCN", "GCNKit2023_thumb"],
|
|
318
|
+
[826913146, "World of Watts", "WorldOfWatts2026_thumb"],
|
|
302
319
|
[832135341, "DIRT Community Club", "DIRT2021_thumb"],
|
|
303
320
|
[835382123, "Pearson CC", "PearsonCC_thumb"],
|
|
304
321
|
[836121883, "Singapore Federation Elite 2022", "SingaporeUCI2022_thumb"],
|
|
@@ -311,12 +328,15 @@ export const jerseys = [
|
|
|
311
328
|
[841653846, "Women's Week 2018", "Zwift_WomensWeek_thumb"],
|
|
312
329
|
[842129295, "7-Eleven", "7Eleven_thumb"],
|
|
313
330
|
[845913595, "Phoenix Rising", "PhoenixRising2025_thumb"],
|
|
331
|
+
[849631546, "The Swift Kids", "TheSwiftKids2026_thumb"],
|
|
314
332
|
[850907408, "MAAP", "Maap2019_thumb"],
|
|
315
333
|
[851470392, "Atom Racing Team", "AtomRacing2022_thumb"],
|
|
316
334
|
[854534852, "Human Powered Health Fan", "HPHFan2022_thumb"],
|
|
335
|
+
[854864448, "ASSOS 2026", "Assos2026_thumb"],
|
|
317
336
|
[858896296, "British Cycling Member", "BritishCyclingMember_thumb"],
|
|
318
337
|
[859946666, "Bicycle Way Of Life", "BicycleWayOfLife2023_thumb"],
|
|
319
338
|
[861703168, "Inside Out", "ZwiftCampInsideOut2025_thumb"],
|
|
339
|
+
[864736682, "Watch the Femmes", "WatchTheFemmes2026_thumb"],
|
|
320
340
|
[866555848, "Black Sheep", "BlackSheep2018_thumb"],
|
|
321
341
|
[872957794, "Solid Olive", "SolidColorKitPackOlive_thumb"],
|
|
322
342
|
[873713889, "Espresso", "ZwiftFood02_thumb"],
|
|
@@ -325,8 +345,10 @@ export const jerseys = [
|
|
|
325
345
|
[876762852, "ATOC Overall", "ATOC_Leader_2017"],
|
|
326
346
|
[881081205, "Zwift zFondo March 2019", "ZwiftZFondoMar2019_thumb"],
|
|
327
347
|
[881416075, "Island Flowers", "Hawaiian01_thumb"],
|
|
348
|
+
[882756366, "HISP 2026", "HISP2026_thumb"],
|
|
328
349
|
[888463839, "Zwift eFondo July", "Zwift_eFondo_Jul_thumb"],
|
|
329
350
|
[893312655, "Pedal Racing 2018", "PedalRacing2018_thumb"],
|
|
351
|
+
[900253913, "Team Cofidis", "TeamCofidis2026_thumb"],
|
|
330
352
|
[901269715, "Black Sheep Blue", "BlackSheepOrange2019_thumb"],
|
|
331
353
|
[901886770, "eLoveTiles", "ELoveTiles2022_thumb"],
|
|
332
354
|
[902756936, "Zwift eFondo September", "Zwift_eFondo_Sept_thumb"],
|
|
@@ -338,6 +360,7 @@ export const jerseys = [
|
|
|
338
360
|
[930946828, "Alpecin-Fenix Pro Team", "AlpecinDeceuninck2022_thumb"],
|
|
339
361
|
[933043223, "Goseong Gran Fondo", "GoseongGranFondo2018_thumb"],
|
|
340
362
|
[933293927, "Tour Of Innsbruck", "TourOfInnsbruck2018_thumb"],
|
|
363
|
+
[938813787, "AUREA Racing", "AureaRacing2026_thumb"],
|
|
341
364
|
[947106687, "Ireland Elite", "IrelandElite2020_thumb"],
|
|
342
365
|
[949542640, "Zipp", "Zipp2019_thumb"],
|
|
343
366
|
[955816145, "Tour of Watopia 2018", "Zwift_TourOfWatopia2018_thumb"],
|
|
@@ -361,6 +384,7 @@ export const jerseys = [
|
|
|
361
384
|
[1000257656, "Rocacorba", "Rocacorba2021_thumb"],
|
|
362
385
|
[1002826560, "Mono Jazz Kit", "BigSpin90s2025_thumb"],
|
|
363
386
|
[1016760902, "SCF Champ 2024", "SCF2024_thumb"],
|
|
387
|
+
[1019355718, "Café du Cycliste", "CafeDuCycliste2026_thumb"],
|
|
364
388
|
[1021172827, "Hincapie", "Hincapie2020_thumb"],
|
|
365
389
|
[
|
|
366
390
|
1022121143,
|
|
@@ -369,6 +393,7 @@ export const jerseys = [
|
|
|
369
393
|
],
|
|
370
394
|
[1022287351, "TIBCO-Silicon Valley Bank", "Tibco2020_thumb"],
|
|
371
395
|
[1025753934, "Fight ALS", "AndreGreipel2019_thumb"],
|
|
396
|
+
[1025884615, "TFC 2026", "TFC2026_thumb"],
|
|
372
397
|
[1027985948, "supertri.e kit [Blue]", "SLT2024Blue_thumb"],
|
|
373
398
|
[1028356106, "AHDR Giant Bison", "AHDRGiantBison_thumb"],
|
|
374
399
|
[1029958464, "Team Castelli pb Elite", "TeamCastelli2023_thumb"],
|
|
@@ -378,6 +403,7 @@ export const jerseys = [
|
|
|
378
403
|
"UCIFederationCzechRepublic2023_thumb",
|
|
379
404
|
],
|
|
380
405
|
[1033576880, "Sub 8", "Sub82022_thumb"],
|
|
406
|
+
[1036960726, "Fudging Slackers", "FudgingSlackers2026_thumb"],
|
|
381
407
|
[1040478737, "2XU Cycling", "2XUCycling2021_thumb"],
|
|
382
408
|
[1051970139, "Santini Grand Depart", "TdF2024_thumb"],
|
|
383
409
|
[1055383332, "zFondo Mar 2021", "ZFondo2021Mar_thumb"],
|
|
@@ -402,10 +428,12 @@ export const jerseys = [
|
|
|
402
428
|
[1112024311, "UCI Federation 2023 Italy", "UCIFederationItaly2023_thumb"],
|
|
403
429
|
[1126295234, "Specialized F", "SpecializedDolmansSLPro_thumb"],
|
|
404
430
|
[1128201030, "Arkea", "ArkeaWomens2020_thumb"],
|
|
431
|
+
[1135838729, "Stabekk Sykkleklubb", "StabekkSykkelklubb2026_thumb"],
|
|
405
432
|
[1137000404, "Espresso Cycle & Tri Coaching", "Espresso2022_thumb"],
|
|
406
433
|
[1139642427, "ZNC - Switzerland", "ZwiftNationalChampions_thumb"],
|
|
407
434
|
[1139853189, "Specialized Mix Tape", "SpecializedMixTape2019_thumb"],
|
|
408
435
|
[1147316612, "Plantur-Pura Cycling Team", "PlanturPura2022_thumb"],
|
|
436
|
+
[1148426555, "Tour Fever", "TdF2026_thumb"],
|
|
409
437
|
[1154743953, "Sansego Tri Kit", "SansegoTri2024_thumb"],
|
|
410
438
|
[1154847422, "Trek-Segafredo Women", "TrekWomen2020_thumb"],
|
|
411
439
|
[1155032025, "Specialized SL Air Fade", "SpecializedAirFade2021_thumb"],
|
|
@@ -419,6 +447,7 @@ export const jerseys = [
|
|
|
419
447
|
[1163964223, "London Tube", "LondonTube_thumb"],
|
|
420
448
|
[1164206060, "Hotchillee Kit", "Hotchillee2021_thumb"],
|
|
421
449
|
[1172586482, "Norway Elite", "NorwayElite2020_thumb"],
|
|
450
|
+
[1174415648, "Cyclowax", "Cyclowax2026_thumb"],
|
|
422
451
|
[1175122792, "Off the MAAP", "OffTheMaap2022_thumb"],
|
|
423
452
|
[1176516281, "Axeon Cycling Team", "Axeon_thumb"],
|
|
424
453
|
[1178553774, "Peta-Z Kit", "PetaZ2021_thumb"],
|
|
@@ -433,8 +462,10 @@ export const jerseys = [
|
|
|
433
462
|
[1216459015, "Alzheimers Association", "AlzheimersAssociation2021_thumb"],
|
|
434
463
|
[1217780981, "KLUB", "ZwiftKlub2024_thumb"],
|
|
435
464
|
[1218867486, "Movistar", "Movistar2025_thumb"],
|
|
465
|
+
[1232608917, "RMACC", "RMACC2026_thumb"],
|
|
436
466
|
[1233478884, "Mid Devon Cycling Club", "MidDevonCC_thumb"],
|
|
437
467
|
[1235387122, "LSRF '22", "LSRFPodcast2022_thumb"],
|
|
468
|
+
[1235712408, "L’equipe Provence 2026", "LequipeProvence2026_thumb"],
|
|
438
469
|
[1236323268, "Ribble Pro Cycling", "Ribble2019_thumb"],
|
|
439
470
|
[1247156896, "Zwift zFondo September", "Zwift_zFondo2018_Sept_thumb"],
|
|
440
471
|
[1250604164, "Zwift Academy Finalist", "ZARoadFinalist42022_thumb"],
|
|
@@ -476,7 +507,9 @@ export const jerseys = [
|
|
|
476
507
|
[1338967652, "Trainsharp", "Trainsharp_thumb"],
|
|
477
508
|
[1343864259, "Soudal Quick-Step", "SoudalQuickStep2025_thumb"],
|
|
478
509
|
[1346889258, "BMC", "BMC_2014_thumb"],
|
|
510
|
+
[1348676930, "RCC", "RCC2026_thumb"],
|
|
479
511
|
[1356795025, "BanditZ", "BanditZCommunity2023_thumb"],
|
|
512
|
+
[1358834907, "Pedal Mafia", "PedalMafia2026_thumb"],
|
|
480
513
|
[1370848124, "Zwift Academy Men", "ZwiftAcademyMen2019_thumb"],
|
|
481
514
|
[1376553667, "Vintage 2", "Plain_02_thumb"],
|
|
482
515
|
[1376720274, "AHDR Americas 2023", "AHDRAmericas2023_thumb"],
|
|
@@ -494,6 +527,7 @@ export const jerseys = [
|
|
|
494
527
|
[1421654591, "Sunrise Racing", "SunriseRacing2023_thumb"],
|
|
495
528
|
[1423767803, "Lotto Soudal Ladies", "LottoSoudalWomens_thumb"],
|
|
496
529
|
[1429709422, "2025 Watch the Femmes QB", "TdFFaZ2025_thumb"],
|
|
530
|
+
[1431906776, "Decathlon CMA CGM Team", "DecathlonCMACGM2026_thumb"],
|
|
497
531
|
[1433773840, "HDR", "HDR_thumb"],
|
|
498
532
|
[1442976960, "Tour De Zwift", "TourDeZwift2020_thumb"],
|
|
499
533
|
[1444876828, "Jensie Gran Fondo", "JensieGranFondo2015_thumb"],
|
|
@@ -513,6 +547,7 @@ export const jerseys = [
|
|
|
513
547
|
[1485473947, "Geelong CC", "GeelongClub_thumb"],
|
|
514
548
|
[1493064817, "2025 Watch the Femmes FCC", "TdFFaZ2025_thumb"],
|
|
515
549
|
[1494272741, "Team SD Worx", "SDWorx2022_thumb"],
|
|
550
|
+
[1494393463, "RC Pfeil Rebellunas", "RCPfeilRebellunas_thumb"],
|
|
516
551
|
[1494912035, "Zwift Academy Tri 2020", "ZwiftAcademyTriCycle2020_thumb"],
|
|
517
552
|
[1499244597, "Wahoo Le CoL Team Kit", "WahooLeCoL2021_thumb"],
|
|
518
553
|
[1501856096, "RO4H 2025", "RO4H2025_thumb"],
|
|
@@ -569,14 +604,11 @@ export const jerseys = [
|
|
|
569
604
|
[1652462599, "Next-Enshored Kit", "NextEnshored2021_thumb"],
|
|
570
605
|
[1653550906, "Royal Navy Membership", "RoyalNavy2024_thumb"],
|
|
571
606
|
[1653888411, "Tiger Print", "ZwiftAnimals01_thumb"],
|
|
572
|
-
[
|
|
573
|
-
1656717372,
|
|
574
|
-
"LOC_CYCLING_JERSEY_WINSPACEBIKES2026",
|
|
575
|
-
"WinspaceBikes2026_thumb",
|
|
576
|
-
],
|
|
607
|
+
[1656717372, "Winspace Bikes", "WinspaceBikes2026_thumb"],
|
|
577
608
|
[1665932906, "Zwift Riders Scotland", "ZRScotland2022_thumb"],
|
|
578
609
|
[1667241801, "Team 3R 2025", "Team3R2025_thumb"],
|
|
579
610
|
[1668644908, "FDJ Suez", "FDJSuez2025_thumb"],
|
|
611
|
+
[1668759972, "Surrey Cycling Club", "SurreyCyclingClub2026_thumb"],
|
|
580
612
|
[1675960659, "Amatori", "Amatori2025_thumb"],
|
|
581
613
|
[1676005799, "Canyon SRAM Racing 2024", "CanyonSRAMRacing2024_thumb"],
|
|
582
614
|
[1677202555, "Indoor Specialist", "IndoorSpecialist_thumb"],
|
|
@@ -587,10 +619,12 @@ export const jerseys = [
|
|
|
587
619
|
[1713605012, "DBR 2025", "DBR2025_thumb"],
|
|
588
620
|
[1716914056, "Cycling Weekly Kit", "CyclingWeekly2021_thumb"],
|
|
589
621
|
[1718052948, "2021 ZA Tri Kit", "ZATri2021_thumb"],
|
|
622
|
+
[1718594515, "ESRT W", "ESRTW2026_thumb"],
|
|
590
623
|
[1722503757, "The Feed 2025", "TheFeed2025_thumb"],
|
|
591
624
|
[1727340017, "Hong Kong Federation Elite 2022", "UCIBlackHK2022_thumb"],
|
|
592
625
|
[1731659900, "Pineapple Torturefest", "PineappleTortureFest2025_thumb"],
|
|
593
626
|
[1735340823, "Level 40", "Zwift_LVL40_thumb"],
|
|
627
|
+
[1745871788, "Rave 2026", "Rave2026_thumb"],
|
|
594
628
|
[1746959823, "Skyline", "Skyline2020_thumb"],
|
|
595
629
|
[1751349769, "UAE", "UAE_2017_thumb"],
|
|
596
630
|
[1756517729, "UnoXPro2022", "UnoXPro2022_thumb"],
|
|
@@ -615,11 +649,7 @@ export const jerseys = [
|
|
|
615
649
|
[1801600368, "Tour de Zwift 2021 Kit", "TourDeZwift2021_thumb"],
|
|
616
650
|
[1802089334, "Zwift Hub", "ZwiftHub2022_thumb"],
|
|
617
651
|
[1805412330, "Vini Fantini", "ViniFantini2019_thumb"],
|
|
618
|
-
[
|
|
619
|
-
1806701094,
|
|
620
|
-
"LOC_CYCLING_JERSEY_CLAPHAMCHASERS2026",
|
|
621
|
-
"ClaphamChasers2026_thumb",
|
|
622
|
-
],
|
|
652
|
+
[1806701094, "Clapham Chasers", "ClaphamChasers2026_thumb"],
|
|
623
653
|
[1808939337, "Tour De Tucson", "TourDeTucson2020_thumb"],
|
|
624
654
|
[1809990475, "Team Draft", "TeamDraft2019_thumb"],
|
|
625
655
|
[1812381670, "Ineos Champ", "IneosChamp2020_thumb"],
|
|
@@ -682,6 +712,7 @@ export const jerseys = [
|
|
|
682
712
|
[2021712776, "Zwift zFondo November", "Zwift_zFondo_Nov_thumb"],
|
|
683
713
|
[2027807142, "Pride On 2019", "PrideOn2019_thumb"],
|
|
684
714
|
[2033775520, "Tour of Watopia '24", "TourOfWatopia2024_thumb"],
|
|
715
|
+
[2038486991, "Attaquer", "Attaquer2026_thumb"],
|
|
685
716
|
[
|
|
686
717
|
2049543282,
|
|
687
718
|
"UCI Federation 2023 Netherlands",
|
|
@@ -696,6 +727,7 @@ export const jerseys = [
|
|
|
696
727
|
[2087981349, "To Be Determined", "ToBeDetermined2021_thumb"],
|
|
697
728
|
[2089349362, "inGAMBA", "inGamba_01_thumb"],
|
|
698
729
|
[2092402045, "Total Direct Energie", "TotalDirectEnergie2020_thumb"],
|
|
730
|
+
[2095287304, "Radlabor", "Radlabor2026_thumb"],
|
|
699
731
|
[2095486697, "Liv AlUla Jayco 2024", "LivAlUla2024_thumb"],
|
|
700
732
|
[2098895232, "Swedish Outbreaks", "SwedishOutbreaks2026_thumb"],
|
|
701
733
|
[
|
|
@@ -736,6 +768,7 @@ export const jerseys = [
|
|
|
736
768
|
[2237514524, "Alpecin Kit", "AlpecinDeceuninck2025_thumb"],
|
|
737
769
|
[2242745186, "Endura", "Endura2022_thumb"],
|
|
738
770
|
[2246416303, "Jumbo Visma TdF Edition 2023", "JumboVismaTdF2023_thumb"],
|
|
771
|
+
[2246564832, "MTB Training Club", "MTBTrainingClub2026_thumb"],
|
|
739
772
|
[2247572096, "Super League Triathlon Eagles", "SLTEagles2022_thumb"],
|
|
740
773
|
[2252477074, "Belgium Elite", "BelgiumCyclingFederationElite2020_thumb"],
|
|
741
774
|
[2260626289, "SNOW CC", "SNOWCC2023_thumb"],
|
|
@@ -765,6 +798,7 @@ export const jerseys = [
|
|
|
765
798
|
"UCIFederationDenmark2023_thumb",
|
|
766
799
|
],
|
|
767
800
|
[2308547097, "Pride 2022", "PrideOn2022_thumb"],
|
|
801
|
+
[2319565274, "EDDK", "EDDK2026_thumb"],
|
|
768
802
|
[2322204479, "TEZH", "TEZH2023_thumb"],
|
|
769
803
|
[2327670378, "Wahoo Climbers", "WahooClimb2022_thumb"],
|
|
770
804
|
[2330819669, "L39ION of LA 2022", "L39ION2022_thumb"],
|
|
@@ -780,18 +814,22 @@ export const jerseys = [
|
|
|
780
814
|
[2364275274, "ZA Tri Team Kit 2020", "ZATriTeam2021_thumb"],
|
|
781
815
|
[2364410521, "Trek Travel", "TrekTravel2022_thumb"],
|
|
782
816
|
[2376223766, "Cape Epic 2020", "AbsaCapeEpic2020_thumb"],
|
|
817
|
+
[2378393885, "Major Taylor", "MajorTaylor2026_thumb"],
|
|
783
818
|
[2386311153, "El Giro de Rigo 2021", "ElGiroDeRigoCR2021_thumb"],
|
|
819
|
+
[2387552230, "Q36.5", "Q36"],
|
|
784
820
|
[2389611207, "Varlo Cycling", "Varlo2022_thumb"],
|
|
785
821
|
[2392842475, "Galaxy", "GalaxyCommunity2023_thumb"],
|
|
786
822
|
[2392849392, "Surface Cycling", "SurfaceCycling2026_thumb"],
|
|
787
823
|
[2394699876, "GearPatrol", "GearPatrol2015_thumb"],
|
|
788
|
-
[2397240918, "Cafe du Cycliste", "CafeDuCycliste2021_thumb"],
|
|
824
|
+
[2397240918, "Cafe du Cycliste 2026", "CafeDuCycliste2021_thumb"],
|
|
789
825
|
[2398622818, "Road.cc", "RoadCC_thumb"],
|
|
790
826
|
[2405730976, "Classy 3", "ZwiftClassy03_thumb"],
|
|
791
827
|
[2411042224, "Team Poland", "ZwiftTeamPL_thumb"],
|
|
828
|
+
[2411262689, "TSE", "TSE2026_thumb"],
|
|
792
829
|
[2411973716, "ZFondo February 2022", "ZFondo202202_thumb"],
|
|
793
830
|
[2414198484, "INEOS Energy Station", "INEOSEnergyStation2021_thumb"],
|
|
794
831
|
[2416362469, "2025 Watch the Femmes FCF", "TdFFaZ2025_thumb"],
|
|
832
|
+
[2418394327, "One Love", "OneLove2026_thumb"],
|
|
795
833
|
[2418675542, "JLT Condor", "JLT_Condor_thumb"],
|
|
796
834
|
[
|
|
797
835
|
2419799133,
|
|
@@ -811,11 +849,7 @@ export const jerseys = [
|
|
|
811
849
|
[2436486671, "Zwift Academy Women", "ZwiftAcademyWomen2019_thumb"],
|
|
812
850
|
[2439396652, "Super League Triathlon Sharks", "SLTSharks2022_thumb"],
|
|
813
851
|
[2440688150, "Glasgow 2023 Kit", "UCIGlasgowWorldStage2023_thumb"],
|
|
814
|
-
[
|
|
815
|
-
2446410598,
|
|
816
|
-
"LOC_CYCLING_JERSEY_SIGNATURECYCLES2026",
|
|
817
|
-
"SignatureCycles2026_thumb",
|
|
818
|
-
],
|
|
852
|
+
[2446410598, "Signature Cycles", "SignatureCycles2026_thumb"],
|
|
819
853
|
[2464496177, "Norseman White Jersey", "Norseman2021_thumb"],
|
|
820
854
|
[2465897399, "Z Fondo January", "ZFondo2020Jan_thumb"],
|
|
821
855
|
[2470462123, "Camo 1", "Zwift_Camo_01_thumb"],
|
|
@@ -831,6 +865,7 @@ export const jerseys = [
|
|
|
831
865
|
[2500137555, "SRAM", "SRAM_2014_thumb"],
|
|
832
866
|
[2512718712, "Finesse Rockets", "FinesseRockets2022_thumb"],
|
|
833
867
|
[2515880534, "ZZRC", "ZZRC_thumb"],
|
|
868
|
+
[2516602188, "ARCC", "ARCC2026_thumb"],
|
|
834
869
|
[2518959415, "DAS-Hutchinson 2025", "DASHutchinsonBrother2025_thumb"],
|
|
835
870
|
[2521862418, "Grand Fondo Team", "GrandFondoTeam2022_thumb"],
|
|
836
871
|
[2523171976, "Level 25", "Zwift_LVL25_Jersey_thumb"],
|
|
@@ -860,20 +895,14 @@ export const jerseys = [
|
|
|
860
895
|
[2576426166, "dZi", "TeamdZi_thumb"],
|
|
861
896
|
[2585063482, "Strava", "StravaBasic2015_thumb"],
|
|
862
897
|
[2592981205, "CCC", "CCC2019_thumb"],
|
|
898
|
+
[2593167431, "Bahati Foundation 2026", "BahatiFoundation2026_thumb"],
|
|
863
899
|
[2594010068, "UCI Yorkshire", "UCIYorkshire2019_thumb"],
|
|
864
900
|
[2599159219, "Basic 5", "Plain_07_thumb"],
|
|
865
|
-
[
|
|
866
|
-
2606189336,
|
|
867
|
-
"LOC_CYCLING_JERSEY_GRANFONDOTEAMBE2026",
|
|
868
|
-
"GranfondoTeamBE2026_thumb",
|
|
869
|
-
],
|
|
901
|
+
[2606189336, "GranfondoTeamBE", "GranfondoTeamBE2026_thumb"],
|
|
870
902
|
[2607361915, "TugaZ 2021", "TugaZ2021_thumb"],
|
|
871
|
-
[
|
|
872
|
-
2611184123,
|
|
873
|
-
"LOC_CYCLING_JERSEY_FENIXPREMIERTECH2026",
|
|
874
|
-
"FenixPremierTech2026_thumb",
|
|
875
|
-
],
|
|
903
|
+
[2611184123, "FENIX Premier Tech 2026", "FenixPremierTech2026_thumb"],
|
|
876
904
|
[2614650015, "AHDR Liv", "AHDRLiv_thumb"],
|
|
905
|
+
[2618852549, "Rapha W100 Watch the Femmes", "RaphaWomens1002026_thumb"],
|
|
877
906
|
[2622309203, "Team Vitality Kit", "VitalityCycling2021_thumb"],
|
|
878
907
|
[2628117485, "eSRT", "eSRT2023_thumb"],
|
|
879
908
|
[2636119382, "Team Greece", "TeamGreece2022_thumb"],
|
|
@@ -908,12 +937,15 @@ export const jerseys = [
|
|
|
908
937
|
[2714003021, "zFondo Dec 2020", "ZFondo2020Dec_thumb"],
|
|
909
938
|
[2715375431, "Bingoal Pauwels Sauces WB", "BingoalPauwels2022_thumb"],
|
|
910
939
|
[2716852024, "Swedish Zwift Racers", "SwedishZwiftRacers2025_thumb"],
|
|
940
|
+
[2721144312, "Dirty Kitten Gravel", "DirtyKittenGravel2026_thumb"],
|
|
911
941
|
[2721512078, "Portugal Elite", "PortugalElite2020_thumb"],
|
|
912
942
|
[2727023190, "Sprint/Overall", "Zwift_Green_Orange"],
|
|
913
943
|
[2727136434, "Team Novo Nordisk 2022", "TeamNovoNordisk2022_thumb"],
|
|
914
944
|
[2729686639, "ABUS Synergy Ladies", "AbusSynergyLadies2023_thumb"],
|
|
915
945
|
[2733238306, "Chasing Racing Club", "ChasingRacing2023_thumb"],
|
|
946
|
+
[2734864219, "PUMP", "PUMP2026_thumb"],
|
|
916
947
|
[2736225678, "ZHCC", "ZHCC2019_thumb"],
|
|
948
|
+
[2736431449, "WNYBRC", "WNYBRC2026_thumb"],
|
|
917
949
|
[2738115720, "Bahati Foundation", "BahatiFoundation2018_thumb"],
|
|
918
950
|
[2738257269, "NGNM WRRS 2021 Kit", "WHM2021_thumb"],
|
|
919
951
|
[2741289794, "Tour de Zwift 2024 Kit", "TourDeZwift2024_thumb"],
|
|
@@ -939,11 +971,17 @@ export const jerseys = [
|
|
|
939
971
|
[2782542283, "Lionel Sanders 2025", "LionelSanders2025_thumb"],
|
|
940
972
|
[2784272641, "Garneau Club 2018", "GarneauClub2018_thumb"],
|
|
941
973
|
[2793486014, "Bikeradar", "Bikeradar_thumb"],
|
|
974
|
+
[2795274277, "GGCC 2026", "GGCC2026_thumb"],
|
|
942
975
|
[2795352821, "Team EF Education-TIBCO-SVB", "TeamEFEd2022_thumb"],
|
|
943
976
|
[2795876350, "Cervelo", "Cervelo_thumb"],
|
|
944
977
|
[2799052383, "ZRG Cycling Club 2021", "ZwiftRidersGermany2018_thumb"],
|
|
945
978
|
[2799437983, "ABUS Synergy Men 2023", "AbusSynergyMen2023_thumb"],
|
|
946
979
|
[2802328031, "Outside Magazine", "OutsideMagazine2021_thumb"],
|
|
980
|
+
[
|
|
981
|
+
2804005282,
|
|
982
|
+
"Indoor Outdoor Challenge",
|
|
983
|
+
"IndoorOutdoorChallenge2026_thumb",
|
|
984
|
+
],
|
|
947
985
|
[2808241362, "Super League Triathlon Rhinos", "SLTRhinos2022_thumb"],
|
|
948
986
|
[2810981379, "Champion", "Plain_06_thumb"],
|
|
949
987
|
[2813394705, "Out of This World", "AstronautKit_thumb"],
|
|
@@ -995,6 +1033,7 @@ export const jerseys = [
|
|
|
995
1033
|
[2953531890, "Screen Machine 2018", "ScreenMachine2018_thumb"],
|
|
996
1034
|
[2954653783, "Freddy Ovett", "freddy_ovett_thumb"],
|
|
997
1035
|
[2958699353, "Intermarché-Wanty", "IntermarcheWanty2024_thumb"],
|
|
1036
|
+
[2964093663, "Ride Like King 2026", "RideLikeKing2026_thumb"],
|
|
998
1037
|
[2966777958, "Aero 2020", "Aero2020_thumb"],
|
|
999
1038
|
[2973154296, "Eintracht Frankfurt", "EintrachtFrankfurtRadsport2023_thumb"],
|
|
1000
1039
|
[2976426174, "Tour De Yorkshire", "TourDeYorkshire2018_thumb"],
|
|
@@ -1012,6 +1051,7 @@ export const jerseys = [
|
|
|
1012
1051
|
[2998551931, "Angola Federation Elite 2022", "UCIBlackAngola2022_thumb"],
|
|
1013
1052
|
[3000158671, "CSVC", "CSVC2023_thumb"],
|
|
1014
1053
|
[3002321123, "Giant", "Giant2017_thumb"],
|
|
1054
|
+
[3009844078, "Hisingens CK", "HisingensCKRace2026_thumb"],
|
|
1015
1055
|
[3016677240, "Zwift zFondo August", "Zwift_zFondo2018_Aug_thumb"],
|
|
1016
1056
|
[3020192776, "Human Powered Health 2025", "HPH2025_thumb"],
|
|
1017
1057
|
[3020536025, "Groupama FDJ", "FDJMens2020_thumb"],
|
|
@@ -1026,6 +1066,8 @@ export const jerseys = [
|
|
|
1026
1066
|
],
|
|
1027
1067
|
[3058092866, "Castelli Virtual Aero Red", "CastelliVirtualAero_Red_thumb"],
|
|
1028
1068
|
[3058164798, "Lionel Sanders No Limits", "no_limits_thumb"],
|
|
1069
|
+
[3061292639, "Masaka Cycling Club", "Masaka2026_thumb"],
|
|
1070
|
+
[3061428868, "ZWAP Cycling Club", "ZwapCyclingClub2026_thumb"],
|
|
1029
1071
|
[3061523465, "Rowe & King", "RoweAndKing_thumb"],
|
|
1030
1072
|
[3062740627, "2024 Zwift Academy", "ZwiftAcademy2024_thumb"],
|
|
1031
1073
|
[3068843682, "JZQc", "JZQc2023_thumb"],
|
|
@@ -1038,21 +1080,24 @@ export const jerseys = [
|
|
|
1038
1080
|
[3090729076, "Z Racing A", "ZRacingA_thumb"],
|
|
1039
1081
|
[3091065516, "Alpecin Deceuninck 2024", "AlpecinDeceuninck2024_thumb"],
|
|
1040
1082
|
[3094259953, "Good Guys Racing", "GoodGuys2022_thumb"],
|
|
1041
|
-
[3094819515, "
|
|
1083
|
+
[3094819515, "Freddy Ovett 2026 kit", "FreddyOvett2026_thumb"],
|
|
1042
1084
|
[3094952450, "Super League Triathlon Scorpions", "SLTScorpions2022_thumb"],
|
|
1043
1085
|
[3097301453, "Ride With Reason", "RideWithReason2018_thumb"],
|
|
1044
1086
|
[3103938066, "Lotto-Soudal", "LottoSoudal2017_thumb"],
|
|
1045
1087
|
[3105493392, "Garmin", "Garmin_thumb"],
|
|
1046
1088
|
[3107176911, "MAAP2020", "MAAP2020_thumb"],
|
|
1047
1089
|
[3107867912, "Black Sheep White", "BlackSheepWhite2019_thumb"],
|
|
1048
|
-
[3109920408, "
|
|
1090
|
+
[3109920408, "Mexcal", "Mexcal2026_thumb"],
|
|
1091
|
+
[3119654525, "BPCC", "BPCC2026_thumb"],
|
|
1049
1092
|
[3120306832, "We Like Bike & Beers", "WLBB2023_thumb"],
|
|
1050
1093
|
[3122850768, "MAAP X Specialized ADL 2025 Kit", "MAAPADL2024_thumb"],
|
|
1051
1094
|
[3127040018, "CCP Zwift Kit", "CCP_Zwift_Kit_thumb"],
|
|
1052
1095
|
[3135682971, "Fenix Deceuninck", "FenixDeceuninck2025_thumb"],
|
|
1053
1096
|
[3150462918, "2020 Esports World Champ M", "CyclingEsportsWC2021_thumb"],
|
|
1054
1097
|
[3157550744, "World Bicycle Relief 2018", "WBRKit2018_thumb"],
|
|
1098
|
+
[3160665859, "L’Étape du TdFFaZ", "LEtapeTdFFaZ2026_thumb"],
|
|
1055
1099
|
[3162864971, "Prism 2", "Zwift_Color02_thumb"],
|
|
1100
|
+
[3163129386, "Van Rysel Roubaix", "VanRyselRoubaix2026_thumb"],
|
|
1056
1101
|
[3163204428, "NEXT", "Next20201_thumb"],
|
|
1057
1102
|
[
|
|
1058
1103
|
3165152112,
|
|
@@ -1088,7 +1133,9 @@ export const jerseys = [
|
|
|
1088
1133
|
[3236010357, "Women's Ride Series 2022", "ZwiftWomens2022_thumb"],
|
|
1089
1134
|
[3237599752, "Zwift zFondo December 2018", "ZwiftZFondoDec2018_thumb"],
|
|
1090
1135
|
[3241984882, "Team ZF", "ZwiftFitness2018_thumb"],
|
|
1136
|
+
[3243109579, "Galaxy 2026", "Galaxy2026_thumb"],
|
|
1091
1137
|
[3246030373, "KISS 2017", "KISS_2017_thumb"],
|
|
1138
|
+
[3246181790, "Team Not Pogi", "TeamNotPogi2026_thumb"],
|
|
1092
1139
|
[3246186957, "Tour de France KOM", "TdFKOM2020_thumb"],
|
|
1093
1140
|
[3246908253, "Primór RWB esports", "PrimorRWBesports2023_thumb"],
|
|
1094
1141
|
[3252508495, "Zwift eFondo", "Zwift_eFondo_thumb"],
|
|
@@ -1106,9 +1153,11 @@ export const jerseys = [
|
|
|
1106
1153
|
[3286294090, "Zwift Academy", "ZwiftAcademy_thumb"],
|
|
1107
1154
|
[3290712389, "Fenix Deceuninck 2023", "fenix_deceuninck_thumb"],
|
|
1108
1155
|
[3297463904, "Japan Elite", "JapanElite2020_thumb"],
|
|
1156
|
+
[3300287748, "Project Heart", "ProjectHeart2026_thumb"],
|
|
1109
1157
|
[3301728125, "Spaero Triathlon", "Spaero2022_thumb"],
|
|
1110
1158
|
[3305515323, "South Africa Elite", "SouthAfricaElite2020_thumb"],
|
|
1111
1159
|
[3310223345, "QOM", "QOM"],
|
|
1160
|
+
[3311428964, "Bike4Chai", "Bike4Chai2026_thumb"],
|
|
1112
1161
|
[3316214471, "Battenkill", "Battenkill_2015_thumb"],
|
|
1113
1162
|
[
|
|
1114
1163
|
3318118077,
|
|
@@ -1119,6 +1168,7 @@ export const jerseys = [
|
|
|
1119
1168
|
[3323572883, "Zwift zFondo July", "Zwift_zFondo2018_Jul_thumb"],
|
|
1120
1169
|
[3324207353, "Pioneer", "Pioneer_thumb"],
|
|
1121
1170
|
[3326266516, "Tour de Tietema 22", "TdTietema2022_thumb"],
|
|
1171
|
+
[3327174188, "Paniagua Cycling Club", "PaniaguaCyclingClub2026_thumb"],
|
|
1122
1172
|
[3331801131, "Ascenders", "Ascenders2025_thumb"],
|
|
1123
1173
|
[3334670194, "Giro De Rigo", "GiroDeRigo2020_thumb"],
|
|
1124
1174
|
[3347131272, "Castelli Stratus", "CastelliStratus2025_thumb"],
|
|
@@ -1165,6 +1215,7 @@ export const jerseys = [
|
|
|
1165
1215
|
[3421325459, "Rapha W100", "Rapha100km2018_thumb"],
|
|
1166
1216
|
[3423381874, "Absque Fines", "AbsqueFines2021_thumb"],
|
|
1167
1217
|
[3424931689, "Canada Elite", "CyclingCanada2020_thumb"],
|
|
1218
|
+
[3426035614, "RCC Rapha Cycling Club Kit", "RaphaRCC2026_thumb"],
|
|
1168
1219
|
[3427039185, "1980s", "TealPink2020_thumb"],
|
|
1169
1220
|
[3427652207, "Liv Ride Like King 2018", "RideLikeKing2018_thumb"],
|
|
1170
1221
|
[3428900007, "2025 Zwift Games Kit", "ZwiftGames2025_thumb"],
|
|
@@ -1186,6 +1237,7 @@ export const jerseys = [
|
|
|
1186
1237
|
[3459652898, "Schleck Gran Fondo", "SchleckGranFondo2018_thumb"],
|
|
1187
1238
|
[3459764506, "Makuri Blossoms", "MakuriBlossoms_thumb"],
|
|
1188
1239
|
[3459897545, "2021 Pride On Cycling Jersey", "PrideOn2021_thumb"],
|
|
1240
|
+
[3463985291, "Catrina's Rides", "CatrinasRides2026_thumb"],
|
|
1189
1241
|
[3465825532, "Restart Racing 2021", "RestartRacing2021_thumb"],
|
|
1190
1242
|
[3469517525, "Feast Fondo Kit", "NovemberFondo2023_thumb"],
|
|
1191
1243
|
[3470268490, "Saris", "Saris2019_thumb"],
|
|
@@ -1208,11 +1260,17 @@ export const jerseys = [
|
|
|
1208
1260
|
[3526847660, "Ryzon 2021", "Ryzon2021_thumb"],
|
|
1209
1261
|
[3535768157, "Monochrome 3", "Zwift_Monochrome03_thumb"],
|
|
1210
1262
|
[3535883671, "Rye", "Rye2015_thumb"],
|
|
1263
|
+
[3537659432, "Drafting Dinos 2026", "DraftingDinos2026_thumb"],
|
|
1211
1264
|
[3540949175, "Roxsolt Liv SRAM", "RoxsaltAttaquer2021_thumb"],
|
|
1212
1265
|
[3542291835, "Zwift zFondo November 2018", "ZwiftZFondoNov2018_thumb"],
|
|
1213
1266
|
[3553917933, "Wahoo", "Wahoo_2014_thumb"],
|
|
1214
1267
|
[3559497553, "Endure IQ Kit", "EndureIQ2021_thumb"],
|
|
1215
1268
|
[3559927551, "Hot Tubes", "HotTubes2019_thumb"],
|
|
1269
|
+
[
|
|
1270
|
+
3560093285,
|
|
1271
|
+
"Sunday Pain Club",
|
|
1272
|
+
"NatureholixSundayPainZwiftClub2026_thumb",
|
|
1273
|
+
],
|
|
1216
1274
|
[3570361772, "5.W.4.T.", "5W4T2023_thumb"],
|
|
1217
1275
|
[3571094851, "Lumberjack Chic", "BigSpinSouthernCoast2026_thumb"],
|
|
1218
1276
|
[3571464315, "Camo 2", "Zwift_Camo_02_thumb"],
|
|
@@ -1256,6 +1314,8 @@ export const jerseys = [
|
|
|
1256
1314
|
[3687043191, "Betty Designs Signature", "BettyDesignsSignature_thumb"],
|
|
1257
1315
|
[3690012873, "Level 90", "Zwift_LVL90_thumb"],
|
|
1258
1316
|
[3694781490, "Internationelles", "Internationelles2021_thumb"],
|
|
1317
|
+
[3700961815, "TEZH 2026", "TEZH2026_thumb"],
|
|
1318
|
+
[3705005197, "Les Rouleurs Fous", "LesRouleursFous2026_thumb"],
|
|
1259
1319
|
[3706069690, "Strava Subscriber", "StravaPremium2021_thumb"],
|
|
1260
1320
|
[3706126184, "TrainerRoad Kit", "TrainerRoad2024_thumb"],
|
|
1261
1321
|
[3706523886, "Cigala Cycling", "CigalaCycling2023_thumb"],
|
|
@@ -1282,6 +1342,7 @@ export const jerseys = [
|
|
|
1282
1342
|
[3761002195, "Basic 4", "Plain_05_thumb"],
|
|
1283
1343
|
[3763606106, "Lucy Charles Barclay Kit", "LucyCharlesBarclay2024_thumb"],
|
|
1284
1344
|
[3763851073, "DigiCamo 2", "Zwift_CamoPix_02_thumb"],
|
|
1345
|
+
[3764568642, "SYN Apex World Tour", "SynCycling2026_thumb"],
|
|
1285
1346
|
[3773181359, "Tour De Zwift", "TourDeZwift2018_thumb"],
|
|
1286
1347
|
[3773958879, "OTR", "OTR2023_thumb"],
|
|
1287
1348
|
[3775109784, "Rapha Women's Classic", "RaphaClassic02_thumb"],
|
|
@@ -1437,6 +1498,12 @@ export const jerseys = [
|
|
|
1437
1498
|
[4118910897, "Project Echelon 2024", "ProjectEchelon2024_thumb"],
|
|
1438
1499
|
[4121221568, "Classy 1", "ZwiftClassy01_thumb"],
|
|
1439
1500
|
[4123532946, "KOA Sports", "KoaSports2019_thumb"],
|
|
1501
|
+
[
|
|
1502
|
+
4125945482,
|
|
1503
|
+
"Copenhagen Virtual Cycling",
|
|
1504
|
+
"CopenhagenVirtualCycling2026_thumb",
|
|
1505
|
+
],
|
|
1506
|
+
[4126234661, "Pride On 2026", "ZwiftPride2026_thumb"],
|
|
1440
1507
|
[4130579852, "Lotto", "Lotto_2015_thumb"],
|
|
1441
1508
|
[4137478375, "KOM", "KOM_01"],
|
|
1442
1509
|
[4140697669, "22-'23 ZFondo Medio", "ZFondoMedio2023_thumb"],
|
|
@@ -1450,6 +1517,7 @@ export const jerseys = [
|
|
|
1450
1517
|
[4186643812, "BZR", "BZR2019_thumb"],
|
|
1451
1518
|
[4189588969, "Aeonian 2021", "Aeonian2021_thumb"],
|
|
1452
1519
|
[4190704551, "London Dynamo", "LondonDynamo_thumb"],
|
|
1520
|
+
[4191364534, "Pas Racing 2026", "PASRacingPro2026_thumb"],
|
|
1453
1521
|
[4191972189, "Cofidis", "Cofidis2019_thumb"],
|
|
1454
1522
|
[4199232640, "Memphis Milano Kit", "BigSpin80s2025_thumb"],
|
|
1455
1523
|
[4199295486, "ZNC - Denmark", "ZwiftNationalChampions_thumb"],
|
|
@@ -1459,15 +1527,18 @@ export const jerseys = [
|
|
|
1459
1527
|
[4213990690, "Athlonia", "Athlonia_thumb"],
|
|
1460
1528
|
[4225469098, "USAC Member", "USACMember2020_thumb"],
|
|
1461
1529
|
[4226891124, "Metier", "Metier2023_thumb"],
|
|
1530
|
+
[4227486529, "Total Tri Training", "TotalTriTraining2026_thumb"],
|
|
1462
1531
|
[4235392112, "USMES", "USMES2016_thumb"],
|
|
1463
1532
|
[4235644443, "Talent:Frie", "Talentfrie2023_thumb"],
|
|
1464
1533
|
[4237906310, "Team DiData Fan", "TeamDiDataFan2018_thumb"],
|
|
1465
1534
|
[4248910215, "Revolution Velo Racing", "ReVoKit2018_thumb"],
|
|
1466
1535
|
[4252106063, "Team Fusion", "TeamFusion2019_thumb"],
|
|
1536
|
+
[4252573539, "L’Étape du Tour", "LEtapeTdF2026_thumb"],
|
|
1467
1537
|
[4256936040, "Clean Sweep", "Zwift_Green_Orange_KOM"],
|
|
1468
1538
|
[4258677330, "KZR red", "KZRred_thumb"],
|
|
1469
1539
|
[4260352271, "ZNC - Japan", "ZwiftNationalChampions_thumb"],
|
|
1470
1540
|
[4266694480, "Team TFC", "TeamTFC2018_thumb"],
|
|
1541
|
+
[4268225009, "ZWB Cycling", "ZWBCycling2026_thumb"],
|
|
1471
1542
|
[4272071449, "AHDR Australia 2023", "AHDRAustralia2023_thumb"],
|
|
1472
1543
|
[4279464621, "2025 Watch the Femmes RC", "TdFFaZ2025_thumb"],
|
|
1473
1544
|
[4280979826, "Ruckus Racing", "RuckusRacing2026_thumb"],
|
|
@@ -1479,4 +1550,5 @@ export const jerseys = [
|
|
|
1479
1550
|
],
|
|
1480
1551
|
[4288197284, "Z Racing B", "ZRacingB_thumb"],
|
|
1481
1552
|
[4292298859, "Freddy Ovett", "FreddyOvett2025_thumb"],
|
|
1553
|
+
[4294880444, "Wobble CC 2026", "WobbleCC2026_thumb"],
|
|
1482
1554
|
].map(([id, name, imageName]) => ({ id, name, imageName }));
|