Magic: the Gathering - get card by name
URL: http://api.ccgdb.com/mtg/v1/getCardByName/?
- api_key=1234567890
- query=[ string ]; ex. Serra Angel
- output=[ xml (default) | json ]; (optional)
Magic: the Gathering - get cards like name
URL: http://api.ccgdb.com/mtg/v1/getCardsLikeName/?
- api_key=1234567890
- query=[ string ]; ex. Serra
- output=[ xml (default) | json ]; (optional)
Magic: the Gathering - get cards by list
URL: http://api.ccgdb.com/mtg/v1/getCardsByList/?
- api_key=1234567890
- query=[ pipe-delimited list of names; max. 100 ]; ex. Forest|Island|Mountain
- output=[ xml (default) | json ]; (optional)
Magic: the Gathering - get all sets
URL: http://api.ccgdb.com/mtg/v1/getAllSets/?
- api_key=1234567890
- output=[ xml (default) | json ]; (optional)
Magic: the Gathering - get all cards for a given set id
URL: http://api.ccgdb.com/mtg/v1/getCardsBySet/?
- api_key=1234567890
- query=[ number ]; ex. 1 (see get all sets for ids)
- output=[ xml (default) | json ]; (optional)
Yu-Gi-Oh! - get card by id
URL: http://api.ccgdb.com/yugioh/v1/getCardById/?
- api_key=1234567890
- query=[ string ]; ex. STON-EN001
- output=[ xml (default) | json ]; (optional)
Yu-Gi-Oh! - get card by name
URL: http://api.ccgdb.com/yugioh/v1/getCardByName/?
- api_key=1234567890
- query=[ string ]; ex. Gemini Elf
- output=[ xml (default) | json ]; (optional)
Yu-Gi-Oh! - get all sets
URL: http://api.ccgdb.com/yugioh/v1/getAllSets/?
- api_key=1234567890
- output=[ xml (default) | json ]; (optional)
Yu-Gi-Oh! - get all cards for a given set id
URL: http://api.ccgdb.com/yugioh/v1/getCardsBySet/?
- api_key=1234567890
- query=[ number ]; ex. 1 (see get all sets for ids)
- output=[ xml (default) | json ]; (optional)
World of Warcraft- get card by id
URL: http://api.ccgdb.com/warcraft/v1/getCardById/?
- api_key=1234567890
- query=[ string ]; ex. FOO-1
- output=[ xml (default) | json ]; (optional)
World of Warcraft - get cards like name
URL: http://api.ccgdb.com/warcraft/v1/getCardsLikeName/?
- api_key=1234567890
- query=[ string ]; ex. Sword
- output=[ xml (default) | json ]; (optional)
World of Warcraft - get all sets
URL: http://api.ccgdb.com/warcraft/v1/getAllSets/?
- api_key=1234567890
- output=[ xml (default) | json ]; (optional)
World of Warcraft - get all cards for a given set id
URL: http://api.ccgdb.com/warcraft/v1/getCardsBySet/?
- api_key=1234567890
- query=[ number ]; ex. 1 or HoA (see get all sets for ids/abbreviations)
- output=[ xml (default) | json ]; (optional)
Vs. System - get card by id
URL: http://api.ccgdb.com/vs/v1/getCardById/?
- api_key=1234567890
- query=[ string ]; ex. DWF-001
- output=[ xml (default) | json ]; (optional)
Vs. System - get cards like name
URL: http://api.ccgdb.com/vs/v1/getCardsLikeName/?
- api_key=1234567890
- query=[ string ]; ex. Robin
- output=[ xml (default) | json ]; (optional)
Vs. System - get all sets
URL: http://api.ccgdb.com/vs/v1/getAllSets/?
- api_key=1234567890
- output=[ xml (default) | json ]; (optional)
Vs. System - get all cards for a given set id
URL: http://api.ccgdb.com/vs/v1/getCardsBySet/?
- api_key=1234567890
- query=[ string ]; ex. 1 or MOR (see get all sets for ids/abbreviations)
- output=[ xml (default) | json ]; (optional)
Duelmasters - get all sets
URL: http://api.ccgdb.com/duelmasters/v1/getAllSets/?
- api_key=1234567890
- output=[ xml (default) | json ]; (optional)