The toolbox

The quote of the day.

A hand-picked quote every day to copy, share, or drop straight into your next design — or pull it from our free API.

Quote of the day

The sea speaks a language polite people never repeat. It is a colossal scavenger slang and has no respect.

— Carl Sandburg

Today's quote

Hand-picked, fresh daily

Copy it, share it, or pull it straight from the free API below.

Free Quotes API

Drop a quote-of-the-day into your app

One free, no-auth JSON endpoint returns today's quote (cached for 24 hours). Perfect for a widget, a status page, or a daily email.

Try it live

GET https://www.drivebird.com/api/quotes/today

{
  "data": {
    "id": 204,
    "quote": "...",
    "author": "Carl Sandburg"
  },
  "meta": { "date": "2026-07-22", "endpoint": "today", "cache": "24h" }
}