오픈 데이터
IslandAtlas가 추적하는 UEFN 아일랜드 및 크리에이터 통계의 무료 CSV·JSON 내보내기 — 매일 업데이트됩니다. 활용하고 출처를 밝혀 주세요.
업데이트 2026. 7. 8.
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 · 업데이트 2026. 7. 8.