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=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=1220&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1180&ordering=name",
    "results": [
        {
            "classification_id": 509013,
            "name": {
                "de": "Sozialstatistik",
                "en": "Social statistics "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 602048,
            "name": {
                "de": "Soziolinguistik",
                "en": "Sociolinguistics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 504000,
            "name": {
                "de": "Soziologie",
                "en": "Sociology"
            },
            "level": 3,
            "parent": 500000
        },
        {
            "classification_id": 104026,
            "name": {
                "de": "Spektroskopie",
                "en": "Spectroscopy "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 105903,
            "name": {
                "de": "Speläologie",
                "en": "Speleology "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 401116,
            "name": {
                "de": "Spezialkulturen",
                "en": "Special crops "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 504027,
            "name": {
                "de": "Spezielle Soziologie",
                "en": "Special sociology "
            },
            "level": 6,
            "parent": 504000
        },
        {
            "classification_id": 509014,
            "name": {
                "de": "Spielforschung",
                "en": "Game research "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 101017,
            "name": {
                "de": "Spieltheorie",
                "en": "Game theory "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 603221,
            "name": {
                "de": "Spirituelle Theologie",
                "en": "Spiritual theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 305908,
            "name": {
                "de": "Sportmedizin",
                "en": "Sports medicine "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 503028,
            "name": {
                "de": "Sportpädagogik",
                "en": "Sport pedagogy "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 505040,
            "name": {
                "de": "Sportrecht",
                "en": "Sports law "
            },
            "level": 6,
            "parent": 505000
        },
        {
            "classification_id": 303028,
            "name": {
                "de": "Sportwissenschaft",
                "en": "Sport science "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 602000,
            "name": {
                "de": "Sprach- und Literaturwissenschaften",
                "en": "Linguistics and Literature"
            },
            "level": 3,
            "parent": 600000
        },
        {
            "classification_id": 503029,
            "name": {
                "de": "Sprachlehrforschung",
                "en": "Language teaching research "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 603120,
            "name": {
                "de": "Sprachphilosophie",
                "en": "Philosophy of language "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 211916,
            "name": {
                "de": "Sprengtechnik",
                "en": "Blasting engineering "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 603121,
            "name": {
                "de": "Staatsphilosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 505021,
            "name": {
                "de": "Staatsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000
        }
    ]
}