list_languages
Retrieve a list of programming languages supported by the Compiler Explorer API, including unique IDs, display names, and associated file extensions.
Instructions
Get a list of supported programming languages.
Returns:
List of dictionaries containing language information, each with keys:
- id: Unique identifier for the language
- name: Display name of the language
- extensions: List of file extensions associated with the language
Raises:
HTTPException: If the API request fails
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_languagesArguments",
"type": "object"
}