--- title: publicApiVersions - Storefront API description: >- The list of public Storefront API versions, including supported, release candidate and unstable versions. api_version: 2025-01 api_name: storefront type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/queries/publicApiVersions' md: 'https://shopify.dev/docs/api/storefront/2025-01/queries/publicApiVersions.md' --- # public​Api​Versions query The list of public Storefront API versions, including supported, release candidate and unstable versions. ## Possible returns * Api​Version [\[Api​Version!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/ApiVersion) 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`). * display​Name [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The human-readable name of the version. * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The unique identifier of an ApiVersion. All supported API versions have a date-based (YYYY-MM) or `unstable` handle. * supported [Boolean!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Boolean) non-null 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). *** ## Examples * ### publicApiVersions reference ## Query Reference ```graphql { publicApiVersions { # publicApiVersions fields } } ```