IslandAtlas

Offene Daten

Kostenlose CSV- & JSON-Exporte der von IslandAtlas erfassten UEFN-Insel- und Creator-Statistiken — täglich aktualisiert. Bau darauf auf, zitiere sie.

Aktualisiert 08.07.2026

Tracked islands (CSV)

CSV 206 Zeilen · 26 KB

Herunterladen

Tracked islands (JSON)

JSON 206 Zeilen · 59 KB

Herunterladen

Creators (CSV)

CSV 184 Zeilen · 5 KB

Herunterladen

Creators (JSON)

JSON 184 Zeilen · 16 KB

Herunterladen

Using the data

Every file lives at a stable URL on our CDN (zero-egress R2), so scripts and dashboards can pull it directly. No API key, no rate limit.

One island record

curl -s https://cdn.islandatlas.net/exports/islands.json | jq '.islands[0]'

Machine-readable file index

curl -s https://cdn.islandatlas.net/exports/manifest.json

Download the creators CSV

curl -sO https://cdn.islandatlas.net/exports/creators.csv

Schema

The islands and creators files are a current-snapshot flatten (latest value per metric), not the full daily time-series. Same columns in CSV and JSON.

islands.csv islands.json

Field Type Description
code string Epic island code, e.g. 1234-5678-9012
title string Island display name
creatorCode string Epic creator / brand code
creatorSlug string Creator slug on IslandAtlas (/creator/<slug>)
createdIn string Authoring tool (uefn / creative)
tags string[] · pipe in CSV Genre tags
firstTracked date (YYYY-MM-DD) First day IslandAtlas recorded this island
lastTracked date (YYYY-MM-DD) Most recent day recorded
peakCCU number Latest daily peak concurrent players
uniquePlayers number Latest daily unique players
minutesPlayed number Latest daily minutes played
favorites number Latest favorites count

creators.csv creators.json

Field Type Description
slug string Creator slug on IslandAtlas
name string Epic creator / brand code
islandCount number Tracked islands by this creator
totalPeak number Sum of peak CCU across their tracked islands
totalPlayers number Sum of unique players across their tracked islands

License & attribution

IslandAtlas's compilation of this dataset — the tracking, accumulation and curation — is released under the Creative Commons Attribution 4.0 (CC BY 4.0) license. The underlying gameplay metrics are facts sourced from Epic's public Fortnite Ecosystem API and are not themselves owned by IslandAtlas. If you use or cite the data, please credit islandatlas.net. Not affiliated with or endorsed by Epic Games.

Frei nutzbar mit Quellenangabe islandatlas.net · manifest.json · Aktualisiert 08.07.2026