Godforge API — Unofficial Game Data API
The Godforge API is a free, unofficial, read-only API by Raven Pyros providing comprehensive Godforge game data — heroes, skills, weapons, armor sets, status effects, imprints, and PvE content.
X-API-KEY header or apiKey query parameter.
Getting Started with the Godforge API
The Godforge API provides structured JSON data for the mobile RPG game. Use it to build tools, bots, companion apps, or community resources. This is an unofficial API maintained by the Raven Pyros community.
Request an API Key
Contact us to get a free API key. Keys are rate-limited to 100 requests per minute.
Authenticate Your Requests
Include your key as an X-API-KEY header or an apiKey query parameter on every request.
Fetch Game Data
Call any endpoint below to retrieve heroes, weapons, armor sets, status effects, imprints, or PvE content as structured JSON.
Available Godforge API Endpoints
| Category | Endpoint | Description |
|---|---|---|
| Heroes | /api/public/v1/heroes |
Full hero database — stats, skills, effects, ascension, and awakening data |
| Weapons | /api/public/v1/weapons |
Weapon catalog with rank scaling and bonus descriptions |
| Armor Sets | /api/public/v1/armor-sets |
Armor set catalog with 2/4/6-piece set bonus descriptions |
| Status Effects | /api/public/v1/status-effects |
Status effect definitions, types, and icons |
| Imprints | /api/public/v1/imprints |
Hero imprint skills |
| PvE | /api/public/v1/pve/* |
PvE content areas, sections, stages, and enemy compositions |