You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the JSON data returned from this link includes the following fields: ["rarity", "attribute", "types", "atk", "lore", ...]. I understand that this data is retrieved from the API, such as this.
However, the Yugipedia web page offers additional information that is crucial for a comprehensive Master Duel card database. These include fields like:
Craftable: Whether the card can be crafted in the game.
Release Date (specific to Master Duel): When the card was released in the game.
Included Set (specific to Master Duel): Which set the card is part of in the game.
These fields can be extracted from the HTML content returned by a different API endpoint, such as this one. Unfortunately, the API response here is in HTML format, which requires additional parsing to extract the necessary fields.
At this time, I haven't found a more straightforward way to retrieve these specific fields from the API. Including these additional fields would significantly enhance the utility of the Master Duel cards database.
The text was updated successfully, but these errors were encountered:
Hi, what you're doing is rendering the wikitext templates, which is roughly equivalent to scraping the HTML pages themselves. The release date and set data actually comes from individual set pages like https://yugipedia.com/wiki/Wings_of_the_Guardian. Work on this is currently tracked in DawnbrandBots/yaml-yugipedia#2 and also previously requested in #76.
Currently, the JSON data returned from this link includes the following fields: ["rarity", "attribute", "types", "atk", "lore", ...]. I understand that this data is retrieved from the API, such as this.
However, the Yugipedia web page offers additional information that is crucial for a comprehensive Master Duel card database. These include fields like:
Craftable: Whether the card can be crafted in the game.
Release Date (specific to Master Duel): When the card was released in the game.
Included Set (specific to Master Duel): Which set the card is part of in the game.
These fields can be extracted from the HTML content returned by a different API endpoint, such as this one. Unfortunately, the API response here is in HTML format, which requires additional parsing to extract the necessary fields.
At this time, I haven't found a more straightforward way to retrieve these specific fields from the API. Including these additional fields would significantly enhance the utility of the Master Duel cards database.
The text was updated successfully, but these errors were encountered: