FOUNDERBACON
SearchAPI
FOUNDERBACON

Built by a Founder, for the community.

Projects

API DocsRoadmapChangelogStatusPrivacy Policy

Social

Twitter / XGitHubContact

KNOW YOUR
ARSENAL.

The first free, open REST API for Fortnite: Save the World. Every weapon, every stat, every perk — all in one place.

1,200+weapons
40+stats
FREEforever
EXPLORE WEAPONSVIEW API DOCS
01

THE COMPLETE DATABASE

Every item that exists in Save the World.

Weapons, heroes, traps, survivors — everything indexed with full stats, crafting recipes, tier upgrades, and perk slots. From Common to Mythic, nothing is missing.

1,200+ weapons40+ stats eachAll item types
v0.2.0 Live
1,000+items

Complete weapon database with full stats, perks, and crafting.

AssaultShotgunSniperSMGPistolLauncherSwordSpearTraps
Weapons & Traps
v0.3.0 Soon
500+items

Every hero with abilities, perks, team bonuses and loadouts.

SoldierConstructorNinjaOutlanderSurvivors
Heroes & Survivors
v0.4.0 Soon
Real-timeitems

V-Bucks alerts, mission rotations, and store refresh timers.

V-BucksMissionsStorm ShieldsStore
Live Data
v1.0.0 Soon
Full appitems

Search, perk builder, dashboards and complete API documentation.

SearchBuilderDashboardAPI Docs
Website
N

Nocturno

MythicAssault RifleEnergy
1

Crit Rating

+28% Critical Rating

+28%
2

Crit Damage

+135% Crit Damage

+135%
3

Energy

Energy and +20% Damage

+20%
4

Dmg to Mist Monsters

+44% Damage to Mist

+44%
5

Affliction Damage

Affliction ticks for 6s

6th

Average DPS

12,847+3,204
BaseModded
Damage89.2+12.4
Crit %43%+18%
Crit DMGx3.35+1.35
Fire Rate12.0
02

PERK BUILDER

Craft the perfect loadout.

Pick your weapon, select your tier, choose every perk slot. See the impact on DPS, crit chance, and element in real time. When you're done, export your build as a shareable image.

Real-time DPSAll perk combosScreenshot export
03

REST API

Built for developers.

A clean, documented REST API with no auth required for public endpoints. Fetch any weapon, search by category, filter by rarity or element. Build bots, dashboards, companion apps — whatever you need.

No auth neededJSON responsesFree forever
bash — api.founderbacon.com
$ curl https://api.founderbacon.com/v1/weapons/ranged/nocturno
{
  "name": "Nocturno",
  "type": "ranged",
  "category": "assault",
  "rarity": "mythic",
  "element": "energy",
  "ammoType": "light",
  "isFounders": true,
  "maxTier": 5,
  "perkSlots": [
    {
      "slot": 1,
      "unlockLevel": 1,
      "isRespeccable": true,
      "availablePerks": [...]
    },
    {
      "slot": 2,
      "unlockLevel": 5
    },
    // ... 4 more slots
  ],
  "tiers": {
    "1": {
      "displayTier": "copper",
      "stats": {
        "damage": 23.0,
        "dps": 276.0,
        "critChance": 0.10,
        "critMultiplier": 1.50,
        "firingRate": 12.0
      },
      "crafting": [...]
    }
  }
}
200 OKapplication/json42ms

BROWSE THE ARSENAL

Thousands of weapons with complete stats, perks, and crafting data.

FAQ

GOT AN IDEA?

FounderBacon is community-driven. If you have a feature request, a bug report, or just want to say hi, reach out.

Join DiscordOpen an issueTweet at us

READY TO BUILD?

Built by a Founder, for the community.

GET STARTEDVIEW API DOCS