|
| 1 | +## Flickr |
| 2 | + |
| 3 | +**Description:** _With over 5 billion photos (many with valuable metadata such |
| 4 | +as tags, geolocation, and Exif data), the Flickr community creates wonderfully |
| 5 | +rich data. The Flickr API is how you can access that data. In fact, almost all |
| 6 | +the functionality that runs flickr.com is available through the API._ ([Flickr: |
| 7 | +The Flickr Developer Guide](https://www.flickr.com/services/developer/)) |
| 8 | + |
| 9 | +**API documentation link:** |
| 10 | +- [API documentation - Flickr Services](https://www.flickr.com/services/api/) |
| 11 | + |
| 12 | +**API information:** |
| 13 | +- API key required |
| 14 | +- Query limit: 3600 requests per hour |
| 15 | +- Data available through CSV format |
| 16 | + |
| 17 | + |
| 18 | +## Internet Archive Python Interface |
| 19 | + |
| 20 | +**Description:** A python interface to archive.org to achieve API requests |
| 21 | +towards internet archive. |
| 22 | + |
| 23 | +**API documentation link:** |
| 24 | +- [internetarchive.Search - Internetarchive: A Python Interface to |
| 25 | + archive.org][ia-search] |
| 26 | + |
| 27 | +**API information:** |
| 28 | +- No API key required |
| 29 | +- No query limits |
| 30 | + |
| 31 | +[ia-search]: https://internetarchive.readthedocs.io/en/stable/internetarchive.html#internetarchive.Search |
| 32 | + |
| 33 | + |
| 34 | +## MediaWiki Action API |
| 35 | + |
| 36 | +**Description:** _The MediaWiki Action API is a web service that allows access |
| 37 | +to some wiki features like authentication, page operations, and search. It can |
| 38 | +provide meta information about the wiki and the logged-in user._ ([API:Main |
| 39 | +page - MediaWiki](https://www.mediawiki.org/wiki/API:Main_page)) |
| 40 | + |
| 41 | +**API documentation link:** |
| 42 | +- [MediaWiki Action API](https://www.mediawiki.org/wiki/API:Main_page) |
| 43 | + |
| 44 | +**API information:** |
| 45 | + - No API key required |
| 46 | + - Query limit: depends on user status and request type |
| 47 | + - Data available through XML or JSON format |
| 48 | + |
| 49 | + |
| 50 | +## The Metropolitan Museum of Art Collection API |
| 51 | + |
| 52 | +**Description:** _The Met’s Open Access datasets are available through our API. |
| 53 | +The API (RESTful web service in JSON format) gives access to all of The Met’s |
| 54 | +Open Access data and to corresponding high resolution images (JPEG format) that |
| 55 | +are in the public domain._ ([The Metropolitan Museum of Art Collection |
| 56 | +API](https://metmuseum.github.io/)) |
| 57 | + |
| 58 | +**API documentation link:** |
| 59 | +- [Latest Updates | The Metropolitan Museum of Art Collection |
| 60 | + API](https://metmuseum.github.io/) |
| 61 | + |
| 62 | +**API information:** |
| 63 | + - No API key required |
| 64 | + - 80 queries per second |
| 65 | + |
| 66 | + |
| 67 | +## Vimeo API |
| 68 | + |
| 69 | +**Description:** The Vimeo API allows users to perform filtered, advanced |
| 70 | +search on Vimeo videos. |
| 71 | + |
| 72 | +**API documentation link:** |
| 73 | +- [Getting Started with the Vimeo API](https://developer.vimeo.com/api/start) |
| 74 | + |
| 75 | +**API information:** |
| 76 | + - API key required |
| 77 | + - Query limit: 5000 authenticated requests per day |
| 78 | + - Data available through JSON format |
| 79 | + |
| 80 | + |
| 81 | +## YouTube Data API |
| 82 | + |
| 83 | +**Description:** An API from YouTube for platform users to upload videos, |
| 84 | +adjust video parameters, and obtain search results. |
| 85 | + |
| 86 | +**API documentation link:** |
| 87 | +- [Search: list | YouTube Data API | Google |
| 88 | + Developers](https://developers.google.com/youtube/v3/docs/search/list) |
| 89 | + |
| 90 | +**API information:** |
| 91 | + - API key required |
| 92 | + - Query limit: depends on the type and number of requests |
| 93 | + - Data available through JSON format |
0 commit comments