-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add people support #387
Comments
mal people/34785?fields=name,first_name,last_name,birthday,main_picture |
{
"id": 34785,
"first_name": "Rie",
"last_name": "Takahashi",
"birthday": "1994-02-27",
"main_picture": {
"medium": "https://api-cdn.myanimelist.net/images/voiceactors/2/62615.jpg"
}
} |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
mal people/34785?fields=name,first_name,last_name,birthday,main_picture,character,characters |
{
"id": 34785,
"first_name": "Rie",
"last_name": "Takahashi",
"birthday": "1994-02-27",
"main_picture": {
"medium": "https://api-cdn.myanimelist.net/images/voiceactors/2/62615.jpg"
}
} |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
mal people/34785?fields=first_name,last_name,birthday,main_picture,alternative_name |
{
"id": 34785,
"first_name": "Rie",
"last_name": "Takahashi",
"birthday": "1994-02-27",
"main_picture": {
"medium": "https://api-cdn.myanimelist.net/images/voiceactors/2/62615.jpg"
}
} |
mal people/34785?fields=first_name,last_name,biography |
{
"id": 34785,
"first_name": "Rie",
"last_name": "Takahashi"
} |
mal characters/61371?fields=first_name,last_name,pictures |
{
"id": 61371,
"first_name": "Mashiro",
"last_name": "Shiina",
"pictures": [
{
"medium": "https://api-cdn.myanimelist.net/images/characters/5/183449.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/6/274631.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/16/274633.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/13/274637.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/13/274639.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/11/274649.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/15/276186.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/4/277978.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/7/307082.jpg"
},
{
"medium": "https://api-cdn.myanimelist.net/images/characters/11/367654.jpg"
}
]
} |
mal people/35785?fields=first_name,last_name,pictures |
{
"id": 35785,
"first_name": "Kouji",
"last_name": "Yamagata"
} |
Feature
Add support for
people/{id}
endpointReason
n/a
The text was updated successfully, but these errors were encountered: