# apiVersion The current API version ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { apiVersion } ``` ## Arguments No arguments required for this query. ## Return Type Returns a `String` representing the current API version. ## Example ```graphql query { apiVersion } ``` ## Related Types - [String](/docs/types/string)