Открытые данные
Бесплатные экспорты в CSV и JSON по отслеживаемой статистике островов и авторов UEFN от IslandAtlas — обновляются ежедневно. Используйте и ссылайтесь на них.
Обновлено 8 июл. 2026 г.
Tracked islands (CSV)
CSV 206 строк · 26 KB
Tracked islands (JSON)
JSON 206 строк · 59 KB
Creators (CSV)
CSV 184 строк · 5 KB
Creators (JSON)
JSON 184 строк · 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.
Бесплатно при указании ссылки на islandatlas.net · manifest.json · Обновлено 8 июл. 2026 г.