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.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
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.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
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?
Catherine Schulman Quotes is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.