← Viihde

Kappaleen sanat

GET /lyrics/:artist/:title

Hae minkä tahansa kappaleen täydelliset sanoitukset antamalla esittäjän nimi ja kappaleen nimi URL-polussa. Palauttaa kappaleen täydellisen tekstin. Tiedot lyrics.ovh-rajapinnasta, joka kattaa laajan kappaleluettelon kaikista genreistä ja vuosikymmeniltä. Hyödyllinen karaoke-sovelluksiin, musiikkikasvatusalustoihin, sanoitusten analysointityökaluihin, lauluntekoviittauksiin ja musiikkivisaominaisuuksiin.Hae the full lyrics for any song by providing the artist name and song title in the URL path. Palauttaa the complete song text. Data from the lyrics.ovh API covering a vast catalog of songs across all genres and decades. Hyödyllinen karaoke apps, music education platforms, lyric analysis tools, songwriting reference, and music trivia features.

Katso se visualisoituna

Parametrit

artist pakollinen

Artist or band name

title pakollinen

Song title

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/lyrics/coldplay/yellow
Coldplay - Yellow
curl https://nordapi.ee/api/v1/lyrics/coldplay/yellow
Queen - Bohemian Rhapsody
curl https://nordapi.ee/api/v1/lyrics/queen/bohemian+rhapsody
Beatles - Yesterday
curl https://nordapi.ee/api/v1/lyrics/beatles/yesterday

Reaaliaikainen vastaus

{
  "data": {
    "artist": "coldplay",
    "line_count": 41,
    "lyrics": "Look at the stars\nlook how they shine for you\nand everything you do\nyeah they were all yellow\nI came along\nI wrote a song for you\nand all the things you do\nand it was called yellow\nSo then I took my turn\noh what a thing to have done\nand it was all yellow\n\nyour skin\noh yeah your skin and bones\nturn into something beautiful\nand you know\nyou know I love you so\nyou know I love you so\n\nI swam across\nI jumped across for you\noh what a thing to do\n'cos you were all yellow\nI drew a line\nI drew a line for you\noh what a thing to do\nand it was all yellow\n\nand your skin\noh yeah your skin and bones\nturn into something beautiful\nand you know\nfor you I bleed myself dry\nfor you I bleed myself dry\n\nit's true\nlook how they shine for you\nlook how they shine for you\nlook how they shine for\nlook how they shine for you\nlook how they shine for you\nlook how they shine\n\nlook at the stars\nlook how they shine for you\nand all the things that you do",
    "title": "yellow"
  },
  "success": true
}