Smule
Smule Profile
Fetch a Smule user profile by userId.
GET
/smuleReturns profile data for a Smule account. Set fullpage=true to include extended details.
GET
/smuleParameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/smule?userId=SusPended404_&fullpage=true' \
2 -H 'Accept: application/json' \
3 -H 'apikey: YOUR-APIKEY'Response
Click Send to execute the request.
Example response
json
1{
2 "status": 200,
3 "result": {
4 "userId": "SusPended404_",
5 "handle": "@sus",
6 "followers": 1234
7 }
8}Next
Smule Download
