├── .gitignore └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # List of Python API Wrappers 2 | 3 | ## This list of Python API wrappers is designed to be the most updated anywhere! 🚀 4 | 5 | Below you will find a list of APIs along with links to the API docs and the Python wrappers docs. This list was originally forked from the [GitHub repo](https://github.com/realpython/list-of-python-api-wrappers) of [Real Python](https://realpython.com) via [johnwmillr](https://github.com/johnwmillr/list-of-python-api-wrappers). 6 | 7 | Have a new API to add? Great! Please submit a pull request and follow the format below. 8 | 9 | Found a broken API? Excellent! Please submit a pull request with it fixed or removed. 10 | 11 | See my discussion of working with APIs in Towards Data Science [here](https://towardsdatascience.com/how-to-get-data-from-apis-with-python-dfb83fdc5b5b). 12 | 13 | The [pandas-datareader](https://pandas-datareader.readthedocs.io/) allows you to retrieve data for input into pandas DataFrames from 15 sources. Most are financial. See more [here](https://pandas-datareader.readthedocs.io/en/latest/remote_data.html). 14 | 15 | ## The List 16 | 17 | --- 18 | 19 | ### [Airtable](https://airtable.com) - Low code spreadsheet-database hybrid 20 | 21 | - [API documentation](https://support.airtable.com/hc/en-us/articles/203313985-Public-REST-API) 22 | - [Python wrapper #1: Airtable.py](https://github.com/josephbestjames/airtable.py) ![GitHub Repo stars](https://img.shields.io/github/stars/josephbestjames/airtable.py) ![GitHub last commit](https://img.shields.io/github/last-commit/josephbestjames/airtable.py) 23 | - [Python wrapper #2: Airtable Python Wrapper](https://github.com/gtalarico/airtable-python-wrapper) ![GitHub Repo stars](https://img.shields.io/github/stars/gtalarico/airtable-python-wrapper) ![GitHub last commit](https://img.shields.io/github/last-commit/gtalarico/airtable-python-wrapper) 24 | 25 | 26 | 27 | ### [AlphaVantage](https://alphavantage.co/) - Stock & Cryptocurrency data 28 | 29 | - [API documentation](https://www.alphavantage.co/documentation/) 30 | - [Python wrapper](https://github.com/RomelTorres/alpha_vantage) ![GitHub Repo stars](https://img.shields.io/github/stars/RomelTorres/alpha_vantage) ![GitHub last commit](https://img.shields.io/github/last-commit/RomelTorres/alpha_vantage) 31 | 32 | ### [Amazon Advertising](https://advertising.amazon.com/) - Amazon product advertising for sellers 33 | 34 | - [Python wrapper](https://python-amazon-product-api.readthedocs.io/en/latest/) 35 | 36 | ### [Amazon Alexa](https://www.alexa.com/) - Cloud-based voice service for devices 37 | 38 | - [API documentation](https://developer.amazon.com/en-US/docs/alexa/ask-overviews/build-skills-with-the-alexa-skills-kit.html) 39 | - [Python wrapper](https://github.com/alexa/alexa-apis-for-python) ![GitHub Repo stars](https://img.shields.io/github/stars/alexa/alexa-apis-for-python) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/alexa-apis-for-python) 40 | 41 | ### [Amazon Product API](https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html) - Amazon's product catalog 42 | 43 | - [API documentation](https://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_ApiReference.html) 44 | - [Python wrapper #1](https://github.com/yoavaviram/python-amazon-simple-product-api) ![GitHub Repo stars](https://img.shields.io/github/stars/yoavaviram/python-amazon-simple-product-api) ![GitHub last commit](https://img.shields.io/github/last-commit/yoavaviram/python-amazon-simple-product-api) 45 | - [Python wrapper #2](https://github.com/asherAgs/amzSear) ![GitHub Repo stars](https://img.shields.io/github/stars/asherAgs/amzSear) ![GitHub last commit](https://img.shields.io/github/last-commit/asherAgs/amzSear) 46 | 47 | ### [AWS](https://aws.amazon.com) - Cloud computing platform 48 | 49 | - [API documentation](https://aws.amazon.com/documentation/) 50 | - [Python wrapper](https://github.com/boto/boto3) ![GitHub Repo stars](https://img.shields.io/github/stars/boto/boto3) ![GitHub last commit](https://img.shields.io/github/last-commit/boto/boto3) 51 | 52 | ### [AWS - Amazon Simple Workflow](https://aws.amazon.com/swf/) - Orchestration service for building scalable distributed applications 53 | 54 | - [API documentation](https://aws.amazon.com/documentation/swf/) 55 | - [Python wrapper](https://github.com/xethorn/garcon) ![GitHub Repo stars](https://img.shields.io/github/stars/xethorn/garcon) ![GitHub last commit](https://img.shields.io/github/last-commit/xethorn/garcon) 56 | 57 | ### [Archive.is](https://archive.is/) - Time capsule for web pages 58 | 59 | - [API documentation](https://mementoweb.org/depot/native/archiveis/) 60 | - [Python wrapper](https://github.com/pastpages/archiveis) ![GitHub Repo stars](https://img.shields.io/github/stars/pastpages/archiveis) ![GitHub last commit](https://img.shields.io/github/last-commit/pastpages/archiveis) 61 | 62 | ### [Archive.org](https://archive.org/) - Internet archive 63 | 64 | - [API documentation](https://archive.org/help/json.php) 65 | - [Python wrapper](https://github.com/jjjake/internetarchive) ![GitHub Repo stars](https://img.shields.io/github/stars/jjjake/internetarchive) ![GitHub last commit](https://img.shields.io/github/last-commit/jjjake/internetarchive) 66 | 67 | ### [Arista EOS](https://www.arista.com/en/products/eos) - Network operating system 68 | 69 | - [API documentation](https://aristanetworks.github.io/EosSdk/docs/1.6.0/ref/) 70 | - [Python wrapper](https://github.com/arista-eosplus/pyeapi) ![GitHub Repo stars](https://img.shields.io/github/stars/arista-eosplus/pyeapi) ![GitHub last commit](https://img.shields.io/github/last-commit/arista-eosplus/pyeapi) 71 | 72 | ### [ArrayFire](https://arrayfire.com/) - A general purpose GPU library 73 | 74 | - [API documentation](https://www.arrayfire.com/docs/index.htm) 75 | - [Python wrapper](https://github.com/arrayfire/arrayfire-python) ![GitHub Repo stars](https://img.shields.io/github/stars/arrayfire/arrayfire-python) ![GitHub last commit](https://img.shields.io/github/last-commit/arrayfire/arrayfire-python) 76 | 77 | ### [Asana](https://asana.com/) - Organise projects and teams 78 | 79 | - [API documentation](https://asana.readthedocs.io/) 80 | - [Python wrapper](https://github.com/Asana/python-asana) ![GitHub Repo stars](https://img.shields.io/github/stars/Asana/python-asana) ![GitHub last commit](https://img.shields.io/github/last-commit/Asana/python-asana) 81 | 82 | ### [Ascribe](https://www.ascribe.io) - Register and license intellectual Property 83 | 84 | - [API documentation](https://docs.ascribe.apiary.io) 85 | - [Python wrapper](https://pypi.org/project/ascribe/) 86 | 87 | ### [Authorize.net](https://www.authorize.net/) - Payment gateway 88 | 89 | - [API documentation](https://developer.authorize.net/api/) 90 | - [Python wrapper](https://github.com/AuthorizeNet/sdk-python) ![GitHub Repo stars](https://img.shields.io/github/stars/AuthorizeNet/sdk-python) ![GitHub last commit](https://img.shields.io/github/last-commit/AuthorizeNet/sdk-python) 91 | 92 | ### [Azure](https://azure.microsoft.com/) - Microsoft cloud computing platform 93 | 94 | - [API Documentation](https://azure.microsoft.com/en-us/develop/python/) 95 | - [Python wrapper](https://github.com/Azure/azure-sdk-for-python) ![GitHub Repo stars](https://img.shields.io/github/stars/Azure/azure-sdk-for-python) ![GitHub last commit](https://img.shields.io/github/last-commit/Azure/azure-sdk-for-python) 96 | 97 | ### [Balanced](https://www.balancedpayments.com) - Payments for marketplaces 98 | 99 | - [API documentation](https://docs.balancedpayments.com/current/api) 100 | - [Python wrapper](https://github.com/balanced/balanced-python) ![GitHub Repo stars](https://img.shields.io/github/stars/balanced/balanced-python) ![GitHub last commit](https://img.shields.io/github/last-commit/balanced/balanced-python) 101 | 102 | ### [BigML](https://bigml.com/) - Machine learning made easy 103 | 104 | - [API documentation](https://bigml.com/developers) 105 | - [Python wrapper](https://github.com/bigmlcom/python) ![GitHub Repo stars](https://img.shields.io/github/stars/bigmlcom/python) ![GitHub last commit](https://img.shields.io/github/last-commit/bigmlcom/python) 106 | 107 | 108 | ### [Bitly](https://www.bitly.com/) - URL shortener 109 | 110 | - [API Documentation](https://dev.bitly.com/get_started.html) 111 | - [Python wrapper](https://github.com/bitly/bitly-api-python) ![GitHub Repo stars](https://img.shields.io/github/stars/bitly/bitly-api-python) ![GitHub last commit](https://img.shields.io/github/last-commit/bitly/bitly-api-python) 112 | 113 | ### [Bitstamp](https://www.bitstamp.net/) - Buy and sell bitcoins 114 | 115 | - [API Documentation](https://www.bitstamp.net/api/) 116 | - [Python wrapper](https://github.com/unwitting/bitstampy) ![GitHub Repo stars](https://img.shields.io/github/stars/unwitting/bitstampy) ![GitHub last commit](https://img.shields.io/github/last-commit/unwitting/bitstampy) 117 | ### [Blogger](https://blogger.com/) - Blog-publishing service 118 | 119 | - [API documentation](https://developers.google.com/blogger/) 120 | - [Python wrapper](https://code.google.com/p/python-blogger/) 121 | 122 | ### [Box](https://www.box.com/) - Online file sharing 123 | 124 | - [API documentation](https://developers.box.com/) 125 | - [Python wrapper](https://github.com/box/box-python-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/box/box-python-sdk) ![GitHub last commit](https://img.shields.io/github/last-commit/box/box-python-sdk) 126 | 127 | ### [Braintree](https://www.braintreepayments.com/) - Accept payments online 128 | 129 | - [API documentation](https://www.braintreepayments.com/developers) 130 | - [Python wrapper](https://github.com/braintree/braintree_python) ![GitHub Repo stars](https://img.shields.io/github/stars/braintree/braintree_python) ![GitHub last commit](https://img.shields.io/github/last-commit/braintree/braintree_python) 131 | 132 | ### [Census Data](https://www.census.gov/data.html) - Census Summary file and American Community Surveys 133 | 134 | - [API documentation](https://www.census.gov/data/developers/data-sets.html) 135 | - [Python wrapper #1: CensusData](https://github.com/jtleider/censusdata) ![GitHub Repo stars](https://img.shields.io/github/stars/jtleider/censusdata) ![GitHub last commit](https://img.shields.io/github/last-commit/jtleider/censusdata) 136 | - [Python wrapper #2: CenPy](https://github.com/cenpy-devs/cenpy) ![GitHub Repo stars](https://img.shields.io/github/stars/cenpy-devs/cenpy) ![GitHub last commit](https://img.shields.io/github/last-commit/cenpy-devs/cenpy) 137 | - [Python wrapper #3: Census](https://github.com/datamade/census) ![GitHub Repo stars](https://img.shields.io/github/stars/datamade/census) ![GitHub last commit](https://img.shields.io/github/last-commit/datamade/census) 138 | 139 | ### [Challonge](https://challonge.com) - Tournament brackets 140 | 141 | - [API Documentation](https://challonge.com/api) 142 | - [Python wrapper](https://github.com/ZEDGR/pychal) ![GitHub Repo stars](https://img.shields.io/github/stars/ZEDGR/pychal) ![GitHub last commit](https://img.shields.io/github/last-commit/ZEDGR/pychal) 143 | 144 | ### [Close.io](https://close.io) - Sales communication platform 145 | 146 | - [API documentation](https://developer.close.io) 147 | - [Python wrapper](https://github.com/closeio/closeio-api) ![GitHub Repo stars](https://img.shields.io/github/stars/closeio/closeio-api) ![GitHub last commit](https://img.shields.io/github/last-commit/elasticsales/closeio-api) 148 | 149 | ### [Coinbase](https://www.coinbase.com) - Bitcoin Wallet 150 | 151 | - [API documentation](https://coinbase.com/api/doc.html) 152 | - [Python wrapper](https://github.com/sibblegp/coinbase_python) ![GitHub Repo stars](https://img.shields.io/github/stars/sibblegp/coinbase_python) ![GitHub last commit](https://img.shields.io/github/last-commit/sibblegp/coinbase_python) 153 | ### [CoinPayments](https://www.coinpayments.net/) - checkout system for cryptocurrencies 154 | 155 | - [API documentation](https://www.coinpayments.net/apidoc) 156 | - [Python wrapper](https://github.com/DogFive/pyCoinPayments) ![GitHub Repo stars](https://img.shields.io/github/stars/DogFive/pyCoinPayments) ![GitHub last commit](https://img.shields.io/github/last-commit/DogFive/pyCoinPayments) 157 | 158 | ### COVID19Py - Access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data 159 | 160 | - [API documentation](https://pypi.org/project/COVID19Py/) 161 | - [Python wrapper](https://github.com/Kamaropoulos/covid19py) ![GitHub Repo stars](https://img.shields.io/github/stars/Kamaropoulos/covid19py) ![GitHub last commit](https://img.shields.io/github/last-commit/Kamaropoulos/covid19py) 162 | 163 | ### [Craigslist](https://www.craigslist.org/) - Classified advertisements 164 | 165 | 166 | - [Python wrapper](https://github.com/juliomalegria/python-craigslist) ![GitHub Repo stars](https://img.shields.io/github/stars/juliomalegria/python-craigslist) ![GitHub last commit](https://img.shields.io/github/last-commit/juliomalegria/python-craigslist) 167 | 168 | ### [Discogs](https://www.discogs.com) - Marketplace for music on vinyl & CD. 169 | 170 | - [API documentation](https://www.discogs.com/developers/) 171 | - [Python wrapper for Discogs](https://github.com/discogs/discogs_client) ![GitHub Repo stars](https://img.shields.io/github/stars/discogs/discogs_client) ![GitHub last commit](https://img.shields.io/github/last-commit/discogs/discogs_client) 172 | ### [Discord](https://discordapp.com/) - All-in-one voice and text chat for gamers 173 | 174 | - [API Documentation](https://discordapp.com/developers) 175 | - [Python wrapper](https://github.com/Rapptz/discord.py) ![GitHub Repo stars](https://img.shields.io/github/stars/Rapptz/discord.py) ![GitHub last commit](https://img.shields.io/github/last-commit/Rapptz/discord.py) 176 | 177 | ### [Discourse](https://www.discourse.org/) - Civilized discussion 178 | 179 | - [API documentation](https://meta.discourse.org/t/discourse-api-documentation/22706) 180 | - [Python wrapper](https://github.com/bennylope/pydiscourse) ![GitHub Repo stars](https://img.shields.io/github/stars/bennylope/pydiscourse) ![GitHub last commit](https://img.shields.io/github/last-commit/bennylope/pydiscourse) 181 | 182 | ### [Disqus](https://www.disqus.com/) - Blog comment hosting service 183 | 184 | - [API documentation](https://disqus.com/api/docs/) 185 | - [Python wrapper](https://github.com/disqus/python-phabricator) ![GitHub Repo stars](https://img.shields.io/github/stars/disqus/python-phabricator) ![GitHub last commit](https://img.shields.io/github/last-commit/disqus/python-phabricator) 186 | 187 | ### [Docker](https://www.docker.com/) - Containerization platform for distributed applications for developers and sysadmins 188 | 189 | - [API documentation](https://docker-py.readthedocs.io/en/stable/) 190 | - [Python wrapper](https://github.com/docker/docker-py) ![GitHub Repo stars](https://img.shields.io/github/stars/docker/docker-py) ![GitHub last commit](https://img.shields.io/github/last-commit/docker/docker-py) 191 | ### [Dropbox](https://www.dropbox.com) - File hosting service 192 | 193 | - [API documentation](https://www.dropbox.com/developers) 194 | - [Python wrapper](https://github.com/dropbox/dropbox-sdk-python) ![GitHub Repo stars](https://img.shields.io/github/stars/dropbox/dropbox-sdk-python) ![GitHub last commit](https://img.shields.io/github/last-commit/dropbox/dropbox-sdk-python) 195 | 196 | ### [Duktape](https://duktape.org/) - Embeddable JavaScript engine 197 | 198 | - [API documentation](https://duktape.org/api.html) 199 | - [Python wrapper](https://github.com/stefano/pyduktape) ![GitHub Repo stars](https://img.shields.io/github/stars/stefano/pyduktape) ![GitHub last commit](https://img.shields.io/github/last-commit/stefano/pyduktape) 200 | 201 | ### [Ebay](https://www.ebay.com/) - Online auction and shopping 202 | 203 | - [API documentation](https://developer.ebay.com/common/api/) 204 | - [Python wrapper](https://github.com/timotheus/ebaysdk-python) ![GitHub Repo stars](https://img.shields.io/github/stars/timotheus/ebaysdk-python) ![GitHub last commit](https://img.shields.io/github/last-commit/timotheus/ebaysdk-python) 205 | 206 | ### [Evernote](https://www.evernote.com/) - Notetaking software 207 | 208 | - [API documentation](https://dev.evernote.com/doc/) 209 | - [Python Wrapper](https://github.com/evernote/evernote-sdk-python) ![GitHub Repo stars](https://img.shields.io/github/stars/evernote/evernote-sdk-python) ![GitHub last commit](https://img.shields.io/github/last-commit/evernote/evernote-sdk-python) 210 | 211 | ### [Facebook](https://www.facebook.com/) - Social networking service 212 | 213 | - [API documentation](https://developers.facebook.com/) 214 | - [Python wrapper](https://pypi.org/project/python-facebook-api/) 215 | 216 | ### [FedEx](https://www.fedex.com/) - Global courier delivery services 217 | 218 | - [API documentation](https://www.fedex.com/us/developer) 219 | - [Python wrapper](https://github.com/python-fedex-devs/python-fedex) ![GitHub Repo stars](https://img.shields.io/github/stars/python-fedex-devs/python-fedex) ![GitHub last commit](https://img.shields.io/github/last-commit/python-fedex-devs/python-fedex) 220 | 221 | ### [Flickr](https://www.flickr.com) - Image and video hosting 222 | 223 | - [API documentation](https://www.flickr.com/services/api/) 224 | - [Python wrapper](https://github.com/alexis-mignon/python-flickr-api) ![GitHub Repo stars](https://img.shields.io/github/stars/alexis-mignon/python-flickr-api) ![GitHub last commit](https://img.shields.io/github/last-commit/alexis-mignon/python-flickr-api) 225 | 226 | ### [Foursquare](https://www.foursquare.com/) - Location based networking 227 | 228 | - [API documentation](https://developer.foursquare.com/) 229 | - [Python wrapper](https://github.com/mLewisLogic/foursquare) ![GitHub Repo stars](https://img.shields.io/github/stars/mLewisLogic/foursquare) ![GitHub last commit](https://img.shields.io/github/last-commit/mLewisLogic/foursquare) 230 | 231 | ### [Genius](https://genius.com/) - Song lyrics and annotations 232 | 233 | - [API documentation](https://docs.genius.com/) 234 | - [Python wrapper](https://github.com/johnwmillr/LyricsGenius) ![GitHub Repo stars](https://img.shields.io/github/stars/johnwmillr/LyricsGenius) ![GitHub last commit](https://img.shields.io/github/last-commit/johnwmillr/LyricsGenius) 235 | 236 | ### [Geocodio](https://geocod.io/) - Ridiculously affordable geocoding 237 | 238 | - [API documentation](https://geocod.io/docs/) 239 | - [Python wrapper](https://github.com/bennylope/pygeocodio) ![GitHub Repo stars](https://img.shields.io/github/stars/bennylope/pygeocodio) ![GitHub last commit](https://img.shields.io/github/last-commit/bennylope/pygeocodio) 240 | 241 | ### [GitHub](https://github.com/) - Online project hosting 242 | - [API documentation](https://developer.github.com/) 243 | - [Python wrapper](https://github3py.readthedocs.org/en/latest/) ![GitHub Repo stars](https://img.shields.io/github/stars/sigmavirus24/github3.py) ![GitHub last commit](https://img.shields.io/github/last-commit/sigmavirus24/github3.py) 244 | 245 | ### [GitLab](https://gitlab.com/) - Online and self-hosted Git repository management 246 | 247 | - [API documentation](https://docs.gitlab.com/ce/api/) 248 | - [Python wrapper](https://github.com/gpocentek/python-gitlab) ![GitHub Repo stars](https://img.shields.io/github/stars/gpocentek/python-gitlab) ![GitHub last commit](https://img.shields.io/github/last-commit/gpocentek/python-gitlab) 249 | 250 | ### [Google Charts](https://developers.google.com/chart/) - Interactive charts for browsers and mobile devices. 251 | 252 | - [API documentation](https://developers.google.com/chart/interactive/docs/) 253 | - [Python wrapper](https://github.com/gak/pygooglechart) ![GitHub Repo stars](https://img.shields.io/github/stars/gak/pygooglechart) ![GitHub last commit](https://img.shields.io/github/last-commit/gak/pygooglechart) 254 | 255 | ### [Google Cloud Functions](https://cloud.google.com/functions/) - Serverless environment to build and connect cloud services 256 | 257 | - [API documentation](https://cloud.google.com/functions/docs/apis) 258 | - [Python wrapper](https://github.com/MartinSahlen/cloud-functions-python) ![GitHub Repo stars](https://img.shields.io/github/stars/MartinSahlen/cloud-functions-python) ![GitHub last commit](https://img.shields.io/github/last-commit/MartinSahlen/cloud-functions-python) 259 | 260 | ### [Google Maps](https://maps.google.com/) - Web mapping service 261 | 262 | - [API documentation](https://developers.google.com/maps/) 263 | - [Python wrapper](https://code.google.com/p/pymaps/) 264 | 265 | ### [Google Music](https://music.google.com/) - Google Music 266 | 267 | - [API documentation](https://unofficial-google-music-api.readthedocs.org/en/latest/) 268 | - [Python wrapper](https://github.com/simon-weber/Unofficial-Google-Music-API) ![GitHub Repo stars](https://img.shields.io/github/stars/simon-weber/Unofficial-Google-Music-API) ![GitHub last commit](https://img.shields.io/github/last-commit/simon-weber/Unofficial-Google-Music-API) 269 | 270 | ### [Google Search](https://www.google.com/) - Unofficial API for Google Search 271 | 272 | - [API documentation](https://github.com/aviaryan/python-gsearch) ![GitHub Repo stars](https://img.shields.io/github/stars/aviaryan/python-gsearch) ![GitHub last commit](https://img.shields.io/github/last-commit/aviaryan/python-gsearch) 273 | - [Python wrapper](https://github.com/aviaryan/python-gsearch) ![GitHub Repo stars](https://img.shields.io/github/stars/aviaryan/python-gsearch) ![GitHub last commit](https://img.shields.io/github/last-commit/aviaryan/python-gsearch) 274 | 275 | ### [Google Sheets](https://www.google.com/sheets/about/) - Create and edit spreadsheets online, for free. 276 | 277 | - [API documentation](https://developers.google.com/sheets/) 278 | - [Python wrapper](https://github.com/nithinmurali/pygsheets) ![GitHub Repo stars](https://img.shields.io/github/stars/nithinmurali/pygsheets) ![GitHub last commit](https://img.shields.io/github/last-commit/nithinmurali/pygsheets) 279 | 280 | ### [Google Spreadsheet](https://docs.google.com/spreadsheet/) - Online spreadsheets 281 | 282 | - [API documentation](https://developers.google.com/google-apps/spreadsheets/) 283 | - [Python wrapper](https://github.com/burnash/gspread) ![GitHub Repo stars](https://img.shields.io/github/stars/burnash/gspread) ![GitHub last commit](https://img.shields.io/github/last-commit/burnash/gspread) 284 | 285 | ### [Google StreetView](https://www.google.com/streetview/) - Images from Google StreetView 286 | 287 | - [API documentation](https://developers.google.com/maps/documentation/streetview/usage-and-billing) 288 | - [Python wrapper](https://github.com/rrwen/google_streetview) ![GitHub Repo stars](https://img.shields.io/github/stars/rrwen/google_streetview) ![GitHub last commit](https://img.shields.io/github/last-commit/rrwen/google_streetview) 289 | 290 | ### [GoPro](https://gopro.com) - Cameras 291 | 292 | - [API documentation](https://goprohero.readthedocs.io/en/latest/API/) 293 | - [Python wrapper](https://github.com/konradit/gopro-py-api) ![GitHub Repo stars](https://img.shields.io/github/stars/konradit/gopro-py-api) ![GitHub last commit](https://img.shields.io/github/last-commit/konradit/gopro-py-api) 294 | 295 | ### [Hacker News](https://news.ycombinator.com/) - Social news 296 | 297 | - [API documentation](https://github.com/HackerNews/API) ![GitHub Repo stars](https://img.shields.io/github/stars/HackerNews/API) ![GitHub last commit](https://img.shields.io/github/last-commit/HackerNews/API) 298 | - [Python wrapper](https://github.com/avinassh/haxor) ![GitHub Repo stars](https://img.shields.io/github/stars/avinassh/haxor) ![GitHub last commit](https://img.shields.io/github/last-commit/avinassh/haxor) 299 | 300 | ### [Hadoop YARN](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html) - Apache Hadoop NextGen MapReduce (YARN) 301 | 302 | - [API documentation](https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html) 303 | - [Python wrapper](https://pypi.python.org/pypi/yarn-api-client) 304 | 305 | ### [Heroku](https://www.heroku.com/) - Cloud application platform 306 | 307 | - [API documentation](https://devcenter.heroku.com/articles/platform-api-reference) 308 | - [Python wrapper](https://pypi.python.org/pypi/heroku) 309 | 310 | ### [IEX](https://iextrading.com/) - Real-time and historical stock prices 311 | 312 | - [API documentation](https://iextrading.com/developer/docs) 313 | - [Python wrapper](https://github.com/addisonlynch/iexfinance) ![GitHub Repo stars](https://img.shields.io/github/stars/addisonlynch/iexfinance) ![GitHub last commit](https://img.shields.io/github/last-commit/addisonlynch/iexfinance) 314 | 315 | ### [Imgur](https://www.imgur.com/) - Simple image sharer 316 | 317 | - [API documentation](https://api.imgur.com/) 318 | - [Python wrapper](https://apidocs.imgur.com/?version=latest) 319 | 320 | ### [Indeed](https://www.Indeed.com) - Search engine for jobs 321 | 322 | - [API documentation](https://opensource.indeedeng.io/api-documentation/) 323 | - [Python wrapper](https://github.com/fission6/python-indeed) ![GitHub Repo stars](https://img.shields.io/github/stars/fission6/python-indeed) ![GitHub last commit](https://img.shields.io/github/last-commit/fission6/python-indeed) 324 | 325 | ### [Instagram](https://www.instagram.com) - Online photo sharing 326 | 327 | - [API documentation](https://developers.facebook.com/docs/instagram-api/) 328 | - [Python wrapper](https://github.com/Instagram/python-instagram) ![GitHub Repo stars](https://img.shields.io/github/stars/Instagram/python-instagram) ![GitHub last commit](https://img.shields.io/github/last-commit/Instagram/python-instagram) 329 | 330 | ### [Investopedia](https://www.investopedia.com/simulator/) - Stock simulator 331 | 332 | - [API documentation](https://www.investopedia.com/simulator/) 333 | - [Python wrapper](https://github.com/kirkthaker/investopedia-trading-api) ![GitHub Repo stars](https://img.shields.io/github/stars/kirkthaker/investopedia-trading-api) ![GitHub last commit](https://img.shields.io/github/last-commit/kirkthaker/investopedia-trading-api) 334 | 335 | ### [IP Street](https://www.ipstreet.com/) - Patent data and analytics algorithms as a service 336 | 337 | - [API documentation](https://docs.ipstreet.com/) 338 | - [Python wrapper](https://github.com/IPStreet/PythonSDK) ![GitHub Repo stars](https://img.shields.io/github/stars/IPStreet/PythonSDK) ![GitHub last commit](https://img.shields.io/github/last-commit/IPStreet/PythonSDK) 339 | 340 | ### [iTunes Store](https://www.apple.com/itunes/) - Search engine for iTunes content 341 | 342 | - [API documentation](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) 343 | - [Python wrapper](https://github.com/spaceisstrange/itunespy) ![GitHub Repo stars](https://img.shields.io/github/stars/spaceisstrange/itunespy) ![GitHub last commit](https://img.shields.io/github/last-commit/spaceisstrange/itunespy) 344 | 345 | ### [Jira](https://www.atlassian.com/software/jira) - Issue tracking product 346 | 347 | - [API documentation](https://jira.readthedocs.io/en/latest/) 348 | - [Python wrapper](https://github.com/pycontribs/jira) ![GitHub Repo stars](https://img.shields.io/github/stars/pycontribs/jira) ![GitHub last commit](https://img.shields.io/github/last-commit/pycontribs/jira) 349 | 350 | ### [Kite Connect](https://kite.trade/) - Stock trading APIs 351 | 352 | - [API documentation](https://kite.trade/docs/connect/v3/) 353 | - [Python wrapper](https://github.com/rainmattertech/pykiteconnect) ![GitHub Repo stars](https://img.shields.io/github/stars/rainmattertech/pykiteconnect) ![GitHub last commit](https://img.shields.io/github/last-commit/rainmattertech/pykiteconnect) 354 | 355 | ### [Landsat](https://www.usgs.gov/core-science-systems/nli/landsat/landsat-data-access?qt-science_support_page_related_con=0#qt-science_support_page_related_con) - Satellite imagery 356 | 357 | - [Register for API access](https://ers.cr.usgs.gov/login?redirectUrl=https://ers.cr.usgs.gov/profile/access) 358 | - [Python wrapper](https://github.com/yannforget/landsatxplore) ![GitHub Repo stars](https://img.shields.io/github/stars/yannforget/landsatxplore) ![GitHub last commit](https://img.shields.io/github/last-commit/yannforget/landsatxplore) 359 | 360 | ### [Last.fm](https://www.last.fm) - Online music 361 | 362 | - [API documentation](https://www.last.fm/api) 363 | - [Python wrapper for Last.fm](https://code.google.com/p/python-lastfm/) 364 | 365 | ### [LinkedIn](https://linkedin.com/) - Professional social network 366 | 367 | - [API documentation](https://developer.linkedin.com/apis) 368 | - [Python wrapper](https://github.com/tomquirk/linkedin-api) ![GitHub Repo stars](https://img.shields.io/github/stars/tomquirk/linkedin-api) ![GitHub last commit](https://img.shields.io/github/last-commit/tomquirk/linkedin-api) 369 | 370 | ### [Medium](https://medium.com/) - Blog publishing platform 371 | 372 | - [API documentation](https://github.com/Medium/medium-api-docs) 373 | - [Python wrapper #1](https://github.com/enginebai/PyMedium) ![GitHub Repo stars](https://img.shields.io/github/stars/enginebai/PyMedium) ![GitHub last commit](https://img.shields.io/github/last-commit/enginebai/PyMedium) 374 | - [Python wrapper #2](https://github.com/wopify/medium-api-wrapper) ![GitHub Repo stars](https://img.shields.io/github/stars/wopify/medium-api-wrapper) ![GitHub last commit](https://img.shields.io/github/last-commit/wopify/medium-api-wrapper) 375 | 376 | ### [Meetup](https://www.meetup.com/) - Group meetings 377 | 378 | - [API documentation](https://www.meetup.com/meetup_api/) 379 | - [Python wrapper for Meetup Web](https://github.com/pferate/meetup-api) ![GitHub Repo stars](https://img.shields.io/github/stars/pferate/meetup-api) ![GitHub last commit](https://img.shields.io/github/last-commit/pferate/meetup-api) 380 | 381 | ### [MLB GameDay](https://gd2.mlb.com/components/game/mlb/) - Real-time MLB data 382 | 383 | - [API documentation](https://github.com/jasonlttl/gameday-api-docs/blob/master/gameday-api-primer.md) 384 | - [Python wrapper](https://github.com/zachpanz88/mlbgame) ![GitHub Repo stars](https://img.shields.io/github/stars/zachpanz88/mlbgame) ![GitHub last commit](https://img.shields.io/github/last-commit/zachpanz88/mlbgame) 385 | ### [MonkeyLearn](https://www.monkeylearn.com/) - Machine learning for text analysis 386 | 387 | - [API documentation](https://docs.monkeylearn.com/article/api-reference/) 388 | - [Python wrapper](https://github.com/monkeylearn/monkeylearn-python) ![GitHub Repo stars](https://img.shields.io/github/stars/monkeylearn/monkeylearn-python) ![GitHub last commit](https://img.shields.io/github/last-commit/monkeylearn/monkeylearn-python) 389 | 390 | ### [Musixmatch](https://www.musixmatch.com/) - Explore the world's largest catalog of song lyrics and translations 391 | 392 | - [API documentation](https://developer.musixmatch.com/) 393 | - [Python wrapper](https://github.com/hudsonbrendon/python-musixmatch) ![GitHub Repo stars](https://img.shields.io/github/stars/hudsonbrendon/python-musixmatch) ![GitHub last commit](https://img.shields.io/github/last-commit/hudsonbrendon/python-musixmatch) 394 | 395 | ### [NASA](https://www.nasa.gov/) - National Aeronautics and Space Administration 396 | 397 | - [API Documentation](https://api.nasa.gov/) 398 | - [Python wrapper](https://github.com/nasa/RtRetrievalFramework) ![GitHub Repo stars](https://img.shields.io/github/stars/nasa/RtRetrievalFramework) ![GitHub last commit](https://img.shields.io/github/last-commit/nasa/RtRetrievalFramework) 399 | 400 | ### [Netflix Roulette](https://netflixroulette.net/) - Get a random movie from the Netflix catalog and watch it instantly 401 | 402 | - [API Documentation](https://netflixroulette.net/api/) 403 | - [Python wrapper](https://github.com/tizz98/netflix_roulette) ![GitHub Repo stars](https://img.shields.io/github/stars/tizz98/netflix_roulette) ![GitHub last commit](https://img.shields.io/github/last-commit/tizz98/netflix_roulette) 404 | 405 | ### [New York Times Archive](https://developer.nytimes.com/archive_api.json) - The Archive API provides JSON lists of articles by month 406 | 407 | - [API documentation](https://developer.nytimes.com/apis) 408 | - [Python wrapper](https://github.com/suewoon/nyt-api-wrapper) ![GitHub Repo stars](https://img.shields.io/github/stars/suewoon/nyt-api-wrapper) ![GitHub last commit](https://img.shields.io/github/last-commit/suewoon/nyt-api-wrapper) 409 | 410 | ### [News API](https://newsapi.org/) - JSON API for live news and blog headlines 411 | 412 | - [API documentation](https://newsapi.org/#documentation) 413 | - [Python wrapper](https://github.com/mattlisiv/newsapi-python) ![GitHub Repo stars](https://img.shields.io/github/stars/mattlisiv/newsapi-python) ![GitHub last commit](https://img.shields.io/github/last-commit/mattlisiv/newsapi-python) 414 | 415 | ### [NOAA](https://www.noaa.gov/) - National Oceanic and Atmospheric Administration weather data 416 | 417 | - [API documentation](https://www.weather.gov/documentation/services-web-api) 418 | - [Python wrapper](https://github.com/paulokuong/noaa) ![GitHub Repo stars](https://img.shields.io/github/stars/paulokuong/noaa) ![GitHub last commit](https://img.shields.io/github/last-commit/paulokuong/noaa) 419 | ### [Onfleet](https://onfleet.com/) - Last mile delivery management service 420 | 421 | - [API documentation](https://docs.onfleet.com/) 422 | - [Python wrapper](https://github.com/onfleet/pyonfleet) ![GitHub Repo stars](https://img.shields.io/github/stars/onfleet/pyonfleet) ![GitHub last commit](https://img.shields.io/github/last-commit/onfleet/pyonfleet) 423 | 424 | ### [OneTimeSecret](https://onetimesecret.com/) - Self-destructing messaging service 425 | 426 | - [API documentation](https://onetimesecret.com/docs/api) 427 | - [Python wrapper](https://github.com/onetimesecret/onetimesecret) ![GitHub Repo stars](https://img.shields.io/github/stars/onetimesecret/onetimesecret) ![GitHub last commit](https://img.shields.io/github/last-commit/onetimesecret/onetimesecret) 428 | 429 | ### [OpenMeteo](https://open-meteo.com/) - Weather forecast data 430 | 431 | - [API documentation](https://pypi.org/project/openmeteo-requests/) 432 | - [Python wrapper](https://github.com/open-meteo/python-requests) ![GitHub Repo stars](https://img.shields.io/github/stars/open-meteo/python-requests) ![GitHub last commit](https://img.shields.io/github/last-commit/open-meteo/python-requests) 433 | 434 | ### [OpenWeatherMap](https://openweathermap.org/) - Weather service 435 | 436 | - [API documentation](https://openweathermap.org/api) 437 | - [Python wrapper](https://github.com/csparpa/pyowm) ![GitHub Repo stars](https://img.shields.io/github/stars/csparpa/pyowm) ![GitHub last commit](https://img.shields.io/github/last-commit/csparpa/pyowm) 438 | 439 | ### [PagerDuty](https://pagerduty.com/) - IT alert monitoring 440 | 441 | - [API documentation](https://developer.pagerduty.com/documentation/integration/events) 442 | - [Python Wrapper](https://github.com/dropbox/pygerduty) ![GitHub Repo stars](https://img.shields.io/github/stars/dropbox/pygerduty) ![GitHub last commit](https://img.shields.io/github/last-commit/dropbox/pygerduty) 443 | 444 | ### [Pinterest](https://pinterest.com/) - Pinboard-style sharing 445 | 446 | - [API documentation](https://developers.pinterest.com/) 447 | - [Python wrapper](https://github.com/bryand1/python-pinterest-api) ![GitHub Repo stars](https://img.shields.io/github/stars/bryand1/python-pinterest-api) ![GitHub last commit](https://img.shields.io/github/last-commit/bryand1/python-pinterest-api) 448 | 449 | ### [Phaxio](https://www.phaxio.com/) - Faxing for Developers 450 | 451 | - [API documentation](https://www.phaxio.com/docs/api/v2.1) 452 | - [Python wrapper](https://github.com/phaxio/phaxio-python) ![GitHub Repo stars](https://img.shields.io/github/stars/phaxio/phaxio-python) ![GitHub last commit](https://img.shields.io/github/last-commit/phaxio/phaxio-python) 453 | 454 | ### [Phish.AI](https://www.phish.ai/) - Detect zero-day phishing websites 455 | 456 | - [API documentation](https://app.phish.ai/#/documentation) 457 | - [Python wrapper](https://github.com/phishai/phish-ai-api) ![GitHub Repo stars](https://img.shields.io/github/stars/phishai/phish-ai-api) ![GitHub last commit](https://img.shields.io/github/last-commit/phishai/phish-ai-api) 458 | 459 | ### [Photobucket](https://photobucket.com/) - Image hosting and video 460 | 461 | - [API documentation](https://developer.photobucket.com/) 462 | - [Python wrapper](https://github.com/stvn1337/PbScraper) ![GitHub Repo stars](https://img.shields.io/github/stars/stvn1337/PbScraper) ![GitHub last commit](https://img.shields.io/github/last-commit/stvn1337/PbScraper) 463 | 464 | ### [Plot.ly](https://plot.ly/) - Easily analyze data together 465 | 466 | - [API documentation](https://plot.ly/api/) 467 | - [Python wrapper](https://github.com/plotly/plotly.py) ![GitHub Repo stars](https://img.shields.io/github/stars/plotly/plotly.py) ![GitHub last commit](https://img.shields.io/github/last-commit/plotly/plotly.py) 468 | 469 | ### [Pokemon Characters](https://pokeapi.co) - Pokemon character info 470 | 471 | - [API documentation](https://pokeapi.co/docs/v2) 472 | - [Python Wrapper](https://github.com/PokeAPI/pokebase) ![GitHub Repo stars](https://img.shields.io/github/stars/PokeAPI/pokebase) ![GitHub last commit](https://img.shields.io/github/last-commit/PokeAPI/pokebase) 473 | 474 | ### [Polar Devices](https://www.polar.com) - Watches and devices 475 | 476 | - [API documentation](https://developer.polar.com/wiki/AccessLink) 477 | - [Python wrapper](https://github.com/rsc-dev/loophole) ![GitHub Repo stars](https://img.shields.io/github/stars/rsc-dev/loophole) ![GitHub last commit](https://img.shields.io/github/last-commit/rsc-dev/loophole) 478 | 479 | ### [libraries.io](https://libraries.io/) Info about open source packages 480 | 481 | - [API documentation](https://pypi.org/project/pybraries/) 482 | - [Python wrapper](https://github.com/pybraries/pybraries) ![GitHub Repo stars](https://img.shields.io/github/stars/pybraries/pybraries) ![GitHub last commit](https://img.shields.io/github/last-commit/pybraries/pybraries) 483 | 484 | ### [Rackspace](https://www.rackspace.com/) - Open cloud company 485 | 486 | - [API documentation](https://developer.rackspace.com/docs/cloud-servers/v2/) 487 | - [Python wrapper](https://github.com/rackspace/pyrax) ![GitHub Repo stars](https://img.shields.io/github/stars/rackspace/pyrax) ![GitHub last commit](https://img.shields.io/github/last-commit/rackspace/pyrax) 488 | 489 | ### [Reddit](https://www.reddit.com/) - Social news aggregation and discussion 490 | 491 | - [API documentation](https://www.reddit.com/dev/api) 492 | - [Python wrapper #1 - PRAW](https://github.com/praw-dev/praw/) ![GitHub Repo stars](https://img.shields.io/github/stars/praw-dev/praw) ![GitHub last commit](https://img.shields.io/github/last-commit/praw-dev/praw) 493 | - [Python wrapper #2 - Pushshift](https://github.com/pushshift/api) ![GitHub Repo stars](https://img.shields.io/github/stars/pushshift/api) ![GitHub last commit](https://img.shields.io/github/last-commit/pushshift/api) 494 | - [Python wrapper #3 - BDFR](https://github.com/aliparlakci/bulk-downloader-for-reddit) ![GitHub Repo stars](https://img.shields.io/github/stars/aliparlakci/bulk-downloader-for-reddit) ![GitHub last commit](https://img.shields.io/github/last-commit/aliparlakci/bulk-downloader-for-reddit) 495 | 496 | ### [RottenTomatoes](https://rottentomatoes.com/) - Film review aggregator 497 | 498 | - [API documentation](https://www.programmableweb.com/api/rotten-tomatoes) 499 | - [Python wrapper](https://github.com/jaebradley/rotten_tomatoes_client) ![GitHub Repo stars](https://img.shields.io/github/stars/jaebradley/rotten_tomatoes_client) ![GitHub last commit](https://img.shields.io/github/last-commit/jaebradley/rotten_tomatoes_client) 500 | 501 | ### [Salesforce](https://www.salesforce.com/) - Cloud computing company (CRM) 502 | 503 | - [API documentation](https://www.salesforce.com/us/developer/docs/api/index.htm) 504 | - [Python wrapper](https://github.com/GearPlug/salesforce-python) ![GitHub Repo stars](https://img.shields.io/github/stars/GearPlug/salesforce-python) ![GitHub last commit](https://img.shields.io/github/last-commit/GearPlug/salesforce-python) 505 | 506 | ### [SAS](https://www.sas.com) - Business intelligence software 507 | 508 | - [API documentation](https://sassoftware.github.io/saspy/overview.html) 509 | - [Python wrapper](https://github.com/sassoftware/saspy) ![GitHub Repo stars](https://img.shields.io/github/stars/sassoftware/saspy) ![GitHub last commit](https://img.shields.io/github/last-commit/sassoftware/saspy) 510 | 511 | ### [Scaleway](https://scaleway.com) - Cloud computing platform 512 | 513 | - [API documentation](https://developer.scaleway.com) 514 | - [Python wrapper](https://github.com/scaleway/python-scaleway) ![GitHub Repo stars](https://img.shields.io/github/stars/scaleway/python-scaleway) ![GitHub last commit](https://img.shields.io/github/last-commit/scaleway/python-scaleway) 515 | 516 | ### [Scrapinghub](https://scrapinghub.com/) - Scraping services 517 | 518 | - [API documentation](https://python-scrapinghub.readthedocs.io/en/latest/client/apidocs.html) 519 | - [Python wrapper](https://github.com/scrapinghub/python-scrapinghub) ![GitHub Repo stars](https://img.shields.io/github/stars/scrapinghub/python-scrapinghub) ![GitHub last commit](https://img.shields.io/github/last-commit/scrapinghub/python-scrapinghub) 520 | 521 | ### [Sentinelsat](http://www.esa.int/Applications/Observing_the_Earth/Copernicus/Overview4) - Satellite 522 | 523 | - [API](https://scihub.copernicus.eu/) 524 | - [Python wrapper](https://github.com/sentinelsat/sentinelsat) ![GitHub Repo stars](https://img.shields.io/github/stars/sentinelsat/sentinelsat) ![GitHub last commit](https://img.shields.io/github/last-commit/sentinelsat/sentinelsat) 525 | 526 | ### [Skyscanner](https://www.skyscanner.net/) - Travel metasearch 527 | 528 | - [API documentation](https://business.skyscanner.net/portal/en-GB/Documentation/ApiOverview) 529 | - [Python wrapper](https://github.com/Skyscanner/skyscanner-python-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/Skyscanner/skyscanner-python-sdk) ![GitHub last commit](https://img.shields.io/github/last-commit/Skyscanner/skyscanner-python-sdk) 530 | 531 | ### [Slack](https://slack.com/) - Team communication platform 532 | 533 | - [API documentation](https://api.slack.com/) 534 | - [Python wrapper #1: slack-sdk](https://github.com/slackapi/python-slack-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/slackapi/python-slack-sdk) ![GitHub last commit](https://img.shields.io/github/last-commit/slackapi/python-slack-sdk) 535 | - [Python wrapper #2: Slacker](https://github.com/os/slacker) ![GitHub Repo stars](https://img.shields.io/github/stars/os/slacker) ![GitHub last commit](https://img.shields.io/github/last-commit/os/slacker) 536 | - [Python wrapper #3: Gendo](https://github.com/nficano/gendo) ![GitHub Repo stars](https://img.shields.io/github/stars/nficano/gendo) ![GitHub last commit](https://img.shields.io/github/last-commit/nficano/gendo) 537 | 538 | ### [SmartFile](https://smartfile.com/) - File management service 539 | 540 | - [API documentation](https://app.smartfile.com/api/) 541 | - [Python wrapper](https://github.com/smartfile/client-python) ![GitHub Repo stars](https://img.shields.io/github/stars/smartfile/client-python) ![GitHub last commit](https://img.shields.io/github/last-commit/smartfile/client-python) 542 | 543 | ### [Socrata Open Data API](https://www.socrata.com/) - Data discovery for government data 544 | 545 | - [API documentation](https://dev.socrata.com/docs/endpoints.html) 546 | - [Python wrapper](https://github.com/xmunoz/sodapy) ![GitHub Repo stars](https://img.shields.io/github/stars/xmunoz/sodapy) ![GitHub last commit](https://img.shields.io/github/last-commit/xmunoz/sodapy) 547 | 548 | ### [Soundcloud](https://www.soundcloud.com/) - Share your sounds 549 | 550 | - [API documentation](https://developers.soundcloud.com/docs/api/guide#authentication) 551 | - [Python wrapper](https://github.com/3jackdaws/soundcloud-lib) ![GitHub Repo stars](https://img.shields.io/github/stars/3jackdaws/soundcloud-lib) ![GitHub last commit](https://img.shields.io/github/last-commit/3jackdaws/soundcloud-lib) 552 | 553 | ### [Sportradar](https://developer.sportradar.com/) - Broad range of sports APIs 554 | 555 | - [API documentation](https://developer.sportradar.com/io-docs) 556 | - [Python wrapper for Sportradar](https://github.com/johnwmillr/SportradarAPIs) ![GitHub Repo stars](https://img.shields.io/github/stars/johnwmillr/SportradarAPIs) ![GitHub last commit](https://img.shields.io/github/last-commit/johnwmillr/SportradarAPIs) 557 | 558 | ### [Spotify](https://spotify.com/) - Music streaming service 559 | 560 | - [API documentation](https://developer.spotify.com/) 561 | - [Python wrapper](https://github.com/plamere/spotipy) ![GitHub Repo stars](https://img.shields.io/github/stars/plamere/spotipy) ![GitHub last commit](https://img.shields.io/github/last-commit/plamere/spotipy) 562 | 563 | ### [Spreedly](https://spreedly.com/) - Cloud based credit card vault 564 | 565 | - [API documentation](https://docs.spreedly.com/reference/api/v1/) 566 | - [Python wrapper](https://github.com/aplazame/spreedly-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/aplazame/spreedly-sdk) ![GitHub last commit](https://img.shields.io/github/last-commit/aplazame/spreedly-sdk) 567 | 568 | ### [Stack Exchange](https://www.stackexchange.com) - Community-Powered Q&A 569 | 570 | - [API documentation](https://api.stackexchange.com/docs) 571 | - [Python wrapper](https://github.com/AWegnerGitHub/stackapi) ![GitHub Repo stars](https://img.shields.io/github/stars/AWegnerGitHub/stackapi) ![GitHub last commit](https://img.shields.io/github/last-commit/AWegnerGitHub/stackapi) 572 | 573 | ### [Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/) - Simple API for text processing tasks 574 | 575 | - [API documentation](https://stanfordnlp.github.io/CoreNLP/) 576 | - [Python wrapper](https://github.com/Lynten/stanford-corenlp) ![GitHub Repo stars](https://img.shields.io/github/stars/Lynten/stanford-corenlp) ![GitHub last commit](https://img.shields.io/github/last-commit/Lynten/stanford-corenlp) 577 | 578 | ### [Stripe](https://stripe.com/) - Payments for developers 579 | 580 | - [API documentation](https://stripe.com/docs/api/python) 581 | - [Python wrapper](https://github.com/stripe/stripe-python) ![GitHub Repo stars](https://img.shields.io/github/stars/stripe/stripe-python) ![GitHub last commit](https://img.shields.io/github/last-commit/stripe/stripe-python) 582 | 583 | ### [Syncthing](https://syncthing.net/) - Decentralized data sync 584 | 585 | - [API documentation](https://docs.syncthing.net/dev/rest.html) 586 | - [Python wrapper for Syncthing](https://github.com/blakev/python-syncthing) ![GitHub Repo stars](https://img.shields.io/github/stars/blakev/python-syncthing) ![GitHub last commit](https://img.shields.io/github/last-commit/blakev/python-syncthing) 587 | 588 | ### [Taiga](https://taiga.io/) - Project management 589 | 590 | - [API documentation](https://taigaio.github.io/taiga-doc/dist/api.html) 591 | - [Python wrapper](https://github.com/nephila/python-taiga) ![GitHub Repo stars](https://img.shields.io/github/stars/nephila/python-taiga) ![GitHub last commit](https://img.shields.io/github/last-commit/nephila/python-taiga) 592 | 593 | ### [Telegram](https://telegram.org/) - Mobile and desktop messaging app 594 | 595 | - [API documentation](https://core.telegram.org/bots/api) 596 | - [Python wrapper](https://github.com/python-telegram-bot/python-telegram-bot) ![GitHub Repo stars](https://img.shields.io/github/stars/python-telegram-bot/python-telegram-bot) ![GitHub last commit](https://img.shields.io/github/last-commit/python-telegram-bot/python-telegram-bot) 597 | 598 | ### [Temp Mail](https://temp-mail.ru) - Anonymous emails 599 | 600 | - [API documentation](https://temp-mail.org/en/api/) 601 | - [Python wrapper](https://github.com/CITGuru/tempmail) ![GitHub Repo stars](https://img.shields.io/github/stars/CITGuru/tempmail) ![GitHub last commit](https://img.shields.io/github/last-commit/CITGuru/tempmail) 602 | 603 | ### [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) - OCR Engine 604 | - [API documentation](https://tesseract-ocr.github.io/) 605 | - [Python wrapper](https://github.com/sirfz/tesserocr) ![GitHub Repo stars](https://img.shields.io/github/stars/sirfz/tesserocr) ![GitHub last commit](https://img.shields.io/github/last-commit/sirfz/tesserocr) 606 | 607 | ### [The Pirate Bay](https://thepiratebay.sx/) - Peer-to-peer file sharing 608 | 609 | - [API documentation](https://rapidapi.com/volodimir.kudriachenko/api/ThePirateBay) 610 | - [Python wrapper](https://github.com/appi147/thepiratebay) ![GitHub Repo stars](https://img.shields.io/github/stars/appi147/thepiratebay) ![GitHub last commit](https://img.shields.io/github/last-commit/appi147/thepiratebay) 611 | 612 | ### [The Movie Database](https://www.themoviedb.org) - Movie and TV Database 613 | 614 | - [API documentation](https://www.themoviedb.org/documentation/api) 615 | - [Python wrapper](https://github.com/celiao/tmdbsimple) ![GitHub Repo stars](https://img.shields.io/github/stars/celiao/tmdbsimple) ![GitHub last commit](https://img.shields.io/github/last-commit/celiao/tmdbsimple) 616 | 617 | ### [TikTok](https://www.tiktok.com/en/) - Short-form mobile videos 618 | 619 | - [API documentation](https://developers.tiktok.com/doc) 620 | - [Python wrapper](https://github.com/davidteather/TikTok-Api) ![GitHub Repo stars](https://img.shields.io/github/stars/davidteather/TikTok-Api) ![GitHub last commit](https://img.shields.io/github/last-commit/davidteather/TikTok-Api) 621 | 622 | ### [TinyURL](https://www.tinyurl.com) - URL Shortner 623 | 624 | - [API documentation](http://tiny-url.info/open_api.html) 625 | - [Python wrapper](https://github.com/IzunaDevs/TinyURL) ![GitHub Repo stars](https://img.shields.io/github/stars/IzunaDevs/TinyURL) ![GitHub last commit](https://img.shields.io/github/last-commit/IzunaDevs/TinyURL) 626 | 627 | ### [Trello](https://trello.com/) - Kanban boards 628 | 629 | - [API documentation](https://trello.com/docs/index.html) 630 | - [Python wrapper](https://github.com/sarumont/py-trello) ![GitHub Repo stars](https://img.shields.io/github/stars/sarumont/py-trello) ![GitHub last commit](https://img.shields.io/github/last-commit/sarumont/py-trello) 631 | ### [Tuenti](https://www.tuenti.com) - Social networking service 632 | 633 | - [API documentation](https://corporate.tuenti.com/en/dev) 634 | - [Python wrapper](https://github.com/mgp25/Tuenti-API) ![GitHub Repo stars](https://img.shields.io/github/stars/mgp25/Tuenti-API) ![GitHub last commit](https://img.shields.io/github/last-commit/mgp25/Tuenti-API) 635 | 636 | ### [Tumblr](https://www.tumblr.com) - Microblogging platform 637 | 638 | - [API documentation](https://www.tumblr.com/docs/en/api/v2) 639 | - [Python wrapper #1](https://github.com/tumblr/pytumblr) ![GitHub Repo stars](https://img.shields.io/github/stars/tumblr/pytumblr) ![GitHub last commit](https://img.shields.io/github/last-commit/tumblr/pytumblr) 640 | - [Python wrapper #2](https://github.com/michaelhelmick/python-tumblpy) ![GitHub Repo stars](https://img.shields.io/github/stars/michaelhelmick/python-tumblpy) ![GitHub last commit](https://img.shields.io/github/last-commit/michaelhelmick/python-tumblpy) 641 | 642 | ### [TheTVDB.com](https://thetvdb.com) - Community driven database of television shows 643 | 644 | - [API documentation](https://www.thetvdb.com/wiki/index.php/Programmers_API) 645 | - [Python wrapper #1](https://github.com/dbr/tvdb_api) ![GitHub Repo stars](https://img.shields.io/github/stars/dbr/tvdb_api) ![GitHub last commit](https://img.shields.io/github/last-commit/dbr/tvdb_api) 646 | - [Python wrapper #2](https://github.com/fuzeman/tvdb_api) ![GitHub Repo stars](https://img.shields.io/github/stars/fuzeman/tvdb_api) ![GitHub last commit](https://img.shields.io/github/last-commit/fuzeman/tvdb_api) 647 | 648 | ### [Twilio](https://twilio.com/) - SMS and Voice through the cloud 649 | 650 | - [API documentation](https://www.twilio.com/docs/python/install) 651 | - [Python wrapper for Twilio](https://github.com/twilio/twilio-python) ![GitHub Repo stars](https://img.shields.io/github/stars/twilio/twilio-python) ![GitHub last commit](https://img.shields.io/github/last-commit/twilio/twilio-python) 652 | 653 | ### [Twitter](https://twitter.com/) - Online microblogging service 654 | 655 | - [API documentation](https://developer.twitter.com/en/docs) 656 | - [Python wrapper #1: python-twitter](https://github.com/bear/python-twitter) ![GitHub Repo stars](https://img.shields.io/github/stars/bear/python-twitter) ![GitHub last commit](https://img.shields.io/github/last-commit/bear/python-twitter) 657 | - [Python wrapper #2: twython](https://github.com/ryanmcgrath/twython) ![GitHub Repo stars](https://img.shields.io/github/stars/ryanmcgrath/twython) ![GitHub last commit](https://img.shields.io/github/last-commit/ryanmcgrath/twython) 658 | - [Python wrapper #3: birdy](https://github.com/inueni/birdy) ![GitHub Repo stars](https://img.shields.io/github/stars/inueni/birdy) ![GitHub last commit](https://img.shields.io/github/last-commit/inueni/birdy) 659 | - [Python wrapper #4: tweepy](https://github.com/tweepy/tweepy) ![GitHub Repo stars](https://img.shields.io/github/stars/tweepy/tweepy) ![GitHub last commit](https://img.shields.io/github/last-commit/tweepy/tweepy) 660 | - [Python wrapper #5: GetOldTweets3](https://github.com/Mottl/GetOldTweets3) ![GitHub Repo stars](https://img.shields.io/github/stars/Mottl/GetOldTweets3) ![GitHub last commit](https://img.shields.io/github/last-commit/Mottl/GetOldTweets3) 661 | - [Python wrapper #6: TwitterScraper](https://github.com/taspinar/twitterscraper) ![GitHub Repo stars](https://img.shields.io/github/stars/taspinar/twitterscraper) ![GitHub last commit](https://img.shields.io/github/last-commit/taspinar/twitterscraper) 662 | 663 | ### [Uber](https://www.uber.com/) - Taxi, private car, or rideshare service 664 | 665 | - [API Documentation](https://developer.uber.com/docs) 666 | - [Python wrapper](https://github.com/uber/rides-python-sdk) ![GitHub Repo stars](https://img.shields.io/github/stars/uber/rides-python-sdk) ![GitHub last commit](https://img.shields.io/github/last-commit/uber/rides-python-sdk) 667 | 668 | ### [Udemy](https://www.udemy.com) - Online university 669 | 670 | - [API documentation](https://www.udemy.com/developers/) 671 | - [Python wrapper](https://github.com/udacity/PYND) ![GitHub Repo stars](https://img.shields.io/github/stars/udacity/PYND) ![GitHub last commit](https://img.shields.io/github/last-commit/udacity/PYND) 672 | 673 | ### [UrbanDictionary](https://www.urbandictionary.com) - Web-based dictionary 674 | 675 | - [API documentation](https://www.urbandictionary.com/define.php?term=API) 676 | - [Python wrapper](https://github.com/novel/py-urbandict) ![GitHub Repo stars](https://img.shields.io/github/stars/novel/py-urbandict) ![GitHub last commit](https://img.shields.io/github/last-commit/novel/py-urbandict) 677 | ### [Vault](https://www.vaultproject.io/) - A tool for managing secrets. 678 | 679 | - [API documentation](https://www.vaultproject.io/api-docs) 680 | - [Python wrapper](https://github.com/ianunruh/hvac) ![GitHub Repo stars](https://img.shields.io/github/stars/ianunruh/hvac) ![GitHub last commit](https://img.shields.io/github/last-commit/ianunruh/hvac) 681 | ### [Vimeo](https://vimeo.com/) - Video-sharing website 682 | 683 | - [API documentation](https://developer.vimeo.com/) 684 | - [Python wrapper](https://github.com/vimeo/vimeo.py) ![GitHub Repo stars](https://img.shields.io/github/stars/vimeo/vimeo.py) ![GitHub last commit](https://img.shields.io/github/last-commit/vimeo/vimeo.py) 685 | 686 | ### [VK](https://vk.com/) - Social networking service 687 | 688 | - [API documentation](https://vk.com/dev/methods) 689 | - [Python wrapper #1](https://github.com/dimka665/vk) ![GitHub Repo stars](https://img.shields.io/github/stars/dimka665/vk) ![GitHub last commit](https://img.shields.io/github/last-commit/dimka665/vk) 690 | - [Python wrapper #2](https://github.com/python273/vk_api) ![GitHub Repo stars](https://img.shields.io/github/stars/python273/vk_api) ![GitHub last commit](https://img.shields.io/github/last-commit/python273/vk_api) 691 | 692 | ### [Walmart Open API](https://walmart.com) - Walmart product catalog 693 | 694 | - [API documentation](https://developer.walmartlabs.com/) 695 | - [Python wrapper](https://github.com/caroso1222/wapy) ![GitHub Repo stars](https://img.shields.io/github/stars/caroso1222/wapy) ![GitHub last commit](https://img.shields.io/github/last-commit/caroso1222/wapy) 696 | 697 | ### [WhatsApp](https://www.whatsapp.com/) - Mobile and desktop messaging app 698 | 699 | - [API documentation](https://developers.facebook.com/docs/whatsapp/api/reference/) 700 | - [Python wrapper](https://github.com/tgalal/yowsup) ![GitHub Repo stars](https://img.shields.io/github/stars/tgalal/yowsup) ![GitHub last commit](https://img.shields.io/github/last-commit/tgalal/yowsup) 701 | 702 | ### [Wikipedia](https://www.wikipedia.org/) - Wikipedia 703 | 704 | - [API documentation](https://www.mediawiki.org/wiki/API) 705 | - [Python wrapper](https://github.com/martin-majlis/Wikipedia-API) ![GitHub Repo stars](https://img.shields.io/github/stars/martin-majlis/Wikipedia-API) ![GitHub last commit](https://img.shields.io/github/last-commit/martin-majlis/Wikipedia-API) 706 | 707 | ### [Windows Azure](https://www.windowsazure.com/) - Microsoft's cloud platform 708 | 709 | - [API documentation](https://www.windowsazure.com/en-us/develop/python/) 710 | - [Python wrapper](https://github.com/WindowsAzure/azure-sdk-for-python) ![GitHub Repo stars](https://img.shields.io/github/stars/WindowsAzure/azure-sdk-for-python) ![GitHub last commit](https://img.shields.io/github/last-commit/WindowsAzure/azure-sdk-for-python) 711 | 712 | ### [World Bank](https://data.worldbank.org/indicator) - Collection of development indicators 713 | 714 | - [API documentation](https://datahelpdesk.worldbank.org/knowledgebase/topics/125589-developer-information) 715 | - [Python wrapper #1: wbgapi](https://github.com/tgherzog/wbgapi) ![GitHub Repo stars](https://img.shields.io/github/stars/tgherzog/wbgapi) ![GitHub last commit](https://img.shields.io/github/last-commit/tgherzog/wbgapi) 716 | - [Python wrapper #2: wbdata](https://github.com/OliverSherouse/wbdata) ![GitHub Repo stars](https://img.shields.io/github/stars/OliverSherouse/wbdata) ![GitHub last commit](https://img.shields.io/github/last-commit/OliverSherouse/wbdata) 717 | - [Python wrapper #3: World-Bank-Python](https://github.com/dpfens/World-Bank-Python) ![GitHub Repo stars](https://img.shields.io/github/stars/dpfens/World-Bank-Python) ![GitHub last commit](https://img.shields.io/github/last-commit/dpfens/World-Bank-Python) 718 | 719 | ### [World Weather](https://www.worldweatheronline.com/) - Weather service 720 | 721 | - [API documentation](https://developer.worldweatheronline.com) 722 | - [Python wrapper](https://github.com/ekapope/WorldWeatherOnline) ![GitHub Repo stars](https://img.shields.io/github/stars/ekapope/WorldWeatherOnline) ![GitHub last commit](https://img.shields.io/github/last-commit/ekapope/WorldWeatherOnline) 723 | 724 | ### [WooCommerce](https://www.woothemes.com/woocommerce/) - Ecommerce 725 | 726 | - [API documentation](https://docs.woothemes.com/document/woocommerce-rest-api/) 727 | - [Python wrapper](https://github.com/woothemes/wc-api-python) ![GitHub Repo stars](https://img.shields.io/github/stars/woothemes/wc-api-python) ![GitHub last commit](https://img.shields.io/github/last-commit/woothemes/wc-api-python) 728 | 729 | ### [Wunderlist](https://www.wunderlist.com/) - Task Management Application 730 | 731 | - [API documentation](https://developer.wunderlist.com/documentation) 732 | - [Python wrapper](https://github.com/mieubrisse/wunderpy2) ![GitHub Repo stars](https://img.shields.io/github/stars/mieubrisse/wunderpy2) ![GitHub last commit](https://img.shields.io/github/last-commit/mieubrisse/wunderpy2) 733 | 734 | ### [Yelp](https://www.yelp.com) - Local search website 735 | 736 | - [API documentation](https://www.yelp.com/developers/documentation) 737 | - [Python wrapper](https://github.com/Yelp/yelp-python) ![GitHub Repo stars](https://img.shields.io/github/stars/Yelp/yelp-python) ![GitHub last commit](https://img.shields.io/github/last-commit/Yelp/yelp-python) 738 | 739 | ### [You Need a Budget (YNAB)](https://www.youneedabudget.com/) - Personal budgeting software 740 | 741 | - [API documentation](https://api.youneedabudget.com/) 742 | - [Python wrapper](https://github.com/deanmcgregor/ynab-python) ![GitHub Repo stars](https://img.shields.io/github/stars/deanmcgregor/ynab-python) ![GitHub last commit](https://img.shields.io/github/last-commit/deanmcgregor/ynab-python) 743 | 744 | ### [YouTube](https://www.youtube.com) - Video-sharing website 745 | 746 | - [API documentation](https://developers.google.com/youtube/) 747 | - [Python wrapper](https://github.com/rohitkhatri/youtube-python) ![GitHub Repo stars](https://img.shields.io/github/stars/rohitkhatri/youtube-python) ![GitHub last commit](https://img.shields.io/github/last-commit/rohitkhatri/youtube-python) 748 | --------------------------------------------------------------------------------