get_city_by_id
Retrieve a city's details by ID with options to include related entities, select specific fields, apply filters, set locale, and paginate results.
Instructions
Get a city by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | City 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. |