Sea lice (BarentsWatch fishhealth)
The BarentsWatch fishhealth API delivers weekly averages of adult female lice per fish, treatment events (mechanical/medicinal delousing), fallowing status and the lice limit per site. Data from the Norwegian Food Safety Authority and the Norwegian Veterinary Institute. Requires OAuth2 client_credentials.
50K rows
Data volume
Weekly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/localityLakselus + behandling per lokalitet og uke (localityNo, year, week)
- localityNo required
- Lokalitetsnummer (oppdrettslokalitet)
localityNo=12345 - year required
- År
year=2024 - week required
- Uke (1–53)
week=20
Show curl example
# GET https://data.ketl.no/api/connectors/lakselus/locality?localityNo=12345&year=2024&week=20
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lakselus/locality?localityNo=12345&year=2024&week=20"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthConnector-helsestatus
Show curl example
# GET https://data.ketl.no/api/connectors/lakselus/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lakselus/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.