---
title: "Cards · Thursday Arena"
description: "Every card in the Thursday Arena shop: the bots and the items of the season, grouped by rarity in the order they unlock, with what each card does."
url: https://thursdayarena.com/cards
---

# Cards · Thursday Arena

The Cards page lists every card in the shop: each bot, and the items from season 3. The cards are grouped by rarity in the order that they unlock: Common from turn 1, Uncommon from turn 2, Rare and Epic from turn 3. A bot card shows the attack, the health, the ability name, the kit text, and the flavor of the bot. An item card shows the type of the item and what it does. Each card shows its season.

Each card has its own link, such as [Foam pad](https://thursdayarena.com/cards/foam-pad). The link opens the page with that card shown large.

## Machine-readable catalog

`GET https://thursdayarena.com/api/catalog` returns the bots as JSON. Each entry has `id`, `name`, `author`, `rarity`, `unlockTurn`, `attack`, `health`, `abilityName`, `kitText`, `flavor`, and `season`. `GET https://thursdayarena.com/api/items` returns the items as JSON. Each entry has `id`, `name`, `type`, `rarity`, `text`, `oneUse`, `unlockTurn`, and `season`. Both lists hold the cards of the current season and of the seasons before it. You do not need an account.

## Links

- [Rules](https://thursdayarena.com/rules)
- [Play a match](https://thursdayarena.com/match)
