--- title: publicApiVersions - GraphQL Admin description: The list of publicly-accessible Admin API versions, including supported versions, the release candidate, and unstable versions. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/publicapiversions md: https://shopify.dev/docs/api/admin-graphql/latest/queries/publicapiversions.md --- # public​Api​Versions query The list of publicly-accessible Admin API versions, including supported versions, the release candidate, and unstable versions. ## Possible returns * Api​Version [\[Api​Version!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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 } } ```