Skip to content

[More data] Enrich database through information from MangaUpdates #1

@Koopzington

Description

@Koopzington

As manga requirements often involve bits of information that's not available on AniList but largely on MangaUpdates, one should explore the possibilities of retrieving data through their API.
Since AniList doesn't store MangaUpdates IDs one'd first have to establish a link between AL IDs and MU IDs.

  • MangaDex does have both IDs but unfortunately their API doesn't allow querying entries by external IDs.
  • WikiData let's one query a list of all manga containing external IDs from both sites but as of today (2023-01-02) there are only 2690 results, which is pretty small considering AniList has over 87k manga entries and MangaUpdates supposedly over 200k entries
SELECT DISTINCT ?alMangaId ?muMangaId WHERE {
  ?item wdt:P8731 ?alMangaId.
  ?item wdt:P11149 ?muMangaId.
}
  • It might yield more results to scrape MangaUpdates directly and do string comparisons with the native titles of AniList

Information from MangaUpdates that a lot of users would probably look forward to:

  • Publisher
  • Magazines it was published in
  • Licensing status and english publisher
  • Is it completely scanlated/available in english (personally mostly interested in this 'cause i have a gift of planning to read manga which's scanlation has been abandoned several years ago)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions