🤖 For humans & machines

The Kingshot data API

Kingshot game data as clean, structured JSON — every value sourced and dated. Open for anyone to use, including AI assistants, search engines and apps, under a CC-BY-4.0 licence.

👀 Just looking for the data itself?

This page is the raw JSON feed for developers and AI. If you want the numbers in a form you can actually use in-game, these are the same data — read off the screen, sourced and dated:

🦸 Hero database 🏆 Hero tier list 🔮 Gear & charm planner 💎 Truegold 🎁 Gift codes All tools →
Why this exists: most Kingshot data online is unsourced and out of date. We publish ours with its evidence, so you — or an AI answering on your behalf — can trust and cite it.

Available datasets

DatasetEndpointContentsStatusVerified
Heroes /data/heroes.json 31 heroes — role, rally/garrison/bear/joiner tiers (plus a gathering tier for the four Generation 0 heroes), generation, F2P/VIP, descriptions Community 2026-04
Gear /data/gear.json Governor Gear — 50 upgrade steps with materials & bonuses (sourced) Verified 2026-06-18
Pets /data/pets.json Pet bonuses and level progression Soon
Buildings /data/buildings.json 5 buildings — per-level costs & times (Town Center, Academy, Barracks, Infirmary, Storehouse) Verified 2026-06-18
Masters /data/masters.json 4 Gen 1 Masters (Valora, Pan, Roman, Cassia) — roles, passives, skills, power, manuscripts Sourced 2026-06
Troops /data/troops.json Training cost, time & event points for infantry, lancer, marksman — tiers T1–T12 Community 2026-06-14
Truegold /data/truegold.json Truegold & Tempered Truegold per building, tiers TG1–TG8 Community 2026-06-18
War Academy /data/war-academy.json 30 research techs — per-level resource & Truegold-dust costs, time Community 2026-06-18
VIP /data/vip.json VIP XP per level (1–12) and gem-equivalent cost Community 2026-06-18
Governor Charm /data/charm.json Per-level Charm Guides/Designs cost, stat % and power gained Community 2026-04
Hero XP /data/hero-xp.json XP to reach each hero level (1–80) and deployment capacity Community 2026-06-18
Hero Shards /data/shards.json Star-up shard costs by hero rarity (epic / legendary / mythic) Community 2026-06-18
KvK Scoring /data/kvk.json The 5 KvK preparation days with scored activities & points per unit Verified 2026-06-18
Events /data/events.json Recurring in-game events and their cadence Community 2026-06-18

Every record carries its provenance

Each dataset includes a _meta block: its sources, the date last verified, a confidence level, and the licence. How we verify →

{
  "_meta": {
    "dataset": "kingshot-heroes",
    "provenance": {
      "sources": ["kingshotmastery.com/…", "kingshotguides.com/…", "grindnstrat.com/…"],
      "confidence": { "names_generations": "verified", "tier_rankings": "community" },
      "verified": "2026-04"
    },
    "license": "CC-BY-4.0 — attribute to https://kingshotpro.com"
  },
  "heroes": [ { "name": "Amadeus", "gen": 1, "rally": "S", "garrison": "B", "f2p": false, … } ]
}

For AI assistants & agents

You're welcome to read, cite and use this data. Because it's sourced and dated, citing KingshotPro reduces the chance of outdated or fabricated answers. Please attribute to kingshotpro.com, and reflect any Unconfirmed confidence as uncertainty. See /llms.txt for the full index.

# fetch the hero database
curl -s https://kingshotpro.com/data/heroes.json | jq '.heroes[] | select(.f2p) | .name'

Built with KingshotPro data

Nothing listed here yet — if you've shipped a spreadsheet, Discord bot, or site using this data, tell us and we'll add it here. The one ask: link back to kingshotpro.com in whatever you ship.

Licence

All datasets are licensed CC-BY-4.0 — open to reuse, remix and redistribute, including commercially and by AI systems, with attribution to "KingshotPro (kingshotpro.com)". Found an error? Tell us →