Skip to content
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

grabbing other language? #24

Open
julienborrel opened this issue Jul 25, 2024 · 1 comment
Open

grabbing other language? #24

julienborrel opened this issue Jul 25, 2024 · 1 comment

Comments

@julienborrel
Copy link

Hello,
First, thanks for your work.
I was trying to fetch the name of a card in another language than english.
my fields exemple: name, name_fr, type, ...

@ValentinPearce
Copy link

ValentinPearce commented Sep 25, 2024

I was trying to do the same thing and you can use the field names from the API manual and add the language to the query

For example, in my spreadsheet I have :
=SCRYFALL(CONCAT(CONCAT("name:'";A2);"' lang:fr"); "printed_name")

Where my A column contains the English name of the card. I have to concats to make sure the query recognises my data as a name (I had a problem with "Ashes to Ashes")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants