Adding new quotes #69
Replies: 10 comments 13 replies
-
ExampleI would like to add the following quotes [
{
"content": "I'll prepare and some day my chance will come.",
"author": "Abraham Lincoln",
"tags": ["famous-quotes", "inspirational"]
},
{
"content": "Action is eloquence!",
"author": "William Shakespeare",
"tags": ["literature", "famous-quotes"]
}
] |
Beta Was this translation helpful? Give feedback.
-
I'd like to add these quotes. Maybe some are already in the database
|
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to suggest the following quotes if they have not been added already.
|
Beta Was this translation helpful? Give feedback.
-
hi, is there any way to see a full list of all quotes already included in the database the closest way I can find is to use this URL, which only allows up to 150: , but so far there are more than 1885 quotes now I want to add some quotes but I'm afraid it's already inside the database, and the only way to check is to use this URL https://api.quotable.io/search/quotes?query=" " but it already has almost 2000 quotes, so i don't think it will be necessary to add more |
Beta Was this translation helpful? Give feedback.
-
The Source repo has a lot of tags but the api shows only 20 tags, I'm confused , am i missing anything? @lukePeavey can you please clear this or if you could add new tags and quotes to the api would be helpful , Thanks in advance. data repo tag link : https://raw.githubusercontent.com/quotable-io/data/master/data/tags.json |
Beta Was this translation helpful? Give feedback.
-
Those changes just haven't been synced to the MongoDB database yet. |
Beta Was this translation helpful? Give feedback.
-
@sad-adnan Just pushed the latest changes to MongoDB. The list of tags matches the data in the repo now. |
Beta Was this translation helpful? Give feedback.
-
Hello! I would like to add these quotes. Just in case they weren’t added :)
P.S. Does the database allow bible quotes? |
Beta Was this translation helpful? Give feedback.
-
Hey! i would like to add these ones! [
{
"content": "Too much or too little, neither brings joy. Enough does.",
"author": "Adison Masih",
"tags": ["happiness"]
},
{
"content": "Testing people before you need them can prevent unpleasant surprises later.",
"author": "Adison Masih",
"tags": ["friendship", "politics", "business"]
}
] |
Beta Was this translation helpful? Give feedback.
-
Update
The source data for the API is now stored in a public repo on Github. If you would like contribute new quotes or help improve the existing content, please visit the data repo: https://github.com/quotable-io/data
Beta Was this translation helpful? Give feedback.
All reactions