GET /memes/search
Search for meme templates by name or keyword. Skilar samsvarandi meme templates with IDs, names, and blank myndaslóðum. Styður partial matching so you can search for 'drake', 'distracted', 'brain', or 'button' to finndu the right template. Gagnlegt fyrir meme creation verkfæri, chat bots with meme capabilities, and social forrit that let users quickly finndu and share specific meme formats.
q
nauðsynlegt
Search query (meme name or keyword)
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
q |
Já | - | Search query (meme name or keyword) |
curl "https://nordapi.ee/api/v1/memes/search?q=drake"
curl "https://nordapi.ee/api/v1/memes/search?q=drake"
curl "https://nordapi.ee/api/v1/memes/search?q=brain"
curl "https://nordapi.ee/api/v1/memes/search?q=button"
{
"count": 1,
"data": [
{
"box_count": 2,
"captions": 1527250,
"height": 1200,
"id": "181913649",
"name": "Drake Hotline Bling",
"url": "https://i.imgflip.com/30b1gx.jpg",
"width": 1200
}
],
"success": true
}