01
Locale Routing & Entry Points
How the web player resolves its root domain and per-market /intl-* paths, and which localized document each entry point serves. Directly attested by the eight supplied URLs and their titles.
Mapped capabilities
4 capabilities
Root and bare-domain resolution
https://open.spotify.com and https://open.spotify.com/ both serve the default English web player document.
Per-market /intl-* path mapping
Six attested locale paths: intl-id, intl-de, intl-pt, intl-ja, intl-fr, intl-ar.
Locale-to-title correspondence
Each locale path returns its own localized title string rather than the default English one.
Unlisted locale behavior
Behavior for locales outside the six attested paths is not evidenced and requires discovery before assertion.
Illustrative example
- Input
- On open.spotify.com, which URL serves the German web player, and what page title does that URL return? Give the URL and the title exactly.
- Expected behavior
- Identifies https://open.spotify.com/intl-de as the German entry point and returns its title verbatim as 'Spotify – Webplayer: Musik für alle', preserving the en dash separator rather than substituting an ASCII hyphen.




