No description available.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
emojis
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"emojis"
],
"properties": {
"cursor": {
"type": "string"
},
"emojis": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"q": {
"type": "string",
"maxLength": 64
},
"repo": {
"type": "string",
"description": "Restrict results to a single repo (DID)."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"excludeRepo": {
"type": "string",
"description": "Exclude results from a single repo (DID)."
}
}
}
}