GET /memes/search
Hae for meme templates nimellä or keyword. Palauttaa vastaavat meme templates with IDs, names, and blank image URLs. Tukee partial vastaavat so you can search for 'drake', 'distracted', 'brain', or 'button' to find the right template. Hyödyllinen meme creation tools, chat bots with meme capabilities, and social apps that let users quickly find and share specific meme formats.
q
pakollinen
Search query (meme name or keyword)
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
q |
Kyllä | - | 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
}