rulers-compendium

command module
v0.0.0-...-8397096 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2024 License: MIT Imports: 8 Imported by: 0

README

Rulers Compendium

Coverage

A free to use database API for information about Sid Meier's civilization VI. I gathered data by scraping the civ6 wiki so some of it may be inaccurate. If it is feel free to submit an issue detailing the error.

Contents

Self-Hosting Usage

  1. Install go

  2. Run $ go run . to start the API

Docs

API Documentation is available at /api/v1/docs/index.html

Basic API Usage

The API is split into different categories each pertaining to a subject area in Civilization VI. Currently there are three categories:

  • Districts
  • Leaders
  • Civilizations

Each one has two endpoints: one for getting all available items and one for finding specific items

Example:
$ curl -X GET "http://127.0.0.1:8000/api/v1/leaders?limit=2"

Returns:

[
  {
    "name": "Abraham Lincoln",
    "civ": "America",
    "ability": {
      "name": "Emancipation Proclamation",
      "text": "Industrial Zones grant +2  Amenities and +3 Loyalty per turn but Plantations give -2 Loyalty. Receives a free Melee unit after constructing Industrial Zones and their buildings. The free unit does not require resources when created or to maintain and receives +5  Combat Strength."
    },
    "agenda": {
      "name": "Preserver of the Union",
      "text": "Likes civilizations with the same form of government, dislikes those with a different form of government and really dislikes ones with a different government of the same era as his own."
    }
  },
  {
    "name": "Alexander",
    "civ": "Macedonia",
    "ability": {
      "name": "To the World's End",
      "text": "Macedonian cities never incur war weariness. All military units heal completely when a city with a Wonder is captured. Gains the Hetairoi unique unit with Horseback Riding."
    },
    "agenda": {
      "name": "Short Life of Glory",
      "text": "Likes civilizations at war with powers other than Macedon. Dislikes civilizations at peace.  Grievances against this leader decay at twice the usual rate."
    }
  }
]

Roadmap

  • Districts
  • Civilizations
  • Leaders
  • Units
  • Buildings
  • Wonders
  • Improvements
  • Great People
  • Governors
  • DLC Filters
  • General Database Search

License

Ruler's Compendium is Licensed under the MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL