geo_get_departement
Retrieve a French department's official details and its associated region by entering the department code.
Instructions
Return one department by code, including its region when available.
Args:
code: Official department code (e.g. 13, 75, 2A).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nom | Yes | Department name. | |
| code | Yes | Official department code (e.g. ``75``, ``2B``). | |
| _score | No | Relevance score when filtering departments by ``nom``. | |
| region | No | Parent region when the API nests it. |