Outfit Endpoints

HTTP Routing Table

An outfit is otherwise called “Character” on GameTora, but umapyoi.net makes a distinction between characters and their outfits. A character might have multiple outfits.

Endpoints

GET /api/v1/outfit

Returns all outfit IDs. (Each support card has an id and gametora identifier.)

GET /api/v1/outfit/(int: outfit_id)

Returns outfit data by ID.

GET /api/v1/outfit/character/(int: chara_id)

Returns outfit data belonging to a given character ID (game_id).

GET /api/v1/outfit/(int: outfit_id)/gametora

Redirect to the GameTora page of an outfit.