{"id":16271005,"url":"https://github.com/strvm/musicxmatch-api","last_synced_at":"2025-09-06T08:35:34.651Z","repository":{"id":170368370,"uuid":"646502998","full_name":"Strvm/musicxmatch-api","owner":"Strvm","description":"Reversed engineered MusicXMatch API. Get lyrics of any songs, for free.","archived":false,"fork":false,"pushed_at":"2023-09-05T22:09:20.000Z","size":14,"stargazers_count":23,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T03:43:42.946Z","etag":null,"topics":["lyrics","song-lyrics","songs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Strvm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-28T15:53:53.000Z","updated_at":"2024-12-15T19:57:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"8018c278-ab19-4710-835f-1f26c705b2b5","html_url":"https://github.com/Strvm/musicxmatch-api","commit_stats":null,"previous_names":["strvm/musicxmatchapi"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strvm%2Fmusicxmatch-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strvm%2Fmusicxmatch-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strvm%2Fmusicxmatch-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strvm%2Fmusicxmatch-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strvm","download_url":"https://codeload.github.com/Strvm/musicxmatch-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232127572,"owners_count":18476398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lyrics","song-lyrics","songs"],"created_at":"2024-10-10T18:12:11.213Z","updated_at":"2025-09-06T08:35:34.634Z","avatar_url":"https://github.com/Strvm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MusicXMatch API\n\nMusixmatch is the world's largest catalog of song lyrics and translations. The service is used by millions of people around the world to find lyrics for songs playing around them, to translate lyrics, and to get the facts behind the songs.\n\n# What is this?\n\nThis is a Python wrapper for the [Musixmatch API](https://developer.musixmatch.com/). It uses the community API key to make requests to the API. These requests have the the same access as a **[Plus](https://developer.musixmatch.com/plans)** plan but for **free**.\n\n# What can I access?\n\nYou can basically query for any lyrics and translation from their API, a more detailed list can be viewed here: [Musixmatch API Documentation](https://developer.musixmatch.com/documentation).\n\n# How do I use it?\n\nFirst, you need to install the package:\n\n```bash\npip install musicxmatch_api\n```\n\n# Examples\n\nSearch for artists\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    from musicxmatch_api import MusixMatchAPI\n    api = MusixMatchAPI(proxies=proxies)\n    search = api.search_artist(\"adele\")\n```\n\nSearch for songs\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    import json\n    from musicxmatch_api import MusixMatchAPI\n    api = MusixMatchAPI()\n    search = api.search_tracks(\"skyfall\")\n    print(json.dumps(search, indent=4))\n```\n\nSearch for a specific song to get its lyrics\n```python\n    # If you need to make a high volume of requests, consider using proxies\n    from musicxmatch_api import MusixMatchAPI\n    track_id = 103149239 # Skyfall by Adele\n    api = MusixMatchAPI(proxies=proxies)\n    search = api.get_track_lyrics(track_id=track_id)\n    # The lyrics are in the \"lyrics_body\" key\n    lyrics = search[\"message\"][\"body\"][\"lyrics\"][\"lyrics_body\"]\n```\n\n# License\n```\nStrvm/musicxmatch-api: a reverse engineered API wrapper for MusicXMatch  \nCopyright (c) 2025 Strvm\n\nPermission is hereby granted, free of charge, to any person obtaining a copy  \nof this software and associated documentation files (the \"Software\"), to deal  \nin the Software without restriction, including without limitation the rights  \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell  \ncopies of the Software, and to permit persons to whom the Software is  \nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all  \ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,  \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE  \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER  \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,  \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE  \nSOFTWARE.\n```\n\n# MusicXMatch Copyright\nFor more information tied to the copyright of the Musixmatch API, please refer to the [Musixmatch Copyright](https://about.musixmatch.com/copyright).\n\n# Disclaimer\n\nThe content provided herein is intended strictly for educational purposes. Any misuse or abuse of this information that contradicts this purpose, including but not limited to the unauthorized distribution, reproduction, or alteration of content, or the use of information for illicit activities, is strictly prohibited and may constitute a violation of applicable laws and regulations. This could lead to serious consequences including legal action. Educational resources are to be used responsibly, ethically, and with integrity. We reserve the right to restrict access to these resources for anyone found violating these terms.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrvm%2Fmusicxmatch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrvm%2Fmusicxmatch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrvm%2Fmusicxmatch-api/lists"}