Discover/wiki.warframe.com API
live

wiki.warframe.com APIwiki.warframe.com

Access structured damage stats, fire modes, and combat metrics for every Warframe weapon via 3 endpoints covering all weapon slots and attack types.

Endpoints
3
Updated
2mo ago
Try it
Comma-separated list of weapon slots to fetch. Accepted values: primary, secondary, melee,
api.parse.bot/scraper/764de28a-44e4-4670-8534-9514dd2ed147/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/764de28a-44e4-4670-8534-9514dd2ed147/get_all_weapons?slots=secondary' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get complete weapon attack stats for all Warframe weapons across all categories. Returns one record per attack/fire mode entry (not one per weapon). Fetches data from 8 weapon modules: primary, secondary, melee, archwing, companion, railjack, modular, misc.

Input
ParamTypeDescription
slotsstringComma-separated list of weapon slots to fetch. Accepted values: primary, secondary, melee, archwing, companion, railjack, modular, misc.
Response
{
  "type": "object",
  "fields": {
    "weapons": "array of attack record objects with full damage breakdowns",
    "total_records": "integer total count of attack records returned"
  },
  "sample": {
    "data": {
      "weapons": [
        {
          "gas": null,
          "cold": null,
          "heat": null,
          "true": null,
          "void": null,
          "blast": null,
          "range": null,
          "slash": null,
          "toxin": 43,
          "viral": null,
          "impact": null,
          "pellets": 1,
          "wind_up": null,
          "finisher": null,
          "magnetic": null,
          "puncture": null,
          "ammo_cost": 1,
          "corrosive": null,
          "fire_mode": "Projectile",
          "fire_rate": 5,
          "multishot": 1,
          "radiation": null,
          "attack_name": "Normal Attack",
          "burst_count": null,
          "charge_time": null,
          "electricity": null,
          "falloff_end": null,
          "melee_range": null,
          "reload_time": 1.2,
          "slam_attack": null,
          "slam_radius": null,
          "weapon_name": "Acrid",
          "attack_speed": null,
          "forced_procs": [
            "Toxin"
          ],
          "heavy_attack": null,
          "sweep_radius": null,
          "total_damage": 43,
          "trigger_type": "Semi-Auto",
          "falloff_start": null,
          "magazine_size": 15,
          "punch_through": 0,
          "status_chance": 0.1,
          "combo_duration": null,
          "follow_through": null,
          "weapon_subtype": "Pistol",
          "critical_chance": 0.05,
          "weapon_category": "Secondary",
          "falloff_reduction": null,
          "heavy_slam_attack": null,
          "heavy_slam_radius": null,
          "critical_multiplier": 2,
          "headshot_multiplier": null
        }
      ],
      "total_records": 273
    },
    "status": "success"
  }
}

About the wiki.warframe.com API

The Warframe Wiki Weapon Stats API exposes damage breakdowns, fire mode data, and combat metadata for every weapon in Warframe across 3 endpoints. The get_all_weapons endpoint returns one record per attack entry — not one per weapon — covering primary, secondary, melee, archwing, and companion slots. Each record includes damage type distributions, reload times, accuracy values, mastery rank requirements, and riven disposition scores, giving you the full stat picture the wiki carries.

Weapon Coverage and Data Shape

The API returns attack-level records, meaning a single weapon with multiple fire modes or an alternate fire will produce multiple records. get_all_weapons accepts an optional slots parameter as a comma-separated list (primary, secondary, melee, archwing, companion) so you can pull only the categories you need rather than the full dataset. The total_records field in every response tells you exactly how many attack entries came back.

Searching and Filtering

search_weapons lets you narrow results by weapon name substring (query), weapon subtype (class, e.g. Nikana, Shotgun, Pistol), or slot category (category). The limit parameter caps the result count. All string matches are case-insensitive substrings, so querying query=braton will match Braton, Braton Prime, and Braton Vandal. The category field accepts values including archgun and archmelee in addition to the standard slots, giving slightly broader coverage than the slots filter on get_all_weapons.

Weapon-Level Metadata via get_weapon_details

get_weapon_details requires an exact weapon name (case-insensitive) and returns both weapon-level fields and a full attacks array. Weapon-level fields include family, traits (e.g. Prime, Vaulted), introduced (update version string), disposition (riven disposition), mastery_rank, max_ammo, reload_time, and accuracy. Fields that the wiki does not list for a given weapon come back as null rather than being omitted, so response shapes are consistent across all weapon types.

Source

Data is sourced from the community-maintained Warframe Wiki at wiki.warframe.com, which is updated by players and wiki contributors as the game receives patches. Stat accuracy reflects the wiki's current content at the time of the request.

Common use cases
  • Build a weapon comparison tool using damage breakdowns and reload_time from get_weapon_details to rank weapons by effective DPS.
  • Filter all Nikana-class weapons by passing class=Nikana to search_weapons to compare mastery rank requirements and riven dispositions.
  • Identify newly introduced weapons by sorting on the introduced field returned from get_weapon_details.
  • List all Vaulted Prime weapons by checking the traits array in get_weapon_details responses for the Vaulted trait.
  • Pull companion slot weapon stats using the slots=companion filter on get_all_weapons to evaluate Kubrow and Kavat attack data.
  • Generate a per-damage-type breakdown across all secondary weapons to analyze slash, puncture, and impact distributions for status-focused builds.
  • Check riven disposition scores across all primary weapons by iterating get_all_weapons results filtered to slots=primary and reading disposition.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Warframe Wiki have an official developer API?+
The Warframe Wiki (wiki.warframe.com) runs on Fandom's MediaWiki platform, which exposes a public MediaWiki Action API at wiki.warframe.com/api.php. That API returns raw wiki markup and page metadata but does not provide structured weapon stat tables. This API delivers pre-structured, field-level weapon data without requiring any wiki markup parsing.
What does `get_weapon_details` return that `search_weapons` does not?+
get_weapon_details adds weapon-level metadata fields not present in search results: family, traits, introduced, disposition, mastery_rank, max_ammo, reload_time, and accuracy. The attacks array in get_weapon_details is the same attack record format returned by the search endpoints, so damage breakdowns are identical across all three endpoints.
Does the API cover weapon mod stats or build calculations?+
Not currently. The API covers base weapon stats, damage type distributions, fire mode entries, and wiki metadata such as mastery rank, riven disposition, and introduced version. Mod effects, modded stat calculations, or build recommendations are not included. You can fork this API on Parse and revise it to add an endpoint that pulls mod data from the wiki and applies multipliers to base stats.
How current is the weapon data, and is it updated after game patches?+
Data reflects what the Warframe Wiki carries at request time. The wiki is community-maintained and typically updated within days of a major patch, but there can be a lag between a Warframe game update and the wiki reflecting revised stats. Newly released weapons may appear on the wiki before or after their in-game release depending on contributor activity.
Does the API return enemy or Warframe ability stats in addition to weapon stats?+
Not currently. The three endpoints cover weapon attack records across primary, secondary, melee, archwing, companion, and related slots only. Warframe ability stats, enemy unit data, and mission/drop table data are not exposed. You can fork this API on Parse and revise it to add endpoints targeting those wiki pages.
Page content last updated . Spec covers 3 endpoints from wiki.warframe.com.
Related APIs in EntertainmentSee all →
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
brickset.com API
Search and browse thousands of LEGO sets by theme, year, or keyword. Retrieve detailed data for any set including piece count, minifigure count, dimensions, RRP, and more. Explore the full catalog of themes and yearly releases available on Brickset.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.