Skip to content

Commit 5b1aa20

Browse files
committed
order sources and add a couple of Europeana notes
1 parent 4957746 commit 5b1aa20

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

sources.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,26 @@ tool paths.
2323
[prioritized-tool-urls]: data/prioritized-tool-urls.txt
2424

2525

26+
## EUROPEANA DATA API
27+
28+
**Description:**
29+
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+
2646
## GCS (Google Custom Search) JSON API
2747

2848
**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.
102122
- No API key required
103123
- Query limit: It is rate-limited only to prevent abuse
104124
- 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
120-
- Data available through JSON format
121-
- Offset-based pagination

0 commit comments

Comments
 (0)