--- title: publicApiVersions - Storefront API description: The list of public Storefront API versions, including supported, release candidate and unstable versions. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/queries/publicapiversions md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/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`). *** ## Examples * ### publicApiVersions reference ## Query Reference ```graphql { publicApiVersions { # publicApiVersions fields } } ```