Research Infrastructure in Austria - Open for Collaboration
This API provides access to research infrastructures in Austria that are published as "Open for Collaboration" in the BMBWF public research infrastructure database, maintained by the Austrian Federal Ministry of Education, Science and Research. It lists infrastructures offered by participating research institutions and companies, allowing users to search for or offer facilities for new cooperation projects in science, research, business and industry. The database serves as an information platform to make Austria's diverse research infrastructures and their collaboration possibilities transparent and publicly visible, supporting the country's international research positioning.Research infrastructures in Austria: consultation of all published Open for Collaboration research infrastructures (hereinafter referred to as "FI") of participating research institutions and companies from the BMBWF public research infrastructure database. The public BMBWF research infrastructure database is Open for Collaboration and provides an information platform for the creation of new collaborations in science, research, business and industry in Austria. Through the database, research infrastructures for new cooperation projects can be found or offered. Research infrastructures are an essential basis for excellent research and thus also for Austria's international positioning. As one of the very few countries in the world, Austria has a public research infrastructure database that makes the diversity of research infrastructures and their possibilities for cooperation and use in science, research, business and industry transparent and publicly visible.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (3 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| result | array | List of research infrastructure records returned by the API.List of research infrastructure records returned by the API. |
| _links | object | Navigation links for paginating through the API results.Navigation links for paginating through the API results. |
| _meta | object | Metadata about the result set, such as page size and count.Metadata about the result set, such as page size and count. |
Schema inferred from the distribution file's first records 4 days ago. Column types are sampled estimates, not source-declared.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (1 record)
Record 1_meta: {"perPage":100,"pageCount":30,"totalCoun · _links: {"last":{"href":"https://forschungsinfra
{
"_meta": {
"perPage": 100,
"pageCount": 30,
"totalCount": 2974,
"currentPage": 1
},
"_links": {
"last": {
"href": "https://forschungsinfrastruktur.bmfwf.gv.at/api/v1/infrastrukturen?page=30"
},
"next": {
"href": "https://forschungsinfrastruktur.bmfwf.gv.at/api/v1/infrastrukturen?page=2"
},
"self": {
"href": "https://forschungsinfrastruktur.bmfwf.gv.at/api/v1/infrastrukturen?page=1"
},
"first": {
"href": "https://forschungsinfrastruktur.bmfwf.gv.at/api/v1/infrastrukturen?page=1"
}
},
"result": "[large value omitted]"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://forschungsinfrastruktur.bmbwf.gv.at
- Format
- rest
Query examples
curl -sL 'https://forschungsinfrastruktur.bmbwf.gv.at/api/v1/infrastrukturen' -o data.jsonFull ndjson file download — the schema shown was inferred from the file's first records.