Another Triple Triad Tracker
Another website for tracking your Final Fantasy XIV Triple Triad card collection.
Why would you make another one of these?
I don't know, I just have a habit of remaking things that already exist.
What's so special about this one?
- Easy setup: Create and maintain your card collection by matching up the website with your in-game card list.
- Quick updates: As much info as possible is pulled from the game data thanks to Saint Coinach.
- Community: If you have any feedback or feature requests, I want to hear them!
API
All of the data used on this site is available for any savvy developers through a public RESTful JSON API. You can check out the full documentation here.
GET https://triad.raelys.com/api/cards/240{
"id": 240,
"name": "Omega",
"description": "A self-evolving weapon originating from a distant star, Omega is able to upgrade its own functions and expand its armaments by analyzing data accumulated through combat with other powerful entities. It was research into this machine in its dormant state which allowed the ancient Allagans to achieve incredible advances in aetherochemical technologies.",
"stars": 5,
"patch": "4.4",
"sell_price": 1500,
"order_group": 0,
"order": 223,
"deck_order": 47,
"icon": "https://triad.raelys.com/images/cards/small/240.png",
"image": "https://triad.raelys.com/images/cards/large/240.png",
"stats": {
"numeric": {"top": 6, "right": 9, "bottom": 3, "left": 10 },
"formatted": {"top": "6", "right": "9", "bottom": "3", "left": "A"}
},
"type": {"id": 0, "name": "Normal", "image": null },
"owned": "42%",
"sources": {
"npcs": [],
"pack": null,
"drops": ["Raid: Alphascape V3.0", "Raid: Alphascape V4.0"],
"purchase": null
},
}