All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesall-sites-emerald-search-listing
select code_site as site_code,
site_name,
country_name,
site_type,
CONCAT('/sites/emerald/', code_site) as site_link
from EUNIS.latest.Site_Information
where site_type = 'Emerald site'
order by country_nameNo data