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=20
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=40",
    "previous": "https://api-test.medunigraz.at/v1/research/funder/?format=api&limit=20",
    "results": [
        {
            "id": 9,
            "name": "FWF, Fonds zur Förderung der Wissenschaftlichen Forschung",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.fwf.ac.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 30,
            "typeintellectualcapitalaccounting": 5,
            "typestatisticsaustria": 1
        },
        {
            "id": 10,
            "name": "Europäische Kommission",
            "street": "Rue de la Loi",
            "zipcode": null,
            "city": "Brussels",
            "url": "https://ec.europa.eu/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 56,
            "category": 20,
            "typeintellectualcapitalaccounting": 1,
            "typestatisticsaustria": 14
        },
        {
            "id": 11,
            "name": "Forschungsförderungsfonds der gewerblichen Wirtschaft (FFF)",
            "street": "Kärntner Straße 21-23",
            "zipcode": "A-1015",
            "city": "Wien",
            "url": "http://www.fff.co.at",
            "telephone": "+43/1/512584-0",
            "email": "office@fff.co.at ",
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 35,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 12,
            "name": "Österreichische Nationalbank (Jubiläumsfonds)",
            "street": "Otto Wagner Platz 3",
            "zipcode": "A-1090",
            "city": "Wien",
            "url": "http://www.oenb.at/ ",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 85,
            "typeintellectualcapitalaccounting": 14,
            "typestatisticsaustria": 4
        },
        {
            "id": 15,
            "name": "Österreichische Akademie der Wissenschaften, ÖAW",
            "street": "Dr. Ignaz Seipel-Platz 2",
            "zipcode": "A-1010",
            "city": "Wien",
            "url": "http://www.oeaw.ac.at/",
            "telephone": "+43-1-51581-0",
            "email": "webmaster@oeaw.ac.at",
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 40,
            "typeintellectualcapitalaccounting": 13,
            "typestatisticsaustria": 3
        },
        {
            "id": 19,
            "name": "Ludwig Boltzmann Gesellschaft",
            "street": "Nußdorfer Straße 64",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.ludwigboltzmann.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 7,
            "typestatisticsaustria": 12
        },
        {
            "id": 20,
            "name": "Österreichische Agentur für internationale Mobilität und Kooperation in Bildung, Wissenschaft und Forschung, OeAD GmbH (ÖAD)",
            "street": "Ebendorferstraße 7",
            "zipcode": "A-1010",
            "city": "Wien",
            "url": "http://www.oead.ac.at/",
            "telephone": "+43/1/4277-28101",
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 5
        },
        {
            "id": 23,
            "name": "Christian Doppler Forschungsgesellschaft (CDG)",
            "street": "Sensengasse 1",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.cdg.ac.at",
            "telephone": "+43/1/504 22 05",
            "email": "dobinger@cdg.ac.at",
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 91,
            "typeintellectualcapitalaccounting": 17,
            "typestatisticsaustria": 7
        },
        {
            "id": 25,
            "name": "Bundesministerium für Wissenschaft und Forschung (bmwf)",
            "street": "Minoritenplatz 5",
            "zipcode": "1014",
            "city": "Wien",
            "url": "http://www.bmwf.gv.at/",
            "telephone": "++43/1/53120-0",
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 25,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 423,
            "name": "Leukämiehilfe Steiermark",
            "street": null,
            "zipcode": null,
            "city": "Kainbach bei Graz",
            "url": "http://www.leukaemiehilfe.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 11
        },
        {
            "id": 416,
            "name": "Österreichische Forschungsförderungsgesellschaft mbH (FFG/mit peer review)",
            "street": "Sensengasse 1",
            "zipcode": "1090",
            "city": "Wien",
            "url": "http://www.ffg.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 12,
            "typestatisticsaustria": 2
        },
        {
            "id": 431,
            "name": "European Foundation for the Study of Diabetes (EFSD)",
            "street": "Rheindorfer Weg 3",
            "zipcode": "40591 ",
            "city": "Düsseldorf",
            "url": "http://www.europeandiabetesfoundation.org/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 276,
            "category": 100,
            "typeintellectualcapitalaccounting": 16,
            "typestatisticsaustria": 15
        },
        {
            "id": 1152,
            "name": "Danish Agency for Science, Technology and Innovation",
            "street": "Bredgade 40",
            "zipcode": "1260",
            "city": "Copenhagen",
            "url": "http://en.fi.dk/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 208,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 457,
            "name": "Stadt Graz",
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "url": "http://www.graz.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 55,
            "typeintellectualcapitalaccounting": 4,
            "typestatisticsaustria": 10
        },
        {
            "id": 135,
            "name": "Land Steiermark",
            "street": null,
            "zipcode": null,
            "city": "Graz",
            "url": "http://www.steiermark.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 65,
            "typeintellectualcapitalaccounting": 3,
            "typestatisticsaustria": 8
        },
        {
            "id": 150,
            "name": "Österreichischer Herzfonds",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.herzfonds.at/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 90,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 5
        },
        {
            "id": 35,
            "name": "Deutsche Forschungsgemeinschaft",
            "street": "Kennedyallee 40",
            "zipcode": "D-53175",
            "city": "Bonn",
            "url": "http://www.dfg.de",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 276,
            "category": 91,
            "typeintellectualcapitalaccounting": 15,
            "typestatisticsaustria": 15
        },
        {
            "id": 40,
            "name": "Bundesministerium für Wirtschaft und Arbeit",
            "street": null,
            "zipcode": null,
            "city": "Wien",
            "url": "http://www.bmwa.gv.at",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": 25,
            "typeintellectualcapitalaccounting": 2,
            "typestatisticsaustria": 7
        },
        {
            "id": 214,
            "name": "The Wellcome Trust",
            "street": null,
            "zipcode": null,
            "city": "London",
            "url": "http://www.wellcome.ac.uk/",
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": true,
            "patron_associate_professor": true,
            "country": 826,
            "category": 91,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 15
        },
        {
            "id": 895,
            "name": "Hygienefonds der Med Uni Graz",
            "street": "Auenbruggerplatz 2",
            "zipcode": "8036",
            "city": "Graz",
            "url": null,
            "telephone": null,
            "email": null,
            "patron": true,
            "patron_peer_review": false,
            "patron_associate_professor": false,
            "country": 40,
            "category": null,
            "typeintellectualcapitalaccounting": 10,
            "typestatisticsaustria": 6
        }
    ]
}