https://github.com/anburocky3/apis-to-practice
Best API's to practice for any demonstration purpose. Feel free to add a PR if you find any interesting api.
https://github.com/anburocky3/apis-to-practice
Last synced: 7 months ago
JSON representation
Best API's to practice for any demonstration purpose. Feel free to add a PR if you find any interesting api.
- Host: GitHub
- URL: https://github.com/anburocky3/apis-to-practice
- Owner: anburocky3
- Created: 2021-08-15T13:42:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T16:56:29.000Z (about 4 years ago)
- Last Synced: 2025-02-22T17:49:53.590Z (8 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APIs-to-practice
Best API's to practice for any demonstration purpose. Feel free to add a PR if you find any interesting api.## Index
* [Books](#books)
* [Development](#development) (Will add later)
* [Entertainment](#entertainment)
* [Finance](#finance) (Will add later)
* [Food & Drink](#food--drink)
* [Games & Comics](#games--comics)
* [Health](#health) (Will add later)
* [Music](#music) (Will add later)
* [News](#news) (Will add later)
* [Photography](#photography) (Will add later)
* [Shopping](#shopping) (Will add later)
* [Weather](#weather) (Will add later)
* [Others](#others)### Books
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [Open Library](https://openlibrary.org/developers/api) | Books, book covers and related data | No | Yes | No |
| [Quran-api](https://github.com/fawazahmed0/quran-api#readme) | Free Quran API Service with 90+ different languages and 400+ translations | No | Yes | Yes |
| [Thirukkural](https://api-thirukkural.web.app/) | 1330 Thirukkural poems and explanation in Tamil and English | No | Yes | Yes |**[⬆ Back to Index](#index)**
### Food
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [Biriyani As A Service](https://biriyani.anoram.com/) | Biriyani images placeholder | No | Yes | No |
| [Foodish](https://github.com/surhud004/Foodish#readme) | Random pictures of food dishes | No | Yes | Yes |
| [Spoonacular](https://spoonacular.com/food-api) | Recipes and Food product | `apiKey` | Yes | Unknown |
| [TheMealDB](https://www.themealdb.com/api.php) | Meal Recipes | `apiKey` | Yes | Yes |
| [What's on the menu?](http://nypl.github.io/menus-api/) | NYPL human-transcribed historical menu collection | `apiKey` | No | Unknown |**[⬆ Back to Index](#index)**
### Entertainment
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [TMDb](https://www.themoviedb.org/documentation/api) | Community-based movie data | `apiKey` | Yes | Unknown |
| [Open Movie Database](http://www.omdbapi.com/) | Movie information | `apiKey` | Yes | Unknown |
| [Number API](http://numbersapi.com/) | Fact of numbers | `apiKey` | Yes | No |**[⬆ Back to Index](#index)**
### Games & Comics
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [PokeApi](https://pokeapi.co/) | Pokemon API | `apiKey` | Yes | No |
| [The Star Wars API](https://swapi.dev/) | Star wars API | `apiKey` | Yes | No |
| [Marvel API](https://developer.marvel.com/) | Marvel API | `apiKey` | Yes | Yes |**[⬆ Back to Index](#index)**
### Others
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [Advice Slip](http://api.adviceslip.com/) | Generate random advice slips | No | Yes | Unknown |**[⬆ Back to Index](#index)**