countries_visited
Retrieve countries visited over a period, including trips, time spent, distinct days, and cities. Optionally filter by country to get specific travel history.
Instructions
Countries over a period: separate trips there, time spent, distinct days, and the cities inside each. Pass country for one of them ('how many times have I been to Japan').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Start, YYYY-MM-DD or an ISO timestamp. | |
| until | No | End, exclusive. YYYY-MM-DD or ISO timestamp. | |
| period | No | Window to look at: today, yesterday, this_week, last_week, this_month, last_month, this_year, last_N_days, or all. Boundaries are local to where the user is, not UTC. Ignored when since/until are given. | |
| country | No | Filter to one country, name or ISO code. |