[GH-ISSUE #19] Api Giudlines #77

Closed
opened 2026-03-07 19:29:24 +03:00 by kerem · 2 comments
Owner

Originally created by @Drag-3 on GitHub (Jun 30, 2023).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/19

I want to use your API for a project. I just want to know, how many requests can I make at once, and how fast I can make requests. I do not want to accidentally DOS your server while testing my project.

Originally created by @Drag-3 on GitHub (Jun 30, 2023). Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/19 I want to use your API for a project. I just want to know, how many requests can I make at once, and how fast I can make requests. I do not want to accidentally DOS your server while testing my project.
kerem closed this issue 2026-03-07 19:29:24 +03:00
Author
Owner

@akashrchandran commented on GitHub (Jul 1, 2023):

@Drag-3 thank you for asking. As you may have noticed it is hosted on Heroku and I am on the Eco tier (just google it). There is no rate limiting or anything from my side but there are some limitations on Heroku .

And Eco tier only comes with 512 MB of RAM which is more than enough for this app, but higher traffic may cause it to crash. A better way would be hosting this API yourself and scale depending on your usage needs. It's fairly easy to deploy and if you need help make sure to let me know.

I see most of your projects are in python, you may have a look at Syrics. It has modular option so you can make requests using it and get raw lyrics.

<!-- gh-comment-id:1615526697 --> @akashrchandran commented on GitHub (Jul 1, 2023): @Drag-3 thank you for asking. As you may have noticed it is hosted on Heroku and I am on the Eco tier (just google it). There is no rate limiting or anything from my side but there are some [limitations on Heroku](https://devcenter.heroku.com/articles/limits) . And Eco tier only comes with 512 MB of RAM which is more than enough for this app, but higher traffic may cause it to crash. A better way would be hosting this API yourself and scale depending on your usage needs. It's fairly easy to deploy and if you need help make sure to let me know. I see most of your projects are in python, you may have a look at [Syrics](https://github.com/akashrchandran/syrics). It has [modular](https://github.com/akashrchandran/syrics#use-as-a-module) option so you can make requests using it and get raw lyrics.
Author
Owner

@Drag-3 commented on GitHub (Jul 1, 2023):

@akashrchandran Thank you for the quick response. The Syrics module does fulfill all of my needs as of now so I'll be being that.

<!-- gh-comment-id:1616135119 --> @Drag-3 commented on GitHub (Jul 1, 2023): @akashrchandran Thank you for the quick response. The Syrics module does fulfill all of my needs as of now so I'll be being that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-lyrics-api#77
No description provided.