Developers
Two ways to bring The Office into your project.
Free
Quote of the Day Embed
A free daily Office QOTD with a YouTube clip. Drop two lines of HTML on any site — no API key, no rate limit, no configuration needed.
Paid
Quote Data API
Structured access to 60,112 lines of Office dialogue — every character, season, episode, and scene. Returns enriched data including topic scores, quiz options, and YouTube clips from Cloudflare's edge.
View full API docsExample response
{
"id": "03_02_45",
"line": "Identity theft is not a joke, Jim! Millions of families suffer every year!",
"character": "Dwight",
"season": "3",
"episode": "2",
"episodeCode": "S03E02",
"episodeTitle": "The Convention",
"scene": 4,
"lineLength": 72,
"wordCount": 13,
"enriched": {
"topics": {
"funny": 9,
"awkward": 7,
"about-work": 4,
"sfw": 8
},
"quiz": {
"speakerOptions": [
"Dwight",
"Michael",
"Jim",
"Andy"
],
"episodeTitleOptions": [
"The Convention",
"Gay Witch Hunt",
"The Coup",
"Initiation"
],
"swappableWords": [
{
"word": "joke",
"start": 26,
"end": 30,
"distractors": [
"laughing matter",
"game",
"prank"
]
}
]
}
}
} Questions or want access to the paid API?
Get in touch