You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 8 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 7 година
пре 7 година
пре 8 година
пре 8 година
пре 8 година
пре 7 година
пре 7 година
пре 7 година
пре 7 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 7 година
пре 7 година
пре 8 година
пре 7 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 7 година
пре 7 година
пре 8 година
пре 7 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
пре 8 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. # Public APIs
  2. A collective list of JSON APIs for use in web development.
  3. For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md).
  4. ## Index
  5. * [Animals](#animals)
  6. * [Anime](#anime)
  7. * [Anti-Malware](#anti-malware)
  8. * [Art & Design](#art--design)
  9. * [Books](#books)
  10. * [Business](#business)
  11. * [Calendar](#calendar)
  12. * [Cloud Storage & File Sharing](#cloud-storage--file-sharing)
  13. * [Currency Exchange](#currency-exchange)
  14. * [Development](#development)
  15. * [Documents & Productivity](#documents--productivity)
  16. * [Data Access](#data-access)
  17. * [Data Validation](#data-validation)
  18. * [Environment](#environment)
  19. * [Food and Drink](#food-and-drink)
  20. * [Games & Comics](#games--comics)
  21. * [Geocoding](#geocoding)
  22. * [Health](#health)
  23. * [Machine Learning](#machine-learning)
  24. * [Music](#music)
  25. * [News](#news)
  26. * [Open Source projects](#open-source-projects)
  27. * [Personality](#personality)
  28. * [Photography](#photography)
  29. * [Science](#science)
  30. * [Security](#security)
  31. * [Shopping](#shopping)
  32. * [Social](#social)
  33. * [Sports/Fitness](#sportsfitness)
  34. * [Transportation](#transportation)
  35. * [University](#university)
  36. * [Vehicle](#vehicle)
  37. * [Video](#video)
  38. * [Weather](#weather)
  39. ### Animals
  40. | API | Description | Auth | HTTPS | Link |
  41. |---|---|---|---|---|
  42. | IUCN | IUCN Red List of Threatened Species | `token` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) |
  43. | Petfinder | Adoption | No | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) |
  44. | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) |
  45. ### Anime
  46. | API | Description | Auth | HTTPS | Link |
  47. |---|---|---|---|---|
  48. | AniList | AniList Anime | `oAuth` | No | [Go!](http://anilist-api.readthedocs.org/en/latest/#) |
  49. | Kitsu | Kitsu Anime | `oAuth` | No | [Go!](http://docs.kitsu17.apiary.io/) |
  50. ### Anti-Malware
  51. | API | Description | Auth | HTTPS | Link |
  52. |---|---|---|---|---|
  53. | Certly | Certly Link/Domain Flagging | `token` | Yes | [Go!](https://guard.certly.io/) |
  54. | Google Safe Browsing | Google Link/Domain Flagging | `token` | Yes | [Go!](https://developers.google.com/safe-browsing/) |
  55. | Metacert | Metacert Link Flagging | `token` | Yes | [Go!](https://metacert.com/) |
  56. | VirusTotal | VirusTotal File/URL Analysis | `token` | Yes | [Go!](https://www.virustotal.com/en/documentation/public-api/) |
  57. | Web Of Trust (WOT) | Website reputation | `key` string | Yes | [Go!](https://www.mywot.com/wiki/API) |
  58. ### Art & Design
  59. | API | Description | Auth | HTTPS | Link |
  60. |---|---|---|---|---|
  61. | Dribbble | Design | `oAuth` | No | [Go!](http://developer.dribbble.com/v1/) |
  62. | Noun Project | Icons | `oAuth` | No | [Go!](http://api.thenounproject.com/index.html) |
  63. | Rijksmuseum| Art | No | Yes | [Go!](https://www.rijksmuseum.nl/en/api) |
  64. ### Books
  65. | API | Description | Auth | HTTPS | Link |
  66. |---|---|---|---|---|
  67. | British National Bibliography | Books | No | No | [Go!](http://bnb.data.bl.uk/) |
  68. | Good Reads | Books | No | Yes | [Go!](https://www.goodreads.com/api) |
  69. | Google Books | Books | `oAuth` | Yes | [Go!](https://developers.google.com/books/) |
  70. ### Business
  71. | API | Description | Auth | HTTPS | Link |
  72. |---|---|---|---|---|
  73. | mailgun | Email Service | `apiKey` query string | No | [Go!](http://www.mailgun.com/) |
  74. | markerapi | Trademark Search | No | No | [Go!](http://www.markerapi.com/) |
  75. ### Calendar
  76. | API | Description | Auth | HTTPS | Link |
  77. |---|---|---|---|---|
  78. | Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) |
  79. | Date and Time | Global Date and Time | No | No | [Go!](http://www.timeanddate.com/services/api/) |
  80. | Holidays | Free API for obtaining information about holidays. | No | No | [Go!](http://holidayapi.com/) |
  81. | Non-Working Days | Database of ICS files for non working days | No | Yes | [Go!](https://github.com/gadael/icsdb) |
  82. ### Cloud Storage & File Sharing
  83. | API | Description | Auth | HTTPS | Link |
  84. |---|---|---|---|---|
  85. | Box | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developer.box.com/) |
  86. | Dropbox | File Sharing and Storage | `oAuth` | Yes | [Go!](https://www.dropbox.com/developers) |
  87. | Google Drive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://developers.google.com/drive/) |
  88. | OneDrive | File Sharing and Storage | `oAuth` | Yes | [Go!](https://dev.onedrive.com/) |
  89. ### Currency Exchange
  90. | API | Description | Auth | HTTPS | Link |
  91. |---|---|---|---|---|
  92. | Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go!](https://currencylayer.com/documentation) |
  93. | Fixer.io | Exchange rates and currency conversion | No | No | [Go!](http://fixer.io) |
  94. ### Development
  95. | API | Description | Auth | HTTPS | Link |
  96. |---|---|---|---|---|
  97. | Adorable Avatars | Generate random cartoon avatars | No | No | [Go!](http://avatars.adorable.io) |
  98. | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) |
  99. | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) |
  100. | Faceplusplus | A tool to detect face | `oAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) |
  101. | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) |
  102. | Gitter | Chat for GitHub | `oAuth` | Yes | [Go!](https://developer.gitter.im/docs/) |
  103. | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) |
  104. | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) |
  105. | LiveCoding | Live Coding Streaming | `oAuth` | Yes | [Go!](https://www.livecoding.tv/developer/applications/) |
  106. | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) |
  107. | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) |
  108. | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) |
  109. | Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) |
  110. | Random Word | Generate random word | No | No | [Go!](http://randomword.setgetgo.com/) |
  111. | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) |
  112. | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | No | [Go!](http://reqres.in/) |
  113. | RoboHash | Generate random robot/alien avatars | No | Yes | [Go!](https://robohash.org/) |
  114. | StackExchange | Q&A forum for developers | `oAuth` | Yes | [Go!](https://api.stackexchange.com/) |
  115. | Stormpath | User Authentication | `apiKey` | Yes | [Go!](https://stormpath.com/) |
  116. | UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go!](http://uifaces.com/api) |
  117. | UI Names | Generate random fake names | No | Yes | [Go!](https://github.com/thm/uinames) |
  118. ### Documents & Productivity
  119. | API | Description | OAuth |Link |
  120. |---|---|---|---|---|
  121. | File.io | Files | No | Yes | [Go!](https://file.io) |
  122. | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) |
  123. | Wunderlist | Todo Lists | `oAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) |
  124. ### Data Access
  125. | API | Description | Auth | HTTPS | Link |
  126. |---|---|---|---|---|
  127. | 18F | US Federal Government /Developer Program | No | No | [Go!](http://18f.github.io/API-All-the-X/) |
  128. | Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/abbreviations) |
  129. | Callook.info | United States ham radio callsigns | No | Yes | [Go!](https://callook.info) |
  130. | Celebinfo | Celebrity information | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/daxeel/celebinfo/) |
  131. | Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go!](http://codataengine.org/) |
  132. | Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | [Go!](https://data.colorado.gov/) |
  133. | Data USA | US Public Data | No | No | [Go!](http://datausa.io/about/api/) |
  134. | Dronestream | Tracks United States drone strikes | No | No | [Go!](http://dronestre.am/) |
  135. | fonoApi | Mobile Device Description | No | Yes | [Go!](https://fonoapi.freshpixl.com/) |
  136. | Open Government, Australia | Australian Government Open Data | No | Yes | [Go!](https://www.data.gov.au/) |
  137. | Open Government, USA | United States Government Open Data | No | Yes | [Go!](https://www.data.gov/) |
  138. | Open Government, Canada | Canadian Government Open Data | No | No | [Go!](http://open.canada.ca/en) |
  139. | Open Government Data, India | Indian Government Open Data | `token` | Yes | [Go!](https://data.gov.in/) |
  140. | Pearson | Dictionary Data | `apiKey` query string | No | [Go!](http://developer.pearson.com/apis/dictionaries) |
  141. | Quandl | Stock Market Data | No | Yes | [Go!](https://www.quandl.com/) |
  142. | Scoop.it | Content Curation Service | `apiKey` query string | Yes | [Go!](https://www.scoop.it/dev) |
  143. | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) |
  144. | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) |
  145. | Yelp | Find Local Business | `oAuth` | Yes | [Go!](https://www.yelp.com/developers) |
  146. ### Data Validation
  147. | API | Description | OAuth |Link |
  148. |---|---|---|---|---|
  149. | languagelayer | Language detection | No | Yes | [Go!](https://languagelayer.com) |
  150. | mailboxlayer | Email address validation | No | Yes | [Go!](https://mailboxlayer.com) |
  151. | numverify | Phone number validation | No | Yes | [Go!](https://numverify.com) |
  152. | vatlayer | VAT number validation | No | Yes | [Go!](https://vatlayer.com) |
  153. ### Environment
  154. | API | Description | Auth | HTTPS | Link |
  155. |---|---|---|---|---|
  156. | PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go!](http://www.pm25.in/api_doc) |
  157. ### Food and Drink
  158. | API | Description | Auth | HTTPS | Link |
  159. |---|---|---|---|---|
  160. | BigOven | Recipe Search | `X-Mashape-Key` as header | No | [Go!](http://api2.bigoven.com/) |
  161. | BreweryDB | Beer | `apiKey` query string | No | [Go!](http://www.brewerydb.com/developers) |
  162. | Edamam | Recipe Search | `apiKey` query string | Yes | [Go!](https://developer.edamam.com/) |
  163. | Food2Fork | Recipe Search | `apiKey` query string | No | [Go!](http://food2fork.com/about/api) |
  164. | LCBO | Alcohol | `apiKey` query string | Yes | [Go!](https://lcboapi.com/) |
  165. | PunkAPI | Brewdog Beer Recipes | No | Yes | [Go!](https://punkapi.com/) |
  166. | Recipe Puppy | Food | No | No | [Go!](http://www.recipepuppy.com/about/api/) |
  167. | Yummly | Find food recipes | No | Yes | [Go!](https://developer.yummly.com/) |
  168. ### Games & Comics
  169. | API | Description | Auth | HTTPS | Link |
  170. |---|---|---|---|---|
  171. | Battle.net | Blizzard Entertainment | No | Yes | [Go!](https://dev.battle.net/) |
  172. | Chuck Norris Database | Jokes | No | No | [Go!](http://www.icndb.com/api) |
  173. | Clash of Clans | Clash of Clans Game Information | No | Yes | [Go!](https://developer.clashofclans.com) |
  174. | Clash Royale | Clash Royale Game Information | No | Yes | [Go!](https://github.com/martincarrera/clash-royale-api) |
  175. | Comic Vine | Comics | No | No | [Go!](http://comicvine.gamespot.com/api/documentation) |
  176. | Deck of Cards | Deck of Cards | No | No | [Go!](http://deckofcardsapi.com/) |
  177. | Eve Online | Third-Party Developer Documentation | `oAuth` required for some parts | Yes | [Go!](https://eveonline-third-party-documentation.readthedocs.io/en/latest/) |
  178. | Giant Bomb | Video Games | No | [Go!](http://www.giantbomb.com/api/documentation) |
  179. | Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` query string (for some routes) | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) |
  180. | Magic The Gathering | Magic The Gathering Game Information | No | No | [Go!](http://magicthegathering.io/) |
  181. | Marvel | Marvel Comics | No | No | [Go!](http://developer.marvel.com) |
  182. | Minecraft | Minecraft server info & user info) | No | Yes | [Go!](https://mcapi.ca/) |
  183. | Open Trivia | Trivia Questions | No | Yes | [Go!](https://opentdb.com/api_config.php) |
  184. | Pokéapi | Pokémon Information | No | No | [Go!](http://pokeapi.co) |
  185. | Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go!](https://developer.riotgames.com/) |
  186. | Steam | Steam Client Interaction | `oAuth` | Yes | [Go!](https://developer.valvesoftware.com/wiki/Steam_Web_API) |
  187. | SWAPI | Star Wars Information | No | Yes | [Go!](https://swapi.co) |
  188. ### Geocoding
  189. | API | Description | Auth | HTTPS | Link |
  190. |---|---|---|---|---|
  191. | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) |
  192. | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) |
  193. | Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go!](https://developers.google.com/maps/) |
  194. | IP 2 Country | Map an IP to a country | No | Yes | [Go!](https://ip2country.info) |
  195. | IP Address Details| Find geolocation with ip address | No | Yes | [Go!](https://ipinfo.io/) |
  196. | Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go!](https://www.mapbox.com/developers/) |
  197. | Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go!](https://mapzen.com/projects/search) |
  198. | Mexico | Mexico RESTful zip codes API | No | Yes | [Go!](https://github.com/IcaliaLabs/sepomex) |
  199. | OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go!](https://geocoder.opencagedata.com) |
  200. | OpenStreetMap | Navigation, geolocation and geographical data | `oAuth` | No | [Go!](http://wiki.openstreetmap.org/wiki/API) |
  201. | PostcodeData.nl | Provide geolocation data based on postcode for Dutch addresses | No | No | [Go!](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) |
  202. | Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go!](https://postcodes.io) |
  203. ### Health
  204. | API | Description | Auth | HTTPS | Link |
  205. |---|---|---|---|---|
  206. | Diabetes | Logging and retrieving diabetes information | No | No | [Go!](http://predictbgl.com/api) |
  207. | Flutrack | Influenza-like symptoms with geotracking | No | No | [Go!](http://www.flutrack.org/) |
  208. | Makeup | Makeup Information | No | No | [Go!](http://makeup-api.herokuapp.com/) |
  209. | Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | Yes | [Go!](https://developer.nutritionix.com/) |
  210. | USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go!](https://ndb.nal.usda.gov/ndb/doc/index) |
  211. ### Machine Learning
  212. | API | Description | Auth | HTTPS | Link |
  213. |---|---|---|---|---|
  214. | Clarifai | Computer Vision | `oAuth` | Yes | [Go!](https://predictbgl.com/api) |
  215. | Wit.ai | Natural Language Processing | `oAuth` | Yes | [Go!](https://wit.ai/) |
  216. ### Music
  217. | API | Description | Auth | HTTPS | Link |
  218. |---|---|---|---|---|
  219. | Deezer | Music | `oAuth` | No | [Go!](http://developers.deezer.com/api) |
  220. | Discogs | Music | `oAuth` | Yes | [Go!](https://www.discogs.com/developers/) |
  221. | EchoNest | Music | No | No | [Go!](http://developer.echonest.com/docs/v4) |
  222. | Genius | Crowdsourced lyrics and music knowledge | `oAuth` | Yes | [Go!](https://docs.genius.com/) |
  223. | Jamendo | Music | `oAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) |
  224. | iTunes Search | Software products | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) |
  225. | LastFm | Music | No | No | [Go!](http://www.last.fm/api) |
  226. | Mixcloud | Music | No | Yes | [Go!](https://www.mixcloud.com/developers/) |
  227. | MusicBrainz | Music | No | Yes | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) |
  228. | Musikki | Music | No | Yes | [Go!](https://music-api.musikki.com/reference) |
  229. | Musixmatch | Music | `apikey` query string | Yes | [Go!](https://developer.musixmatch.com/) |
  230. | Songsterr | Provides guitar, bass and drums tabs and chords | No | Yes | [Go!](https://www.songsterr.com/a/wa/api/) |
  231. | Soundcloud | Music | No | Yes | [Go!](https://developers.soundcloud.com/) |
  232. | Spotify | Music | `oAuth` required for some parts | Yes | [Go!](https://developer.spotify.com/web-api/) |
  233. | Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | Yes | [Go!](https://api.vagalume.com.br/docs/) |
  234. ### News
  235. | API | Description | Auth | HTTPS | Link |
  236. |---|---|---|---|---|
  237. | New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) |
  238. ### Open Source projects
  239. | API | Description | Auth | HTTPS | Link |
  240. |---|---|---|---|---|
  241. | Countly | Countly web analytics | No | No | [Go!](http://resources.count.ly/) |
  242. | Drupal.org | Drupal.org | No | Yes | [Go!](https://www.drupal.org/drupalorg/api) |
  243. | Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go!](https://libraries.io/api) |
  244. ### Personality
  245. | API | Description | Auth | HTTPS | Link |
  246. |---|---|---|---|---|
  247. | Forismatic | Inspirational Quotes | No | No | [Go!](http://forismatic.com/en/api/) |
  248. | Medium | Community of readers and writers offering unique perspectives on ideas. | `oAuth` | Yes | [Go!](https://github.com/Medium/medium-api-docs) |
  249. | Quotes on Design | Inspirational Quotes | No | Yes | [Go!](https://quotesondesign.com/api-v4-0/) |
  250. | Traitify | Assess, collect, and analyze Personality | No | Yes | [Go!](https://developer.traitify.com/) |
  251. ### Photography
  252. | API | Description | Auth | HTTPS | Link |
  253. |---|---|---|---|---|
  254. | 500px | Photography Community | `oAuth` | Yes | [Go!](https://github.com/500px/api-documentation) |
  255. | Flickr | Flickr Services | `oAuth` | Yes | [Go!](https://www.flickr.com/services/api/) |
  256. | Gfycat | Jiffier GIFs | `oAuth` | Yes | [Go!](https://developers.gfycat.com/api/) |
  257. | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) |
  258. | Imgur | Images | `oAuth` | Yes | [Go!](https://api.imgur.com/#overview) |
  259. | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) |
  260. | Unsplash | Photography | `oAuth` | Yes | [Go!](https://unsplash.com/developers) |
  261. ### Science
  262. | API | Description | Auth | HTTPS | Link |
  263. |---|---|---|---|---|
  264. | Fedger.io | Query machine intelligence data | No | Yes | [Go!](https://dev.fedger.io/docs/) |
  265. | inspirehep.net | High Energy Physics info. system | No | Yes | [Go!](https://inspirehep.net/info/hep/api?ln=en) |
  266. | Launch Library | Upcoming Space Launches | No | Yes | [Go!](https://launchlibrary.net/1.2/docs/api.html) |
  267. | Minor Planet Center | Asterank.com Information | No | No | [Go!](http://www.asterank.com/mpc) |
  268. | NASA | NASA data, including imagery | No | Yes | [Go!](https://api.nasa.gov) |
  269. | Open Notify | ISS astronauts, current location, etc | No | No | [Go!](http://open-notify.org/Open-Notify-API/) |
  270. | Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go!](http://sunrise-sunset.org/api) |
  271. | USGS Earthquake Hazards Program | Earthquakes data real-time | No | No | [Go!](http://earthquake.usgs.gov/fdsnws/event/1/) |
  272. | World Bank | World Data | No | No | [Go!](http://data.worldbank.org/developers) |
  273. ### Security
  274. | API | Description | Auth | HTTPS | Link |
  275. |---|---|---|---|---|
  276. | AXFR Database | AXFR public database | No | [Go!](http://api.axfrcheck.com) |
  277. | UK Police | UK Police data | No | Yes | [Go!](https://data.police.uk/docs/) |
  278. ### Shopping
  279. | API | Description | Auth | HTTPS | Link |
  280. |---|---|---|---|---|
  281. | eBay | Sell and Buy on eBay | Yes | [Go!](https://go.developer.ebay.com/) |
  282. ### Social
  283. | API | Description | Auth | HTTPS | Link |
  284. |---|---|---|---|---|
  285. | Discord bot | Make bots for Discord | `oAuth` | Yes | [Go!](https://discordapp.com/developers/docs/intro) |
  286. | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `oAuth` | Yes | [Go!](https://developers.facebook.com/) |
  287. | Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `oAuth` | Yes | [Go!](https://developer.foursquare.com/) |
  288. | Fuck Off as a Service | Asks someone to fuck off | No | Yes | [Go!](https://www.foaas.com) |
  289. | Full Contact | Get Social Media profiles and contact Information | `oAuth` | Yes | [Go!](https://www.fullcontact.com/developer/docs/) |
  290. | HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go!](https://github.com/HackerNews/API) |
  291. | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `oAuth` | Yes | [Go!](https://www.instagram.com/developer/) |
  292. | LinkedIn | The foundation of all digital integrations with LinkedIn | `oAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) |
  293. | Telegram MTProto | Read and write Telegram data | `oAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) |
  294. | Telegram bot | Simplified HTTP version of the MTProto API for bots | `oAuth` | Yes | [Go!](https://core.telegram.org/bots/api) |
  295. | Pinterest | The world's catalog of ideas | `oAuth` | Yes | [Go!](https://developers.pinterest.com/) |
  296. | PWRTelegram bot | Boosted version of the Telegram bot API | `oAuth` | Yes | [Go!](https://pwrtelegram.xyz) |
  297. | Reddit | Homepage of the internet | `oAuth` required for some parts | Yes | [Go!](https://www.reddit.com/dev/api) |
  298. | Slack | Team Instant Messaging | `oAuth` | Yes | [Go!](https://api.slack.com/) |
  299. | Tumblr | Read and write Tumblr Data | `oAuth` | Yes | [Go!](https://www.tumblr.com/docs/en/api/v2) |
  300. | Twitch | Game Streaming API | `oAuth` | Yes | [Go!](https://github.com/justintv/Twitch-API) |
  301. | Twitter | Read and write Twitter data | `oAuth` | Yes | [Go!](https://dev.twitter.com/rest/public) |
  302. | vk API | Read and write vk dat | `oAuth` | Yes | [Go!](https://vk.com/dev/sites) |
  303. ### Sports/Fitness
  304. | API | Description | Auth | HTTPS | Link |
  305. |---|---|---|---|---|
  306. | City Bikes | City Bikes around the world | No | No | [Go!](http://api.citybik.es/v2/) |
  307. | Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go!](http://ergast.com/mrd/) |
  308. | FitBit | FitBit Information | No | Yes | [Go!](https://dev.fitbit.com) |
  309. | Football-Data.org | Football Data | No | No | [Go!](http://api.football-data.org) |
  310. | JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go!](https://developer.jcdecaux.com/) |
  311. | Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/dev132/cricket-live-scores) |
  312. | NFL Arrests | NFL Arrest Data | No | No | [Go!](http://nflarrest.com/api/) |
  313. | Pro Motocross | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go!](http://promotocrossapi.com) |
  314. | Strava | Connect with athletes, activities and more | [`oAuth`](https://strava.github.io/api/v3/oauth/)| Yes | [Go!](https://strava.github.io/api/) |
  315. | Wger | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go!](https://wger.de/en/software/api) |
  316. ### Transportation
  317. | API | Description | Auth | HTTPS | Link |
  318. |---|---|---|---|---|
  319. | Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go!](https://sandbox.amadeus.com/) |
  320. | Community Transit | Transitland API | No | Yes | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) |
  321. | Goibibo | API for travel search | `apiKey` query string | Yes | [Go!](https://developer.goibibo.com/docs) |
  322. | Indian Railways | Indian Railways API | `token` | [Go!](http://api.erail.in/) |
  323. | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) |
  324. | Schiphol Airport | Schiphol | `oAuth` | Yes | [Go!](https://flight-info.3scale.net/) |
  325. | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) |
  326. | Transport for Atlanta, US | Marta | No | No | [Go!](http://www.itsmarta.com/developers/data-sources/marta-bus-realtime-restful-api.aspx) |
  327. | Transport for Belgium | Belgian transport API | No | Yes | [Go!](https://hello.irail.be/api/) |
  328. | Transport for Boston, MA, USA | MBTA API | No | No | [Go!](http://realtime.mbta.com/Portal/Home/Documents) |
  329. | Transport for Budapest | Budapest public transport API | No | No | [Go!](http://docs.bkkfutar.apiary.io/) |
  330. | Transport for Chicago, US | CTA | No | No | [Go!](http://www.transitchicago.com/developers/) |
  331. | Transport for Czech Republic | Czech transport API | No | No | [Go!](http://www.chaps.cz/eng/products/idos-internet) |
  332. | Transport for Finland | Finnish transport API | No | No | [Go!](http://digitransit.fi/en/developers/) |
  333. | Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) |
  334. | Transport for Berlin | third-party VBB API | No | Yes | [Go!](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md) |
  335. | Transport for India | India Public Transport API | Api key | Yes | [Go!](https://data.gov.in/sector/transport) |
  336. | Transport for London, England | TfL API | No | Yes | [Go!](https://api.tfl.gov.uk) |
  337. | Transport for Minneapolis, US | NexTrip API | `oAuth` | No | [Go!](http://svc.metrotransit.org/) |
  338. | Transport for New York City | MTA | api key | No | [Go!](http://datamine.mta.info/) |
  339. | Transport for Norway | Norwegian transport API | No | No | [Go!](http://reisapi.ruter.no/help) |
  340. | Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go!](http://www.octranspo1.com/developers) |
  341. | Transport for Paris, France | RATP Open Data API | No | No | [Go!](http://data.ratp.fr/api/v1/console/datasets/1.0/search/) |
  342. | Transport for Philadelphia | SEPTA APIs | No | No | [Go!](http://www3.septa.org/hackathon/) |
  343. | Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | No | [Go!](http://data.rio/group/transporte-e-mobilidade) |
  344. | Transport for Sweden | Public Transport consumer | `oAuth` | Yes | [Go!](https://www.trafiklab.se/api) |
  345. | Transport for Switzerland | Swiss public transport API | No | Yes | [Go!](https://transport.opendata.ch/) |
  346. | Transport for São Paulo, Brazil | SPTrans | `oAuth` | No | [Go!](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx) |
  347. | Transport for The Netherlands | NS | No | No | [Go!](http://www.ns.nl/reisinformatie/ns-api) |
  348. | Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go!](https://developer.tokyometroapp.jp/) |
  349. | Transport for Toronto, Canada | TTC | No | Yes | [Go!](https://myttc.ca/developers) |
  350. | Transport for Vancouver, Canada | TransLink | `oAuth` | Yes | [Go!](https://developer.translink.ca/) |
  351. | Transport for Washington, US | Washington Metro transport API | `oAuth` | Yes | [Go!](https://developer.wmata.com/) |
  352. | Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string | No | [Go!](http://opendata.emtmadrid.es/Servicios-web/BUS) |
  353. | Transport for Auckland, New Zealand | Auckland Transport API | No | Yes | [Go!](https://api.at.govt.nz/) |
  354. | Uber | Request Uber rides, reach riders, transport things, and reward drivers | `oAuth` | Yes | [Go!](https://developer.uber.com/) |
  355. | WhereIsMyTransport | Platform for public transport data in emerging cities | `oAuth` | Yes | [Go!](https://developer.whereismytransport.com/) |
  356. ### University
  357. | API | Description | Auth | HTTPS | Link |
  358. |---|---|---|---|---|
  359. | Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) |
  360. ### Vehicle
  361. | API | Description | Auth | HTTPS | Link |
  362. |---|---|---|---|---|
  363. | Vehicles | Lot of vehicles informations | `apiKey` query string | No | [Go!](http://developer.edmunds.com/api-documentation/overview/) |
  364. ### Video
  365. | API | Description | Auth | HTTPS | Link |
  366. |---|---|---|---|---|
  367. | An API of Ice And Fire | Game Of Thrones API | No | Yes | [Go!](https://anapioficeandfire.com/) |
  368. | Dailymotion | Dailymotion Developer API | `oAuth` required for some parts | Yes | [Go!](https://developer.dailymotion.com/) |
  369. | MovieDB | Movie Data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) |
  370. | Netflix Roulette | Netflix database | No | No | [Go!](http://netflixroulette.net/api/) |
  371. | OMDB | Open movie database | No | Yes | [Go!](https://omdbapi.com/) |
  372. | Ron Swanson Quotes | Television | No | Yes | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) |
  373. | TVMaze | TV Show Data | No | No | [Go!](http://www.tvmaze.com/api) |
  374. | Video download | Video download API for youtube, rai.it, mediaset.it, la7.it and hundreds of other sites. | No | Yes | [Go!](https://api.daniil.it) |
  375. | Vimeo | Vimeo Developer API | `oAuth` | Yes | [Go!](https://developer.vimeo.com/) |
  376. | YouTube | Add YouTube functionality to your sites and apps. | `oAuth` required for some parts | Yes | [Go!](https://developers.google.com/youtube/) |
  377. ### Weather
  378. | API | Description | Auth | HTTPS | Link |
  379. |---|---|---|---|---|
  380. | Dark Sky | Weather | `apiKey` query string | Yes | [Go!](https://developer.forecast.io/) |
  381. | OpenWeatherMap | Weather | `apiKey` query string | No | [Go!](http://openweathermap.org/api) |
  382. | Wunderground | Weather | No | No | [Go!](http://www.wunderground.com/weather/api/) |
  383. | Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) |