...
Welcome to Jojo's Bizarre API!
Host to a collection of routes containing all the Jojo characters and stands you would ever care to look for.
Routes | Examples | Description |
---|---|---|
GET /api/v1/characters | ExampleGet all characters | |
GET /api/v1/characters/<character_id> | ExampleGet a character by an id | |
GET /api/v1/stands | ExampleGet all stands | |
GET /api/v1/stands/<stand_id> | ExampleGet a stand by an id | |
GET /api/v1/characters/query/query?<category>=<query> | ExampleGet characters by query.* | |
GET /api/v1/stands/query/query?<category>=<query> | ExampleGet stands by query.** |
* Valid Queries: name, chapter, nationality, family, abilities, isHuman, living, catchphrase.
** Valid Queries: name, alternateName, standUser, chapter, abilities, battlecry.