Skip to content

Instantly share code, notes, and snippets.

@dwisiswant0
Last active October 8, 2023 19:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dwisiswant0/3f58f76d62e3afd57b05fd1a1487d961 to your computer and use it in GitHub Desktop.
Save dwisiswant0/3f58f76d62e3afd57b05fd1a1487d961 to your computer and use it in GitHub Desktop.
Spotify Account Checker API v2

Spotify Account Checker API v2

Checking the Spotify account whether the login is valid or not.

  • Use POST http method.

What's new?

  • Getting information contains username
  • Getting information contains birthdate
  • Getting information contains country of origin
  • Getting information containing PO BOX
  • Getting information containing account type (FREE/PREMIUM, etc)
  • Getting information containing the expiration date of the subscription
Resource URL
Parameters
  • email (required). Email.
  • password (required). Password.

Example

Request

$ curl -X POST "https://api.dw1.co/spotify/v2/check" --data "email={EMAIL}&password={PASSWORD}"

Response (JSON)

If success:

{
    "status": true,
    "account": {
        "username": "....",
        "email": "....",
        "password": "....",
        "dob": "....",
        "country": "....",
        "postalcode": "...."
    },
    "subscription": {
        "type": "Spotify ....",
        "expired": ....
    }
}

Else:

{
    "status": false,
    "error": "...."
}
@dwisiswant0
Copy link
Author

Updated!

16 Sep, 04:09

  • Bypass captcha
  • Fix can't get recurring date

@CyanBook
Copy link

API doesn't work anymore.
The APIs redirect to: https://api.dw1.co/cgi-sys/suspendedpage.cgi?email=EMAIL&pass=PASS
Waiting response if they will be turn on, contact me on Telegram

@1trackprojects1
Copy link

Can you release the source code? We all can help host multiple api hosts if one goes down.

@MorrisonWill
Copy link

Please release the source code so we can host it

@TESHAZ
Copy link

TESHAZ commented Aug 12, 2019

Can you bring it back to life please ?

@dwisiswant0
Copy link
Author

I lost hosting and the domain has expired. Please buy me a coffee. :')
https://www.buymeacoffee.com/dw1

@dwisiswant0
Copy link
Author

dwisiswant0 commented Aug 13, 2019

New plan!

  • spotiCheckAPI v3
  • Clustering my all API services

Tell me if you need more tools. ;-)

@dwisiswant0
Copy link
Author

@sqlty Can we talk? I am on Telegram: https://t.me/dwisiswant0

@gerome99
Copy link

gerome99 commented Oct 8, 2023

-_- 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment