2017-03-02 15:47:56 +01:00
# Public APIs [![Build Status](https://api.travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis)
2016-03-21 01:05:16 +01:00
A collective list of JSON APIs for use in web development.
2016-12-12 17:56:09 +01:00
For information on contributing to this project, please see the [contributing guide ](CONTRIBUTING.md ).
2016-12-10 20:24:50 +01:00
## Index
* [Animals ](#animals )
* [Anime ](#anime )
* [Anti-Malware ](#anti-malware )
* [Art & Design ](#art--design )
* [Books ](#books )
* [Business ](#business )
* [Calendar ](#calendar )
2016-12-26 19:37:57 +01:00
* [Cloud Storage & File Sharing ](#cloud-storage--file-sharing )
2016-12-10 20:24:50 +01:00
* [Currency Exchange ](#currency-exchange )
* [Development ](#development )
* [Documents & Productivity ](#documents--productivity )
* [Data Access ](#data-access )
* [Data Validation ](#data-validation )
* [Environment ](#environment )
2017-01-26 21:20:51 +01:00
* [Food and Drink ](#food-and-drink )
2016-12-10 20:24:50 +01:00
* [Games & Comics ](#games--comics )
* [Geocoding ](#geocoding )
* [Health ](#health )
2017-01-17 05:54:34 +01:00
* [Machine Learning ](#machine-learning )
2017-02-03 15:47:08 +01:00
* [Math ](#math )
2016-12-10 20:24:50 +01:00
* [Music ](#music )
* [News ](#news )
* [Open Source projects ](#open-source-projects )
* [Personality ](#personality )
* [Photography ](#photography )
* [Science ](#science )
* [Security ](#security )
2017-01-30 19:15:36 +01:00
* [Shopping ](#shopping )
2016-12-10 20:24:50 +01:00
* [Social ](#social )
* [Sports/Fitness ](#sportsfitness )
* [Transportation ](#transportation )
* [University ](#university )
* [Vehicle ](#vehicle )
* [Video ](#video )
* [Weather ](#weather )
2016-03-21 09:11:29 +01:00
### Animals
2016-06-29 22:38:39 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| IUCN | IUCN Red List of Threatened Species | `token` | No | [Go! ](http://apiv3.iucnredlist.org/api/v3/docs ) |
2017-02-25 18:06:22 +01:00
| Petfinder | Adoption | Yes | Yes | [Go! ](https://www.petfinder.com/developers/api-docs/ ) |
2017-01-27 13:42:54 +01:00
| RescueGroups | Adoption | No | Yes | [Go! ](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home ) |
2016-03-21 02:01:13 +01:00
2016-03-23 02:40:31 +01:00
### Anime
2016-03-23 02:37:16 +01:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| AniList | AniList Anime | `OAuth` | No | [Go! ](http://anilist-api.readthedocs.io/en/latest/ ) |
2017-02-08 07:43:29 +01:00
| Kitsu | Kitsu Anime | `OAuth` | No | [Go! ](http://docs.kitsu17.apiary.io/ ) |
2017-03-17 03:26:14 +01:00
| Studio Ghibli | Resources from Studio Ghibli films | No | Yes | [Go! ](https://ghibliapi.herokuapp.com ) |
2016-03-21 02:01:13 +01:00
2016-09-02 23:14:45 +02:00
### Anti-Malware
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| Certly | Certly Link/Domain Flagging | `token` | Yes | [Go! ](https://guard.certly.io/ ) |
| Google Safe Browsing | Google Link/Domain Flagging | `token` | Yes | [Go! ](https://developers.google.com/safe-browsing/ ) |
| Metacert | Metacert Link Flagging | `token` | Yes | [Go! ](https://metacert.com/ ) |
| VirusTotal | VirusTotal File/URL Analysis | `token` | Yes | [Go! ](https://www.virustotal.com/en/documentation/public-api/ ) |
| Web Of Trust (WOT) | Website reputation | `key` string | Yes | [Go! ](https://www.mywot.com/wiki/API ) |
2016-09-02 23:14:45 +02:00
2016-10-18 04:56:26 +02:00
### Art & Design
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-08 07:43:29 +01:00
| Dribbble | Design | `OAuth` | No | [Go! ](http://developer.dribbble.com/v1/ ) |
| Noun Project | Icons | `OAuth` | No | [Go! ](http://api.thenounproject.com/index.html ) |
2017-01-27 13:42:54 +01:00
| Rijksmuseum| Art | No | Yes | [Go! ](https://www.rijksmuseum.nl/en/api ) |
2016-10-18 04:56:26 +02:00
### Books
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| British National Bibliography | Books | No | No | [Go! ](http://bnb.data.bl.uk/ ) |
| Good Reads | Books | No | Yes | [Go! ](https://www.goodreads.com/api ) |
2017-02-08 07:43:29 +01:00
| Google Books | Books | `OAuth` | Yes | [Go! ](https://developers.google.com/books/ ) |
2016-10-18 04:56:26 +02:00
2016-03-31 23:48:14 +02:00
### Business
2016-06-29 22:38:39 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-03-02 15:36:07 +01:00
| mailgun | Email Service | `apiKey` query string | Yes | [Go! ](https://www.mailgun.com/ ) |
2017-01-30 19:11:26 +01:00
| markerapi | Trademark Search | No | No | [Go! ](http://www.markerapi.com/ ) |
2016-03-31 23:48:14 +02:00
2016-03-24 17:18:47 +01:00
### Calendar
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| Church Calendar | Catholic liturgical calendar | No | No | [Go! ](http://calapi.inadiutorium.cz/ ) |
2017-03-02 15:36:07 +01:00
| Holidays | Free API for obtaining information about holidays. | `key` string | Yes | [Go! ](https://holidayapi.com/ ) |
2017-02-15 21:25:56 +01:00
| LectServe | Protestant liturgical calendar | No | No | [Go! ](http://www.lectserve.com ) |
2017-01-30 19:11:26 +01:00
| Non-Working Days | Database of ICS files for non working days | No | Yes | [Go! ](https://github.com/gadael/icsdb ) |
2016-03-24 17:18:47 +01:00
2016-12-26 19:37:57 +01:00
### Cloud Storage & File Sharing
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-08 07:43:29 +01:00
| Box | File Sharing and Storage | `OAuth` | Yes | [Go! ](https://developer.box.com/ ) |
| Dropbox | File Sharing and Storage | `OAuth` | Yes | [Go! ](https://www.dropbox.com/developers ) |
| Google Drive | File Sharing and Storage | `OAuth` | Yes | [Go! ](https://developers.google.com/drive/ ) |
| OneDrive | File Sharing and Storage | `OAuth` | Yes | [Go! ](https://dev.onedrive.com/ ) |
2016-12-26 19:37:57 +01:00
2016-12-04 03:08:28 +01:00
### Currency Exchange
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| Currencylayer | Exchange rates and currency conversion | `apiKey` query string | Yes | [Go! ](https://currencylayer.com/documentation ) |
2017-02-15 21:09:01 +01:00
| Fixer.io | Exchange rates and currency conversion | No | Yes | [Go! ](http://fixer.io ) |
2016-12-04 03:08:28 +01:00
2016-03-24 17:18:47 +01:00
### Development
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-31 05:43:37 +01:00
| Adorable Avatars | Generate random cartoon avatars | No | Yes | [Go! ](http://avatars.adorable.io ) |
2017-01-27 13:42:54 +01:00
| APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go! ](https://apis.guru/api-doc/ ) |
| CDNJS | Library info on CDNJS | No | Yes | [Go! ](https://api.cdnjs.com/libraries/jquery ) |
2017-02-28 19:51:37 +01:00
| Faceplusplus | A tool to detect face | `OAuth` | Yes | [Go! ](https://www.faceplusplus.com/ ) |
2017-01-27 13:42:54 +01:00
| Github - User Data | Pull public information for a user's github | No | Yes | [Go! ](https://api.github.com/users/hackeryou ) |
2017-02-28 19:51:37 +01:00
| Gitter | Chat for GitHub | `OAuth` | Yes | [Go! ](https://developer.gitter.im/docs/welcome ) |
2017-01-27 13:42:54 +01:00
| Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go! ](http://hipsterjesus.com/ ) |
2017-03-27 20:33:32 +02:00
| IPify | A simple IP Address API | No | Yes | [Go! ](https://www.ipify.org/ ) |
2017-01-27 13:42:54 +01:00
| JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go! ](http://jsonplaceholder.typicode.com/ ) |
2017-02-28 19:51:37 +01:00
| LiveEdu | Live Coding Streaming | `OAuth` | Yes | [Go! ](https://www.liveedu.tv/developer/applications/ ) |
2017-01-27 13:42:54 +01:00
| Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go! ](https://market.mashape.com/montanaflynn/lorem-text-generator ) |
| Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go! ](http://loripsum.net/ ) |
| Myjson | A simple JSON store for your web or mobile app | No | No | [Go! ](http://myjson.com/api ) |
| Plino | Spam filtering system | No | Yes | [Go! ](https://plino.herokuapp.com/ ) |
2017-02-28 19:51:37 +01:00
| Random Word | Generate random word | No | No | [Go! ](http://www.setgetgo.com/randomword/ ) |
2017-01-27 13:42:54 +01:00
| RandomUser | Generates random user data | No | Yes | [Go! ](https://randomuser.me ) |
2017-02-28 19:51:37 +01:00
| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go! ](https://reqres.in/ ) |
2017-01-27 13:42:54 +01:00
| RoboHash | Generate random robot/alien avatars | No | Yes | [Go! ](https://robohash.org/ ) |
2017-02-08 07:43:29 +01:00
| StackExchange | Q& A forum for developers | `OAuth` | Yes | [Go! ](https://api.stackexchange.com/ ) |
2017-01-30 19:11:26 +01:00
| Stormpath | User Authentication | `apiKey` | Yes | [Go! ](https://stormpath.com/ ) |
2017-02-28 19:51:37 +01:00
| UI Faces | Find and generate sample avatars for user interfaces | No | No | [Go! ](http://uifaces.com/ ) |
2017-01-27 13:42:54 +01:00
| UI Names | Generate random fake names | No | Yes | [Go! ](https://github.com/thm/uinames ) |
2016-03-24 17:18:47 +01:00
2016-03-30 17:30:13 +02:00
### Documents & Productivity
2017-02-04 10:48:00 +01:00
| API | Description | Auth | HTTPS |Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| File.io | Files | No | Yes | [Go! ](https://www.file.io ) |
2017-01-27 13:42:54 +01:00
| pdflayer API | HTML/URL to PDF | No | Yes | [Go! ](https://pdflayer.com ) |
2017-02-17 18:19:05 +01:00
| Todoist | Todo Lists | `OAuth` | Yes | [Go! ](https://developer.todoist.com ) |
2017-02-08 07:43:29 +01:00
| Wunderlist | Todo Lists | `OAuth` | Yes | [Go! ](https://developer.wunderlist.com/documentation ) |
2016-03-30 17:30:13 +02:00
2016-03-23 06:13:17 +01:00
### Data Access
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| 18F | US Federal Government /Developer Program | No | No | [Go! ](http://18f.github.io/API-All-the-X/ ) |
2017-01-30 19:11:26 +01:00
| Abbreviation | Get abbreviations and meanings | `X-Mashape-Key` as header | Yes | [Go! ](https://market.mashape.com/daxeel/abbreviations ) |
2017-01-31 20:16:33 +01:00
| CARTO | Location Information Prediction | `apiKey` | Yes | [Go! ](https://carto.com/ ) |
2017-01-30 19:11:26 +01:00
| Callook.info | United States ham radio callsigns | No | Yes | [Go! ](https://callook.info ) |
| Celebinfo | Celebrity information | `X-Mashape-Key` as header | Yes | [Go! ](https://market.mashape.com/daxeel/celebinfo/ ) |
2017-01-27 13:42:54 +01:00
| Colorado Data Engine | Formatted and geolocated Colorado public data | No | Yes | [Go! ](http://codataengine.org/ ) |
| Colorado Information Marketplace | Colorado State Government Open Data | No | Yes | [Go! ](https://data.colorado.gov/ ) |
2017-02-28 19:51:37 +01:00
| Data USA | US Public Data | No | Yes | [Go! ](https://datausa.io/about/api/ ) |
2017-01-30 19:11:26 +01:00
| Dronestream | Tracks United States drone strikes | No | No | [Go! ](http://dronestre.am/ ) |
2017-01-27 13:42:54 +01:00
| fonoApi | Mobile Device Description | No | Yes | [Go! ](https://fonoapi.freshpixl.com/ ) |
| Open Government, Australia | Australian Government Open Data | No | Yes | [Go! ](https://www.data.gov.au/ ) |
| Open Government, USA | United States Government Open Data | No | Yes | [Go! ](https://www.data.gov/ ) |
| Open Government, Canada | Canadian Government Open Data | No | No | [Go! ](http://open.canada.ca/en ) |
| Open Government Data, India | Indian Government Open Data | `token` | Yes | [Go! ](https://data.gov.in/ ) |
2017-01-30 19:11:26 +01:00
| Pearson | Dictionary Data | `apiKey` query string | No | [Go! ](http://developer.pearson.com/apis/dictionaries ) |
2017-03-17 04:26:33 +01:00
| Prague Opendata | Prague City Open Data | No | No | [Go! ](http://opendata.praha.eu/en ) |
2017-01-30 19:11:26 +01:00
| Quandl | Stock Market Data | No | Yes | [Go! ](https://www.quandl.com/ ) |
2017-02-16 15:27:31 +01:00
| Represent by Open North | Find Canadian Government Representatives | No | Yes | [Go! ](https://represent.opennorth.ca/ ) |
2017-03-02 15:36:07 +01:00
| Scoop.it | Content Curation Service | `apiKey` query string | No | [Go! ](http://www.scoop.it/dev ) |
2017-02-16 03:30:12 +01:00
| Teleport | Quality of Life Data | No | Yes | [Go! ](https://developers.teleport.org/ ) |
2017-01-30 19:11:26 +01:00
| Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go! ](https://www.mediawiki.org/wiki/API:Main_page ) |
| Wordnik | Dictionary Data | No | No | [Go! ](http://developer.wordnik.com ) |
2017-02-08 07:43:29 +01:00
| Yelp | Find Local Business | `OAuth` | Yes | [Go! ](https://www.yelp.com/developers ) |
2016-03-23 06:13:17 +01:00
2016-03-30 17:30:13 +02:00
### Data Validation
2017-02-06 11:31:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| languagelayer | Language detection | No | Yes | [Go! ](https://languagelayer.com ) |
| mailboxlayer | Email address validation | No | Yes | [Go! ](https://mailboxlayer.com ) |
| numverify | Phone number validation | No | Yes | [Go! ](https://numverify.com ) |
| vatlayer | VAT number validation | No | Yes | [Go! ](https://vatlayer.com ) |
2016-03-30 17:30:13 +02:00
2016-07-12 19:05:59 +02:00
### Environment
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| PM2.5.in | PM2.5 Data of China | `apiKey` query string | No | [Go! ](http://www.pm25.in/api_doc ) |
2016-07-12 19:05:59 +02:00
2017-01-26 21:20:51 +01:00
### Food and Drink
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| BigOven | Recipe Search | `X-Mashape-Key` as header | No | [Go! ](http://api2.bigoven.com/ ) |
2017-01-27 13:42:54 +01:00
| BreweryDB | Beer | `apiKey` query string | No | [Go! ](http://www.brewerydb.com/developers ) |
2017-01-30 19:11:26 +01:00
| Edamam | Recipe Search | `apiKey` query string | Yes | [Go! ](https://developer.edamam.com/ ) |
| Food2Fork | Recipe Search | `apiKey` query string | No | [Go! ](http://food2fork.com/about/api ) |
| LCBO | Alcohol | `apiKey` query string | Yes | [Go! ](https://lcboapi.com/ ) |
2017-01-27 13:42:54 +01:00
| PunkAPI | Brewdog Beer Recipes | No | Yes | [Go! ](https://punkapi.com/ ) |
| Recipe Puppy | Food | No | No | [Go! ](http://www.recipepuppy.com/about/api/ ) |
| Yummly | Find food recipes | No | Yes | [Go! ](https://developer.yummly.com/ ) |
2017-01-26 21:20:51 +01:00
2016-03-21 02:01:13 +01:00
### Games & Comics
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| Battle.net | Blizzard Entertainment | No | Yes | [Go! ](https://dev.battle.net/ ) |
2017-02-28 19:51:37 +01:00
| Chuck Norris Database | Jokes | No | No | [Go! ](http://www.icndb.com/api/ ) |
2017-01-30 19:11:26 +01:00
| Clash of Clans | Clash of Clans Game Information | No | Yes | [Go! ](https://developer.clashofclans.com ) |
| Clash Royale | Clash Royale Game Information | No | Yes | [Go! ](https://github.com/martincarrera/clash-royale-api ) |
2017-03-23 20:50:32 +01:00
| Comic Vine | Comics | No | Yes | [Go! ](https://comicvine.gamespot.com/api/documentation ) |
2017-01-30 19:11:26 +01:00
| Deck of Cards | Deck of Cards | No | No | [Go! ](http://deckofcardsapi.com/ ) |
2017-02-08 07:43:29 +01:00
| Eve Online | Third-Party Developer Documentation | `OAuth` required for some parts | Yes | [Go! ](https://eveonline-third-party-documentation.readthedocs.io/en/latest/ ) |
2017-03-23 20:50:32 +01:00
| Giant Bomb | Video Games | No | Yes | [Go! ](https://www.giantbomb.com/api/documentation ) |
2017-01-30 19:11:26 +01:00
| Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` query string (for some routes) | Yes | [Go! ](https://wiki.guildwars2.com/wiki/API:Main ) |
| Magic The Gathering | Magic The Gathering Game Information | No | No | [Go! ](http://magicthegathering.io/ ) |
| Marvel | Marvel Comics | No | No | [Go! ](http://developer.marvel.com ) |
| Minecraft | Minecraft server info & user info) | No | Yes | [Go! ](https://mcapi.ca/ ) |
| Open Trivia | Trivia Questions | No | Yes | [Go! ](https://opentdb.com/api_config.php ) |
| Pokéapi | Pokémon Information | No | No | [Go! ](http://pokeapi.co ) |
| Riot Games | League of Legends Game Information | `apiKey` | Yes | [Go! ](https://developer.riotgames.com/ ) |
2017-02-08 07:43:29 +01:00
| Steam | Steam Client Interaction | `OAuth` | Yes | [Go! ](https://developer.valvesoftware.com/wiki/Steam_Web_API ) |
2017-01-30 19:11:26 +01:00
| SWAPI | Star Wars Information | No | Yes | [Go! ](https://swapi.co ) |
2016-03-21 02:01:13 +01:00
2016-03-27 12:27:34 +02:00
### Geocoding
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-06 22:02:39 +01:00
| Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go! ](https://www.microsoft.com/maps/choose-your-bing-maps-API.aspx ) |
2017-03-11 03:27:46 +01:00
| Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go! ](https://geocode.xyz/ ) |
2017-01-27 13:42:54 +01:00
| GeoNames | Place names and other geographical data | No | No | [Go! ](http://www.geonames.org/export/web-services.html ) |
| GéoApi | French geographical data | No | Yes | [Go! ](https://api.gouv.fr/api/geoapi.html ) |
2017-01-30 19:11:26 +01:00
| Google Maps | Create/customize digital maps based on Google Maps data | `apiKey` query string | Yes | [Go! ](https://developers.google.com/maps/ ) |
2017-01-27 13:42:54 +01:00
| IP 2 Country | Map an IP to a country | No | Yes | [Go! ](https://ip2country.info ) |
| IP Address Details| Find geolocation with ip address | No | Yes | [Go! ](https://ipinfo.io/ ) |
| Mapbox | Create/customize beautiful digital maps | `apiKey` query string | Yes | [Go! ](https://www.mapbox.com/developers/ ) |
2017-02-28 19:51:37 +01:00
| Mapzen Search | Open Source & Open Data Global Geocoding Service | No | Yes | [Go! ](https://mapzen.com/products/search/ ) |
2017-01-27 13:42:54 +01:00
| Mexico | Mexico RESTful zip codes API | No | Yes | [Go! ](https://github.com/IcaliaLabs/sepomex ) |
| OpenCage | Forward and reverse geocoding using open data | No | Yes | [Go! ](https://geocoder.opencagedata.com ) |
2017-02-08 07:43:29 +01:00
| OpenStreetMap | Navigation, geolocation and geographical data | `OAuth` | No | [Go! ](http://wiki.openstreetmap.org/wiki/API ) |
2017-01-27 13:42:54 +01:00
| 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 ) |
2017-01-30 19:11:26 +01:00
| Postcodes.io | Postcode lookup & Geolocation for the UK | No | Yes | [Go! ](https://postcodes.io ) |
2017-02-15 04:36:42 +01:00
| Utah AGRC | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | [Go! ](https://api.mapserv.utah.gov ) |
2016-03-27 12:27:34 +02:00
2016-04-01 19:09:46 +02:00
### Health
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| Diabetes | Logging and retrieving diabetes information | No | No | [Go! ](http://predictbgl.com/api/ ) |
2017-01-30 19:11:26 +01:00
| Flutrack | Influenza-like symptoms with geotracking | No | No | [Go! ](http://www.flutrack.org/ ) |
| Makeup | Makeup Information | No | No | [Go! ](http://makeup-api.herokuapp.com/ ) |
2017-01-27 13:42:54 +01:00
| Nutritionix | Worlds largest verified nutrition database | `apiKey` query string | Yes | [Go! ](https://developer.nutritionix.com/ ) |
2017-03-22 02:57:24 +01:00
| openFDA | Public FDA data about drugs, devices, and foods | No | Yes | [Go! ](https://open.fda.gov/api/ ) |
2017-01-27 13:42:54 +01:00
| USDA Nutrients | National Nutrient Database for Standard Reference | No | Yes | [Go! ](https://ndb.nal.usda.gov/ndb/doc/index ) |
2016-03-29 16:18:02 +02:00
2017-01-17 05:54:34 +01:00
### Machine Learning
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-16 04:08:15 +01:00
| Clarifai | Computer Vision | `OAuth` | Yes | [Go! ](https://developer.clarifai.com/ ) |
2017-02-22 22:10:40 +01:00
| Cleverbot | Web chat bot | `apikey` | Yes | [Go! ](https://www.cleverbot.com/api/ ) |
2017-03-23 20:28:26 +01:00
| Unplugg | Forecasting API for timeseries data | `apikey` | Yes | [Go! ](https://unplu.gg/test_api.html ) |
2017-02-08 07:43:29 +01:00
| Wit.ai | Natural Language Processing | `OAuth` | Yes | [Go! ](https://wit.ai/ ) |
2017-01-17 05:54:34 +01:00
2017-02-03 15:47:08 +01:00
### Math
| API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| Newton | Symbolic and Arithmetic Math Calculator | No | Yes | [Go! ](https://newton.now.sh/ ) |
2016-03-21 09:11:29 +01:00
### Music
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| Deezer | Music | `OAuth` | No | [Go! ](http://developers.deezer.com/login?redirect=/api ) |
2017-02-08 07:43:29 +01:00
| Discogs | Music | `OAuth` | Yes | [Go! ](https://www.discogs.com/developers/ ) |
| Genius | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | [Go! ](https://docs.genius.com/ ) |
| Jamendo | Music | `OAuth` | Yes | [Go! ](https://developer.jamendo.com/v3.0 ) |
2017-01-30 19:11:26 +01:00
| iTunes Search | Software products | No | Yes | [Go! ](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/ ) |
2017-01-27 13:42:54 +01:00
| LastFm | Music | No | No | [Go! ](http://www.last.fm/api ) |
| Mixcloud | Music | No | Yes | [Go! ](https://www.mixcloud.com/developers/ ) |
| MusicBrainz | Music | No | Yes | [Go! ](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2 ) |
| Musikki | Music | No | Yes | [Go! ](https://music-api.musikki.com/reference ) |
| Musixmatch | Music | `apikey` query string | Yes | [Go! ](https://developer.musixmatch.com/ ) |
| Songsterr | Provides guitar, bass and drums tabs and chords | No | Yes | [Go! ](https://www.songsterr.com/a/wa/api/ ) |
| Soundcloud | Music | No | Yes | [Go! ](https://developers.soundcloud.com/ ) |
2017-02-08 07:43:29 +01:00
| Spotify | Music | `OAuth` required for some parts | Yes | [Go! ](https://developer.spotify.com/web-api/ ) |
2017-01-27 13:42:54 +01:00
| Vagalume | Crowdsourced lyrics and music knowledge | `apikey` query string | Yes | [Go! ](https://api.vagalume.com.br/docs/ ) |
2016-11-07 10:33:11 +01:00
2016-11-08 12:59:37 +01:00
### News
2016-11-07 10:33:11 +01:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| New York Times | Provides news | No, but `apikey` is required | Yes | [Go! ](https://developer.nytimes.com/ ) |
2016-11-07 10:33:11 +01:00
2016-03-23 12:36:32 +01:00
### Open Source projects
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| Countly | Countly web analytics | No | No | [Go! ](http://resources.count.ly/docs ) |
| Drupal.org | Drupal.org | No | Yes | [Go! ](https://www.drupal.org/drupalorg/docs/api ) |
2017-01-27 13:42:54 +01:00
| Libraries.io | Open source software libraries | `apiKey` query string | Yes | [Go! ](https://libraries.io/api ) |
2016-03-23 12:36:32 +01:00
2016-10-18 16:05:29 +02:00
### Personality
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-15 11:06:20 +01:00
| chucknorris.io | JSON API for hand curated Chuck Norris jokes | No | Yes | [Go! ](https://api.chucknorris.io ) |
2017-01-27 13:42:54 +01:00
| Forismatic | Inspirational Quotes | No | No | [Go! ](http://forismatic.com/en/api/ ) |
2017-02-08 07:43:29 +01:00
| Medium | Community of readers and writers offering unique perspectives on ideas. | `OAuth` | Yes | [Go! ](https://github.com/Medium/medium-api-docs ) |
2017-01-27 13:42:54 +01:00
| Quotes on Design | Inspirational Quotes | No | Yes | [Go! ](https://quotesondesign.com/api-v4-0/ ) |
2017-03-02 15:36:07 +01:00
| Traitify | Assess, collect, and analyze Personality | No | Yes | [Go! ](https://app.traitify.com/developer ) |
2017-02-28 19:51:37 +01:00
| tronalddump.io | Api & web archive for the dumbest things Donald Trump has ever said | No | Yes | [Go! ](https://www.tronalddump.io ) |
2016-04-24 12:17:52 +02:00
2016-10-18 16:05:29 +02:00
### Photography
2016-10-18 04:56:26 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-08 07:43:29 +01:00
| 500px | Photography Community | `OAuth` | Yes | [Go! ](https://github.com/500px/api-documentation ) |
| Flickr | Flickr Services | `OAuth` | Yes | [Go! ](https://www.flickr.com/services/api/ ) |
| Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go! ](https://developers.gfycat.com/api/ ) |
2017-01-27 13:42:54 +01:00
| Giphy | Get all your gifs | No | Yes | [Go! ](https://github.com/Giphy/GiphyAPI ) |
2017-02-08 07:43:29 +01:00
| Imgur | Images | `OAuth` | Yes | [Go! ](https://api.imgur.com/#overview ) |
2017-01-30 19:11:26 +01:00
| ScreenShotLayer | URL 2 Image | No | Yes | [Go! ](https://screenshotlayer.com ) |
2017-02-08 07:43:29 +01:00
| Unsplash | Photography | `OAuth` | Yes | [Go! ](https://unsplash.com/developers ) |
2016-10-18 04:56:26 +02:00
2016-03-21 09:11:29 +01:00
### Science
2016-03-21 02:01:13 +01:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| Fedger.io | Query machine intelligence data | No | Yes | [Go! ](https://dev.fedger.io/docs/ ) |
| inspirehep.net | High Energy Physics info. system | No | Yes | [Go! ](https://inspirehep.net/info/hep/api?ln=en ) |
| Launch Library | Upcoming Space Launches | No | Yes | [Go! ](https://launchlibrary.net/1.2/docs/api.html ) |
2017-01-30 19:11:26 +01:00
| Minor Planet Center | Asterank.com Information | No | No | [Go! ](http://www.asterank.com/mpc ) |
2017-01-27 13:42:54 +01:00
| NASA | NASA data, including imagery | No | Yes | [Go! ](https://api.nasa.gov ) |
2017-01-30 19:11:26 +01:00
| Open Notify | ISS astronauts, current location, etc | No | No | [Go! ](http://open-notify.org/Open-Notify-API/ ) |
2017-01-27 13:42:54 +01:00
| Sunrise and Sunset | Sunset and sunrise times for a given latitude and longitude. | No | No | [Go! ](http://sunrise-sunset.org/api ) |
2017-03-02 15:36:07 +01:00
| USGS Earthquake Hazards Program | Earthquakes data real-time | No | Yes | [Go! ](https://earthquake.usgs.gov/fdsnws/event/1/ ) |
2017-02-28 19:51:37 +01:00
| World Bank | World Data | No | No | [Go! ](https://datahelpdesk.worldbank.org/knowledgebase/topics/125589 ) |
2016-03-21 02:01:13 +01:00
2016-10-18 16:05:29 +02:00
### Security
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:17:23 +01:00
| AXFR Database | AXFR public database | No | No | [Go! ](http://api.axfrcheck.com ) |
2017-01-27 13:42:54 +01:00
| UK Police | UK Police data | No | Yes | [Go! ](https://data.police.uk/docs/ ) |
2016-10-18 16:05:29 +02:00
2017-01-30 19:15:36 +01:00
### Shopping
| API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
2017-02-08 07:43:29 +01:00
| eBay | Sell and Buy on eBay | `OAuth` | Yes | [Go! ](https://go.developer.ebay.com/ ) |
2017-01-30 19:15:36 +01:00
2016-03-24 17:18:47 +01:00
### Social
2016-03-27 12:03:35 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-08 07:43:29 +01:00
| Discord bot | Make bots for Discord | `OAuth` | Yes | [Go! ](https://discordapp.com/developers/docs/intro ) |
| Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | `OAuth` | Yes | [Go! ](https://developers.facebook.com/ ) |
| Foursquare | Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc) | `OAuth` | Yes | [Go! ](https://developer.foursquare.com/ ) |
2017-01-27 13:42:54 +01:00
| Fuck Off as a Service | Asks someone to fuck off | No | Yes | [Go! ](https://www.foaas.com ) |
2017-02-08 07:43:29 +01:00
| Full Contact | Get Social Media profiles and contact Information | `OAuth` | Yes | [Go! ](https://www.fullcontact.com/developer/docs/ ) |
2017-01-27 13:42:54 +01:00
| HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go! ](https://github.com/HackerNews/API ) |
2017-02-08 07:43:29 +01:00
| Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | [Go! ](https://www.instagram.com/developer/ ) |
| LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | [Go! ](https://developer.linkedin.com/docs/rest-api ) |
| Telegram MTProto | Read and write Telegram data | `OAuth` | Yes | [Go! ](https://core.telegram.org/api#getting-started ) |
| Telegram bot | Simplified HTTP version of the MTProto API for bots | `OAuth` | Yes | [Go! ](https://core.telegram.org/bots/api ) |
| Pinterest | The world's catalog of ideas | `OAuth` | Yes | [Go! ](https://developers.pinterest.com/ ) |
| PWRTelegram bot | Boosted version of the Telegram bot API | `OAuth` | Yes | [Go! ](https://pwrtelegram.xyz ) |
| Reddit | Homepage of the internet | `OAuth` required for some parts | Yes | [Go! ](https://www.reddit.com/dev/api ) |
| Slack | Team Instant Messaging | `OAuth` | Yes | [Go! ](https://api.slack.com/ ) |
| Tumblr | Read and write Tumblr Data | `OAuth` | Yes | [Go! ](https://www.tumblr.com/docs/en/api/v2 ) |
| Twitch | Game Streaming API | `OAuth` | Yes | [Go! ](https://github.com/justintv/Twitch-API ) |
| Twitter | Read and write Twitter data | `OAuth` | Yes | [Go! ](https://dev.twitter.com/rest/public ) |
| vk API | Read and write vk dat | `OAuth` | Yes | [Go! ](https://vk.com/dev/sites ) |
2016-03-24 17:18:47 +01:00
2016-03-26 13:00:11 +01:00
### Sports/Fitness
2016-03-24 17:18:47 +01:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| City Bikes | City Bikes around the world | No | No | [Go! ](http://api.citybik.es/v2/ ) |
| Ergast F1 | F1 data from the beginning of the world championships in 1950 | No | No | [Go! ](http://ergast.com/mrd/ ) |
2017-02-08 07:43:29 +01:00
| Fitbit | Fitbit Information | `OAuth` | Yes | [Go! ](https://dev.fitbit.com/ ) |
2017-02-28 19:51:37 +01:00
| Football-Data.org | Football Data | No | No | [Go! ](http://api.football-data.org/index ) |
2017-01-30 19:11:26 +01:00
| JCDecaux Bike | JCDecaux's self-service bicycles | `apiKey` query string | Yes | [Go! ](https://developer.jcdecaux.com/ ) |
2017-01-27 13:42:54 +01:00
| Cricket Live Scores | live-score | `X-Mashape-Key` as header | Yes | [Go! ](https://market.mashape.com/dev132/cricket-live-scores ) |
| NFL Arrests | NFL Arrest Data | No | No | [Go! ](http://nflarrest.com/api/ ) |
2017-01-30 19:11:26 +01:00
| Pro Motocross | The RESTful AMA Pro Motocross lap times for every racer on the start gate | No | No | [Go! ](http://promotocrossapi.com ) |
2017-02-08 07:43:29 +01:00
| Strava | Connect with athletes, activities and more | [`OAuth` ](https://strava.github.io/api/v3/oauth/ )| Yes | [Go! ](https://strava.github.io/api/ ) |
2017-01-30 19:11:26 +01:00
| Wger | Workout manager data as exercises, muscles or equipments | `apiKey` query string | Yes | [Go! ](https://wger.de/en/software/api ) |
2016-03-24 17:18:47 +01:00
2016-03-21 13:44:16 +01:00
### Transportation
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| Amadeus Travel Innovation Sandbox | Travel Search - Limited usage | `apikey` query string | Yes | [Go! ](https://sandbox.amadeus.com/ ) |
| Community Transit | Transitland API | No | Yes | [Go! ](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints ) |
| Goibibo | API for travel search | `apiKey` query string | Yes | [Go! ](https://developer.goibibo.com/docs ) |
2017-02-15 18:14:36 +01:00
| Indian Railways | Indian Railways Information | `token` | No | [Go! ](http://api.erail.in/ ) |
2017-01-27 13:42:54 +01:00
| The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go! ](https://nomadlist.com/faq ) |
2017-02-08 07:43:29 +01:00
| Schiphol Airport | Schiphol | `OAuth` | Yes | [Go! ](https://flight-info.3scale.net/ ) |
2017-01-27 13:42:54 +01:00
| TransitLand | Transit Aggregation | No | Yes | [Go! ](https://transit.land/documentation/datastore/api-endpoints.html ) |
2017-03-02 15:47:56 +01:00
| Transport for Atlanta, US | Marta | No | No | [Go! ](http://www.itsmarta.com/app-developer-resources.aspx ) |
2017-01-27 13:42:54 +01:00
| Transport for Belgium | Belgian transport API | No | Yes | [Go! ](https://hello.irail.be/api/ ) |
| Transport for Boston, MA, USA | MBTA API | No | No | [Go! ](http://realtime.mbta.com/Portal/Home/Documents ) |
2017-03-02 15:36:07 +01:00
| Transport for Budapest | Budapest public transport API | No | Yes | [Go! ](https://apiary.io/ ) |
2017-01-27 13:42:54 +01:00
| Transport for Chicago, US | CTA | No | No | [Go! ](http://www.transitchicago.com/developers/ ) |
2017-03-06 23:30:13 +01:00
| Transport for Czech Republic | Czech transport API | No | Yes | [Go! ](https://www.chaps.cz/eng/products/idos-internet ) |
2017-02-28 19:51:37 +01:00
| Transport for Finland | Finnish transport API | No | Yes | [Go! ](https://digitransit.fi/en/developers/ ) |
| Transport for Germany | Deutsche Bahn (DB) API | `authKey` query string | No | [Go! ](http://data.deutschebahn.com/dataset/api-fahrplan ) |
2017-01-27 13:42:54 +01:00
| Transport for Berlin | third-party VBB API | No | Yes | [Go! ](https://github.com/derhuerst/vbb-rest/blob/master/docs/index.md ) |
| Transport for India | India Public Transport API | Api key | Yes | [Go! ](https://data.gov.in/sector/transport ) |
| Transport for London, England | TfL API | No | Yes | [Go! ](https://api.tfl.gov.uk ) |
2017-02-08 07:43:29 +01:00
| Transport for Minneapolis, US | NexTrip API | `OAuth` | No | [Go! ](http://svc.metrotransit.org/ ) |
2017-01-27 13:42:54 +01:00
| Transport for New York City | MTA | api key | No | [Go! ](http://datamine.mta.info/ ) |
| Transport for Norway | Norwegian transport API | No | No | [Go! ](http://reisapi.ruter.no/help ) |
2017-02-28 19:51:37 +01:00
| Transport for Ottawa, Canada | OC Transpo next bus arrival API | No | No | [Go! ](http://www.octranspo.com/index.php/developers ) |
2017-01-27 13:42:54 +01:00
| Transport for Paris, France | RATP Open Data API | No | No | [Go! ](http://data.ratp.fr/api/v1/console/datasets/1.0/search/ ) |
| Transport for Philadelphia | SEPTA APIs | No | No | [Go! ](http://www3.septa.org/hackathon/ ) |
| Transport for Rio de Janeiro, Brazil | Prefeitura do Rio (City Hall) | No | No | [Go! ](http://data.rio/group/transporte-e-mobilidade ) |
2017-02-08 07:43:29 +01:00
| Transport for Sweden | Public Transport consumer | `OAuth` | Yes | [Go! ](https://www.trafiklab.se/api ) |
2017-01-27 13:42:54 +01:00
| Transport for Switzerland | Swiss public transport API | No | Yes | [Go! ](https://transport.opendata.ch/ ) |
2017-02-08 07:43:29 +01:00
| Transport for São Paulo, Brazil | SPTrans | `OAuth` | No | [Go! ](http://www.sptrans.com.br/desenvolvedores/APIOlhoVivo/Documentacao.aspx ) |
2017-01-27 13:42:54 +01:00
| Transport for The Netherlands | NS | No | No | [Go! ](http://www.ns.nl/reisinformatie/ns-api ) |
2017-02-28 19:51:37 +01:00
| Transport for Tokyo, Japan | Tokyo Metro | `apiKey` query string | Yes | [Go! ](https://developer.tokyometroapp.jp/info ) |
2017-01-27 13:42:54 +01:00
| Transport for Toronto, Canada | TTC | No | Yes | [Go! ](https://myttc.ca/developers ) |
2017-02-08 07:43:29 +01:00
| Transport for Vancouver, Canada | TransLink | `OAuth` | Yes | [Go! ](https://developer.translink.ca/ ) |
2017-03-28 10:53:55 +02:00
| Transport for Victoria, AU | PTV API | `authKey` | Yes | [Go! ](https://www.ptv.vic.gov.au/about-ptv/ptv-data-and-reports/digital-products/ptv-timetable-api/ ) |
2017-02-08 07:43:29 +01:00
| Transport for Washington, US | Washington Metro transport API | `OAuth` | Yes | [Go! ](https://developer.wmata.com/ ) |
2017-01-27 13:42:54 +01:00
| Transport for Madrid, Spain | Madrid BUS transport API | `apiKey` query string | No | [Go! ](http://opendata.emtmadrid.es/Servicios-web/BUS ) |
| Transport for Auckland, New Zealand | Auckland Transport API | No | Yes | [Go! ](https://api.at.govt.nz/ ) |
2017-02-08 07:43:29 +01:00
| Uber | Request Uber rides, reach riders, transport things, and reward drivers | `OAuth` | Yes | [Go! ](https://developer.uber.com/ ) |
| WhereIsMyTransport | Platform for public transport data in emerging cities | `OAuth` | Yes | [Go! ](https://developer.whereismytransport.com/ ) |
2016-03-21 13:44:16 +01:00
2016-03-31 15:42:31 +02:00
### University
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| Universities List | University names, countries and domains| No | Yes | [Go! ](https://github.com/Hipo/university-domains-list ) |
2016-03-31 15:42:31 +02:00
2016-03-24 14:03:26 +01:00
### Vehicle
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-30 19:11:26 +01:00
| Vehicles | Lot of vehicles informations | `apiKey` query string | No | [Go! ](http://developer.edmunds.com/api-documentation/overview/ ) |
2017-03-13 19:54:22 +01:00
| Brazilian Vehicles and Prices | Vehicles information from Fundação Instituto de Pesquisas Econômicas - Fipe | No | Yes | [Go! ](https://deividfortuna.github.io/fipe/ ) |
| NHTSA Vehicles | NHTSA Product Information Catalog and Vehicle Listing | No | Yes | [Go! ](https://vpic.nhtsa.dot.gov/api/ ) |
2016-03-27 14:29:48 +02:00
### Video
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-01-27 13:42:54 +01:00
| An API of Ice And Fire | Game Of Thrones API | No | Yes | [Go! ](https://anapioficeandfire.com/ ) |
2017-02-08 07:43:29 +01:00
| Dailymotion | Dailymotion Developer API | `OAuth` required for some parts | Yes | [Go! ](https://developer.dailymotion.com/ ) |
2017-01-27 13:42:54 +01:00
| MovieDB | Movie Data | `apiKey` | Yes | [Go! ](https://www.themoviedb.org/documentation/api ) |
| Netflix Roulette | Netflix database | No | No | [Go! ](http://netflixroulette.net/api/ ) |
| OMDB | Open movie database | No | Yes | [Go! ](https://omdbapi.com/ ) |
| Ron Swanson Quotes | Television | No | Yes | [Go! ](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api ) |
| TVMaze | TV Show Data | No | No | [Go! ](http://www.tvmaze.com/api ) |
2017-02-08 07:43:29 +01:00
| Vimeo | Vimeo Developer API | `OAuth` | Yes | [Go! ](https://developer.vimeo.com/ ) |
| YouTube | Add YouTube functionality to your sites and apps. | `OAuth` required for some parts | Yes | [Go! ](https://developers.google.com/youtube/ ) |
2016-06-29 22:33:06 +02:00
2016-03-28 21:46:44 +02:00
### Weather
2016-06-30 09:13:04 +02:00
2017-01-27 13:42:54 +01:00
| API | Description | Auth | HTTPS | Link |
2017-01-27 13:45:34 +01:00
|---|---|---|---|---|
2017-02-28 19:51:37 +01:00
| Dark Sky | Weather | `apiKey` query string | Yes | [Go! ](https://darksky.net/dev/ ) |
2017-03-28 10:10:06 +02:00
| MetaWeather | Weather | No | Yes | [Go! ](https://www.metaweather.com/api/ ) |
2017-01-27 13:42:54 +01:00
| OpenWeatherMap | Weather | `apiKey` query string | No | [Go! ](http://openweathermap.org/api ) |
2017-03-11 21:06:55 +01:00
| Weatherbit | Weather | `apiKey` query string | Yes | [Go! ](https://www.weatherbit.io/api ) |
2017-02-28 19:51:37 +01:00
| Wunderground | Weather | No | Yes | [Go! ](https://www.wunderground.com/weather/api/ ) |
2017-01-27 13:45:34 +01:00
| Yahoo! Weather | Weather | No | Yes | [Go! ](https://developer.yahoo.com/weather/ ) |