GET /releases/:language/:id

Endpoint

Returns a Release with the provided language and id.

§ Example Request

Retrieve the English Release of PROTECTOR OF LIGHT [ST-20].

GET https://api.heroi.cc/releases/en/st-20

{
    "data": {
        "type": "release",
        "id": "\/releases\/en\/st-20",
        "attributes": {
            "name": "PROTECTOR OF LIGHT [ST-20]",
            "product-uri": "https:\/\/world.digimoncard.com\/products\/\/products\/deck\/st-20\/",
            "thumbnail": "https:\/\/images.heroi.cc\/releases\/en\/thumbnail\/522120.webp",
            "image": "https:\/\/images.heroi.cc\/releases\/en\/image\/522120.webp",
            "cardlist-uri": "https:\/\/world.digimoncard.com\/cardlist\/?search=true&category=522120",
            "genre": "Starter Deck",
            "date": "2025-04-18"
        },
        "relationships": {
            "cards": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/LM-027_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/LM-028_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/LM-029_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/LM-030_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/LM-031_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/LM-032_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-01"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-02"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-03"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-04"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-05"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-06"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-07"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-08"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-09"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-10"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-10_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-11"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-12"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-13"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-14"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST20-15"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/LM-027_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-027_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/LM-028_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-028_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/LM-029_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-029_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/LM-030_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-030_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/LM-031_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-031_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/LM-032_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-032_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-01"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-02",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-02"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-03"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-04",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-04"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-05",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-05"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-06",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-06"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-07"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-08",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-08"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-09",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-09"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-10",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-10"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-10_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-10_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-11",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-11"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-12",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-12"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-13",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-13"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-14",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-14"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST20-15",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST20-15"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/releases\/en\/st-20"
    }
}