# Lololyrics API API **Provider:** Lololyrics API **Category:** entertainment **Base URL:** `http://api.lololyrics.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://api.lololyrics.com/ ## Description Given an artist and track name, obtains its lyrics and metadata such as the year released and album art. Specializes more in electronic dance music genres such as hardstyle. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://api.lololyrics.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'http://api.lololyrics.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. No authentication required for lyrics metadata. --- *Source: [API Map](https://apimap.dev/apis/lololyrics-api/) — CC BY 4.0*