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=260&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=280&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=240&ordering=-name",
    "results": [
        {
            "classification_id": 106039,
            "name": {
                "de": "Stammzellenforschung",
                "en": "Stem cell research "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 201120,
            "name": {
                "de": "Stahlbetonbau",
                "en": "Reinforced concrete construction "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201119,
            "name": {
                "de": "Stahlbau",
                "en": "Steel construction "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 507029,
            "name": {
                "de": "Stadtökologie",
                "en": "Urban ecology"
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 507022,
            "name": {
                "de": "Stadtplanung",
                "en": "Urban planning "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 507021,
            "name": {
                "de": "Stadtgeschichte",
                "en": "Urban history "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 507020,
            "name": {
                "de": "Stadtforschung",
                "en": "Urbanism "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 507019,
            "name": {
                "de": "Stadtentwicklungsplanung",
                "en": "Urban development planning "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 507018,
            "name": {
                "de": "Stadt-, Dorferneuerung",
                "en": "Urban and village renewal "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 505021,
            "name": {
                "de": "Staatsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 603121,
            "name": {
                "de": "Staatsphilosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 211916,
            "name": {
                "de": "Sprengtechnik",
                "en": "Blasting engineering "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 603120,
            "name": {
                "de": "Sprachphilosophie",
                "en": "Philosophy of language "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 503029,
            "name": {
                "de": "Sprachlehrforschung",
                "en": "Language teaching research "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000
        },
        {
            "classification_id": 303028,
            "name": {
                "de": "Sportwissenschaft",
                "en": "Sport science "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 505040,
            "name": {
                "de": "Sportrecht",
                "en": "Sports law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 503028,
            "name": {
                "de": "Sportpädagogik",
                "en": "Sport pedagogy "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 305908,
            "name": {
                "de": "Sportmedizin",
                "en": "Sports medicine "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 603221,
            "name": {
                "de": "Spirituelle Theologie",
                "en": "Spiritual theology "
            },
            "level": 6,
            "parent": 603000
        }
    ]
}