GET v2/district/{districtID}/bulletin
Returns the latest available bulletin for the district with id
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| districtID | the id of the district for which the bulletin should be retrieved | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
AgricultureBulletinDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| Date | Date of the bulletin | date | None. | 
| Hour | Issued hour of the bulletin | string | None. | 
| District | District reference | DistrictDto | None. | 
| Forecasts | Forecast values of the bulletin | Collection of DayDto | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "date": "2025-10-30T22:40:19.1434762+01:00",
  "hour": "sample string 2",
  "district": {
    "id": 1,
    "name": "sample string 2"
  },
  "forecasts": [
    {
      "date": "2025-10-30T22:40:19.1434762+01:00",
      "freeze": 1,
      "rainTimespan1": 1,
      "rainTimespan2": 1,
      "rainTimespan3": 1,
      "rainTimespan4": 1,
      "rainFrom": 1.0,
      "rainTo": 1.0,
      "reliability": 1,
      "symbolId": 1,
      "temperatureMax": 1.0,
      "temperatureMin": 1.0,
      "storms": 1,
      "symbol": {
        "code": "sample string 1",
        "description": "sample string 2",
        "imageUrl": "sample string 3"
      }
    },
    {
      "date": "2025-10-30T22:40:19.1434762+01:00",
      "freeze": 1,
      "rainTimespan1": 1,
      "rainTimespan2": 1,
      "rainTimespan3": 1,
      "rainTimespan4": 1,
      "rainFrom": 1.0,
      "rainTo": 1.0,
      "reliability": 1,
      "symbolId": 1,
      "temperatureMax": 1.0,
      "temperatureMin": 1.0,
      "storms": 1,
      "symbol": {
        "code": "sample string 1",
        "description": "sample string 2",
        "imageUrl": "sample string 3"
      }
    }
  ]
}
        text/html
            Sample:
        
{"date":"2025-10-30T22:40:19.1434762+01:00","hour":"sample string 2","district":{"id":1,"name":"sample string 2"},"forecasts":[{"date":"2025-10-30T22:40:19.1434762+01:00","freeze":1,"rainTimespan1":1,"rainTimespan2":1,"rainTimespan3":1,"rainTimespan4":1,"rainFrom":1.0,"rainTo":1.0,"reliability":1,"symbolId":1,"temperatureMax":1.0,"temperatureMin":1.0,"storms":1,"symbol":{"code":"sample string 1","description":"sample string 2","imageUrl":"sample string 3"}},{"date":"2025-10-30T22:40:19.1434762+01:00","freeze":1,"rainTimespan1":1,"rainTimespan2":1,"rainTimespan3":1,"rainTimespan4":1,"rainFrom":1.0,"rainTo":1.0,"reliability":1,"symbolId":1,"temperatureMax":1.0,"temperatureMin":1.0,"storms":1,"symbol":{"code":"sample string 1","description":"sample string 2","imageUrl":"sample string 3"}}]}
        application/xml, text/xml
            Sample:
        
<agriculturalBulletin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <date>2025-10-30T22:40:19.1434762+01:00</date>
  <district>
    <Id>1</Id>
    <name>sample string 2</name>
  </district>
  <forecast>
    <date>2025-10-30T22:40:19.1434762+01:00</date>
    <symbol>
      <code>sample string 1</code>
      <description>sample string 2</description>
      <imageURL>sample string 3</imageURL>
    </symbol>
    <temperatureMax>1</temperatureMax>
    <temperatureMin>1</temperatureMin>
    <freeze>1</freeze>
    <rainFrom>1</rainFrom>
    <rainTo>1</rainTo>
    <rainTimespan1>1</rainTimespan1>
    <rainTimespan2>1</rainTimespan2>
    <rainTimespan3>1</rainTimespan3>
    <rainTimespan4>1</rainTimespan4>
    <storms>1</storms>
  </forecast>
  <forecast>
    <date>2025-10-30T22:40:19.1434762+01:00</date>
    <symbol>
      <code>sample string 1</code>
      <description>sample string 2</description>
      <imageURL>sample string 3</imageURL>
    </symbol>
    <temperatureMax>1</temperatureMax>
    <temperatureMin>1</temperatureMin>
    <freeze>1</freeze>
    <rainFrom>1</rainFrom>
    <rainTo>1</rainTo>
    <rainTimespan1>1</rainTimespan1>
    <rainTimespan2>1</rainTimespan2>
    <rainTimespan3>1</rainTimespan3>
    <rainTimespan4>1</rainTimespan4>
    <storms>1</storms>
  </forecast>
  <hour>sample string 2</hour>
  <Id>3</Id>
</agriculturalBulletin>
        text/javascript, application/javascript, application/json-p
            Sample:
/**/ typeof  === 'function' && ({"date":"2025-10-30T22:40:19.1434762+01:00","hour":"sample string 2","district":{"id":1,"name":"sample string 2"},"forecasts":[{"date":"2025-10-30T22:40:19.1434762+01:00","freeze":1,"rainTimespan1":1,"rainTimespan2":1,"rainTimespan3":1,"rainTimespan4":1,"rainFrom":1.0,"rainTo":1.0,"reliability":1,"symbolId":1,"temperatureMax":1.0,"temperatureMin":1.0,"storms":1,"symbol":{"code":"sample string 1","description":"sample string 2","imageUrl":"sample string 3"}},{"date":"2025-10-30T22:40:19.1434762+01:00","freeze":1,"rainTimespan1":1,"rainTimespan2":1,"rainTimespan3":1,"rainTimespan4":1,"rainFrom":1.0,"rainTo":1.0,"reliability":1,"symbolId":1,"temperatureMax":1.0,"temperatureMin":1.0,"storms":1,"symbol":{"code":"sample string 1","description":"sample string 2","imageUrl":"sample string 3"}}]});