TikTok

TikTok Profile

Fetch a TikTok user profile by username.

GET/tiktok
GET/tiktok
Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/tiktok?userId=nemo_nemmooo' \
2  -H 'Accept: application/json' \
3  -H 'apikey: YOUR-APIKEY'
Response
Click Send to execute the request.
Example response
json
1{
2  "creator": "EXECROSS",
3  "ip": "61.5.71.228",
4  "result": {
5    "...": "profile data"
6  },
7  "status": 200
8}
Next
TikTok Download