Returns trending GIFs.
Parameters
Output
Encoding
application/jsonhasNext
boolean
Required
No description available.
items
array
Required
No description available.
page
integer
Required
No description available.
Errors
AuthRequired
Missing, malformed, or unverifiable service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"items",
"page",
"hasNext"
],
"properties": {
"page": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"ref": "lex:social.colibri.embed.defs#gifItem",
"type": "ref"
}
},
"hasNext": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"page": {
"type": "integer"
}
}
},
"description": "Returns trending GIFs."
}