curl --request GET \
--url https://api.twitterapi.io/twitter/user_about \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "<string>",
"name": "<string>",
"userName": "<string>",
"createdAt": "<string>",
"isBlueVerified": true,
"protected": true,
"affiliates_highlighted_label": {
"label": {
"badge": {
"url": "<string>"
},
"description": "<string>",
"url": {
"url": "<string>",
"urlType": "<string>"
},
"userLabelDisplayType": "<string>",
"userLabelType": "<string>"
}
},
"about_profile": {
"account_based_in": "<string>",
"location_accurate": true,
"learn_more_url": "<string>",
"affiliate_username": "<string>",
"source": "<string>",
"username_changes": {
"count": "<string>"
}
},
"identity_profile_labels_highlighted_label": {
"label": {
"description": "<string>",
"badge": {
"url": "<string>"
},
"url": {
"url": "<string>",
"urlType": "<string>"
},
"userLabelDisplayType": "<string>",
"userLabelType": "<string>"
}
}
},
"status": "success",
"msg": "<string>"
}Get user profile about by screen name
curl --request GET \
--url https://api.twitterapi.io/twitter/user_about \
--header 'X-API-Key: <api-key>'{
"data": {
"id": "<string>",
"name": "<string>",
"userName": "<string>",
"createdAt": "<string>",
"isBlueVerified": true,
"protected": true,
"affiliates_highlighted_label": {
"label": {
"badge": {
"url": "<string>"
},
"description": "<string>",
"url": {
"url": "<string>",
"urlType": "<string>"
},
"userLabelDisplayType": "<string>",
"userLabelType": "<string>"
}
},
"about_profile": {
"account_based_in": "<string>",
"location_accurate": true,
"learn_more_url": "<string>",
"affiliate_username": "<string>",
"source": "<string>",
"username_changes": {
"count": "<string>"
}
},
"identity_profile_labels_highlighted_label": {
"label": {
"description": "<string>",
"badge": {
"url": "<string>"
},
"url": {
"url": "<string>",
"urlType": "<string>"
},
"userLabelDisplayType": "<string>",
"userLabelType": "<string>"
}
}
},
"status": "success",
"msg": "<string>"
}