jkrayer / becmi-character-api

Input your ability score and learn what basic DND character you can be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic DnD Character

Is a restful API for creating red box (Mentzer) Dungeons and Dragons Characters.

End Points

/api/scores

version 1.0

GET

?Strength=15&Intelligence=8&Wisdom=7&Dexterity=8&Constitution=18&Charisma=11

Returns an array of characters from the red box. The array is filtered by scores and sorted by experience point bonus.

/api/equipment/

version 1.0.2

GET

Returns all weapons, armor and equipment.

/api/equipment/?name=Cleric

version 1.0.0

GET

Returns starting money and available equipment. Weapons and armor are filtered to show only the options and character may use.

TODO

  1. Endpoint Just scores
  2. Endpoint Single Class
  3. Endpoint All Classes Alpha

About

Input your ability score and learn what basic DND character you can be

License:MIT License


Languages

Language:JavaScript 100.0%