• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
PythonForBeginners.com

PythonForBeginners.com

Learn By Example

  • Home
  • Learn Python
    • Python Tutorial
  • Categories
    • Basics
    • Lists
    • Dictionary
    • Code Snippets
    • Comments
    • Modules
    • API
    • Beautiful Soup
    • Cheatsheet
    • Games
    • Loops
  • Python Courses
    • Python 3 For Beginners
You are here: Home / API / List of Python API’s

List of Python API’s

Author: PFB Staff Writer
Last Updated: August 27, 2020

Python API’s

Many Internet companies, such as Facebook, Google, and Twitter provides Application Programming Interfaces (or API’s) that you can use to build your own applications. An API is a set of programming instructions and standards for accessing web based software applications. A wrapper is an API client, that are commonly used to wrap the API into easy to use functions by doing the API calls itself. This page provides you with a list of python API’s, but also a link to its Python wrapper.

Amazon

Amazon Web Services is a collection of remote computing services that together make up a cloud computing platform, offered over the Internet by Amazon.com

  • Api Documentation
  • Python wrapper for Amazon Web Services

Bing

Bing is a search engine that brings together the best of search and people in your social networks to help you spend less time searching and more time doing.

  • Api Documentation
  • Python wrapper for the Bing search API

Bitly

URL shortening and bookmarking service

  • Api Documentation
  • Python wrapper around the bit.ly API

Blogger

Blog-publishing service

  • Api Documentation
  • A python wrapper around the Blogger

Box

Online file sharing and Cloud content management service for enterprise companies.

  • Api documentation
  • Python wrapper for Box.com/.net API

Delicious

Keep, share, and discover the best of the Web using Delicious, the world’s leading social bookmarking service.

  • Api Documentation
  • Python wrapper for Del.icio.us

Disqus_api_docs” href=”http://disqus.com/api/docs/” target=”_blank” rel=”noopener noreferrer”>Api Documentation

  • Dropbox

    Free service that lets you bring your photos, docs, and videos anywhere and share them easily

    • Api Documentation
    • Dropbox API wrapper command

    Facebook

    Facebook is an online social networking service.

    • Api Documentation
    • Python wrapper for Facebook

    Foursquare

    Foursquare is a location-based social networking website for mobile devices, such as smartphones

    • Api Documentation
    • Python wrapper for Foursquare

    Ebay

    Online auction and shopping website

    • Api Documentation
    • Python wrapper for eBay API

    Flickr

    Image hosting and video hosting website

    • Api Documentation
    • A Python library for the Flickr API

    Geopy

    A Geocoding Toolbox for Python. Official git repo.

    • Api Documentation
    • A Geocoding Toolbox for Python

    Google Maps

    Google Maps is a web mapping service application and technology provided by Google

    • Api Documentation
    • Python wrapper for Google Maps API

    Imgur

    Simple Image Sharer

    • Python wrapper for Imgur

    Indeed

    Search engine for jobs

    • Api Documentation
    • Light wrapper for indeed.com API

    Instagram

    Online photo-sharing, video-sharing and social networking service that enables its users to take pictures and videos

    • Api Documentation
    • Python Client for Instagram API

    Last.fm

    The world’s largest online music catalogue, powered by your scrobbles.

    • Api Documentation
    • Python wrapper to the last.fm web services API

    Linkedin

    World’s Largest Professional Network

    • Api Documentation
    • Python interface to the LinkedIn API

    Loggly

    Cloud- based log management service

    • Api Documentation
    • Simple library for logging to Loggly

    Netflix

    On-demand Internet streaming media

    • A python API wrapper specificly designed to work with netflix’s streaming API

    PagerDuty

    IT alert monitoring

    • Api Documentation
    • Python Library for PagerDuty’s v1 REST API.

    Photobucket

    Cloud- based log management service

    • Api Documentation
    • A Python wrapper for the Photobucket API

    Pinterest

    Pinterest is a pinboard-style photo-sharing website that allows users to create and manage theme-based image collections such as events, interests, and hobbies.

    • Api Documentation
    • Python wrapper for the Pinterest API

    Reddit

    A social news and entertainment website where registered users submit content in the form of either a link or a text post

    • API Documentation
    • Python Reddit API Wrapper

    Rotten Tomatoes

    Film review aggregator

    • Rotten Tomatoes API for Python

    Soundcloud

    Share your sounds

    • API Documentation
    • Python wrapper for Soundcloud

    Spotify

    Commercial music streaming service

    • API Documentation
    • pyspotify provides a Python interface to Spotify’s online music streaming service.

    Technorati

    Technorati is an Internet search engine for searching blogs.

    • Api Documentation
    • A Python wrapper for the Technorati API

    Twitter

    Twitter is an online social networking service and microblogging service that enables its users to send and read text-based messages of up to 140 characters, known as tweets

    • API Documentation
    • A Python wrapper around the Twitter API

    Tumblr

    Tumblr, stylized in their logo as tumblr., is a microblogging platform and social networking website

    • Api Documentation
    • Python wrapper for Tumblr API

    Wikipedia

    Wikipedia is a free, web-based, collaborative, multilingual encyclopedia project supported by the non-profit Wikimedia Foundation.

    • Api documentation
    • Python wrapper for Wikipedia

    Yahoo

    Web portal, search engine Yahoo! Search, and related services, including Yahoo! Directory, Yahoo! Mail, Yahoo!

    • API Documentation
    • A python wrapper around the Yahoo! Weather.

    Yelp

    Local search website

    • Api Documentation
    • A Python wrapper for the Yelp v2.0 API

    YouTube

    YouTube is a video-sharing website

    • API Documentation
    • Python Youtube Data API

    Hacker News

    Is a social news website focusing on computer science and entrepreneurship.

    • API Documentation
    • How To Use The Hacker News API

    Wunderground

    • API Documentation
    • Scraping Wunderground

    Related Posts

    How To Access Various Web Services in Python

    Related

    Recommended Python Training

    Course: Python 3 For Beginners

    Over 15 hours of video content with guided instruction for beginners. Learn how to create real world applications and master the basics.

    Enroll Now
  • Filed Under: API, Development Author: PFB Staff Writer

    More Python Topics

    API Argv Basics Beautiful Soup Cheatsheet Code Code Snippets Command Line Comments Concatenation crawler Data Structures Data Types deque Development Dictionary Dictionary Data Structure In Python Error Handling Exceptions Filehandling Files Functions Games GUI Json Lists Loops Mechanzie Modules Modules In Python Mysql OS pip Pyspark Python Python On The Web Python Strings Queue Requests Scraping Scripts Split Strings System & OS urllib2

    Primary Sidebar

    Menu

    • Basics
    • Cheatsheet
    • Code Snippets
    • Development
    • Dictionary
    • Error Handling
    • Lists
    • Loops
    • Modules
    • Scripts
    • Strings
    • System & OS
    • Web

    Get Our Free Guide To Learning Python

    Most Popular Content

    • Reading and Writing Files in Python
    • Python Dictionary – How To Create Dictionaries In Python
    • How to use Split in Python
    • Python String Concatenation and Formatting
    • List Comprehension in Python
    • How to Use sys.argv in Python?
    • How to use comments in Python
    • Try and Except in Python

    Recent Posts

    • Count Rows With Null Values in PySpark
    • PySpark OrderBy One or Multiple Columns
    • Select Rows with Null values in PySpark
    • PySpark Count Distinct Values in One or Multiple Columns
    • PySpark Filter Rows in a DataFrame by Condition

    Copyright © 2012–2025 · PythonForBeginners.com

    • Home
    • Contact Us
    • Privacy Policy
    • Write For Us