Office Quotes as a Service

OQaaS

-

Super Duper Fast

OQaaS is made with the goal of high stability and near-zero downtime.
You can rely on us to deliver your Office quotes quickly reliably.

Tons of quotes

There are currently 0 quotes from The Office are in OQaaS's database!
Have a quote that you think should be included? Feel free to submit a pull request to add one!

Who said that?

In addition to a random quote, you also get the name of the character who said it!

Check this out!

Its really easy to get started. No fancy-shmacy API keys. Just send a GET request to one of many domains.
Look at this example in javascript:

var data = null
var xhr = new XMLHttpRequest()
xhr.addEventListener('readystatechange', function() {
  if (this.readyState === this.DONE) {
    console.log(this.responseText)
  }
})
xhr.open('GET', 'https://oq.now.sh/api/r')
xhr.send(data)

loading...