List projects.

Fields

id (integer)

Primary key.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=40&ordering=-begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=60&ordering=-begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=20&ordering=-begin_planned",
    "results": [
        {
            "id": 9611,
            "title": {
                "de": "Inhalation von Aloxistatin gegen idiopathische Lungenfibrose (IPF)",
                "en": "INhalation of ALOXistatin against IPF "
            },
            "short": "INALOX-IPF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-04-01T02:00:00+02:00",
            "end_planned": "2029-01-01T01:00:00+01:00",
            "end_effective": "2029-03-31T02:00:00+02:00",
            "assignment": "2026-02-23T14:24:53+01:00",
            "program": 252,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 73404,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KIN4535425",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9611-73404-10"
            ]
        },
        {
            "id": 9476,
            "title": {
                "de": "Materialqualifikation für den medizinischen 3D-Druck",
                "en": "Material qualification for medical 3D printing"
            },
            "short": "MAQUAM3D",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-12-31T01:00:00+01:00",
            "assignment": "2025-12-11T14:48:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN9742824",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9476-50785-10"
            ]
        },
        {
            "id": 9504,
            "title": {
                "de": "Datenerweiterung für die Aufrollung der österreichischen SARS-CoV-2-\r\nPandemie",
                "en": "Data expansion for the reappraisal of the Austrian SARS‑CoV‑2 pandemic"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-03-31T02:00:00+02:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2025-12-17T16:11:40+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 125656,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9504-125656-10"
            ]
        },
        {
            "id": 9507,
            "title": {
                "de": "Exploring sirtuin 3 as a modulator of sex differences in metabolic dysfunction-associated fatty liver disease (MAFLD) progression in obesity",
                "en": "Exploring sirtuin 3 as a modulator of sex differences in metabolic dysfunction-associated fatty liver disease (MAFLD) progression in obesity"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2027-12-31T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2025-12-18T10:56:19+01:00",
            "program": 207,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 91207,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": "HR 05/2026",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9507-91207-10"
            ]
        },
        {
            "id": 9468,
            "title": {
                "de": "Das Dopaminsystem in einem neuen Cav1.3 Mausmodell einer neurologischen Entwicklungsstörung",
                "en": "The dopamine system in a new Cav1.3 Ca2+ channelopathy mouse model of a neurodevelopmental disorder"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2027-02-09T01:00:00+01:00",
            "end_effective": "2027-02-09T01:00:00+01:00",
            "assignment": "2025-12-04T12:34:29+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 136954,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9468-136954-10"
            ]
        },
        {
            "id": 9493,
            "title": {
                "de": "Zirkadiane Muster der chronischen Rhinosinusitis – eine Pilotstudie für innovative Ansätze in Diagnose und Therapie",
                "en": "Circadian Patterns of Chronic Rhinosinusitis – A Pilot Study for Innovative Diagnostic and Therapeutic Approaches"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-12-16T15:55:38+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14066,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89704,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": "FIF-A 16-0020/2025-0006",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9493-89704-10"
            ]
        },
        {
            "id": 9506,
            "title": {
                "de": "Das Grazer Reanimationsregister",
                "en": "Graz Resuscitation Registry"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-09-30T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2025-12-17T17:11:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 60097,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9506-60097-10"
            ]
        },
        {
            "id": 9483,
            "title": {
                "de": "Gestörtes Lipid-Signaling in Typ II Alveolarepithelzellen bei Lungenfibrose",
                "en": "Lipid signalling impairment in alveolar type II cells in pulmonary fibrosis"
            },
            "short": "Lipid-Signaling_Typ II Alveloarepithelz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2025-12-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-12-15T09:54:58+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57409,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9483-133023-12",
                "9483-57409-10"
            ]
        },
        {
            "id": 9146,
            "title": {
                "de": "Anwendung von Eigenfett in Kombination mit Hydrogel-basierten Nervenconduits zur Förderung der Nervenregeneration nach Verletzung  peripherer Nerven",
                "en": "Autologous Fat Grafting Combined with Hydrogel-based Nerve Guidance Conduits to Promote Nerve Regeneration after Peripheral Nerve Injury"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-09-30T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-08-14T11:45:40+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 63389,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": "PN 4060",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9146-63389-10"
            ]
        },
        {
            "id": 9540,
            "title": {
                "de": "Umweltfaktoren für den Schlaf: Ein bilateraler Ansatz für Review, Analyse und Forschungsplanung",
                "en": "Environmental determinants of sleep: A bilateral approach to review, research, and analytical planning"
            },
            "short": "Environmental determinants of sleep",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2027-12-31T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2026-01-21T13:12:01+01:00",
            "program": 201,
            "subprogram": null,
            "organization": 14024,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 131598,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9540-131598-10"
            ]
        },
        {
            "id": 9537,
            "title": {
                "de": "Multimodale Strategien zur Bewältigung der wichtigsten Herausforderungen bei Blasenkrebs\r\n",
                "en": "Multimodal Strategies to Target Key Challenges in Bladder Cancer"
            },
            "short": "StrikeBC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2029-12-31T01:00:00+01:00",
            "end_effective": "2029-12-31T01:00:00+01:00",
            "assignment": "2026-01-16T16:32:15+01:00",
            "program": 251,
            "subprogram": null,
            "organization": 14056,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 113095,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9537-113095-10"
            ]
        },
        {
            "id": 9539,
            "title": {
                "de": "Patientenbasiertes Immunprofiling und funktionelle Validierung von Matrikin Effekten in akuter Lungenentzündung/ARDS",
                "en": "Patient-based immunoprofiling and functional validation of matrikin effects in acute pneumonia/ARDS"
            },
            "short": "Matrix-Immune Axis in ARDS ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2026-01-21T10:06:24+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82595,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9539-82595-10"
            ]
        },
        {
            "id": 9490,
            "title": {
                "de": "Dynamik von lipid-asoz. Makrophagen bei Gewichtsregulierung",
                "en": "LAM dynamics during weight cycling"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-07T01:00:00+01:00",
            "end_planned": "2029-12-31T01:00:00+01:00",
            "end_effective": "2030-01-06T01:00:00+01:00",
            "assignment": "2025-12-16T11:37:36+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT1140225",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9490-89979-10"
            ]
        },
        {
            "id": 9511,
            "title": {
                "de": "Technologie unterstütztes Lernen in der Anatomie ",
                "en": "Technology-enhanced learning in anatomy"
            },
            "short": "Telana",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2025-12-18T16:48:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14018,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 67749,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9511-67749-10"
            ]
        },
        {
            "id": 9725,
            "title": {
                "de": "Funktionelle epigenetische Profilierung einzelner Zellen zur Untersuchung der Pathogenese von Autoimmunität",
                "en": "Single cell functional epigenetic profiling to study the pathogenesis of autoimmunity"
            },
            "short": "Epigenetic profiling_autoimmunity",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-04-01T02:00:00+02:00",
            "end_planned": "2030-12-31T01:00:00+01:00",
            "end_effective": "2031-03-31T02:00:00+02:00",
            "assignment": "2026-04-15T16:36:22+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 118469,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1156
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9725-117681-12",
                "9725-118469-10",
                "9725-122510-12",
                "9725-125654-12"
            ]
        },
        {
            "id": 9218,
            "title": {
                "de": "Rätselhafte Aktivierung der präsynaptischen Glykolyse\r\n",
                "en": "Enigmatic activation mechanism of presynaptic glycolysis\r\n"
            },
            "short": "Activation_presynaptic glycolysis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2025-09-22T13:45:36+02:00",
            "program": 118,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100845,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "TAI1573525",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9218-100845-10"
            ]
        },
        {
            "id": 9149,
            "title": {
                "de": "Probiotische Hefen und Nanotechnologie: Isolierung, Charakterisierung und neue Verabreichungssysteme für Gesundheits- und Lebensmittelanwendungen",
                "en": "Probiotic yeasts and nanotechnology: Isolation, characterization, and innovative delivery systems for health and food applications"
            },
            "short": "PRONANO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2025-11-01T01:00:00+01:00",
            "end_planned": "2027-12-31T01:00:00+01:00",
            "end_effective": "2027-10-31T02:00:00+02:00",
            "assignment": "2025-08-14T16:59:00+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 124253,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": "P153",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9149-124253-10"
            ]
        },
        {
            "id": 9508,
            "title": {
                "de": "PAEC Dysfunktion in SSc mit Lungenbeteiligung",
                "en": "PAEC Dysfunction in SSC with lung involvement"
            },
            "short": "PAEC Dysfunction_SSC_Lungenbetlg",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-12-18T11:39:10+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 61540,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9508-61540-10"
            ]
        },
        {
            "id": 9536,
            "title": {
                "de": "Multimodale Strategien zur Bewältigung der wichtigsten Herausforderungen bei Blasenkrebs",
                "en": "Multimodal Strategies to Target Key Challenges in Bladder Cancer"
            },
            "short": "StrikeBC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2033-12-31T01:00:00+01:00",
            "end_effective": "2029-12-31T01:00:00+01:00",
            "assignment": "2026-01-16T16:21:22+01:00",
            "program": 251,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9536-50899-10"
            ]
        },
        {
            "id": 9252,
            "title": {
                "de": "Magnetische Analyse von Biomarkern",
                "en": "Magnetic Analysis of Biomarkers"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2026-01-01T01:00:00+01:00",
            "begin_effective": "2026-01-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-10-03T11:02:07+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 113130,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9252-113130-10"
            ]
        }
    ]
}