← Unterhaltung

Meme-Suche

GET /memes/search

Suchen Sie nach meme templates by name oder keyword. Liefert übereinstimmende meme templates with IDs, names, und blank image URLs. Unterstützt partial matching so you can search for 'drake', 'distracted', 'brain', oder 'button' to find the right template. Nützlich für meme creation tools, chat bots with meme capabilities, und social apps that let users quickly find und share specific meme formats.

Parameter

q erforderlich

Search query (meme name or keyword)

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/memes/search?q=drake"
Search for Drake meme
curl "https://nordapi.ee/api/v1/memes/search?q=drake"
Search for brain memes
curl "https://nordapi.ee/api/v1/memes/search?q=brain"
Search for button memes
curl "https://nordapi.ee/api/v1/memes/search?q=button"

Live-Antwort

{
  "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
}