next
previous
items

Template Service API V3

Page Last modified 07 May 2019
1 min read
This API is used to integrate a website into the EEA standard design.

Standard API (ver. 3)

getRequiredHead
This method returns the required HTML head with common merged JS and CSS declarations.
https://www.eea.europa.eu/templates/v3/getRequiredHead OR
http://www.eea.europa.eu/templates/v3/getRequiredHead
Disabling Javascripts and KSS: Javascript libraries and KSS can be disabled in template service by sending argument jsdisable='all' to getRequiredHead. The same argument should be sent to getHeader also.
getHeader
This method returns the header. Optional parameter "jsdisable" works together with setting this parameter on getRequiredHead.
https://www.eea.europa.eu/templates/v3/getHeader OR
http://www.eea.europa.eu/templates/v3/getHeader
getFooter
This method returns the required footer.
https://www.eea.europa.eu/templates/v3/getFooter OR
http://www.eea.europa.eu/templates/v3/getFooter

I18N: Translated template

In order to get a translated version of the EEA template, please add the 2-letters ISO 639-1 language code into the URL call. For example, to get the header in Italian you would call the header like this:

  • https://www.eea.europa.eu/templates/v3/it/getHeader OR
  • http://www.eea.europa.eu/templates/v3/it/getHeader

The language code is used, it must be used consistently on all the calls, in order to not mix languages.

Performance and caching

All the template service calls are cached by a proxy cache system (squid) at the EEA servers. This improves the response time from EEA.

However we do not reccomend to rely solely on the EEA template service when thinking about performance. We strongly recommend you locally cache each call to the template service and then provide a way to EEA for invalidating and refreshing your local cached template.

For example, you should provide a URL similar either as

  • parameter https://myproject.eea.europa.eu/?refreshtemplate=1 OR
  • page https://myproject.eea.europa.eu/refreshtemplate

 

This will allow EEA to refresh the templates on all sites when a new template and CSS is available. In this way all sites will stay synchronized with latest design and main navigation.

Permalinks

Geographic coverage

Tags

Filed under:
Filed under: eea
Document Actions