Multiverse Bridge API

The Multiverse Bridge is a Cardsphere community-built project aimed to help translate Cardsphere card and set data to other platforms.

The project leverages existing tools MTGJSON and Scryfall to provide the data to enable consumers to translate their Cardsphere collection data to another platform that supports MTGJSON or Scryfall identifiers.

Endpoints

Cache

  • /cache
  • Returns information about the current state of the cache. Card and pricing data is cached and refreshed once per day.

Sets

  • /sets
  • Returns a list of all Cardsphere sets including that set's MTGJSON equivalent code value.
  • /sets/cs/{cs_id}
  • Returns the Cardsphere set specified by the cs_id and a list of the cards in the set.
  • /sets/mtgjson/{mtgjson_code}
  • Returns the Cardsphere set specified by the MTGJSON set code and a list of the cards in the set.

Cards

  • /cards
  • Returns the IDs for all cards in the database as well as the current state of the cache.
  • /cards/cs/{cs_id}
  • Returns the Cardsphere card details specified by the cs_id.
  • /cards/mtgjson/{mtgjson_code}
  • Returns the Cardsphere card details specified by the MTGJSON Id.
  • /cards/scryfall/{scryfall_id}
  • Returns the Cardsphere card details specified by the Scryfall ID.
  • /cards/search/{string}
  • Returns the Cardsphere card details of the cards that best match the provided query parameters.

More Info

  • Documentation at Github repo
  • Postman collection
  • Chat with us in discord
  • Support this project
  • Cardsphere
  • Scryfall
  • MTGJSON