European Commission
Search projects
European Commission
Search projects
Searches for CORDIS projects
GET
/
datasets
/
european-commission
/
cordis-projects
curl --request GET \
--url https://api.tic.io/datasets/european-commission/cordis-projects \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"projectId": 123,
"acronym": "<string>",
"contentUpdateDate": "2023-11-07T05:31:56Z",
"ecMaxContribution": 123,
"ecSignatureDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"frameworkProgramme": "<string>",
"fundingScheme": "<string>",
"grantDOI": "<string>",
"legalBasis": "<string>",
"masterCall": "<string>",
"nature": "<string>",
"objective": "<string>",
"rcn": 123,
"startDate": "2023-11-07T05:31:56Z",
"status": "<string>",
"subCall": "<string>",
"title": "<string>",
"topics": "<string>",
"totalCost": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Query Parameters
Acronym or project id, use % for wildcard
Response
200 - application/json
OK
curl --request GET \
--url https://api.tic.io/datasets/european-commission/cordis-projects \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"projectId": 123,
"acronym": "<string>",
"contentUpdateDate": "2023-11-07T05:31:56Z",
"ecMaxContribution": 123,
"ecSignatureDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"frameworkProgramme": "<string>",
"fundingScheme": "<string>",
"grantDOI": "<string>",
"legalBasis": "<string>",
"masterCall": "<string>",
"nature": "<string>",
"objective": "<string>",
"rcn": 123,
"startDate": "2023-11-07T05:31:56Z",
"status": "<string>",
"subCall": "<string>",
"title": "<string>",
"topics": "<string>",
"totalCost": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}