---
title: "Get proto by id"
method: GET
path: "/v0/proto/{id}"
tags: ["proto"]
---

# Get proto by id

`GET /v0/proto/{id}`

Returns the prototype card with id

## Response `200`

OK

- PrototypeCard
  - `id` number, required
  - `name` string, required
  - `effect` string, required
  - `god` string, required
  - `rarity` string, required
  - `tribe` object, required
    - `String` string, required
    - `Valid` boolean, required
  - `mana` number, required
  - `attack` object, required
    - `Int64` number, required
    - `Valid` boolean, required
  - `health` object, required
    - `Int64` number, required
    - `Valid` boolean, required
  - `type` string, required
  - `set` string, required
  - `collectable` boolean, required
  - `live` string, required
  - `art_id` string, required
  - `lib_id` string, 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)
