{"success":true,"data":{"name":"Weather API Server","description":"TypeScript-based Weather API using Weather.com integration","version":"1.0.0","endpoints":{"health":"/health","weather":"GET /api/weather?latitude={lat}&longitude={lon}","status":"GET /api/status","cleanup":"POST /api/cleanup (optional - auto cleanup enabled)","legacy":"GET /api/data"},"usage":{"example":"GET /api/weather?latitude=50.0179&longitude=18.50219","force_refresh":"GET /api/weather?latitude=50.0179&longitude=18.50219&force_refresh=true","description":"Smart caching: only fetches from external API when data is stale (default: 1 minute)"},"caching":{"data_freshness_minutes":1,"location_tolerance_meters":500,"automatic_fetching":"disabled","behavior":"Returns cached data if available and fresh, otherwise fetches from Weather.com API on-demand"},"documentation":"https://developer.weather.com/forecastsandinsights/docs/daily-forecast-v-3-0-1"},"timestamp":"2026-05-28T03:37:55.012Z"}