# ApiVersion - admin - OBJECT
Version: 2025-01

## Description
A version of the API, as defined by [Shopify API versioning](https://shopify.dev/api/usage/versioning).
Versions are commonly referred to by their handle (for example, `2021-10`).

### Access Scopes



## Fields
* [displayName](/docs/api/admin/2025-01/scalars/String): String! - The human-readable name of the version.
* [handle](/docs/api/admin/2025-01/scalars/String): String! - The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle.
* [supported](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning).

## Connections



## Related queries
* [publicApiVersions](/docs/api/admin/2025-01/queries/publicApiVersions) The list of publicly-accessible Admin API versions, including supported versions, the release candidate, and unstable versions.

## Related mutations

## Related Unions

## Examples