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.

366
items in current snapshot
17
shop sections
Daily
shop refresh data

Current shop snapshot

June 12, 2026

260 entries

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 V-Bucks

Jam Tracks

Cosmetic500 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-06-12T00:00:00Z",
    "hash": "1b72d2b77f1c5493",
    "totalEntries": 260,
    "totalItems": 366,
    "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 June 12, 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