--- title: transhydro.eu scope: weather-forecast updated: 2026-04-23 --- # llms.txt This site exposes weather forecast data through public endpoints. Use only the endpoints below for weather data. ## Weather forecast APIs - REST API: - `GET /wp-json/thw/v1/ai-forecast?scope=bg&days=<1..3>` - National weather overview for Bulgaria only. - `GET /wp-json/thw/v1/nearest-forecast?latitude=<число>&longitude=<число>&include_14=<0|1>` - Използва текущо местоположение на устройството (latitude/longitude). - Валидиране само за България: - `latitude` между `41.235` и `44.234` - `longitude` между `22.357` и `28.608` - AJAX endpoint: - `POST`/`GET /wp-admin/admin-ajax.php` with one of these actions: - `thw_get_nearest` ## Guidance for AI consumers - Do not use internal credentials or secrets. - Do not use private keys or DB internals. - Use data only for weather forecast retrieval and presentation.