Skip to content

Commit aa7b34f

Browse files
authored
fixes the formatting of sources.md
1 parent 1fc68d2 commit aa7b34f

1 file changed

Lines changed: 33 additions & 18 deletions

File tree

sources.md

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This project uses data from various sources that are openly licensed or in the p
44

55
## CC Legal Tools
66

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._
88

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)
1011

1112
**API information:**
1213
- No API key required
@@ -19,7 +20,8 @@ and Exif data), the Flickr community creates wonderfully rich data. The Flickr A
1920
access that data. In fact, almost all the functionality that runs flickr.com is available through
2021
the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/developer/))
2122

22-
**API documentation link:** [API documentation - Flickr Services](https://www.flickr.com/services/api/)
23+
**API documentation link:**
24+
- [API documentation - Flickr Services](https://www.flickr.com/services/api/)
2325

2426
**API information:**
2527
- API key required
@@ -28,7 +30,7 @@ the API._ ([Flickr: The Flickr Developer Guide](https://www.flickr.com/services/
2830

2931
## Google Custom Search JSON API
3032

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._
3234

3335
**API documentation links:**
3436
- [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/
4143

4244
## Internet Archive Python Interface
4345

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._
4547

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)
4750

4851
**API information:**
4952
- No API key required
5053
- No query limits
5154

5255
## The Metropolitan Museum of Art Collection API
5356

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:**
5763
- No API key required
5864
- 80 queries per second
5965

6066
## Vimeo API
6167

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:**
6574
- API key required
6675
- Query limit: 5000 authenticated requests per day
6776
- Data available through JSON format
6877

6978
## MediaWiki Action API
7079

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._
81+
82+
**API documentation link:**
83+
- [MediaWiki Action API](https://www.mediawiki.org/wiki/API:Main_page)
84+
85+
**API information:**
7486
- No API key required
7587
- Query limit: depends on user status and request type
7688
- Data available through XML or JSON format
7789

7890
## YouTube Data API
7991

80-
- Description: An API from YouTube for platform users to upload videos, adjust video parameters, and obtain search results.
81-
- API documentation link: [Search: list | YouTube Data API | Google Developers](https://developers.google.com/youtube/v3/docs/search/list)
82-
- API information:
92+
**Description:** _An API from YouTube for platform users to upload videos, adjust video parameters, and obtain search results._
93+
94+
**API documentation link:**
95+
- [Search: list | YouTube Data API | Google Developers](https://developers.google.com/youtube/v3/docs/search/list)
96+
97+
**API information:**
8398
- API key required
8499
- Query limit: depends on the type and number of requests
85100
- Data available through JSON format

0 commit comments

Comments
 (0)