Quotes API
The Quotes API expose quotes in different languages and categories.
Get Quotes
GET
https://contentapi.celltick.com/mediaApi/v1.0/mid/quotes
The quotes API will return number of quotes based on request parameters. In case no category is set, quotes of various categories may return. In case limit was not set, only one quote returned. In case limit was set (up to maximum of 10 quotes per request), up to limit number of quotes will be returned.
Query Parameters
limit
integer
Limits the number of returned content items. Default is 1 max is 10.
category
string
one category can be set. See API Get Category
language
string
2 letter language code (ISO 639-1) Supported languages: (en) - English
optOut
boolean
Allowed values are: true/false Mandatory In case of android application
aid
string
Mandatory In case of android application
userId
string
Source user id (UUID)
Last updated