Catherine Schulman Quotes

Catherine Schulman Quotes — This API provides access to a collection of quotes

😄 FunHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

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.

79HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 79 · healthy
Uptime history
98.0%90 days
100%30 days
3104P50 · ms
4912P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 1837 ms, slowest 4322 ms, most recent 2529 ms.
Live response samplecaptured by our last successful check
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
    }
  }
}
Call itcurl · fetch · python
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())
Endpoints · 2HealthyFULL DOCS ↗
Monitored path responding — GET /api3104 mschecked 8h ago
GET/apiPROBED

Catherine Schulman Quotes — This API provides access to a collection of quotes

GET/api?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

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.