Quote Character Counts Added to JSON

We’ve added a new variable to the ZenQuotes API JSON array that returns a character count of the quote text. The new “c” variable will allow app developers to filter the [quotes] array within their app should they have strict character requirements.

Check out the example below:

{
"q":"To know your Enemy, you must become your Enemy.",
"a":"Sun Tzu",
"c":"47",
"h":"<blockquote>&ldquo;To know your Enemy, you must become your Enemy.&rdquo; &mdash; <footer>Sun Tzu</footer></blockquote>"
}

Check out the complete ZenQuotes Documentation for more information about how to get the most from our API.

Subscribe