List universal obligations for an entity type
Fetch the canonical obligation template set for a Norwegian entity type. Zero-auth, no signup.
curl https://apier.no/api/v1/public/obligations?entity_type=AS{
"success": true,
"data": {
"entity_type": "AS",
"obligations": [
{
"obligation_id": "mva-registration",
"obligation_name": "Registrering i Merverdiavgiftsregisteret",
"category": "registration",
"frequency": "one-time",
"required": "conditionally",
"condition": "Påkrevd når samlet omsetning overstiger 50 000 NOK i en 12-måneders periode.",
"tier_2_required": true,
"legal_reference": "Merverdiavgiftsloven § 2-1",
"source_url": "https://lovdata.no/lov/2009-06-19-58/%C2%A72-1"
},
{
"obligation_id": "skattemelding-annual",
"obligation_name": "Skattemelding for formues- og inntektsskatt",
"category": "tax",
"frequency": "annual",
"required": "always",
"condition": null,
"tier_2_required": false,
"legal_reference": "Skatteforvaltningsloven § 8-2",
"source_url": "https://lovdata.no/lov/2016-05-27-14/%C2%A78-2"
}
],
"notes": []
},
"_meta": {
"rulebook_version": "1.0.0",
"data_freshness": "2026-04-21T00:00:00.000Z",
"last_verified": "2026-04-21T00:00:00.000Z",
"source": "apier.no",
"data_source": "Apier Universal Rulebook",
"legal_basis": "NLOD — public registry reuse",
"schema_version": "1.0.0"
}
}