> ## Documentation Index
> Fetch the complete documentation index at: https://kawax.biz/llms.txt
> Use this file to discover all available pages before exploring further.

# Core Versions

> Get list of available core versions.

**Laravel Implementation Status**: ✅ Supported via Core's VoicevoxCore::getVersion() (no fallback needed)



## OpenAPI

````yaml https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/en/laravel-openapi.json get /core_versions
openapi: 3.1.0
info:
  title: VOICEVOX ENGINE OSS
  description: VOICEVOX OSS  text-to-speech synthesis engine.
  version: latest
servers: []
security: []
paths:
  /core_versions:
    get:
      tags:
        - Other
      summary: Core Versions
      description: >-
        Get list of available core versions.


        **Laravel Implementation Status**: ✅ Supported via Core's
        VoicevoxCore::getVersion() (no fallback needed)
      operationId: core_versions
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Core Versions Core Versions Get

````

## Related topics

- [설정 레퍼런스 - VOICEVOX for Laravel](/ko/packages/laravel-voicevox/configuration.md)
- [Is Initialized Speaker](/ko/packages/laravel-voicevox/engine-api/other/is-initialized-speaker.md)
- [Singers](/ko/packages/laravel-voicevox/engine-api/other/singers.md)
- [Speakers](/ko/packages/laravel-voicevox/engine-api/other/speakers.md)
- [Initialize Speaker](/ko/packages/laravel-voicevox/engine-api/other/initialize-speaker.md)
