Skip to content

Commit 1d4ae38

Browse files
committed
Add Europeana Data API section only
1 parent 87bfd9d commit 1d4ae38

1 file changed

Lines changed: 37 additions & 31 deletions

File tree

sources.md

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

2525

26+
## Flickr
27+
28+
**Description:** _With over 5 billion photos (many with valuable metadata such
29+
as tags, geolocation, and Exif data), the Flickr community creates wonderfully
30+
rich data. The Flickr API is how you can access that data. In fact, almost all
31+
the functionality that runs flickr.com is available through the API._ ([Flickr:
32+
The Flickr Developer Guide](https://www.flickr.com/services/developer/))
33+
34+
**API documentation link:**
35+
- [API documentation - Flickr Services](https://www.flickr.com/services/api/)
36+
37+
**API information:**
38+
- API key required
39+
- Query limit: 3600 requests per hour
40+
- Data available through CSV format
41+
42+
## GitHub
43+
44+
**Description:** A development platform for hosting and managing code.
45+
46+
**API documentation link:**
47+
- [GitHub REST API v3](https://docs.github.com/en/rest)
48+
49+
**API information:**
50+
- API key not required but recommended by GitHub
51+
- Query limit: 60 requests per hour if unauthenticated,
52+
5000 requests per hour if authenticated
53+
- Data available through JSON format
54+
55+
2656
## GCS (Google Custom Search) JSON API
2757

2858
**Description:** The Custom Search JSON API allows user-defined detailed query
@@ -68,40 +98,17 @@ and access towards related query data using a programmable search engine.
6898
[reference-appendix]: https://developers.google.com/custom-search/docs/xml_results_appendices
6999

70100

71-
## GitHub
72-
73-
**Description:** A development platform for hosting and managing code.
74-
75-
**API documentation link:**
76-
- [GitHub REST API v3](https://docs.github.com/en/rest)
77-
78-
**API information:**
79-
- API key not required but recommended by GitHub
80-
- Query limit: 60 requests per hour if unauthenticated,
81-
5000 requests per hour if authenticated
82-
- Data available through JSON format
83-
84-
## Wikipedia
101+
## Internet Archive Python Interface
85102

86-
**Description:** The Wikipedia API allows users to query statistics of pages,
87-
categories, revisions from a public API endpoint. We have included two urls in
88-
the project: The `WIKIPEDIA_BASE_URL` AND `WIKIPEDIA_MATRIX_URL`. The
89-
`WIKIPEDIA_BASE_URL` provides access to articles, categories, and metadata from
90-
the English version of Wikipedia. It runs on the MediaWiki Action API, but this
91-
instance only provides English Wikipedia data. Then the `WIKIPEDIA_MATRIX_URL`
92-
provides access to information of all wikimedia projects including the different
93-
language edition of wikipedia. It runs on the Meta-Wiki API.
103+
**Description:** A python interface to archive.org to achieve API requests
104+
towards internet archive.
94105

95106
**API documentation link:**
96-
[WIKIPEDIA_BASE_URL documentation](https://en.wikipedia.org/w/api.php)
97-
[WIKIPEDIA_BASE_URL reference page](https://www.mediawiki.org/wiki/API:Main_page)
98-
[WIKIPEDIA_MATRIX_URL documentation](https://meta.wikimedia.org/w/api.php)
99-
[WIKIPEDIA_MATRIX_URL reference page](https://www.mediawiki.org/wiki/API:Sitematrix)
107+
- [internetarchive.Search - Internetarchive: A Python Interface to
108+
archive.org][ia-search]
100109

101110
**API information:**
102111
- No API key required
103-
- Query limit: It is rate-limited only to prevent abuse
104-
- Data available through XML or JSON format
105112
- No query limits
106113

107114
[ia-search]: https://internetarchive.readthedocs.io/en/stable/internetarchive.html#internetarchive.Search
@@ -168,11 +175,10 @@ adjust video parameters, and obtain search results.
168175
- Query limit: depends on the type and number of requests
169176
- Data available through JSON format
170177

171-
## EUROPEANA DATA API
178+
## EUROPEANA DATA API
172179

173180
**Description:**
174-
The **Europeana Search API** provides access to digital cultural heritage metadata records aggregated from museums, libraries, and archives across Europe.
175-
This project uses the API to fetch aggregated counts of cultural heritage records by data provider, rights statement, and theme.
181+
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.
176182

177183
**Official API Documentation:**
178184
- [Search API Documentation](https://europeana.atlassian.net/wiki/spaces/EF/pages/2385739812/Search+API+Documentation)

0 commit comments

Comments
 (0)