# Imgflip API **Provider:** Imgflip **Category:** entertainment **Base URL:** `https://imgflip.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://imgflip.com/api ## Description Gets an array of popular memes ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://imgflip.com/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://imgflip.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/imgflip/) — CC BY 4.0*