Skip to content

A collection of useful free* APIs for future Python Projects

Notifications You must be signed in to change notification settings

SciWilro/Python_API_Project_Ideas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A collection of useful free* APIs for future Python Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published