# Get information about a character **GET /api/v11/character** ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Headers - **x-access-token** (string) ### Query parameters - **characterId** (integer) ## Responses ### 200 Character data #### Body: application/json (object) - **name** (string) - **description** (string) - **isOfficial** (boolean) - **isPrivate** (boolean) - **ttsCharacter** (integer) ### 400 Bad request #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 429 User exceeded the message limit for their current plan #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 403 The character the user is querying for is private the querying user is not creator #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)