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