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.

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=40
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 337,
    "next": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=60",
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 896,
            "name": "Theodor-Körner-Fonds AK Wien - Theodor Körner Fonds",
            "street": "Prinz Eugen Straße 20-22",
            "zipcode": "1040",
            "city": "Wien",
            "url": "http://www.theodorkoernerfonds.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 406,
            "name": "Merck KGaA",
            "street": "Frankfurter Straße 250",
            "zipcode": "64293",
            "city": "Darmstadt",
            "url": "www.merck.de",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 276,
            "category": 75,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 16
        },
        {
            "id": 1077,
            "name": "European Society of Cardiology / European Heart Rhythm Association",
            "street": null,
            "zipcode": null,
            "city": "Sophia Antipolis",
            "url": "http://www.escardio.org/Pages/index.aspx",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 250,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 706,
            "name": "Fédération Francophone de Cancérologie Digestive",
            "street": "7, boulevard Jeane d´Arc",
            "zipcode": "21079",
            "city": "Dijon Cedex",
            "url": null,
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 250,
            "category": 91,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 661,
            "name": "Österreichische UNESCO-Kommission",
            "street": "Universitätsstr. 5, 4. Stock / Top12",
            "zipcode": "1010",
            "city": "Wien",
            "url": "www.unesco.at",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 45,
            "typeintellectualcapitalaccounting": null,
            "typestatisticsaustria": 5
        },
        {
            "id": 442,
            "name": "European Organisation for Research and Treatment of Cancer (EORTC)",
            "street": null,
            "zipcode": null,
            "city": "Brüssel",
            "url": "http://www.eortc.be/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 56,
            "category": 100,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 13
        },
        {
            "id": 762,
            "name": "Eurasia-Pacific Uninet",
            "street": "Kaigasse 28",
            "zipcode": "5020",
            "city": "Salzburg",
            "url": "http://www.eurasiapacific.net",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 550,
            "name": "inVITA Gesellschaft zur Förderung der Gesundheit unserer Kinder",
            "street": "Auenbruggerplatz 34",
            "zipcode": "8036",
            "city": "Graz",
            "url": null,
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 151,
            "name": "Österreichische Diabetesgesellschaft",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.oedg.org/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 5
        },
        {
            "id": 3833,
            "name": "Österreichische Gesellschaft für Chirurgische Onkologie",
            "street": "St.-Veiter-Str. 34/3",
            "zipcode": "9020",
            "city": "Klagenfurt am Wörthers",
            "url": "https://www.aco-asso.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 662,
            "name": "Lorenz Böhler Gesellschaft - Verein zur Förderung der Forschung auf dem Gebiet der Unfallheilkunde",
            "street": "Adalbert-Stifter-Str. 65",
            "zipcode": "1200",
            "city": "Wien",
            "url": null,
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 1091,
            "name": "AMSOS - Österreichische Gesellschaft für Tumororthopädie",
            "street": "c/o Universitätsklinik für Orthopädie, Währinger Gürtel 18-20",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.amsos.at",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 836,
            "name": "Fellinger Krebsforschung (gemeinnütziger Verein)",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": null,
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 1154,
            "name": "Bundesministerium für Wirtschaft, Familie und Jugend",
            "street": "Stubenring 1",
            "zipcode": "1011",
            "city": "Wien",
            "url": "http://www.bmwfj.gv.at",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 1161,
            "name": "Österreichische Gesellschaft für Dermatologie und Venerologie",
            "street": "Alser Straße 4",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.oegdv.at/cms/",
            "telephone": "+43/1 405 13 83 20 oder 21",
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 5
        },
        {
            "id": 997,
            "name": "Kammer für Arbeiter und Angestellte",
            "street": "Hans-Resel-Gasse 8-14",
            "zipcode": "8020",
            "city": "Graz",
            "url": "http://www.akstmk.at/beratung.htm",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 999,
            "name": "Zukunftsfonds der Republik Österreich",
            "street": null,
            "zipcode": "Postfach 90",
            "city": "1014 Wien",
            "url": "http://www.zukunftsfonds-austria.at/?i=9",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 1019,
            "name": "Kurt und Senta Herrmann-Stiftung",
            "street": "p.o.Box 636 FL-9490 Vaduz",
            "zipcode": "FL-9490",
            "city": "Vaduz",
            "url": "http://www.researchers.uzh.ch/static/fnf/stiftungen/?stiftung=175",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 438,
            "category": null,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1130,
            "name": "Kulturabteilung der Stadt Wien",
            "street": "Rathaus",
            "zipcode": "A-1010 ",
            "city": "Wien",
            "url": "https://www.wien.gv.at/kultur/abteilung/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 3,
            "typestatisticsaustria": 9
        },
        {
            "id": 1309,
            "name": "Science Park Graz GmbH",
            "street": "Plüddemanngasse 39",
            "zipcode": "8010",
            "city": "Graz",
            "url": "http://sciencepark.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 12
        }
    ]
}