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
This project uses data from various sources that are openly licensed or in the public domain. Below are the sources and their respective information:
4
+
5
+
## CC Legal Tools
6
+
7
+
**Description:**_A .txt provided by Timid Robot containing all legal tool paths. The data from Google Custom Search will only cover 50+ general, most significant categories of CC License for data collection quota constraint. As an additional note, the order of precedence of license the collected data's first column is sorted due to intermediate data analysis progress._
8
+
9
+
**API documentation link:**
10
+
-[List of all current CC legal tool paths by TimidRobot](https://github.com/creativecommons/quantifying/blob/main/google_custom_search/legal-tool-paths.txt)
11
+
12
+
**API information:**
13
+
- No API key required
14
+
- No query limits
15
+
16
+
## Flickr
17
+
18
+
**Description:**_With over 5 billion photos (many with valuable metadata such as tags, geolocation,
19
+
and Exif data), the Flickr community creates wonderfully rich data. The Flickr API is how you can
20
+
access that data. In fact, almost all the functionality that runs flickr.com is available through
21
+
the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/developer/))
**Description:**_The Custom Search JSON API allows user-defined detailed query and access towards related query data using a programmable search engine._
34
+
35
+
**API documentation links:**
36
+
-[Custom Search JSON API Reference | Programmable Search Engine | Google Developers](https://developers.google.com/custom-search/v1/reference/rest)
37
+
-[Method: cse.list | Custom Search JSON API | Google Developers](https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list)
38
+
39
+
**API information:**
40
+
- API key required
41
+
- Query limit: 100 queries per day for free version
42
+
- Data available through JSON format
43
+
44
+
## Internet Archive Python Interface
45
+
46
+
**Description:**_A python interface to archive.org to achieve API requests towards internet archive._
47
+
48
+
**API documentation link:**
49
+
-[internetarchive.Search - Internetarchive: A Python Interface to archive.org](https://internetarchive.readthedocs.io/en/stable/internetarchive.html#internetarchive.Search)
50
+
51
+
**API information:**
52
+
- No API key required
53
+
- No query limits
54
+
55
+
## The Metropolitan Museum of Art Collection API
56
+
57
+
**Description:**_An API endpoint for receiving Metropolitan Muesum of Art Collection's CC-Licensed works._
58
+
59
+
**API documentation link:**
60
+
-[Latest Updates | The Metropolitan Museum of Art Collection API](https://metmuseum.github.io/)
61
+
62
+
**API information:**
63
+
- No API key required
64
+
- 80 queries per second
65
+
66
+
## Vimeo API
67
+
68
+
**Description:**_The Vimeo API allows users to perform filtered, advanced search on Vimeo videos._
69
+
70
+
**API documentation link:**
71
+
-[Getting Started with the Vimeo API](https://developer.vimeo.com/api/start)
72
+
73
+
**API information:**
74
+
- API key required
75
+
- Query limit: 5000 authenticated requests per day
76
+
- Data available through JSON format
77
+
78
+
## MediaWiki Action API
79
+
80
+
**Description:**_The MediaWiki Action API is a web service that allows access to some wiki features like authentication, page operations, and search. It can provide meta information about the wiki and the logged-in user._
0 commit comments