Catherine Shulman's Quotes

Catherine Shulman's Quotes — This API provides access to a collection of quote

😄 FunHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Catherine Shulman's Quotes exposes this API provides access to a collection of quotes by Catherine Shulman. Users can retrieve all quotes, get a random quote, or fetch a specific quote by its ID. We verified a keyless GET endpoint returning JSON (Entertainment). Check the provider docs for rate limits and terms before production use.

91HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 91 · healthy
Uptime history
100%90 days
100%30 days
638P50 · ms
2067P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 260 ms, slowest 1128 ms, most recent 412 ms.
Live response samplecaptured by our last successful check
GET https://shulman-quotes-api.onrender.com/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://shulman-quotes-api.onrender.com/api"
const res = await fetch("https://shulman-quotes-api.onrender.com/api");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://shulman-quotes-api.onrender.com/api")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api638 mschecked 8h ago
GET/apiPROBED

Catherine Shulman's Quotes — This API provides access to a collection of quote

GET/api?limit=5

Paginated variant with limit parameter.

GET/health

Health Check

GET/index.html

Serve Index

GET/

Serve Index

GET/episode.html

Serve Episode

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 Shulman's Quotes: common questions

Is Catherine Shulman's Quotes free to use?

Yes — Catherine Shulman's 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 Shulman's Quotes need an API key?

No — Catherine Shulman's Quotes needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Catherine Shulman's Quotes from the browser?

Yes — Catherine Shulman's 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 Shulman's Quotes up right now?

As of our last scheduled check, Catherine Shulman's Quotes is healthy with 100% uptime over 90 days and a 638 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.