Giter Club home page Giter Club logo

python_api_project_ideas's Introduction

LinkedIn Gmail Twitter


Logo

Python API Project Ideas

A collection of useful APIs available for free*

Table of Contents
  1. WordsAPI
    • Find definitions, related words, and more
  2. I❤PDF API
    • Multiple tools for working with PDFs
  3. Alpaca Market Data API
    • Access Historical/realtime Stock, EFT, and Crypto information

Important Note

If you want to store your project on a public github repo, keep your API key in a file included in your .gitignore file and use import statement, or use the dotenv package if your project gets more complex (Helpful Youtube tutorial)

Plans For Repo

The idea behind the project is to compile a list of sources for API related Python projects, and have beginner-friendly code examples for each to get other people started. These examples should not be overwhelming and thus only cover the basics, and include lots of comments to explain what's being done and why. Expect lots of links back to the documentation.


WordsAPI

The Words API database has over 150,000 words, and can return:

  • definitions
  • synonyms
  • part of speech
  • example sentences
  • Rhymes
  • pronunciation
  • word frequency
  • and more... (see Docs)

Can also return hierarchical information, such as:

  • a hatchback is a type of car
  • a finger is a part of a hand
  • oxygen is a substance of water

You can test it out Here
To incorporate in project, you'll need a free account. But you will get billed for each request after your 2500 request daily limit. Read Important Note Section

Request Limit: 2500/per day
Standard: REST
Output: JSON

(back to top)


I❤PDF API

I❤PDF and the API is a resource for doing LOTS of things with PDF files including:

  • Converting from/to Word, Powerpoint, Excel, JPG
  • Merging, Splitting, Organising
  • Compressing
  • Repairing
  • Unlocking (Removing Password)

For more details see the API Reference Docs
Again, there is a limit to your free account, so read Important Note Section

Request Limit: 250/per month
Standard: REST
Output: JSON

(back to top)


Market Data API

Access Alpaca’s historical (5 years) and real-time US stock market API and crypto data API.
There is also support for ETFs listed in the US public exchanges (NMS stocks)

Alpaca also provides a PyPI package alpaca-py
Also has the WebSocket protocol available for real time updates without pulling the server.
For more information see the API Reference Docs

Request Limit: 200/calls min
Standard: REST & WebSocket

(back to top)


Possible Additions

Name: Deepgram Python API and SDK
Description: Deepgram's automated speech recognition APIs. Pre-Recorded or Live
Link

Name: Quickchart
Description: API for generating charts / QR codes / PDFs
Link

Name: Google Maps API
Description: Access to different Google Map features
Link

Name: Twitter API
Description: Access to tweets and metadata (25000 tweets / month)
Link


Attribution

Project icon created by Muhammad Ali - Flaticon

python_api_project_ideas's People

Contributors

sciwilro avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.