Comics API
The Comics API expose daily comics in different languages.
Get Comics
GET
https://contentapi.celltick.com/mediaApi/v1.0/mid/comics
Method returns one or more comics images based on the below parameters
Query Parameters
offset
integer
for paging only. (e.g. offset=5 will return items starting from the 5th place)
limit
integer
limit the number of returned items.
theme
string
Theme of comics Supported themes (single one selection) {“Dilbert” , “Garfield”, “Peanuts”, ”Pearls”,” Argyle”, ”Tutlandia”} limit N integer Limits the number of returned content items. Default is 5 max is 50
publishDate
string
Allows fetching comics for specific date. Date/time format is: MM/dd/yyyy”
language
string
2 letter language code (ISO 639-1) Supported languages: (pt) -Portuguese (es) - Spanish (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