# Cromos API ## Docs - [Authentication](https://docs.cromos.so/authentication.md): Every request to the API carries a key. - [Get a card](https://docs.cromos.so/cards/get.md): One card, with every printing and its current prices. - [List cards](https://docs.cromos.so/cards/list.md): Every card in the catalog, in catalog order. - [The card object](https://docs.cromos.so/cards/object.md): One printing of one card, and every way it was printed. - [Get card prices](https://docs.cromos.so/cards/prices.md): Daily price history for every printing of a card. - [Get an expansion](https://docs.cromos.so/expansions/get.md): One expansion, with its counts and legality. - [List expansions](https://docs.cromos.so/expansions/list.md): Every expansion, or just one series worth. - [The expansion object](https://docs.cromos.so/expansions/object.md): A set of cards released together. - [Introduction](https://docs.cromos.so/introduction.md): A read-only HTTP API over a trading card catalog. - [Get a product](https://docs.cromos.so/products/get.md): One sealed product with its current prices. - [List products](https://docs.cromos.so/products/list.md): Every sealed product, or just one expansion worth. - [The product object](https://docs.cromos.so/products/object.md): Sealed product — boxes, bundles, collections. - [Get product prices](https://docs.cromos.so/products/prices.md): Daily price history for a sealed product. - [Rate limits](https://docs.cromos.so/rate-limits.md): Each key gets its own budget. - [Scan a card](https://docs.cromos.so/scan.md): Identify a card from a photo. - [Get a series](https://docs.cromos.so/series/get.md): One series and every expansion inside it. - [List series](https://docs.cromos.so/series/list.md): Every series in the catalog. - [The series object](https://docs.cromos.so/series/object.md): The top level of the catalog. - [Get a delivery](https://docs.cromos.so/webhooks/delivery.md): The payload one webhook delivery carried. - [Events](https://docs.cromos.so/webhooks/events.md): What each event means, when it fires, and the records it carries. - [Webhooks](https://docs.cromos.so/webhooks/overview.md): Get told when catalog and price data changes, with the changed records attached. - [Verifying deliveries](https://docs.cromos.so/webhooks/security.md): Every delivery is signed. Check the signature before you trust the body. ## OpenAPI Specs - [openapi](https://docs.cromos.so/openapi.json)