Giter Site home page Giter Site logo

rokublac / the-wolf-among-us-api Goto Github PK

View Code? Open in Web Editor NEW
10.0 0.0 0.0 731 KB

:wolf: Telltale's - The Wolf Among Us API

Home Page: https://twauapi.herokuapp.com/

CSS 16.79% HTML 0.43% JavaScript 82.78%
the-wolf-among-us api redoc json telltale

the-wolf-among-us-api's Introduction

The Wolf Among Us Logo

The Wolf Among Us API (sunsetted)

Small test project working with Swagger and Redoc.
This REST API provides the (current) characters, locations, and episodes within Telltale's The Wolf Among Us.

Accessing the API

Requests can be made with Curl or with your desired language's HTTP GET request method. For example, with Curl, to GET the data for Bigsby Wolf: curl https://twauapi.herokuapp.com/characters/1

{
	"statusCode": 200,
	"body": {
		"id": 1,
		"name": "Bigby Wolf",
		"species": "Wolf",
		"gender": "Male",
		"occupation": "Fabletown Sherrif",
		"hairColour": "Mahogany",
		"eyeColour": "Brown",
		"description": "The renowned Big Bad Wolf. He's known for tormenting pigs and girls in red hoods, but is trying to put those dark days behind him. Bigby now acts as Fabletown's sheriff and remains in his human form, mostly. However, due to his rough past, the citizens of Fabletown are slow to trust him. Bigby is determined to show that he's truly changed, but some instincts are just too hard to control",
		"imagePath": "https://vignette.wikia.nocookie.net/fables/images/2/2b/CW_Bigby_Nerissa_Convo.png/revision/latest?cb=20140710174447"
	}
}

Use cases

No use cases really, besides cataloguing characters, locations and episodes...
The JSON file is only around 40KB - so if you wanted to access the data you're better off just downloading it from this repository and implement it directly into your project(s). But if you want to access it with HTTP, here you go!

Credits

the-wolf-among-us-api's People

Contributors

rokublac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.