-
Notifications
You must be signed in to change notification settings - Fork 3
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
Include Non-English Cards #78
Comments
It's worth noting I have been working on foreign language support, and I expect to initially start with French as a beta, as I have many French users willing to test. |
I would love to see also german support. Do you crawl the data from pokemon website? Seems the html format is identical?! https://www.pokemon.com/de/pokemon-sammelkartenspiel/pokemon-karten/platinum-series/pl1/130/ https://www.pokemon.com/us/pokemon-tcg/pokemon-cards/platinum-series/pl1/130/ |
There is another project where people get the same json structure for other languages. |
Hi. What is the status of the api to request french cards / or other languages? |
@badetitou I'm hopeful for a v2 release still this year, and then the first couple major additions to the project after v2 comes out will be other languages and prices. The work to include foreign languages is paused for v1, as the json schema will be changing a bit for v2. I've recently come back from a much needed vacation from programming, and am about to get back into this project a lot over the next coming months. |
@adback03 On a side note, the Japanese card search site does actually have a hittable API that takes in form data, still playing with it |
I am also willing to help support japanese language. This is a mess since we do not use the same sets as you guys. For the same english set there are many sub smaller variant in japan for example. I currently have an app we use with my friends to quickly get info about japanese cards and we use this API enriched with scrapping/crawling from bulbapedia for jp info. cf https://github.com/mbret/pokemax I would happily contribute to this project and use the API directly rather than doing things on my side. |
Hi @adback03! Congrats for the v2 that is out! I did not see in the documentation information about including foreign language. Is it still in the plan? |
@badetitou yes, foreign language support is still on the radar. That will be one of the first enhancements to v2, now that it is released. |
Any updates for this request? |
German and JPN would be so nice |
Please support japanese too!! <3 |
I hope french support is always planned. I am very interested. Thank you for your hard work. |
Any update on this? |
I'm interested in this too. |
I would Love to See this too. |
Japanese support would be amazing! |
TCGdex has japanese but their images and api aren't as polished as this one. I'm hoping this is done soon. LimitlessTCG has a ton of newer japanese card images with translations. |
This is a pretty large request, and I imagine not one which will happen any time soon: I'd love to be able to stick a flag on the API to return ALL language variants of each Pokémon card.
Take Pichu, for example. In English, we have this POP Series 9 card:
The Japanese DP-P promo set features the same card, but holographic:
There is no holographic English version, and likewise there is no non-holographic Japanese version.
Interestingly, the French version of this card is also part of the POP Series 9 set with the same number, but theirs is the holographic version.
The text was updated successfully, but these errors were encountered: