# Retrieve a list of purchasable items with optional search and pagination **GET /api/v1/purchasable** Fetches a paginated list of purchasable items, filtered by an optional search query. Returns pagination details including total items, total pages, current page, and page size. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ### Query parameters - **q** (string) Optional search query to filter purchasable items by name - **page** (integer) The page number to retrieve, defaults to 1 - **size** (integer) The number of items per page, with a maximum limit of 200 ## Responses ### 200 Successfully retrieved a paginated list of purchasable items #### Body: application/json (object) - **data** (array[object]) List of purchasable items matching the search criteria - **pagination** (object) Pagination metadata ### 500 Failed to fetch purchasable items due to a server error [Powered by Bump.sh](https://bump.sh)