# Fortnite Archives (maps, locations, POIs, Weapons) from Chapter 1 Season 1 to Latest season

This Open-Sourced project gives developers & fans any datas they want to retrieve. You will find here, every maps from every updates, JSONs with POIs, Named locations, and soon weapons & utils.

This project can be used to build, per example, an interactive map for a particular (or current) season (using Leaflet), with cities and good quality image of the map.\

## Formats, extensions for images of maps

All maps have been named after the season corresponding to it.\
All of them are avalaible in "jpg".\
Depending on the age of the season, the map may be in 1024x1024, 2048x2048 or 4096x4096 (most of them are - 2048x2048).\

## About JSONs and cities

I've worked on a way to scrap (that's what I did for all the .jpg maps), and retrieve every cities name for each season by using an endpoint from fandom.wiki for Fortnite,\
The correct folder structure that I am using, would be :
- Chapter 6/
- - Season 4/
- - -  36.00/
- - - - 36.00.json
- - - - 36.00.jpg
- - -  36.10/
- - - - 36.10.json
- - - - 36.10.jpg
- - -  36.20/
- - - - 36.20.json
- - - - 36.20.jpg

Every season (or more precisely every update) will claim his own folder, and this folder will contain the map (jpg) and the cities corresponding to the map version (json).\

## I'd like to go even deeper in my work

If anyone like the projects, let me know or give a star. If the projects is helpful and interesting for many people, I'll work on every weapons from every season in the same way i did for maps and cities.\

## This project is opened to anyone willing to participate.

