Skip to content

A RESTful API for Overwatch heroes and game types written in Go.

Notifications You must be signed in to change notification settings

isaacmillercodes/overwatch-hero-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overwatch Hero API

The unofficial Overwatch Hero API allows developers to get data for every hero in the Overwatch universe as well as game types for competitive play.

Routes:

The base URL is https://overwatch-hero-api.herokuapp.com/api/v1/

To get a list of all heroes, send a get request to https://overwatch-hero-api.herokuapp.com/api/v1/heroes

For a single hero, the URL is https://overwatch-hero-api.herokuapp.com/api/v1/heroes/:id

Similarly, gametypes are accessed at https://overwatch-hero-api.herokuapp.com/api/v1/gametypes

and https://overwatch-hero-api.herokuapp.com/api/v1/gametypes/:id

Overwatch Hero API was built with:

  • Go
  • Gin
  • Gorp
  • PostgreSQL

About

A RESTful API for Overwatch heroes and game types written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published