Skip to content

[Feature Request] Include the "role" for "authors" in the [/manga/:id/full] responseΒ #569

@jippi

Description

@jippi

πŸ‘‹ Hello,

the getMangaFullById() endpoint returns authors but does not include the role of the author/staff - the type field is always just people by the look of it (example) where the MAL UI has a proper role (example) - would it be possible to extract the role of the author into the JSON response? πŸ™‚

Image

Ideal response would be like below (added role key)

{
    "data": {
        "authors": [
            {
                "mal_id": 10426,
                "type": "people",
                "name": "Matsuse, Daichi",
                "role": "Art",
                "url": "https:\/\/myanimelist.net\/people\/10426\/Daichi_Matsuse"
            },
            {
                "mal_id": 32649,
                "type": "people",
                "name": "Nagatsuki, Tappei",
                "role": "Story",
                "url": "https:\/\/myanimelist.net\/people\/32649\/Tappei_Nagatsuki"
            }
        ]
    }
}

See the Original Discord Request

Metadata

Metadata

Assignees

Labels

feature requestfeatures that are requested or are in the roadmapin progressFeatures/Issues that are in progress of being completed/fixed

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions