Authorizations
Query Parameters
Acronym or project id, use % for wildcard
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"
    }
  ]
}Searches for 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"
    }
  ]
}Acronym or project id, use % for wildcard