Fortnite Item Shop API

Today's Fortnite Item Shop Data Through One Developer API

Build Fortnite shop trackers, Discord bots, cosmetic dashboards, price alerts, and rotation tools with current item shop entries, prices, images, rarity, item metadata, and shop sections from CitoAPI.

455
items in current snapshot
21
shop sections
Daily
shop refresh data

Current shop snapshot

April 30, 2026

275 entries
Ravenpool

Ravenpool

Deadpool Mashups

MARVEL SERIES1500 V-Bucks
Ravenpool's Cage

Ravenpool's Cage

Deadpool Mashups

MARVEL SERIES1500 V-Bucks
Chimichanga!

Chimichanga!

Deadpool Mashups

MARVEL SERIES300 V-Bucks
Dragacorn

Dragacorn

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Scootin'

Scootin'

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Chimichanga!

Chimichanga!

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Meaty Mallets

Meaty Mallets

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Scootin'

Scootin'

Deadpool Mashups

MARVEL SERIES500 V-Bucks
Ravenpool

Ravenpool

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Ravenpool's Cage

Ravenpool's Cage

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Cuddlepool

Cuddlepool

Deadpool Mashups

MARVEL SERIES2000 V-Bucks
Cuddlepool's Bow

Cuddlepool's Bow

Deadpool Mashups

MARVEL SERIES2000 V-Bucks

Endpoint

Get the Current Fortnite Item Shop

The shop endpoint is designed for developers who need structured data, not screenshots. You get shop sections, item metadata, prices, discount fields, rarity, cosmetic type, set information, images, and shop history where available.

Request
curl -X GET "https://api.citoapi.com/api/v1/fortnite/shop" \
  -H "x-api-key: YOUR_API_KEY"
Response shape
{
  "success": true,
  "data": {
    "date": "2026-04-30T00:00:00Z",
    "hash": "26c40f3ca54ef0de",
    "totalEntries": 275,
    "totalItems": 455,
    "sections": {
      "Featured": [
        {
          "finalPrice": 1500,
          "items": [
            {
              "id": "cosmetic-id",
              "name": "Item Name",
              "type": "Outfit",
              "rarity": "Epic",
              "images": { "icon": "https://..." }
            }
          ]
        }
      ]
    }
  }
}

Built for apps

What You Can Build With Fortnite Shop Data

Discord Shop Bots

Post daily item shop updates, featured cosmetics, prices, and item images into Discord channels.

Cosmetic Databases

Index cosmetics, rarity, type, set data, images, and shop rotation history for searchable apps.

Rotation Trackers

Track when cosmetics appear, compare daily shop hashes, and alert users when items return.

Production Apps

Use one API alongside Fortnite esports endpoints for tournaments, players, earnings, and live events.

Included Shop Fields

Daily shop date
Shop hash
Sections and layouts
Regular price
Final price
Discount calculation
Cosmetic names
Cosmetic IDs
Rarity
Item type
Set metadata
Proxied image URLs

Why Use CitoAPI?

Fortnite shop data is useful on its own, but most developers eventually need more than one endpoint. CitoAPI combines shop, cosmetics, news, tournament data, live events, player data, and earnings in the same API account.

No enterprise contract required.
Free tier for testing before upgrading.
Simple REST endpoints for Next.js, Discord bots, dashboards, and backend jobs.

Fortnite Item Shop API FAQ

Is there a Fortnite Item Shop API?

Yes. CitoAPI exposes current Fortnite Item Shop data through GET /api/v1/fortnite/shop.

Does it include today's Fortnite Item Shop?

Yes. This page is showing a current shop snapshot for April 30, 2026, and the API endpoint returns the active shop data available from the feed.

Can I get item images and prices?

Yes. The endpoint returns item metadata, rarity, type, prices, shop sections, and image URLs where available.

Can I use this for a Discord bot?

Yes. The endpoint works well for daily shop Discord bots, cosmetic alerts, dashboards, and rotation trackers.

Start building with Fortnite Item Shop data.

Create a free key, test the shop endpoint, then upgrade when your app needs more calls.

Get Free API Key