Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

YGOPRODeck Card Sets API

Yu-Gi-Oh! card set catalog and per-print details.

YGOPRODeck Card Sets API is one of 5 APIs that YGOPRODeck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Card Sets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and code examples.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v7.

Requests are made against a single base URL, https://db.ygoprodeck.com/api/v7.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v7
Base URL
https://db.ygoprodeck.com/api/v7
Contact
Terms of Service
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Card Sets 2

Yu-Gi-Oh! card set catalog and per-print details.

GET
/cardsets.php
YGOPRODeck List Card Sets
listCardSets → 200
GET
/cardsetsinfo.php
YGOPRODeck Get Card Set Print Info
getCardSetInfo 1 param → 200400

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CardSetPrint (6 properties), CardSet (5 properties), ErrorResponse (1 property). Each schema is shown below with its type and property counts.

CardSet
object
A Yu-Gi-Oh! card set (booster pack, structure deck, tin, etc.).
5 properties 2 required
CardSetPrint
object
Per-print details for a specific set code (single card printing).
6 properties 5 required
ErrorResponse
object
Standard YGOPRODeck error envelope. Returned with HTTP 400 for invalid requests.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yu-gi-oh-card-sets-api-openapi.yml Raw ↑

Other APIs YGOPRODeck publishes across the network.

YGOPRODeck Archetypes API
YGOPRODeck Cards API
YGOPRODeck Database API
YGOPRODeck Reference Data API