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.
Authentication
Pass your API key as
X-API-KEY header or apiKey query parameter.
Rate Limit
100 requests per minute per API key.
Get an API Key
Contact us to request access.
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.
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/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 |