You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Star Wars Character Information

starwars/character-information@1.0.4
1 provider

Retrieve Character Info

Retrieve information about a Star Wars character.

Input
Character name
Result
Height
Weight
Year of birth

1.Choose a provider

2.Use RetrieveCharacterInformation with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Input (object)

characterName
The character name to use when looking up character information

Example

Result (object)

height
The height of the character
weight
The weight of the character
yearOfBirth
The year of birth of the character

Example

Implementation details

Provider
mock
Use case
RetrieveCharacterInformation
Author
@superface
Source
Verified