List funders.

Fields

id (integer)

Primary key.

name (object)

Names of funder, defined by language.

abbreviation (string)

Abbreviation of funder.

street (string)

Street address.

zipcode (string)

ZIP code.

city (string)

City.

country (integer)

Foreign key to countries.

category (integer)

Foreign key to category.

url (string)

URL to website.

telephone (string)

Telephone number.

email (string)

Email address.

active (boolean)

Is funder active.

patron (boolean)

Has funder been classified as a sponsor at the Medical University of Graz (can be assigned as a sponsor to a research funding project).

patron_peer_review (boolean)

Is funder a provider with scientific peer review procedure, which at the Medical University of Graz is regarded as a sponsor of competitively acquired third-party funding for research funding projects.

patron_associate_professor (boolean)

Is funder a provider that is regarded at the Medical University of Graz as a funding provider of competitively acquired third-party funds for research funding projects (especially for the crediting of projects in evaluations of Assoz. Professors and the like).

typeintellectualcapitalaccounting (integer)

Foreign key to type according to intellectual capital accounting.

typestatisticsaustria (integer)

Foreign key to type according to Statistic Austria.

note (string)

General notes

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:

  • category
  • country
  • typeintellectualcapitalaccounting
  • typestatisticsaustria
GET /v1/research/funder/?format=api&offset=60
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 356,
    "next": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=80",
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=40",
    "results": [
        {
            "id": 2574,
            "name": "Christine  Vranitzky  Stiftung  zur  Förderung  der  Organtransplantation",
            "abbreviation": null,
            "street": "Stubenring 6",
            "zipcode": "1010 ",
            "city": "Wien",
            "url": null,
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 40,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 4061,
            "name": "Coalition for Epidemic Preparedness Innovations",
            "abbreviation": "CEPI",
            "street": "Skøyen Atrium, Askekroken 11",
            "zipcode": "0277",
            "city": "Oslo",
            "url": "https://cepi.net/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 578,
            "parent": null,
            "typeintellectualcapitalaccounting": 11,
            "typestatisticsaustria": 13
        },
        {
            "id": 1488,
            "name": "Comision Nacional de Investigacion Cientifica y Tecnologica",
            "abbreviation": "CONICYT",
            "street": "Canada 308",
            "zipcode": null,
            "city": "Santiago",
            "url": null,
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 152,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 1230,
            "name": "CSA - Canadian Space Agency",
            "abbreviation": null,
            "street": null,
            "zipcode": null,
            "city": "Longueuil",
            "url": "http://www.asc-csa.gc.ca",
            "active": true,
            "patron": true,
            "patron_peer_review": true,
            "note": null,
            "country": 124,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 1569,
            "name": "CSL Behring Biotherapies for Life",
            "abbreviation": "CSL Behring",
            "street": "Emisl-von-Behring-Straße 76",
            "zipcode": "D-35041",
            "city": "Marburg",
            "url": "http://www.cslbehring.de/home",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 1357,
            "name": "CSL Behring GmbH",
            "abbreviation": "CSL Behring",
            "street": "Emil-von-Behring-Str. 76",
            "zipcode": "35041",
            "city": "Marburg",
            "url": "http://www.cslbehring.de/home",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 1152,
            "name": "Danish Agency for Science, Technology and Innovation",
            "abbreviation": "Danish Ministry of Science",
            "street": "Bredgade 40",
            "zipcode": "1260",
            "city": "Copenhagen",
            "url": "http://en.fi.dk/",
            "active": true,
            "patron": true,
            "patron_peer_review": true,
            "note": null,
            "country": 208,
            "parent": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 1223,
            "name": "DEBRA",
            "abbreviation": "DEBRA",
            "street": "Am Heumarkt 27/3",
            "zipcode": "1030",
            "city": "Wien",
            "url": "http://www.debra-international.org/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 40,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 1009,
            "name": "Deutsche Akademie für Flug- und Reisemedizin",
            "abbreviation": "DAF",
            "street": "Lufthansabasis 60546 Frankfurt",
            "zipcode": "60546",
            "city": "Frankfurt",
            "url": "http://www.flugmed.org/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 2718,
            "name": "Deutsche Diabetes Gesellschaft",
            "abbreviation": "DDG",
            "street": "Albrechtstr. 9",
            "zipcode": "10117",
            "city": "Berlin",
            "url": "https://www.deutsche-diabetes-gesellschaft.de/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 35,
            "name": "Deutsche Forschungsgemeinschaft",
            "abbreviation": "DFG",
            "street": "Kennedyallee 40",
            "zipcode": "D-53175",
            "city": "Bonn",
            "url": "http://www.dfg.de",
            "active": true,
            "patron": true,
            "patron_peer_review": true,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 1720,
            "name": "Deutsche Gesellschaft für Angiologie",
            "abbreviation": "DGA",
            "street": "Luisenstr. 58 / 59",
            "zipcode": "10117",
            "city": "Berlin",
            "url": "http://www.dga-gefaessmedizin.de/startseite.html",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1695,
            "name": "Deutsche Gesellschaft für Orthopädie und Orthopädische Chirurgie e. V. (DGOOC)",
            "abbreviation": "DGOOC",
            "street": "Straße des 17. Juni 106-108",
            "zipcode": "10623",
            "city": "Berlin",
            "url": "http://www.dgooc.de/index.php",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1694,
            "name": "Deutsche Gesellschaft für Orthopädie und Unfallchirurgie (DGOU) e.V.\r\n",
            "abbreviation": "DGOU",
            "street": "Straße des 17. Juni 106-108",
            "zipcode": "10623",
            "city": "Berlin",
            "url": "http://www.dgou.de/start.html",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1586,
            "name": "Deutsche Gesellschaft für Transfusionsmedizin & Immunhämatologie",
            "abbreviation": null,
            "street": "Gertrudenstr. 9 ",
            "zipcode": "50667",
            "city": "Köln",
            "url": "http://www.dgti.de/",
            "active": true,
            "patron": true,
            "patron_peer_review": true,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1696,
            "name": "Deutsche Gesellschaft für Unfallchirurgie e.V. (DGU)",
            "abbreviation": "DGU",
            "street": "Straße des 17. Juni 106-108",
            "zipcode": "10623",
            "city": "Berlin",
            "url": "http://www.dgu-online.de/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1289,
            "name": "Deutscher Akademischer Austausch Dienst",
            "abbreviation": "DAAD",
            "street": "Postfach 20 04 04",
            "zipcode": "53134",
            "city": "Bonn",
            "url": "http://www.daad.de/de/index.html",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 750,
            "name": "Deutsches Krebsforschungszentrum",
            "abbreviation": null,
            "street": "Im Neuenheimer Feld 280",
            "zipcode": "69120",
            "city": "Heidelberg",
            "url": null,
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 1388,
            "name": "Deutsches Stiftungszentrum",
            "abbreviation": "DSZ",
            "street": "Barkhovenallee 1",
            "zipcode": "45239",
            "city": "Essen",
            "url": "http://www.deutsches-stiftungszentrum.de/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 3925,
            "name": "Deutsche Stiftung Glücksspielforschung gemeinnützige GmbH",
            "abbreviation": "Deutsche Stiftung Glücksspielforschung",
            "street": "Ludwigstraße 8",
            "zipcode": "80539",
            "city": "München",
            "url": "https://deutsche-stiftung-gluecksspielforschung.de/",
            "active": true,
            "patron": true,
            "patron_peer_review": false,
            "note": null,
            "country": 276,
            "parent": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        }
    ]
}