{"generated_at":"2026-08-09T08:21:32Z","note":"Each endpoint returns a one-sentence `answer` written to be quoted verbatim, plus the structured numbers behind it.","endpoints":[{"path":"/api/answers/most-clear-days","media_type":"application/json","purpose":"where has the most genuinely clear days this week"},{"path":"/api/answers/is-it-sunny","media_type":"application/json","purpose":"is <destination> sunny right now","required_params":[{"name":"destination","description":"slug or name, e.g. scottsdale"}]},{"path":"/api/answers/warm-in-month","media_type":"application/json","purpose":"where is warm in <month> (refuses outside the forecast window)","required_params":[{"name":"month","description":"month name or 1-12, e.g. february or 2"}],"optional_params":[{"name":"min_temp_f","description":"warmth threshold in F, default 72"},{"name":"limit","description":"max results, default 10"}]},{"path":"/api/answers/avoid-now","media_type":"application/json","purpose":"which destinations to avoid right now"}]}