Search emojis
Search names, slugs and related tags. A query must be at least two characters; results are capped at 20.
GET https://sportsemojis.com/api/v1/search?q=arsenal
Example response
{
"data": [
{
"id": 42,
"name": "Arsenal celebration",
"slug": "arsenal-celebration",
"type": "animated",
"page_url": "https://sportsemojis.test/emoji/arsenal-celebration",
"tags": [{ "name": "Arsenal", "slug": "arsenal" }]
}
],
"meta": { "limit": 20 }
}