The EU Single Electronic Data Interchange Area (SEDIA) offers a search API

funders_eu_search(
  legal_name = "Kungliga Tekniska",
  country = NULL,
  reg_number = NULL,
  pic = NULL,
  vat = NULL,
  erasmus_code = NULL
)

Arguments

legal_name

the legal name search string

country

the country search string

reg_number

the registration number search string

pic

the Participant Identification Code (9 digits)

vat

the VAT number

erasmus_code

the Erasmus code

Value

tibble with results

Examples

if (FALSE) {
if(interactive()){
 funders_eu_search(legal_name = "Kungliga Tekniska")
 funders_eu_search(vat = "SE202100305401")
 }
}