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:
Troy Taylor 2023-04-22 02:33:49 -04:00 коммит произвёл GitHub
Родитель a8857a6aa7
Коммит 5bd7645f1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7912 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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 Scryfalls database
### Get artist names
Retrieve a list of all artist names in Scryfalls 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 Scryfalls database.
### Get planeswalker types
Retrieve a list of all planeswalker types in Scryfalls database.
### Get land types
Retrieve a list of all land types in Scryfalls database.
### Get artifact types
Retrieve a list of all artifact types in Scryfalls 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 Scryfalls database.
### Get powers
Retrieve a list of all possible values for a creature or vehicles power in Scryfalls database.
### Get toughness
Retrieve a list of all possible values for a creature or vehicles toughness in Scryfalls database.
### Get loyalties
Retrieve a list of all possible values for a Planeswalkers loyalty in Scryfalls database.
### Get watermarks
Retrieve a list of all card watermarks in Scryfalls database.
### Get keyword abilities
Retrieve a list of all keyword abilities in Scryfalls database.
### Get keyword actions
Retrieve a list of all keyword actions in Scryfalls database.
### Get ability words
Retrieve a list of all ability words in Scryfalls database.
## Known Issues and Limitations
There are no known issues at this time.