tekken-backend

command module
v0.0.0-...-63e291d Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

README

Tekken Backend

This is an API which allows you to request Tekken 8 character and move data.

Implemented:

/api/help directs to the help page.

/api/characters returns data for all characters.

[
  {
    "Id": 1,
    "ShortName": "Jin",
    "LongName": "Jin Kazama",
    "FightingStyle": "Karate",
    "Nationality": "Japan",
    "Height": 183,
    "Weight": 87,
    "Gender": "m"
  },
  {
    "Id": 2,
    "ShortName": "Asuka",
    "LongName": "Asuka Kazama",
    "FightingStyle": "Kazama Style Traditional Martial Arts",
    "Nationality": "Japan",
    "Height": 167,
    "Weight": 57,
    "Gender": "f"
  },
  {
    "etc": "etc"
  }
]

To Do:

/api/character?=bryan returns data for the specified character.

[
  {
    "Id": 13,
    "ShortName": "Bryan",
    "LongName": "Bryan Fury",
    "FightingStyle": "Kickboxing",
    "Nationality": "United States",
    "Height": 186,
    "Weight": 87,
    "Gender": "m"
  }
]

/api/movelist returns moves for all characters.

/api/movelist?=brayn returns moves for the specified character.

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