Dados abertos
Exportações gratuitas em CSV e JSON das estatísticas de ilhas e criadores UEFN rastreadas pelo IslandAtlas — atualizadas diariamente. Use-as, cite-as.
Atualizado 8 de jul. de 2026
Tracked islands (CSV)
CSV 206 linhas · 26 KB
Tracked islands (JSON)
JSON 206 linhas · 59 KB
Creators (CSV)
CSV 184 linhas · 5 KB
Creators (JSON)
JSON 184 linhas · 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.
Livre para uso com atribuição a islandatlas.net · manifest.json · Atualizado 8 de jul. de 2026