List OESTAT 2012 classifications.

Classification of a person as per (ÖFOS2012)[https://www.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=740&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=760&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=720&ordering=name",
    "results": [
        {
            "classification_id": 201117,
            "name": {
                "de": "Leichtbau",
                "en": "Lightweight design "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 203011,
            "name": {
                "de": "Leichtbau",
                "en": "Lightweight design "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 211106,
            "name": {
                "de": "Leichtmetalle",
                "en": "Light metals"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 202025,
            "name": {
                "de": "Leistungselektronik",
                "en": "Power electronics "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 602030,
            "name": {
                "de": "Lexikographie",
                "en": "Lexicography "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 103045,
            "name": {
                "de": "Lichtoptische Mikroskopie",
                "en": "Light optical microscopy"
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 202026,
            "name": {
                "de": "Lichttechnik",
                "en": "Light technology  "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 106020,
            "name": {
                "de": "Limnologie",
                "en": "Limnology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 301302,
            "name": {
                "de": "Lipidforschung",
                "en": "Lipidomics research "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 602031,
            "name": {
                "de": "Literaturgeschichte",
                "en": "History of literature "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 603212,
            "name": {
                "de": "Liturgiewissenschaft",
                "en": "Liturgical studies "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603109,
            "name": {
                "de": "Logik",
                "en": "Logic "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 502017,
            "name": {
                "de": "Logistik",
                "en": "Logistics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 302042,
            "name": {
                "de": "Logopädie",
                "en": "Logopedics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 505046,
            "name": {
                "de": "Luft- und Weltraumrecht",
                "en": "Air and space law"
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 203012,
            "name": {
                "de": "Luftfahrttechnik",
                "en": "Aerospace engineering "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 303018,
            "name": {
                "de": "Lufthygiene",
                "en": "Air hygiene "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 207107,
            "name": {
                "de": "Luftreinhaltung",
                "en": "Air pollution control "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 211910,
            "name": {
                "de": "Lärmschutz",
                "en": "Noise protection "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 203038,
            "name": {
                "de": "Lüftungstechnik",
                "en": "Ventilation technology"
            },
            "level": 6,
            "parent": 203000
        }
    ]
}