Catherine Schulman Quotes
Catherine Schulman Quotes — This API provides access to a collection of quotes
Catherine Schulman Quotes exposes this API provides access to a collection of quotes attributed to Catherine Schulman. Users can retrieve all quotes, get a random quote, or search for quotes containing specific words or by unique identifiers. We verified a keyless GET endpoint returning JSON (Entertainment). Check the provider docs for rate limits and terms before production use.
GET https://shulmanquotes.vercel.app/api
{
"api": "Екатерина Шульман: цитаты и передачи",
"mirrors": {
"render": "https://shulman-quotes-api.onrender.com",
"vercel": "https://shulmanquotes.vercel.app"
},
"disclaimer": "Неофициальный образовательный проект. Все права на контент принадлежат авторам.",
"author": "https://github.com/l0v3m0n3y",
"programs": [
"slow-reading",
"knowledge-is-power"
],
"endpoints": {
"quotes": {
"/api/quotes": "все цитаты",
"/api/quote/random": "случайная цитата",
"/api/quote/{id}": "цитата по ID",
"/api/search/quotes?q={word}": "поиск по цитатам"
},
"episodes": {
"/api/episodes": "все выпуски всех программ",
"/api/episodes/{program}": "все выпуски программы",
"/api/episodes/{program}/random": "случайный выпуск программы",
"/api/episodes/{program}/{episode_id}": "конкретный выпуск",
"/api/search/episodes?q={word}": "поиск по всем выпускам"
},
"github": {
"/api/github/{username}/analytics": "полный политологический анализ",
"/api/github/{username}/languages": "простое распределение языков",
"/api/github/{username}/card?style=shulman|apple": "SVG-карточка для встраивания"
}
},
"statistics": {
"total_quotes": 501,
"total_episodes": 446,
"episodes_by_program": {
"slow-reading": 11,
"knowledge-is-power": 10,
"status": 399,
"zakladka": 26
}
}
}curl "https://shulmanquotes.vercel.app/api"const res = await fetch("https://shulmanquotes.vercel.app/api");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://shulmanquotes.vercel.app/api")
print(res.json())/apiPROBEDCatherine Schulman Quotes — This API provides access to a collection of quotes
/api?limit=5Paginated variant with limit parameter.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Catherine Schulman Quotes: common questions
Is Catherine Schulman Quotes free to use?
Yes — Catherine Schulman Quotes is a free fun API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Catherine Schulman Quotes need an API key?
No — Catherine Schulman Quotes needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Catherine Schulman Quotes from the browser?
Yes — Catherine Schulman Quotes returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Catherine Schulman Quotes up right now?
As of our last scheduled check, Catherine Schulman Quotes is healthy with 98.0% uptime over 90 days and a 3104 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.