{
"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
The complete catalog is free.
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 overage billing
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.
No key needed: the anonymous lane serves 30 requests/min.
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.
Need API access before the next reveal?
Tell us what you are shipping. Keys are issued by email. There is no signup form.