What is yutify?
yutify is FREE and open-source RESTful API and full-stack web application for retrieving music information, streaming links, and user listening activity from various platforms, including Apple Music, Deezer, KKBox, Last.fm, Spotify, and YouTube Music. You can use yutify to search for music, view user activity, and embed music cards on your site. It provides:
- Multi-platform music search with detailed metadata and streaming links.
- Embeddable music and activity cards (HTML+CSS, no JS required) for blogs and websites.
How do I use the yutify API?
You can use the API by making a GET request to /api/search/<artist>:<song>
to
search for music information.
Make sure to replace <artist>
and <song>
with the actual artist
and song names you want to search for.
What kind of information can I get from the API?
The API provides details such as song title, album title, artist names, genres, and links to streaming platforms.
Which streaming platforms does yutify support?
yutify supports multiple platforms including Apple Music, Deezer, KKBOX, Last.fm, Spotify, and YouTube Music.
Is there a limit to the number of requests I can make?
To prevent abuse, the API enforces a rate limit of 20 requests per minute per user.
Can I retrieve lyrics using yutify?
The API may return lyrics if available, but if no lyrics are found, it will indicate that as well.
Is yutify free to use?
Yes, yutify is completely FREE and open-source.
How can I report an issue with the API?
You can report issues by contacting our support team through the contact information on our website. Or you can open an issue on our GitHub repository.
Where can I find the API documentation?
API documentation can be found on our website at https://yutify.cheapnightbot.me/docs.
What should I do if I encounter an error?
If you encounter an error, please check the request format and ensure the artist and song names are correct. If you still get errors or having trouble using yutify, feel free to open an issue on our GitHub repository or contact us via contact information on our website.
Still got questions? Feel free to open an issue on Github
HERE, or contact us at
support[at]yutify[dot]cheapnightbot[dot]me
!