GET /memes/search
Search for meme templates by namn or keyword. Returnerar matchande meme templates med IDs, namn, and blank bild URLs. Stöder partial matchande so you can sök for 'drake', 'distracted', 'brain', or 'button' to hitta the right template. Användbart för meme creation verktyg, chat bots med meme capabilities, and social appar som let användare quickly hitta and share specifik meme format.
q
obligatorisk
Search query (meme name or keyword)
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
q |
Ja | - | 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
}