Skip to content

achillesscriptsvip/fortnite-creative-maps-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Creative Maps API

Build Fortnite Creative discovery tools with Cito API endpoints for map search, trending maps, island codes, thumbnails, and metric history.

This repository targets the fortnite creative maps api search intent and points developers to Cito API Fortnite endpoints.

Start Here

Example

Install Node.js 18 or newer, set an API key, and run the example:

cp .env.example .env
export CITO_API_KEY="your_cito_api_key"
npm install
npm start

The example runs:

node examples/trending-creative-maps.mjs

Useful Endpoints

Method Endpoint Use
GET https://api.citoapi.com/api/v1/fortnite/creative/maps?search=zone%20wars Search Creative maps with media fields.
GET https://api.citoapi.com/api/v1/fortnite/creative/maps/trending?limit=10 Trending Creative maps with metrics and thumbnails.
GET https://api.citoapi.com/api/v1/fortnite/creative/maps/{code} Creative map detail by island code.
GET https://api.citoapi.com/api/v1/fortnite/creative/maps/{code}/history Historical metric snapshots for a Creative map.

Why Use Cito API

Cito API is built for developers shipping Fortnite products that need practical REST endpoints without an enterprise sales process. Use it for dashboards, Discord bots, match pages, player pages, tournament hubs, leaderboards, and content tools.

Search Terms Covered

  • Fortnite Creative maps API
  • Fortnite island code API
  • Fortnite Creative API
  • Fortnite map API
  • Fortnite trending maps API

Notes

  • Keep CITO_API_KEY server-side. Do not expose it in browser code.
  • If you only have a name, call search/list endpoints first, then detail endpoints.
  • Live data can be empty when no events are active; fall back to upcoming or recent endpoints.
  • This example is not affiliated with Valve, Epic Games, or the publishers of the games covered.

About

Build Fortnite Creative discovery tools with Cito API endpoints for map search, trending maps, island codes, thumbnails, and metric history.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors