Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owapinode

An overwatch API built in Node.JS

Installation

npm install
mkdir tmp
mkdir tmp/cache

And run with node index or npm start

Current Endpoints:

GET /api/v1/user/:battletag

Get the basic stats of a user.

Like all API requests, this will automatically determine the region of the user.

Example:

$ http GET "https://owapi.fractalcore.net/api/v1/user/crdnl-1601"

Result:

{
    "battlenetID": "crdnl-1601",
    "level": "26",
    "games": "124",
    "gamesWon": "54",
    "averages": {
        "eliminations": "5.87",
        "damage": "2,166",
        "deaths": "7.86",
        "finalBlows": "3.2",
        "healing": "2,497",
        "objKills": "2.08",
        "objTime": "00:38",
        "soloKills": "1.06"
    }
}

About

An overwatch API built in Node.JS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages