---
title: "Check page availability by language (deprecated)"
method: GET
path: "/api/v1/page/{pageId}/languages"
tags: ["Page"]
deprecated: true
---

# Check page availability by language (deprecated)

`GET /api/v1/page/{pageId}/languages`

> **Deprecated.**

Returns all available languages in dotCMS, each with a flag indicating whether the page is available in that language. This endpoint is deprecated -- use the more generic ContentResource.getExistingLanguagesForContent endpoint instead.

## Path parameters

- `pageId` string, required

## Response `200`

Language availability list retrieved successfully (deprecated endpoint)

- ResponseEntityLanguagesForPageView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` ExistingLanguagesForPageView[]
    - `empty` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Authentication required
- `404` — Page not found

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
