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
Copy file name to clipboardExpand all lines: sources.md
+33-18Lines changed: 33 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ This project uses data from various sources that are openly licensed or in the p
4
4
5
5
## CC Legal Tools
6
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.
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
8
9
-
**API documentation link:**[List of all current CC legal tool paths by TimidRobot](https://github.com/creativecommons/quantifying/blob/main/google_custom_search/legal-tool-paths.txt)
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)
10
11
11
12
**API information:**
12
13
- No API key required
@@ -19,7 +20,8 @@ and Exif data), the Flickr community creates wonderfully rich data. The Flickr A
19
20
access that data. In fact, almost all the functionality that runs flickr.com is available through
20
21
the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/developer/))
@@ -28,7 +30,7 @@ the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/
28
30
29
31
## Google Custom Search JSON API
30
32
31
-
**Description:**The Custom Search JSON API allows user-defined detailed query and access towards related query data using a programmable search engine.
33
+
**Description:**_The Custom Search JSON API allows user-defined detailed query and access towards related query data using a programmable search engine._
32
34
33
35
**API documentation links:**
34
36
-[Custom Search JSON API Reference | Programmable Search Engine | Google Developers](https://developers.google.com/custom-search/v1/reference/rest)
@@ -41,45 +43,58 @@ the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/
41
43
42
44
## Internet Archive Python Interface
43
45
44
-
**Description:**A python interface to archive.org to achieve API requests towards internet archive.
46
+
**Description:**_A python interface to archive.org to achieve API requests towards internet archive._
45
47
46
-
**API documentation link:**[internetarchive.Search - Internetarchive: A Python Interface to archive.org](https://internetarchive.readthedocs.io/en/stable/internetarchive.html#internetarchive.Search)
48
+
**API documentation link:**
49
+
-[internetarchive.Search - Internetarchive: A Python Interface to archive.org](https://internetarchive.readthedocs.io/en/stable/internetarchive.html#internetarchive.Search)
47
50
48
51
**API information:**
49
52
- No API key required
50
53
- No query limits
51
54
52
55
## The Metropolitan Museum of Art Collection API
53
56
54
-
- Description: An API endpoint for receiving Metropolitan Muesum of Art Collection's CC-Licensed works.
55
-
- API documentation link: [Latest Updates | The Metropolitan Museum of Art Collection API](https://metmuseum.github.io/)
56
-
- API information:
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:**
57
63
- No API key required
58
64
- 80 queries per second
59
65
60
66
## Vimeo API
61
67
62
-
Description: The Vimeo API allows users to perform filtered, advanced search on Vimeo videos.
63
-
- API documentation link: [Getting Started with the Vimeo API](https://developer.vimeo.com/api/start)
64
-
- API information:
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:**
65
74
- API key required
66
75
- Query limit: 5000 authenticated requests per day
67
76
- Data available through JSON format
68
77
69
78
## MediaWiki Action API
70
79
71
-
- 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.
72
-
- API documentation link: [MediaWiki Action API](https://www.mediawiki.org/wiki/API:Main_page)
73
-
- API information:
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