How to search Europeana website and API

How to search Europeana website and API

Introduction

Searching for specific metadata records or datasets across the Europeana website and APIs may not always be fully self explanatory. For the Europeana website, there is a dedicated page that explains how to search on the http://europeana.eu . The Europeana API documentation also explaining and listing all the possible search terms. But for some specific cases it is handy to have a few shortcuts, some specific queries to help solving a specific problem. In addition, we would like to also help you to search across our production website and APIs in the same way as on our preview website and APIs. This is what this page is aiming to achieve.

Production vs preview

Europeana.eu is the website you are familar with, which is where everything that is published will be visible. But we also have a preview environment, where everything will be before its published. You can work with this preview environment in the same way as with the production environment, but it is not really public as it is also not indexed by Google. Here you also find datasets that are depublished (e.g. because of broken links). This is also the staging environment we use to pause for feedback, before publishing the datasets. Same as for the websites, also APIs are available for production and preview.

When using the production Europeana APIs, it always starts with https://api.europeana.eu/, while for preview it starts with https://metis-preview-api-prod.eanadev.org/. In both environments, searching works in the exact same way.

Searching on europeana.eu

When searching on the Europeana website, the URL always starts with https://www.europeana.eu/en/search?, followed by the actual query, e.g. query=who%3AVermeer. Looking for everything from Vermeer will then lead to this URL: who:Vermeer - Search. With this in mind, more search queries can be developed and also search queries on our preview environment can be developed. The corresponding URL in Europeana preview is https://metis-preview-portal.eanadev.org/en/search?query=who%3AVermeer&view=grid .

Below we list a few more queries that you asked us about in the past:

Searching using the Europeana APIs

You can use the Europeana APIs to search for and retrieve information about your collections. Before getting started, you will need to request a personal API key and configure your browser to make API calls using your key. You can find detailed instructions on how to request and use a personal key here.

We have also prepared a dedicated section for data providers on the Europeana APIs FAQ page to help you get started.