Updates to our APIs (2021-03-10)
Updates to our APIs (2021-03-04)
Added Fishhealth endpoints:
Updates to our APIs and documentation (2021-02-22)
We have updated the documentation for application registration and authentication.
It is now possible to log in with your own client_id to the OpenAPI documentation. Read more here: Application registration and authentication .
Updated endpoints:
- Added new property 'isSlaughterHoldingCage' to these endpoints: 
- Added municipality info to this endpoint: 
- Changed when downloading Fishhealth Excel/CSV: - 'Brakklagt' column is now called 'Trolig uten fisk' 
 
Updates to our APIs (2021-02-04)
New Fishhealth APIs
VesselTrackWeek apis replace the WellBoatWeek apis. VesselTrackWeek tracks all wellboats as before, but also other vessels that have been at an aquaculture site.
Endpoints:
The WellBoatWeek API is marked as obsolete, and will be removed after 4. May 2021.
New Waveforecast APIs
Get wind forecast along a fairway:
Updates to Fish Health APIs (2021-01-19)
Due to a new data source for ISA and PD diseases these changes have been made today:
API token requirement enforced
To access the BarentsWatch API it is mandatory to register and use a token, as documented here:
Application registration and authentication
.
Today this policy is enforced, and unauthenticated requests will recieve a 401 HTTP status code. If you get this error, you need to self-register a client, and pass an access token with your requests.
Future changes to our Fish Health APIs
Due to a new data source for ISA and PD diseases, there will be changes in this endpoint:
/v1/geodata/fishhealth/locality/{localityId:int}/{year:int}/{week:int}
The "ilaPd" property will be null for all localities from week 45, 2020. The new property "ilaPdCase" will have the information about diseases.
This endpoint has a new data model:
   "ilaPdCase": [
    {
      "id": "PD2020-67",
      "localityNo": 20815,
      "disease": "PD",
      "subtype": "SAV3",
      "disproved": false,
      "suspectedDate": "2020-05-05T02:00:00+02:00",
      "confirmedDate": null,
      "emptiedDate": null,
      "closedDate": null,
      "disprovedDate": null,
      "createdDate": null,
      "changedDate": "2020-05-05T02:00:00+02:00"
    }
]
The change of the API will take effect 7
th
January 2021. The API documentation will also be updated this date. If you need documentation earlier, please contact us.
