About · URL format

How to construct optimizer URLs

The shareable-URL contract for the trip finder and the annual planner. The Markdown twin at /about/url-format.md is the AI-readable form.

Paths

  • /year — annual planner, whole-year planning: five alternative year plans for your leave budget.

Parameters

Shared between both modes:

NameTypeNotes
countryISO 3166-1 alpha-2Always uppercase. Required.
subISO 3166-2Subdivision, e.g. DE-BY. Must match the country prefix.
year1900..2100Defaults to the current calendar year.
ptointegerPTO budget (alias for ptoBudget).
months1..12 (repeated)months=3&months=4 = March or April.
exclude1..7 (repeated)ISO weekday — Mon=1, Sun=7.
blockYYYY-MM-DD:YYYY-MM-DDRepeated, ascending by start date.

Example

Germany 2026, 30 PTO days, max two-week trips, March or April only:

/year?country=DE&pto=30&max=14&year=2026&months=3&months=4