-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs
Description
The /character
endpoint currently has 25 40 characters. (Update #25 )
There are still few characters that we can add to this endpoint.
Contribute data for individual characters of Final Space in the given schema.
Resource: https://final-space.fandom.com/wiki/Category:Characters
P.S. You can leave the field for img_url
.
You can send a PR with the data in JSON format to the endpoint
branch under character
folder.
Please check if the data for that character exists.
Here is the schema for /character
endpoint:
Key | Type | Description |
---|---|---|
id | int | The id of the character (starting from 1). |
name | string | The name of the character. |
status | string | The status of the character. |
species | string | The species of the character. |
gender | string | The gender of the character. |
hair | string | The hair color of the character. |
origin | object | Name of the character's origin location. |
abilities | array | Different abilities of character. |
alias | array | Different names of character. |
img_url | string (url) | Link to the character's image. |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededup-for-grabs