# Objects

> Field-by-field reference for every shape the API returns.

Source: https://pokemontcgapi.com/docs/objects

The shapes the API returns. Each object is documented once and linked from every endpoint that emits it.

| Object | What it is |
| --- | --- |
| [Card](https://pokemontcgapi.com/docs/objects/card) | A single printed card: identity, printing, artwork, set membership and the ids that link it to external marketplaces. |
| [Set](https://pokemontcgapi.com/docs/objects/set) | An expansion: codes, totals, release date, print region and the artwork that identifies it. |
| [Sealed product](https://pokemontcgapi.com/docs/objects/sealed) | A booster box, elite trainer box, tin, blister or collection: the unit a shop sells and a collector keeps shrink-wrapped. |
| [Artist](https://pokemontcgapi.com/docs/objects/artist) | An illustrator, with a maintained count of the cards they drew. |
| [Price](https://pokemontcgapi.com/docs/objects/price) | One price observation: what it is, where it came from, and when it was seen. |
| [Image](https://pokemontcgapi.com/docs/objects/image) | One rendition of a card face, with the rights holder named. |
| [Error](https://pokemontcgapi.com/docs/objects/error) | The one body every failing request returns, whatever the status. |
