/shaman-king-api

🧙‍♂️🔮 Information about Shaman King

Primary LanguageJavaScriptMIT LicenseMIT

Shaman King API

API with information about Shaman King 🧙‍♂️🔮

Shaman King banner

GitHub release (latest by date including pre-releases)

About Shaman King API

This project aims to provide information and images about Shaman King Anime.

What is an API?

An API (Application Programming Interface) is a contract that allow developers to interact with an application through a set of interfaces. In this case, the application is a database with Shaman King anime information, and the interfaces are URL links. A RESTful API is an API that conforms to a set of loose conventions based on HTTP verbs, errors, and hyperlinks.

Try the project

Get Character 1 information:

https://shaman-king-api.herokuapp.com/api/v1/characters/1

Result:

{
    "id": 1,
    "name": "",
    "age": null,
    "birthplace": "",
    "nationality": "",
    "gender": "",
    "occupation": "",
    "image": "",
    "description": ""
}

Routes

END POINT HTTP METHOD GET
/characters List all Characters
/characters/{id} Show Character
/spirits List all Spirits
/spirits/{id} Show Spirit

Usage

[to edit...]

Contact me

Let me know about the cool projects you develop with Shaman King API 😄

  • Follow me on Twitter, I usually share development stuff Twitter Follow
  • Did you use or see the project? Share with me your feedback! Twitter

Contributing

Thank you for considering contributing to Shaman King API

  • You can contribute by sending information about characters or spirits that have not yet been added.
  • You can also contribute by suggesting improvements to the project, code, endpoints, etc.
  • Reporting bugs

In any case, feel free to create a new issue with detailed explanation please!

Software requirements

  • GIT
  • NODE
  • NPM

Installation

Sources

Information gathered from various resources:

License

The story of Shaman King, images and designs are copyrighted material. This is a fan made project and is not intended to infringe on any copyrighted material. Images and synopses of Shaman King material is intended to be used for information, review and research purposes only for other fans and is in no way used for profit.

All images are copyright of their respective owners. Shaman King © Hiroyuki Takei / Kodansha Ltd. Shaman King: Flowers © Hiroyuki Takei / Kodansha Ltd. Shaman King: Marcos © Hiroyuki Takei, Jet Kusamura/Kodansha Ltd. Shaman King: Red Crimson © Hiroyuki Takei, Jet Kusamura/Kodansha Ltd. Shaman King: The Super Star © Hiroyuki Takei / Kodansha Ltd. Shaman King: Zero © Hiroyuki Takei / Kodansha Ltd. All other logos/trademarks are copyright of their respective owners/companies. Kodansha Copyright. Images on this project are used for review and illustration purposes only.

Shaman King API source code is open-sourced software licensed under the MIT license.