ew – Eksternwebben (www.uib.no)

areas – lists the areas

GET http://www.uib.no/api/areas.json
response
200 OK
Content-Type: application/json
{
  "areas": [
    {
      "id": 1,
      "sebra_id": 519,
      "ou": 112233,
      "type": "section",
      "parents": [ 1, 2, ],
      "name": {
        "nb": "...",
	"en": "...",
      }
    },
    ...
  ]
}

The web site is divided into areas representing organisational units, diciplines, or more general sections. This http://www.uib.no/api/areas.json lists information about these areas in a form that can be reused.