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=220&ordering=level
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=240&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=200&ordering=level",
    "results": [
        {
            "classification_id": 105907,
            "name": {
                "de": "Polarforschung",
                "en": "Polar research"
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 101031,
            "name": {
                "de": "Approximationstheorie",
                "en": "Approximation theory"
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 104021,
            "name": {
                "de": "Strukturchemie",
                "en": "Structural chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "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
        },
        {
            "classification_id": 106010,
            "name": {
                "de": "Entwicklungsbiologie",
                "en": "Developmental biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106011,
            "name": {
                "de": "3R (Replacement, Reduction, Refinement von Tierversuchen)",
                "en": "3Rs (replacement, reduction, refinement of animal"
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106012,
            "name": {
                "de": "Evolutionsforschung",
                "en": "Evolutionary research "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106013,
            "name": {
                "de": "Genetik",
                "en": "Genetics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106014,
            "name": {
                "de": "Genomik",
                "en": "Genomics "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106015,
            "name": {
                "de": "Geobotanik",
                "en": "Geobotany "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106016,
            "name": {
                "de": "Geschichte der Biologie",
                "en": "History of biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106017,
            "name": {
                "de": "Glykobiologie",
                "en": "Glycobiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 104020,
            "name": {
                "de": "Radiochemie",
                "en": "Radiochemistry "
            },
            "level": 6,
            "parent": 104000
        }
    ]
}