{
"game": "naruto",
"name": "CHAKRA CARD",
"collector_number": "C-001",
"status": "revealed",
"data_completeness": "partial"
}Read-only TCG catalog APIOfficial reveals only
The revealis live.So is theendpoint.
Query card data for NARUTO CARD GAME by Bandai, One Piece Card Game, and Star Wars: Unlimited while the sets are still being revealed.
The free tier
Free means the catalog. Not a trial version.
Every catalog field
Names, rules text, sets, variants, reveal status, provenance, and available image URLs.
Bulk export included
Sync the catalog without walking every page. Bulk data stays part of every plan.
No accidental invoice
The free lane stops with HTTP 429 at its limit. It has no overage and no card on file.
One request
Ask for revealed Naruto cards.
This call uses the anonymous lane. Rarity requires an identifiable User-Agent with a contact; default library User-Agents are rejected.
Open the endpoint referencecurl "https://api.rarity.dev/v1/cards?game=naruto&limit=1" \
-H "Accept: application/json" \
-H "User-Agent: your-app/1.0 (you@example.com)"The rule
No leaks. No guessed card text.
A card enters Rarity after an official reveal. Partial data stays marked partial, and its source URL travels with the record. When the publisher confirms more, the same stable ID gets the update.
Building before the next reveal?
Tell us what you are shipping. Keys are issued by email, not a signup funnel.