Skip to content

Work in progress RESTful api that retrieves jojo information

Notifications You must be signed in to change notification settings

ItzSylex/JojoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Since heroku changed, link is currently down. If you wish to consume the data download the app/data.json file. I dont have plans on hosting this in the near future

Jojo Stands Api

This API shows some information of users and stands throughout the Anime series. Some information that is retrieve from this API includes Stand Image, Stand Type, User Image and much more. This API was built using Flask. All the information was collected from Jojo WiKi.


  1. Endpoints
  2. Query String Parameters
  3. Example of http response
  4. Issues

Endpoints

Main Endpoint

This is the main endpoint https://jojoapi.herokuapp.com all other end urls should be prepend to this main url.

Currently, this returns all the information of 3 seasons of the Anime, these are Stardust Crusaders, Diamond Is Unbreakable and Golden Wind.

Other Endpoints

These returns the information specifi to each serie. Others such as Stone Ocean, Steel Ball Run and Jojolion will be added in the future

* /StardustCrusaders
* /DiamondIsUnbreakable
* /GoldenWind

Query String Parameters

Parameters that are passed to the URL query string, for example:

* https://jojoapi.herokuapp.com?eye_color=insert_eye_color_to_search
* https://jojoapi.herokuapp.com?eye_color=insert_stand_type_to_search

This will display all the users with the specific characteristics. Only one parameter can be pass Some of the parameters are: - eye_color - stand_type - hair_color - gender.

Example of http response

Issues

If you find any bugs or would like to implement any features feel free to open an issue


I am currently re-writing the API and updating it

About

Work in progress RESTful api that retrieves jojo information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published