Skip to content

thecapt1917/spotify-account-generator-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

SPOTIFY ACCOUNT GENERATOR API (SPOGENTIFY)

Spogentify is an API for create an spotify account

HTTP API

Example

Response

Success ✅

{
  "status": true,
  "message": "Spotify account created successfully",
  "data": {
      "username": "31x7hyduk3gsvvttdhqq4cp36jqi",
      "email": "john.doead9123@gmail.com",
      "password": "johndoe1990"
  }
}

Failed ❌

{
  "status": false,
  "message": "Spotify account failed to create",
  "errors": {
      "email": "That email is already registered to an account."
  }
}

Proxy (Optional)

This API need to use proxy to bypass spotify 'You seem to be using a proxy service. ....'

  • This is example response if proxy detected by spotify
{
  "status": false,
  "message": "Spotify account failed to create",
  "errors": {
      "generic_error": "You seem to be using a proxy service. Please turn off these services and try again. For more help, please contact customer service."
  }
}

So, you've to fill the proxy parameter with your own proxy or you can report to me (create new issues)

  • Example:

GET https://spogentify.stpn.eu.org/api/v1?name=john%20doe&email=john.doe123@gmail.com&password=johndoe1990&proxy=111.68.26.237:8080