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=400&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2260,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=420&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=380&ordering=-end_planned",
    "results": [
        {
            "id": 7058,
            "title": {
                "de": "AI powered Data Curation & Publishing Virtual Assistant",
                "en": "AI powered Data Curation & Publishing Virtual Assistant"
            },
            "short": "AIDAVA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2022-06-15T10:10:24+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101057062",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7058-51449-10",
                "7058-100777-12",
                "7058-101604-12",
                "7058-105945-12",
                "7058-117162-12",
                "7058-51050-12",
                "7058-125115-12"
            ]
        },
        {
            "id": 7764,
            "title": {
                "de": "Methodenplattform GeMTeX",
                "en": "German Medical Text Corpus"
            },
            "short": "GeMTeX",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2023-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2023-09-14T15:14:25+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 60827,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                3058
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7764-60827-10"
            ]
        },
        {
            "id": 7061,
            "title": {
                "de": "AI powered Data Curation & Publishing Virtual Assistant",
                "en": "AI powered Data Curation & Publishing Virtual Assistant"
            },
            "short": "AIDAVA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2022-06-15T13:25:45+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 60827,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101057062",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7061-60827-10"
            ]
        },
        {
            "id": 8107,
            "title": {
                "de": "Accelerating datafication for support of EU health priorities, greening of biobanks and integrated approach to “One Health”",
                "en": "Accelerating datafication for support of EU health priorities, greening of biobanks and integrated approach to “One Health”"
            },
            "short": "EvolveBBMRI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-03-22T10:41:14+01:00",
            "program": 210,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8107-51663-10"
            ]
        },
        {
            "id": 7932,
            "title": {
                "de": "European Viral Outbreak Response Alliance",
                "en": "European Viral Outbreak Response Alliance"
            },
            "short": "EVORA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2023-12-15T12:05:57+01:00",
            "program": 210,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7932-51663-10"
            ]
        },
        {
            "id": 8426,
            "title": {
                "de": "Immunometabolic biomarkers and therapeutic targets in multiple sclerosis",
                "en": "Immunometabolic biomarkers and therapeutic targets in multiple sclerosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-01T02:00:00+02:00",
            "begin_effective": "2024-10-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2024-10-07T16:32:04+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107391,
            "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": [
                "8426-107391-10"
            ]
        },
        {
            "id": 7062,
            "title": {
                "de": "AI powered Data Curation & Publishing Virtual Assistant",
                "en": "AI powered Data Curation & Publishing Virtual Assistant"
            },
            "short": "AIDAVA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2022-06-15T15:10:02+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 99976,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101057062",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7062-99976-10",
                "7062-117162-12",
                "7062-124636-12"
            ]
        },
        {
            "id": 9645,
            "title": {
                "de": "CONNECT: Evidenzbasierte Gesundheitsinformationen ",
                "en": "CONNecting Evidence-based health information and CiTizens"
            },
            "short": "CONNECT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2026-04-01T02:00:00+02:00",
            "end_planned": "2026-08-30T02:00:00+02:00",
            "end_effective": "2027-11-30T01:00:00+01:00",
            "assignment": "2026-03-02T11:03:27+01:00",
            "program": 120,
            "subprogram": null,
            "organization": 27964,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51098,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "CSP1965525",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9645-51098-10"
            ]
        },
        {
            "id": 8381,
            "title": {
                "de": "Von der Entstehung einer Arrhythmie bis zur Progression: Aufdeckung der molekularen Mechanismen, die Herzrhythmusstörungen stabilisieren",
                "en": "From arrhythmia initiation to progression: uncovering the molecular mechanisms stabilizing cardiac arrhythmias using a computational-experimental approach"
            },
            "short": "NWOVidi",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-06-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2026-08-14T02:00:00+02:00",
            "end_effective": "2026-08-14T02:00:00+02:00",
            "assignment": "2024-09-05T19:11:41+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 123850,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8381-123850-10"
            ]
        },
        {
            "id": 8272,
            "title": {
                "de": "Stärkung der Immuntherapie bei nichtkleinzelligem Lungenkrebs",
                "en": "Boosting immunotherapy in non-small cell lung cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2026-08-01T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-06-21T11:36:43+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 111070,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1375
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8272-111070-10"
            ]
        },
        {
            "id": 9068,
            "title": {
                "de": "Zelltypspezifische in vivo Depletion proliferierender Zellen - Charakterisierung eines einzigartigen neuen genetischen Mausmodells",
                "en": "Cell-type specific in vivo ablation of proliferating cells – characterization of a unique novel genetic mouse model"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-08-01T02:00:00+02:00",
            "begin_effective": "2025-08-01T02:00:00+02:00",
            "end_planned": "2026-07-31T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2025-07-04T12:12:41+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 61540,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9068-61540-10"
            ]
        },
        {
            "id": 8277,
            "title": {
                "de": "Untersuchung des pro-fibrotischen Potenzials von B-Zellen in der Haut bei systemischer Sklerose",
                "en": "Investigating the pro-fibrotic potential of B cells in the skin niche during Systemic Sclerosis"
            },
            "short": "SScSkin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2026-07-31T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2024-06-27T13:46:39+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 120271,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8277-115661-12",
                "8277-120271-10",
                "8277-131740-12"
            ]
        },
        {
            "id": 8393,
            "title": {
                "de": "Spezies-Diversität von Pilzen in verarbeiteten Grundnahrungsmitteln aus Subsistenzwirtschaftsgemeinschaften im ländlichen Namibia",
                "en": "Fungal diversity of processed staple cereals from rural subsistence farming communities in Namibia"
            },
            "short": "FUNGINAM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2026-07-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2024-09-19T13:21:41+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 112729,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8393-112729-10"
            ]
        },
        {
            "id": 8117,
            "title": {
                "de": "Bessere Blutgefäße: Elektrogesponnene Gerüste aus humanen Proteinen.",
                "en": "Building Better Blood Vessels: Human Protein Electrospun Scaffolds in Tissue Engineering."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-06-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2026-07-01T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-03-26T10:44:39+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 76930,
            "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": [
                "8117-76930-10"
            ]
        },
        {
            "id": 8333,
            "title": {
                "de": "Assessment of the cardiovascular risk profile of infants exposed to pre-eclampsia in utero",
                "en": "Assessment of the cardiovascular risk profile of infants exposed to pre-eclampsia in utero"
            },
            "short": "CARIPRE-ECLAMPSIA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2024-08-08T11:09:42+02:00",
            "program": 254,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8333-57932-10"
            ]
        },
        {
            "id": 9105,
            "title": {
                "de": "Zelluläre Lokalisation von Sbno2/SBNO2 in soliden Tumoren und kardiovaskulärem Gewebe",
                "en": "cellular localization of Sbno2/SBNO2 in solid tumors and cardio-vascular tissue"
            },
            "short": "Zelluläre Lokalisation_Sbno2/SBNO2",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-07-01T02:00:00+02:00",
            "begin_effective": "2025-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2025-07-29T10:43:37+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 69755,
            "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": [
                "9105-69755-10",
                "9105-134141-12"
            ]
        },
        {
            "id": 9091,
            "title": {
                "de": "Erforschung der zellulären Stressreaktion nach UV-Bestrahlung aus schonenden Hautbiopsien",
                "en": "Exploring cellular stress response of UV irradiation with gentle skin biopsy\r\n"
            },
            "short": "GentleSkinBiopsie",
            "url": null,
            "abstract": {
                "de": "Hypothese\r\n\r\n    Sanfte Harpera-Biopsien reichen für die Transkriptomik (genomweite Expressionsprofile) aus.\r\n    222 nm UVC desinfiziert die Haut effektiv mit weniger zellulären Stressreaktionen als nb-UVB-Phototherapie.\r\n\r\n\r\nAnsatz\r\n\r\n    Transkriptomik von sanften Harpera-Biopsien messen und mit 3 mm Biopsien vergleichen.\r\n    Zelluläre Stressreaktionen mit und ohne UVC- und UVB-Bestrahlung vergleichen.\r\n",
                "en": "Skin diseases affect up to 30% of the current population and many undergo a long diagnostic process, often with a 3 mm punch biopsy, leaving a small scar. The gentle, 0.2 mm tiny Harpera microbiopsy could be a scar-free alternative if suitable for transcriptomics. \r\nAnother challenge in dermatology is the cellular stress from nb-UVB irradiation, the first-line therapy for e.g. atopic dermatitis (AD). Here, 222 nm UVC could be a safer, yet as anti-microbial effective, alternative, thanks to low penetration depth of UVC. Studying the cellular stress response of UVC would bring it closer to clinical routine. \r\n\r\nHypothesis\r\n1.\tGentle Harpera biopsies suffice for transcriptomics (genome-wide expression profiles).\r\n2.\t222 nm UVC effectively disinfects skin with less cellular stress responses than nb-UVB phototherapy.\r\n\r\nApproach\r\n1.\tMeasure transcriptomics from gentle Harpera, benchmarking to 3 mm biopsies. \r\n2.\tCompare cellular stress responses with and without UVC and UVB irradiation.\r\n\r\nThe proof that gentle skin biopsies deliver reliable transcriptomics would revolutionize clinical and basic research, enabling longitudinal studies and expanding outreach to underserved, rural populations. Styria’s excellent teledermatology could be further improved with remote sampling. \r\nThe proof that UVC is safely anti-microbial is one more step towards routine use, enabling disinfection without resistances, benefiting a plethora of patients and ultimately reducing health care costs.\r\n"
            },
            "begin_planned": "2025-07-01T02:00:00+02:00",
            "begin_effective": "2025-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2025-07-21T12:59:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87663,
            "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": [
                "9091-87663-10"
            ]
        },
        {
            "id": 9181,
            "title": {
                "de": "Metabolische Anpassungen von Lungenkrebszellen bei Hemmung der Glykolyse",
                "en": "Metabolic adaptations of lung cancer cells to glycolysis inhibition"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-11-01T01:00:00+01:00",
            "begin_effective": "2025-11-01T01:00:00+01:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2025-09-04T10:32:00+02:00",
            "program": 204,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 105621,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9181-105621-10"
            ]
        },
        {
            "id": 9092,
            "title": {
                "de": "Gezielte elektrische Feldstimulation als neue Therapiemethode für Glioblastom Tumore",
                "en": "Targeted electrical field stimulation as a new therapeutic method for glioblastoma"
            },
            "short": "GBM-Stim",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-07-01T02:00:00+02:00",
            "begin_effective": "2025-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2025-07-23T12:54:09+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 104218,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9092-104218-10"
            ]
        },
        {
            "id": 8880,
            "title": {
                "de": "Effekt von S. auf Immunzellen und Adipozyten von Lipödempatienten",
                "en": "Effect of S. on the lipedema immune cell compartment and adipocytes\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-07-01T02:00:00+02:00",
            "begin_effective": "2025-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2025-05-20T14:58:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90806,
            "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": [
                "8880-90806-10"
            ]
        }
    ]
}