Skip to content

prem-k-r/multilingual-quotes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Multilingual Quotes API

A simple, open-source collection of multilingual quotes focused on technology, science, logic, innovation, and inspiration.

🌐 Supported Languages

  • English
  • Hindi
  • Urdu
  • ...more coming soon!

πŸš€ How to Use

These .json files are publicly hosted. You can directly fetch them using any HTTP client (like fetch, axios, curl, etc).

Example URLs:

https://prem-k-r.github.io/multilingual-quotes-api/data/en.json
https://prem-k-r.github.io/multilingual-quotes-api/data/hi.json
https://prem-k-r.github.io/multilingual-quotes-api/data/ur.json

Example (JavaScript):

fetch("https://prem-k-r.github.io/multilingual-quotes-api/data/en.json")
  .then(res => res.json())
  .then(data => console.log(data));

🀝 Contributing

Everyone is welcome to contribute quotes in their native languages. Just keep a few things in mind:

  • βœ… Make sure you write the correct author's name.
  • 🧠 Prefer quotes related to technology, science, logic, or motivation.
  • 🚫 Avoid inappropriate, offensive, or unrelated content.
  • πŸ’¬ Quotes should be short and meaningful.
  • 🌍 Add quotes to the correct language file inside /data/ directory.
  • πŸ§ͺ Validate JSON format before pushing.

πŸ“ Folder Structure

multilingual-quotes-api/
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ en.json
β”‚   β”œβ”€β”€ hi.json
β”‚   β”œβ”€β”€ ur.json
β”‚   └── ...other language files
β”œβ”€β”€ README.md
β”œβ”€β”€ minified/
β”‚   β”œβ”€β”€ en.json        ← auto-generated
β”‚   β”œβ”€β”€ hi.json        ← auto-generated
β”‚   β”œβ”€β”€ bn.json        ← auto-generated
β”‚   β”œβ”€β”€ ...other language files
β”‚   └── metadata.json      ← tracking file
β”œβ”€β”€ .github/
β”‚   └── workflows/
β”‚       └── minify-quotes.yml

About

Multilingual Quotes API

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •