Dragon Ball Visual Adventure Cards API
This service provides structured data on Dragon Ball Visual Adventure cards, produced by Bandai in the 1990s.
It enables developers to easily create tools and applications around this iconic series.
The API is open source and free to use, designed to support the community and simplify card management.
API Documentation
API Endpoints
-
api/v1/meta.jsonReturns API metadata.
-
api/v1/cards.jsonReturns an array of all cards with complete data.
-
api/v1/parts/{part_number}.jsonReturns cards for a specified part (e.g. parts/1.json).
-
api/v1/cards/{card_id}.jsonReturns a single card object (e.g. cards/p1-001.json).
Card Object Properties
Card objects represent individual trading cards with complete metadata for display, search, and collection management.
idUnique card identifier.partPart number.numberCard number.yearRelease year.rarityCard rarity (prism, standard, special).title_jpJapanese title.title_enEnglish title.title_frFrench title.front_image_urlFront image URL.back_image_urlBack image URL.updated_atLast update timestamp.
API Status
Test the API
Card Details
No part selected.