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=1200&ordering=-parent
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=1220&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1180&ordering=-parent",
    "results": [
        {
            "classification_id": 107001,
            "name": {
                "de": "Archäometrie",
                "en": "Archaeometry "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107002,
            "name": {
                "de": "Bionik",
                "en": "Bionics "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107003,
            "name": {
                "de": "Geschichte der Naturwissenschaften",
                "en": "History of natural sciences "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107004,
            "name": {
                "de": "Humanökologie",
                "en": "Human ecology "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107005,
            "name": {
                "de": "Lebensmitteluntersuchung",
                "en": "Food testing "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107006,
            "name": {
                "de": "Naturschutz",
                "en": "Nature conservation "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107007,
            "name": {
                "de": "Risikoforschung",
                "en": "Risk research "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107008,
            "name": {
                "de": "Archäobotanik",
                "en": "Archaeobotany"
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107009,
            "name": {
                "de": "Archäozoologie",
                "en": "Archaeozoology"
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 107010,
            "name": {
                "de": "Geoarchäologie",
                "en": "Geoarchaeology"
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106001,
            "name": {
                "de": "Allgemeine Biologie",
                "en": "General biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106002,
            "name": {
                "de": "Biochemie",
                "en": "Biochemistry "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106003,
            "name": {
                "de": "Biodiversitätsforschung",
                "en": "Biodiversity research "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106004,
            "name": {
                "de": "Bioethik",
                "en": "Bioethics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106005,
            "name": {
                "de": "Bioinformatik",
                "en": "Bioinformatics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106006,
            "name": {
                "de": "Biophysik",
                "en": "Biophysics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106007,
            "name": {
                "de": "Biostatistik",
                "en": "Biostatistics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106008,
            "name": {
                "de": "Botanik",
                "en": "Botany "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106009,
            "name": {
                "de": "Chronobiologie",
                "en": "Chronobiology "
            },
            "level": 6,
            "parent": 106000
        }
    ]
}