# TicketingCatalog A Catalog is the ticket issuer's collection of products and events. There is usually only one Catalog per TicketIssuer. ## List catalogs - [GET /v1/ticketing/catalogs](https://docs.korusticket.com/openapi/ticketingcatalog/api_v1ticketingcatalogs_get_collection.md): --- Retrieve a collection of catalogs. --- ## Attributes details ### Name Name of the catalog. ### Timestamps * , UTC, the time at which the catalog was first imported. ## Show a catalog - [GET /v1/ticketing/catalogs/{id}](https://docs.korusticket.com/openapi/ticketingcatalog/api_v1ticketingcatalogs_id_get.md): --- Get a single catalog. --- ## Attributes details ### Name Name of the catalog. ### SupportedLanguage Officially supported language for the catalog. This language can be used to query events, products, and other resources in the catalog such as offers. ### Timestamps * , UTC, the time at which the catalog was first imported.