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=1240&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=1260&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1220&ordering=name",
    "results": [
        {
            "classification_id": 505024,
            "name": {
                "de": "Strafrecht",
                "en": "Criminal law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 106040,
            "name": {
                "de": "Strahlenbiologie",
                "en": "Radiation biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 103030,
            "name": {
                "de": "Strahlenphysik",
                "en": "Radiation physics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 103031,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation protection "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 302079,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation protection "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302080,
            "name": {
                "de": "Strahlentherapie",
                "en": "Radiotherapy "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 105123,
            "name": {
                "de": "Stratigraphie",
                "en": "Stratigraphy "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 201121,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201304,
            "name": {
                "de": "Straßenbau",
                "en": "Road construction "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 305909,
            "name": {
                "de": "Stressforschung",
                "en": "Stress research "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 106041,
            "name": {
                "de": "Strukturbiologie",
                "en": "Structural biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 104021,
            "name": {
                "de": "Strukturchemie",
                "en": "Structural chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 502039,
            "name": {
                "de": "Strukturpolitik",
                "en": "Structural policy "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 203021,
            "name": {
                "de": "Strömungsmaschinen",
                "en": "Fluid-flow machinery "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 303029,
            "name": {
                "de": "Suchtforschung",
                "en": "Addiction research "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 102023,
            "name": {
                "de": "Supercomputing",
                "en": "Supercomputing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 103033,
            "name": {
                "de": "Supraleitung",
                "en": "Superconductivity "
            },
            "level": 6,
            "parent": 103000
        }
    ]
}