---
title: "Get all the On Demand pages in a genre"
method: GET
path: "/ondemand/genres/{genre_id}/pages"
tags: ["On Demand\\Genres"]
---

# Get all the On Demand pages in a genre

`GET /ondemand/genres/{genre_id}/pages`

This method returns all the On Demand pages that are in a specific genre.

## Path parameters

- `genre_id` string, required

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'country' | 'my_region'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date' | 'name' | 'publish.time' | 'videos'

## Response `200`

The On Demand pages were returned.

---

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