Parameter | Datatype | Description |
---|
query | String | The search term(s). See Query Syntax for information on forming complex queries and examples. |
qf | String | Query Refinement. This parameter can be defined more than once. See Query Syntax page for more information. |
reusability | String | Filter by copyright status. Possible values are open, restricted or permission. |
media | Boolean | Filter by records where an URL to the full media file is present in the edm:isShownBy or edm:hasView metadata and is resolvable. |
thumbnail | Boolean | Filter by records where a thumbnail image has been generated for any of the WebResource media resources (thumbnail available in the edmPreview field). |
landingpage | Boolean | Filter by records where the link to the original object on the providers website (edm:isShownAt) is present and verified to be working. |
colourpalette | String | Filter by images where one of the colours (see colour palette) of an image matches the provided colour code. You can provide this parameter multiple times, the search will then do an 'AND' search on all the provided colours. See: Colour Palette |
theme | String | Restrict the query over one of the Europeana Thematic Collections. The possible values are: archaelogy, art, fashion, industrial, manuscript, map, migration, music, nature, newspaper, photography, sport, ww1. |
sort | String | Sorting records in ascending or descending order of search fields. The following fields are supported: score (relenvancy of the search result), timestamp_created, timestamp_update, europeana_id, COMPLETENESS, is_fulltext, has_thumbnails, and has_media. Sorting on more than one field is possible by supplying as comma separated values. It is also possible to randomly order items by using the keyword "random" instead of a field name. You can also request for a fixed random order by indicating a seed "random_SEED" which is useful when paginating along the same randomized order. Use: field_name+sort_order. Examples: sort=timestamp_update+desc sort=random+asc sort=random_12345+asc |
profile | String | A profile parameter which controls the format and richness of the response. |
rows | Number | The number of records to return. Maximum is 100. Defaults to 12. See pagination. |
start | Number | The item in the search results to start with when using cursor-based pagination. First item is 1. Defaults to 1. |
cursor | String | A cursor mark from where to start the search result set when using deep pagination. Set to * to start cursor-based pagination. |
callback | String | Name of a client side callback function, see JSONP. |