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 roadmap

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions