You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Europeana Search API** provides access to digital cultural heritage metadata records aggregated from museums, libraries, and archives across Europe. This project uses the API to fetch aggregated counts of cultural heritage records by data provider, rights statement, and theme.
30
+
31
+
**Official API Documentation:**
32
+
-[Search API Documentation](https://europeana.atlassian.net/wiki/spaces/EF/pages/2385739812/Search+API+Documentation)
33
+
- Themes are listed in the Search API Request Parameter accordion
34
+
35
+
**API information:**
36
+
- API key required
37
+
- Minimum 0.003 seconds between queries
38
+
- Query parameters allow:
39
+
- Full-text searching (`query`)
40
+
- Retrieving metadata facets (`profile=facets`)
41
+
- Filtering by data provider, rights statement, and theme
42
+
- Data available through JSON format
43
+
- Offset-based pagination
44
+
45
+
26
46
## GCS (Google Custom Search) JSON API
27
47
28
48
**Description:** The Custom Search JSON API allows user-defined detailed query
@@ -102,20 +122,3 @@ language edition of wikipedia. It runs on the Meta-Wiki API.
102
122
- No API key required
103
123
- Query limit: It is rate-limited only to prevent abuse
104
124
- Data available through XML or JSON format
105
-
106
-
## EUROPEANA DATA API
107
-
108
-
**Description:**
109
-
The **Europeana Search API** provides access to digital cultural heritage metadata records aggregated from museums, libraries, and archives across Europe. This project uses the API to fetch aggregated counts of cultural heritage records by data provider, rights statement, and theme.
110
-
111
-
**Official API Documentation:**
112
-
-[Search API Documentation](https://europeana.atlassian.net/wiki/spaces/EF/pages/2385739812/Search+API+Documentation)
113
-
114
-
**API information:**
115
-
- API key required
116
-
- Query parameters allow:
117
-
- Full-text searching (`query`)
118
-
- Retrieving metadata facets (`profile=facets`)
119
-
- Filtering by data provider, rights statement, and theme
0 commit comments