TRACK.LYRICS.FEEDBACK.POST

This API method provides you the opportunity to help us improving our catalogue.

We aim to provide you with the best quality service imaginable, so we are especially interested in your detailed feedback to help us to continually improve it.

Please take all the necessary precautions to avoid users or automatic software to use your website/app to use this commands, a captcha solution like http://www.google.com/recaptcha or an equivalent one has to be implemented in every user interaction that ends in a POST operation on the musixmatch api.


Parameters

lyrics_id
The musiXmatch lyrics id
track_id
The musiXmatch track id
feedback
The feedback to be reported, possible values are: wrong_lyrics, wrong_attribution, bad_characters, lines_too_long, wrong_verses, wrong_formatting
format
Decide the output type (json or xml)

Authentication

This method requires authentication.


Examples

Submit a feedback
Request
Report wrong verses for the song with track id 1471157
track.lyrics.feedback.post?track_id=1471157&lyrics_id=4193713&feedback=wrong_verses
Json Response
{
    "message":{
        "header":{
            "status_code":200,
            "execute_time":0.23327493667603
        },
        "body":""
    }
}
        
XML Response
<?xml version="1.0" encoding="utf-8"?>
<message>
    <header>
            <status_code>200</status_code>
            <execute_time>0.0282142162323</execute_time>
    </header>
    <body></body>
</message>