...

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.

ExampleExampleExampleExampleExampleExample
RoutesExamplesDescription
GET /api/v1/charactersGet all characters
GET /api/v1/characters/<character_id>Get a character by an id
GET /api/v1/standsGet all stands
GET /api/v1/stands/<stand_id>Get a stand by an id
GET /api/v1/characters/query/query?<category>=<query>Get characters by query.*
GET /api/v1/stands/query/query?<category>=<query>Get stands by query.**

* Valid Queries: name, chapter, nationality, family, abilities, isHuman, living, catchphrase.

** Valid Queries: name, alternateName, standUser, chapter, abilities, battlecry.