---
title: "Get Data Availability"
method: GET
path: "/data_availability/{page}"
tags: ["DATA_AVAILABILITY"]
deprecated: true
---

# Get Data Availability

`GET /data_availability/{page}`

> **Deprecated.**

Retrieves data availability information for a specified page.

Returns the maximum available data date based on the minimum of all required
dataset types for the given page.

Args:
    page: The page identifier for data availability lookup

Returns:
    dict: Contains max_date field with the earliest completion date among all required datasets

Raises:
    HTTPException: 400 if page is not supported, 404 if no data found

## Path parameters

- `page` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid page parameter
- `401` — Authentication required
- `404` — Page not found or no data available
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
