get_languages
Retrieve all available languages from the IMDb database to support content localization and language filtering for movies and TV shows.
Instructions
Get all languages. Returns: JSON object containing all languages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}