---
title: "Get supported experiences"
method: GET
path: "/v2/experiences"
---

# Get supported experiences

`GET /v2/experiences`

## Query parameters

- `activity` string
- `category` string
- `title` string
- `start_date` string
- `end_date` string
- `country` string
- `page` integer
- `page_size` integer

## Response `200`

Returns a paginated list of supported experiences

- ExperiencesPaginatedExperiences
  - `experiences` ExperiencesExperience[]
    - `activity` string
    - `category` string
    - `date` string
    - `display_title` string
    - `id` integer, required
    - `image` string
    - `is_featured` boolean
    - `location` string
    - `max_price` integer
    - `min_price` integer
    - `open_time` string
    - `participants` ExperiencesParticipant[]
      - `id` integer, required
      - `image` string
      - `name` string
      - `type` string
    - `title` string
    - `total_listings` integer
    - `type` string
    - `venue` ExperiencesVenue
      - `city` string
      - `country` string
      - `id` integer, required
      - `name` string
      - `state` string
  - `pagination` object
    - `page` integer, required
    - `page_size` integer, required
    - `total_items` integer, required
    - `total_pages` integer, required

---

[API](https://skmtc.net/trustap/apis/trustap-api.md) · [All operations](https://skmtc.net/trustap/apis/trustap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trustap/trustap-api/revisions/0235e7431e44/schema)
