Discover/tarkov.dev API
live

tarkov.dev APItarkov.dev

Access Escape from Tarkov ammunition stats (damage, penetration, armor damage) and full wipe duration history via the tarkov.dev API.

Endpoints
2
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/8ce03f91-33d8-4656-9735-4b3e9452ae06/<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/8ce03f91-33d8-4656-9735-4b3e9452ae06/get_ammo' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Extract all ammunition types and their stats from the Tarkov.dev GraphQL API, including damage, penetration, armor damage, caliber, speed, and various modifiers.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "ammo": "array of objects containing ammunition stats including item name/shortName, caliber, damage, penetrationPower, armorDamage, fragmentationChance, accuracyModifier, recoilModifier, initialSpeed, ammoType, projectileCount, lightBleedModifier, heavyBleedModifier, staminaBurnPerDamage"
  },
  "sample": {
    "data": {
      "ammo": [
        {
          "item": {
            "name": "5.56x45mm M855",
            "shortName": "M855"
          },
          "damage": 54,
          "caliber": "Caliber556x45NATO",
          "ammoType": "bullet",
          "armorDamage": 37,
          "initialSpeed": 922,
          "recoilModifier": 0,
          "projectileCount": 1,
          "accuracyModifier": 0,
          "penetrationPower": 31,
          "heavyBleedModifier": 0,
          "lightBleedModifier": 0,
          "fragmentationChance": 0.5,
          "staminaBurnPerDamage": 0.144
        }
      ]
    },
    "status": "success"
  }
}

About the tarkov.dev API

This API exposes 2 endpoints covering Escape from Tarkov game data sourced from tarkov.dev. The get_ammo endpoint returns a full list of ammunition types with per-round stats including damage, penetration power, armor damage, caliber, speed, and fragmentation modifiers. The get_wipe_info endpoint returns historical wipe records with start and end dates, individual wipe lengths, and a computed average across the last 6 completed wipes.

Ammunition Data

The get_ammo endpoint takes no input parameters and returns an ammo array. Each object in the array includes the item's full name and short name, caliber classification, damage, penetrationPower, armorDamage, projectile speed, and several modifiers such as fragmentation chance. This covers all ammunition types tracked by tarkov.dev, making it suitable for comparisons across calibers or building ammo-selection tooling.

Wipe History and Duration Statistics

The get_wipe_info endpoint returns two top-level fields. historical_wipes is an array of objects, each containing the patch version, wipe_start date (YYYY-MM-DD), wipe_end date (YYYY-MM-DD, or the string 'Ongoing wipe' for the current cycle), and wipe_length as a human-readable string. The second field, average_wipe_length, is a precomputed string (e.g., '175 days') derived from the last 6 completed wipes, so you don't need to compute the rolling average yourself.

Coverage Notes

Neither endpoint requires authentication or query parameters — both return the full dataset on every call. The wipe data includes an active wipe record with 'Ongoing wipe' as the end date, which your client code should handle explicitly if computing durations. Ammo stats reflect the tarkov.dev dataset at the time of the request; values change when Battlestate Games patches the game and tarkov.dev updates accordingly.

Common use cases
  • Build an ammo comparison tool that ranks rounds by penetration power versus armor damage across all calibers.
  • Generate a tier list of ammunition for a given caliber using the damage and fragmentation modifier fields.
  • Display current wipe status and estimated remaining wipe length based on historical average wipe duration.
  • Track wipe cycle patterns over time using historical start and end dates from get_wipe_info.
  • Integrate ammo stats into a loadout builder that surfaces penetration and speed data per cartridge.
  • Trigger alerts or notifications when a new wipe starts by detecting a changed wipe_start date.
  • Compute wipe length variance across patches using the individual wipe_length values in historical_wipes.
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 tarkov.dev have an official developer API?+
Yes. tarkov.dev operates a public GraphQL API documented at https://api.tarkov.dev. This Parse API surfaces a structured subset of that data through two focused REST-style endpoints.
What does get_ammo return and can I filter by caliber?+
It returns a flat array of all ammunition types, each with fields including name, shortName, caliber, damage, penetrationPower, armorDamage, speed, and fragmentation modifiers. The endpoint takes no input parameters, so filtering by caliber or any other field must be done client-side on the returned array.
How is the average_wipe_length in get_wipe_info calculated?+
It is a precomputed string derived from the last 6 fully completed wipes. The current ongoing wipe is excluded from the average. If fewer than 6 completed wipes are present in the dataset, the average reflects however many completed records exist.
Does this API cover item prices, trader data, or map information from tarkov.dev?+
Not currently. The API covers ammunition statistics and wipe duration history only. You can fork it on Parse and revise it to add endpoints for items, traders, maps, or other data exposed by the tarkov.dev GraphQL API.
How fresh is the ammo data returned by get_ammo?+
The data reflects tarkov.dev's current dataset, which is community-maintained and updated after Battlestate Games releases game patches. There is no per-field timestamp in the response, so the freshness of any individual stat depends on when tarkov.dev last ingested a patch update.
Page content last updated . Spec covers 2 endpoints from tarkov.dev.
Related APIs in EntertainmentSee all →
wiki.warframe.com API
Search and retrieve detailed damage statistics for every Warframe weapon, including breakdowns by damage type, fire modes, and alternate attacks to optimize your loadout. Compare combat performance metrics across weapons to find the perfect gear for your playstyle.
ammoseek.com API
Search for ammunition, firearms, magazines, and reloading components across multiple retailers while comparing prices and viewing retailer ratings. Find current deals, browse popular calibers, and access a comprehensive ammo caliber list to make informed purchasing decisions.
warframe.wiki API
Search for Warframe items and weapons to view their stats, crafting requirements, and mod information, while staying updated on current in-game events and patch notes. Get detailed information about gear, resources, and game updates all from one convenient source.
poedb.tw API
Search and retrieve comprehensive Path of Exile game data including items, gems, leagues, and game mechanics like bleeding effects across both PoE 1 and PoE 2. Get detailed information about specific items and categories, or browse current league information to stay updated on the latest game content.
light.gg API
Search Destiny 2 weapons by name or perks and instantly access detailed stats, popular god rolls, and perk combination ratings to optimize your loadouts. Compare weapon data and discover top-performing gear configurations to dominate in PvP and PvE activities.
tracker.gg API
Track Valorant player profiles, match histories, competitive rankings, and agent performance statistics from tracker.gg. Search leaderboards, analyze player segments, view daily game data, and access comprehensive reference information covering all Valorant-related data available on the platform.
csgo.steamanalyst.com API
Track CS2 skin prices in real-time, search for specific skins, and analyze market trends with historical pricing data and top gainers. Compare marketplace listings across different weapons and collections to make informed trading decisions.
csgostash.com API
Access live CS2 skin prices, weapon catalogs, and case details. Search across weapons, skins, and collections to find specific items and their current market values.