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.
Current shop snapshot
April 30, 2026

Ravenpool
Deadpool Mashups
Ravenpool's Cage
Deadpool Mashups

Chimichanga!
Deadpool Mashups

Dragacorn
Deadpool Mashups

Scootin'
Deadpool Mashups

Chimichanga!
Deadpool Mashups

Meaty Mallets
Deadpool Mashups

Scootin'
Deadpool Mashups

Ravenpool
Deadpool Mashups
Ravenpool's Cage
Deadpool Mashups

Cuddlepool
Deadpool Mashups
Cuddlepool's Bow
Deadpool Mashups
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.
curl -X GET "https://api.citoapi.com/api/v1/fortnite/shop" \
-H "x-api-key: YOUR_API_KEY"{
"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
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.
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.