Disney API · Example Payload

Disney Service Index Example

EntertainmentCharactersDisneyOpen SourceFan APIRESTGraphQL

Disney Service Index Example is an example object payload from Disney API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

getCharactergetCharacterByIdgetCharactersById

Example Payload

Raw ↑
{
  "getCharacter": "/character",
  "getCharacterById": "/character/:id",
  "getCharactersById": "/characters/:id"
}