Scryfall (Independent Publisher) (#2550)
* Add files via upload * Add files via upload * Add files via upload * Add files via upload
This commit is contained in:
Родитель
a8857a6aa7
Коммит
5bd7645f1d
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"properties": {
|
||||
"connectionParameters": {},
|
||||
"iconBrandColor": "#da3b01",
|
||||
"capabilities": [],
|
||||
"publisher": "Troy Taylor",
|
||||
"stackOwner": "Scryfall, LLC."
|
||||
}
|
||||
}
|
|
@ -0,0 +1,83 @@
|
|||
# Scryfall
|
||||
Scryfall is a powerful Magic: The Gathering card search. Scryfall currently indexes official Magic cards that someone could obtain, collect, or feasibly build with for competitive or casual formats.
|
||||
|
||||
## Publisher: Troy Taylor, Hitachi Solutions
|
||||
|
||||
## Prerequisites
|
||||
There are no prerequisites to use this service.
|
||||
|
||||
## Obtaining Credentials
|
||||
There are no credentials needed to use this service.
|
||||
|
||||
## Supported Operations
|
||||
### Search for cards
|
||||
Retrieves a list of cards that match the search query.
|
||||
### Search for cards by name
|
||||
Returns a Card based on a name search string.
|
||||
### Get autocomplete cards
|
||||
Retrieves a list of up to 20 full English card names that could be autocompletions of the given string parameter.
|
||||
### Get card collection
|
||||
Retrieves a list with the collection of requested cards.
|
||||
### Get a set card
|
||||
Retrieve a single card with the given set and collector number.
|
||||
### Get multiverse card
|
||||
Retrieve a single card with the given multiverse identifier.
|
||||
### Get MTGO card
|
||||
Retrieve a single card with the given Magic: The Gather Online identifier.
|
||||
### Get Arena card
|
||||
Retrieve a single card with the given Magic: The Gathering Arena identifier.
|
||||
### Get TCGplayer card
|
||||
Retrieve a single card with the given TCGplayer identifier or TCGplayer etched identifier, also known as the product identifier.
|
||||
### Get Cardmarket card
|
||||
Retrieve a single card with the given Cardmarket identifier, also know as the product identifier.
|
||||
### Get Scryfall card
|
||||
Retrieves a single card with the given Scryfall identifier.
|
||||
### Get sets
|
||||
Retrieve a list of all sets
|
||||
### Get set
|
||||
Retrieve a set details.
|
||||
### Get TCGplayer set
|
||||
Retrieve a set based on the TCGplayer identifier.
|
||||
### Get multiverse card ruling
|
||||
Retrieve a list of rulings for a card with the given multiverse identifier.
|
||||
### Get MTGO card ruling
|
||||
Retrieve rulings for a card with the given Magic: The Gathering Online identifier.
|
||||
### Get Arena card rulings
|
||||
Retrieve rulings for a card with the given Magic: The Gathering Arena identifier.
|
||||
### Retrieve card symbols
|
||||
Retrieve a list of all card symbols.
|
||||
### Get card names
|
||||
Retrieves a list of all non-token English card names in Scryfall’s database
|
||||
### Get artist names
|
||||
Retrieve a list of all artist names in Scryfall’s database.
|
||||
### Get word bank
|
||||
Retrieve a list of all English words, of length 2 or more, that could appear in a card name.
|
||||
### Get creature type
|
||||
Retrieve a list of all creature types in Scryfall’s database.
|
||||
### Get planeswalker types
|
||||
Retrieve a list of all planeswalker types in Scryfall’s database.
|
||||
### Get land types
|
||||
Retrieve a list of all land types in Scryfall’s database.
|
||||
### Get artifact types
|
||||
Retrieve a list of all artifact types in Scryfall’s database.
|
||||
### Get enchantment types
|
||||
Retrieve a list of all enchantment types in Scryfall's database.
|
||||
### Get spell types
|
||||
Retrieve a list of all spell types in Scryfall’s database.
|
||||
### Get powers
|
||||
Retrieve a list of all possible values for a creature or vehicle’s power in Scryfall’s database.
|
||||
### Get toughness
|
||||
Retrieve a list of all possible values for a creature or vehicle’s toughness in Scryfall’s database.
|
||||
### Get loyalties
|
||||
Retrieve a list of all possible values for a Planeswalker’s loyalty in Scryfall’s database.
|
||||
### Get watermarks
|
||||
Retrieve a list of all card watermarks in Scryfall’s database.
|
||||
### Get keyword abilities
|
||||
Retrieve a list of all keyword abilities in Scryfall’s database.
|
||||
### Get keyword actions
|
||||
Retrieve a list of all keyword actions in Scryfall’s database.
|
||||
### Get ability words
|
||||
Retrieve a list of all ability words in Scryfall’s database.
|
||||
|
||||
## Known Issues and Limitations
|
||||
There are no known issues at this time.
|
Загрузка…
Ссылка в новой задаче