Dati aperti
Export CSV e JSON gratuiti delle statistiche di isole e creator UEFN monitorate da IslandAtlas — aggiornati ogni giorno. Costruiscici sopra, citali.
Aggiornato 8 lug 2026
Tracked islands (CSV)
CSV 206 righe · 26 KB
Tracked islands (JSON)
JSON 206 righe · 59 KB
Creators (CSV)
CSV 184 righe · 5 KB
Creators (JSON)
JSON 184 righe · 16 KB
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.
Liberi da usare citando islandatlas.net · manifest.json · Aggiornato 8 lug 2026