Skip to content
WenToGo

For agents

Everything here is machine-readable.

Point a client at the files below and it can work out the URL grammar, the one JSON endpoint and the fact that there is nothing to log in to. Start with llms.txt. Take the OpenAPI description when you need scores for exact dates.

Pages for browsing, API for exact dates

Use the prerendered pages when the question is broad: what a country covers, how a destination behaves across the year, what a month looks like or how two places compare over one window. They are meaningful HTML that works without JavaScript, and several of them answer in Markdown if you ask for it with an Accept header. llms.txt names which ones do.

Use the JSON endpoint when you need the score and the factor breakdown for one destination across exact dates. Every payload carries its source_version, so the same inputs on the same version give the same answer. Cache against it and come back when the version moves.

No key, no catch, one limit

Nothing here wants an account, a token or an Authorization header. The API is read-only, and the only thing between a client and the data is a fair-use limit on /api/: 20 requests every 10 seconds per IP, then a 429 from the edge. The prerendered pages carry no limit at all.

There is no MCP server. The pages and the one JSON endpoint already cover the jobs WenToGo does, and a third protocol would only be a new way of saying the same thing.

We sweat the data.You enjoy the days.