Catherine Shulman's Quotes

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

😄 FunUNMONITORED
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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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 · 6On scheduleFULL DOCS ↗
On schedule — GET /api awaits first probe
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

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

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?

Catherine Shulman's 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.