TrashMonks / qud-api

Flask REST API for retrieving information about Caves of Qud game objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qud-api

This is a Flask REST API designed to serve the haberdasher project.. It uses hagadias as its backend.

Endpoints

All endpoints begin with qud-api/.

anatomies: Available creature anatomies.

{
  "AirWell": [
    {
      "Name": "Upper Dome", 
      "Type": "Head"
    }, 
    {
      "Name": "Back", 
      "Type": "Back"
    }, 
...

wearables: All equipment that can be equipped to body slots. For the hand slots, this only includes melee weapons.

About

Flask REST API for retrieving information about Caves of Qud game objects

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%