This API provides access to a collection of russian proverbs with their translations and meanings.
To use this API, make HTTP requests to the endpoints listed below. Make sure to handle responses and errors appropriately in your application.
Since this project is a free to use hobby project it has some restrictions because I use the free plan of render.com
GEThttps://jad-russian-proverb-api.onrender.com/proverbs/random Get a random proverb.
GEThttps://jad-russian-proverb-api.onrender.com/proverbs/specific/1 Get a specific proverb by id.
GEThttps://jad-russian-proverb-api.onrender.com/proverbs/categories Get all categories.
GEThttps://jad-russian-proverb-api.onrender.com/proverbs/category/Work Get proverbs by category.
{
"id": 1,
"russianProverb": "Не откладывай на завтра то, что можно сделать сегодня.",
"englishTranslation": "Do not put off till tomorrow what may be done today.",
"meaningExplanation": "Explanation of the proverb meaning.",
"category": "WISDOM"
}
For a more thorough usage and for testing purpose you can access the swagger UI via Link.