---
title: "Returns a list of token and model cards"
method: GET
path: "/v0/card"
tags: ["card"]
---

# Returns a list of token and model cards

`GET /v0/card`

Returns a list of token and model cards

## Query parameters

- `user` string
- `rarity` 'common' | 'rare' | 'epic' | 'legendary' | 'mythic'
- `quality` 'plain' | 'shadow' | 'gold' | 'diamond'
- `god` 'light' | 'death' | 'nature' | 'war' | 'magic' | 'deception'
- `type` 'creature' | 'spell' | 'weapon'
- `tribe` 'nether' | 'aether' | 'atlantean' | 'viking' | 'olympian' | 'anubian' | 'amazon'
- `purity` string
- `mana` string
- `health` string
- `attack` string
- `proto` number
- `page` number
- `perPage` number
- `sort` string
- `order` 'asc' | 'desc'

## Response `200`

OK

- TokenModelCardList
  - `total` number, required
  - `page` number, required
  - `perPage` number, required
  - `records` TokenModelCard[], required
    - `user` string, required
    - `id` object, required
      - `Int64` number, required
      - `Valid` boolean, required
    - `proto` number, required
    - `purity` number, required

---

[API](https://skmtc.dev/godsunchained/apis/gods-unchained-api.md) · [All operations](https://skmtc.dev/godsunchained/apis/gods-unchained-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/godsunchained/gods-unchained-api/revisions/9b5035dab837/schema)
