get_continent_by_id
Retrieve specific continent information by ID. Supports includes, filters, and language localization for results.
Instructions
Get a continent by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Continent ID. | |
| include | No | Semicolon-separated includes. | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |