Another Triple Triad Tracker

Another website for tracking your Final Fantasy XIV Triple Triad card collection.


Easy setup

Create and maintain your card collection by matching up the website with your in-game card list.

Powered by the community

I'm relying on the community to keep my sources up to date. If you see a source that is missing or incorrect, please let me know on Discord.

Do you have feedback? I want to hear it!

The community is what motivates me to create these projects, so if you have any feedback, please let me know on Discord.

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,
  "number": "No. 223",
  "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
  },
}

FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.
FINAL FANTASY XIV © SQUARE ENIX CO., LTD.