d6veteran / 5e-srd-api

REST API to access D&D 5th Edition SRD database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5e-srd-api

REST API to access D&D 5th Edition SRD database

First, install dependencies by running

npm install

Run app locally (for testing purposes) using

heroku local

Make HTTP requests by using the root address: http://localhost:3000/api/

You should get a response with the available endpoints for the root:

{
    "races": "http://dnd5eapi.co/api/races/",
    "subraces": "http://dnd5eapi.co/api/subraces/",
    "classes": "http://dnd5eapi.co/api/classes/",
    "subclasses": "http://dnd5eapi.co/api/subclasses/",
    "languages": "http://dnd5eapi.co/api/languages/",
    "spellcasting": "http://dnd5eapi.co/api/spellcasting/",
    "spells": "http://dnd5eapi.co/api/spells/",
    "monsters": "http://dnd5eapi.co/api/monsters/",
    "features": "http://dnd5eapi.co/api/features/",
    "tables": "http://dnd5eapi.co/api/tables/",
    "equipment": "http://dnd5eapi.co/api/equipment/",
    "proficiencies": "http://dnd5eapi.co/api/proficiencies/",
    "startingequipment": "http://dnd5eapi.co/api/startingequipment/"
}

About

REST API to access D&D 5th Edition SRD database


Languages

Language:HTML 61.4%Language:JavaScript 35.4%Language:CSS 3.2%