List funders.

Fields

id (integer)

Primary key.

name (object)

Names of funder, defined by language.

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 (string)

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_ssociate_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.

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=280
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 353,
    "next": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=300",
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=260",
    "results": [
        {
            "id": 2600,
            "name": "Novo Nordisk Fonden",
            "street": "Tuborg Havnevej 19",
            "zipcode": "2900",
            "city": "Hellerup",
            "url": "www.novonordiskfonden.dk",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 208,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 2619,
            "name": "Ärzte gegen Tierversuche e.V.",
            "street": "Goethestr. 6-8",
            "zipcode": "51143",
            "city": "Köln",
            "url": "https://www.aerzte-gegen-tierversuche.de",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 2677,
            "name": "STERZ – Steirisches Ernährungskompetenzzentrum",
            "street": "Krottendorferstraße 112",
            "zipcode": "8052 ",
            "city": "Graz",
            "url": "www.sterz.at",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 2687,
            "name": "Social Business Hub Styria ",
            "street": "Schubertstrasse 6A",
            "zipcode": "8010",
            "city": "Graz",
            "url": "https://socialbusinesshub.at",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 2688,
            "name": "DKMS gGmbH",
            "street": "Kressbach 1",
            "zipcode": "72072",
            "city": "Tübingen",
            "url": "https://www.dkms.de/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 2689,
            "name": "The Novo Nordisk Foundation",
            "street": "Novo Allé 1",
            "zipcode": "2880",
            "city": "Bagsværd",
            "url": "https://www.novonordisk.com/about/corporate-governance/the-novo-nordisk-foundation.html",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 208,
            "category": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 2705,
            "name": "EUROPÄISCHES FORUM ALPBACH GEMEINNÜTZIGER VEREIN",
            "street": "Franz-Josefs-Kai 13/10",
            "zipcode": "1010",
            "city": "Wien",
            "url": "https://www.alpbach.org/de/impressum-verein/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 2419,
            "name": "Bundesministerium für Landwirtschaft, Regionen und Tourismus ",
            "street": "Stubenring 1",
            "zipcode": "1010",
            "city": "Wien",
            "url": "https://www.bmlrt.gv.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 2551,
            "name": "The European & Developing Countries Clinical Trials Partnership (EDCTP)",
            "street": "2509 AA The Hague",
            "zipcode": "PO Box 93015",
            "city": null,
            "url": "https://www.edctp.org",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 528,
            "category": null,
            "typeintellectualcapitalaccounting": 1,
            "typestatisticsaustria": 14
        },
        {
            "id": 2574,
            "name": "Christine  Vranitzky  Stiftung  zur  Förderung  der  Organtransplantation",
            "street": "Stubenring 6",
            "zipcode": "1010 ",
            "city": "Wien",
            "url": null,
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 2718,
            "name": "Deutsche Diabetes Gesellschaft",
            "street": "Albrechtstr. 9",
            "zipcode": "10117",
            "city": "Berlin",
            "url": "https://www.deutsche-diabetes-gesellschaft.de/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 2427,
            "name": "Österreichische Institution für Endokrinologie und Stoffwechsel",
            "street": "Rennweg 3",
            "zipcode": "6020",
            "city": "Innsbruck",
            "url": "http://www.oeges.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 11
        },
        {
            "id": 2439,
            "name": "National Science Centre",
            "street": "ul. Twardowskiego 16",
            "zipcode": "30-312",
            "city": "Kraków",
            "url": "https://www.ncn.gov.pl/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 616,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 2492,
            "name": "Germania Pharmazeutika GmbH",
            "street": "Schuselkagasse 8",
            "zipcode": "1150",
            "city": "Wien",
            "url": "https://www.germania.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 12
        },
        {
            "id": 2538,
            "name": "International COVID-19 Data Alliance",
            "street": "Euston Road",
            "zipcode": "NW1 2BE",
            "city": "London",
            "url": "https://icoda-research.org",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 826,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 2599,
            "name": "Bundesministerium für Soziales, Gesundheit, Gesundheit, Pflege und Konsumentenschutz",
            "street": "Stubenring 1",
            "zipcode": "1010",
            "city": "Wien",
            "url": "https://www.sozialministerium.at/public.html",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 2623,
            "name": "Grifols",
            "street": "Avinguda de la Generalitat, 152",
            "zipcode": "08174",
            "city": "Sant Cugat del Vallès, Barcelona",
            "url": "https://www.grifols.com/en/home",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 724,
            "category": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 2629,
            "name": "Österreichische Gesellschaft für Implantologie",
            "street": "Alser Straße 4",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.oegi.org/home/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 2754,
            "name": "Human Vaccines Project",
            "street": "209 West 29th Street, Suite 6178",
            "zipcode": "10001",
            "city": "New York",
            "url": "www.humanvaccinesproject.org",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 840,
            "category": null,
            "typeintellectualcapitalaccounting": 11,
            "typestatisticsaustria": 15
        },
        {
            "id": 2418,
            "name": "Bundesministerium für Klimaschutz, Umwelt, Energie, Mobilität, Innovation und Technologie",
            "street": "Radetzkystraße 2",
            "zipcode": "1030 ",
            "city": "Wien",
            "url": "https://www.bmk.gv.at/",
            "telephone": null,
            "email": null,
            "active": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        }
    ]
}