Skip to content

trenton-telge/JavaScryfallAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScryfallAPI

Build CodeQL Security Check

Provides programmatic access to ScryFall's API in Java.

Usage:

Simply use ttelge.scryfall.MTGCardQuery.search() using a search query following ScryFall's search syntax. For example,

ttelge.scryfall.MTGCardQuery.search("t:Legendary t:Mutant t:Ninja t:Turtle")

returns a list of one card object, representing Mistform Ultimus.

See the search syntax notes here.

Notes

Please respect the rate limits mentioned in Scryfall's API Overview.

I am not affiliated with Scryfall.

Packages

No packages published

Languages

  • Java 100.0%