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=340&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2244,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=360&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=320&ordering=-end_planned",
    "results": [
        {
            "id": 7025,
            "title": {
                "de": "Die Rolle von Neutrophiler Elastase im Lungenkarzinom",
                "en": "Nuclear function of secreted neutrophil elastase in lung cancer metastasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-06-15T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-06-14T02:00:00+02:00",
            "assignment": "2022-05-18T12:06:31+02:00",
            "program": 121,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 60706,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P35294",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7025-51163-12",
                "7025-60706-10",
                "7025-99558-12",
                "7025-100698-12",
                "7025-112858-12",
                "7025-115261-12"
            ]
        },
        {
            "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"
            ]
        },
        {
            "id": 7337,
            "title": {
                "de": "Struktur und Dynamik von LDL",
                "en": "Structural and Dynamical Exploration of Low Density Lipoprotein"
            },
            "short": "STRUDEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-02-28T01:00:00+01:00",
            "assignment": "2023-01-17T14:59:48+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 83104,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I 6211",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7337-83104-10",
                "7337-98759-12",
                "7337-108903-12"
            ]
        },
        {
            "id": 9072,
            "title": {
                "de": "Bioresorbierbare Mg-Fe Implantate in der Knochenheilung",
                "en": "Adapting bioresorbable Mg-Fe implants in bone healing"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2025-09-01T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2028-08-31T02:00:00+02:00",
            "assignment": "2025-07-07T13:18:31+02:00",
            "program": 111,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 98087,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PIN5073823",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9072-98087-10"
            ]
        },
        {
            "id": 7595,
            "title": {
                "de": "ELPHI: Bioelektronische Implantate für steuerbare Chemoimmunotherapie",
                "en": "ELPHI: Bioelectronic Implants for Tunable Chemoimmunotherapy"
            },
            "short": "Chemoimmuno ELPHI ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2023-06-02T12:08:11+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 99703,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2325
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7595-99703-10",
                "7595-105020-12"
            ]
        },
        {
            "id": 8708,
            "title": {
                "de": "Multi-Omics Analysen bei Plaque-Psoriasis",
                "en": "Multi-omics analysis in patients with plaque-psoriasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-03-01T01:00:00+01:00",
            "begin_effective": "2025-03-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-03-05T13:38:00+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76691,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1161
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8708-76691-10"
            ]
        },
        {
            "id": 6349,
            "title": {
                "de": "Central Repository for Digital Pathology",
                "en": "Central Repository for Digital Pathology"
            },
            "short": "BIGPICTURE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-02-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-01-31T01:00:00+01:00",
            "assignment": "2020-11-30T11:10:17+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": " 945358",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6349-51663-10"
            ]
        },
        {
            "id": 8635,
            "title": {
                "de": "Untersuchung der Pathologie pustulöser Hautkrankheiten: Integration von Spatial Transcriptomics und In-situ-Analysen von seltenen Krankheiten",
                "en": "Deciphering Pustular Skin Disease Pathology: Integrating Spatial Transcriptomics and In Situ Analysis of rare diseases  "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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-02-03T14:35:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 88082,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8635-88082-10"
            ]
        },
        {
            "id": 7306,
            "title": {
                "de": "KCNRG in der Regulation der Lungenzirkulation",
                "en": "Novel role of the potassium channel regulator KCNRG in the pulmonary circulation"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2022-12-19T11:45:25+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54345,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I 6299",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7306-62906-12",
                "7306-84366-12",
                "7306-91409-12",
                "7306-102187-12",
                "7306-110870-12",
                "7306-54345-10"
            ]
        },
        {
            "id": 8048,
            "title": {
                "de": "Attraktivierung Allgemeinmedizin 4.0",
                "en": "Making general medicine 4.0 more attractive"
            },
            "short": "Attraktivierung Allgemeinmedizin 4.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-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": "2024-02-20T11:30:33+01:00",
            "program": null,
            "subprogram": null,
            "organization": 27964,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 93279,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8048-93279-10"
            ]
        },
        {
            "id": 6015,
            "title": {
                "de": "CETOCOEN Excellence",
                "en": "CETOCOEN Excellence"
            },
            "short": "CETOCOEN Excellence",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-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": "2020-01-07T14:17:10+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6015-51449-10",
                "6015-99976-12",
                "6015-133220-12"
            ]
        },
        {
            "id": 9270,
            "title": {
                "de": "Strukturiertes Kommunikationstraining mit standardisierten Patient*innen für die antenatale neonatologische Beratung bei drohender Frühgeburt",
                "en": "Antenatal Counselling Training for expected preterm delivery using structured communication training with standardized patients"
            },
            "short": "ACT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-10-01T02:00:00+02:00",
            "begin_effective": "2025-10-01T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-10-15T18:28:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 68534,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                97
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9270-68534-10"
            ]
        },
        {
            "id": 8463,
            "title": {
                "de": "Fortschritte in der Sepsiserkennung: Fortschrittliche magnetischen Anreicherung für eine frühere Diagnose",
                "en": "Advancing sepsis detection: Pioneering magnetic enrichment for earlier diagnosis"
            },
            "short": "SEPMAG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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": "2024-10-23T11:36:06+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 124253,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                35
            ],
            "funder_projectcode": "EI 1326/1-1",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8463-124253-10"
            ]
        },
        {
            "id": 8573,
            "title": {
                "de": "Integrierter Ansatz zur Gewebsheilung: Ein bioaktives magnetisches Pflaster mit Hyperthermie und immobilisiertem Humanserumalbumin",
                "en": "Integrative approach to tissue healing: A bioactive magnetic patch with hyperthermia and immobilized human serum albumin"
            },
            "short": "BIMA-Patch",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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": "2024-12-19T15:25:02+01:00",
            "program": 207,
            "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": "BA 07/2025",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8573-124253-10"
            ]
        },
        {
            "id": 7271,
            "title": {
                "de": "DIOPTRA - Früherkennung von neuen Initiationsmechanismus-Protein-Biomarkern bei Darmkrebs  ",
                "en": "DIOPTRA - Early Dynamic Screening for Colorectal Cancer via Novel Protein Biomarkers Reflecting Biological Initiation Mechanisms"
            },
            "short": "DIOPTRA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-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": "2022-11-29T13:54:01+01:00",
            "program": 219,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98966,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101096649",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7271-98966-10"
            ]
        },
        {
            "id": 8572,
            "title": {
                "de": "Biologische Chelatbildner zur Behandlung von Metallionenüberladung: Eine vergleichende Studie mit traditionellen chemischen Chelatoren",
                "en": "Biological chelation agents for metal ion overload: A comparative study\r\nwith traditional chemical chelators"
            },
            "short": "Bio-Chem-Chel ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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": "2024-12-19T14:55:05+01:00",
            "program": 203,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 124253,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": "ASEA 11/2024",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8572-124253-10"
            ]
        },
        {
            "id": 8504,
            "title": {
                "de": "European Federation for Cancer Images",
                "en": "European Federation for Cancer Images"
            },
            "short": "EUCAIM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-11-19T14:02:04+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 99976,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8504-99976-10",
                "8504-133200-12",
                "8504-133281-12"
            ]
        },
        {
            "id": 8645,
            "title": {
                "de": "Bile acids ameliorate obesogenic memory",
                "en": "Bile acids ameliorate obesogenic memory"
            },
            "short": "BAOB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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-02-10T15:52:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98847,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8645-98847-10"
            ]
        },
        {
            "id": 9076,
            "title": {
                "de": "MetAGE: Metabolische Kontrolle von Altern & Krankheit (Zusatzfinanzierung des FWF-geförderten Cluster of Excelence; CoE14)",
                "en": "MetAGE: Metabolische Kontrolle von Altern & Krankheit (Zusatzfinanzierung des FWF-geförderten Cluster of Excelence; CoE14)"
            },
            "short": "MetAGE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2025-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-07-07T18:11:47+02:00",
            "program": null,
            "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": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9076-91207-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"
            ]
        }
    ]
}