Skip to content

Commit feff9aa

Browse files
authored
Create sources.md
1 parent 1d1194d commit feff9aa

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

sources.md

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Data Sources
2+
3+
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:** [List of all current CC legal tool paths by TimidRobot](https://gist.github.com/TimidRobot/6c7f9a1b0d8e5a3c4f2a6b0d5e5f4c7b)
10+
11+
**API information:**
12+
- No API key required
13+
- No query limits
14+
15+
## Flickr
16+
17+
**Description:** The Flickr API exposes identifiers for users, photos, photosets and other uniquely identifiable objects.
18+
19+
**API documentation link:** [API documentation - Flickr Services](https://www.flickr.com/services/api/)
20+
21+
**API information:**
22+
- API key required
23+
- Query limit: 3600 requests per hour
24+
- Data available through CSV format
25+
26+
## Google Custom Search JSON API
27+
28+
**Description:** The Custom Search JSON API allows user-defined detailed query and access towards related query data using a programmable search engine.
29+
30+
**API documentation links:**
31+
- [Custom Search JSON API Reference | Programmable Search Engine | Google Developers](https://developers.google.com/custom-search/v1/reference/rest)
32+
- [Method: cse.list | Custom Search JSON API | Google Developers](https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list)
33+
34+
**API information:**
35+
- API key required
36+
- Query limit: 100 queries per day for free version
37+
- Data available through JSON format
38+
39+
## Internet Archive Python Interface
40+
41+
**Description:** A python interface to archive.org to achieve API requests towards internet archive.
42+
43+
**API documentation link:** [internetarchive.Search - Internetarchive: A Python Interface to archive.org](https://internetarchive.readthedocs.io/en/latest/api.html#internetarchive.Search)
44+
45+
**API information:**
46+
- No API key required
47+
- No query limits
48+
49+
## The Metropolitan Museum of Art Collection API
50+
51+
- Description: An API endpoint for receiving Metropolitan Muesum of Art Collection's CC-Licensed works.
52+
- API documentation link: [Latest Updates | The Metropolitan Museum of Art Collection API](https://metmuseum.github.io/)
53+
- API information:
54+
- No API key required
55+
- No query limits
56+
57+
## Vimeo API
58+
59+
- Description: The Vimeo API allows users to perform filtered, advanced search on Vimeo videos.
60+
- API documentation link: [Getting Started with the Vimeo API](https://developer.vimeo.com/api/start)
61+
- API information:
62+
- API key required
63+
- Query limit: 5000 authenticated requests per day
64+
- Data available through JSON format
65+
66+
## MediaWiki Action API
67+
68+
- 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.
69+
- API documentation link: [MediaWiki Action API](https://www.mediawiki.org/wiki/API:Main_page)
70+
- API information:
71+
- No API key required
72+
- Query limit: depends on user status and request type
73+
- Data available through XML or JSON format
74+
75+
## YouTube Data API
76+
77+
- Description: An API from YouTube for platform users to upload videos, adjust video parameters, and obtain search results.
78+
- API documentation link: [Search: list | YouTube Data API | Google Developers](https://developers.google.com/youtube/v3/docs/search/list)
79+
- API information:
80+
- API key required
81+
- Query limit: depends on the type and number of requests
82+
- Data available through JSON format

0 commit comments

Comments
 (0)