curl --request GET \
--url https://api.aisa.one/apis/v1/twitter/article \
--header 'Authorization: Bearer <token>'{
"article": {
"author": {
"type": "<string>",
"userName": "<string>",
"url": "<string>",
"id": "<string>",
"name": "<string>",
"isBlueVerified": true,
"verifiedType": "<string>",
"profilePicture": "<string>",
"coverPicture": "<string>",
"description": "<string>",
"location": "<string>",
"followers": 123,
"following": 123,
"canDm": true,
"createdAt": "<string>",
"favouritesCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"mediaCount": 123,
"statusesCount": 123,
"withheldInCountries": [
"<string>"
],
"possiblySensitive": true,
"pinnedTweetIds": [
"<string>"
],
"isAutomated": true,
"automatedBy": "<string>",
"unavailable": true,
"message": "<string>",
"unavailableReason": "<string>"
},
"replyCount": 123,
"likeCount": 123,
"quoteCount": 123,
"viewCount": 123,
"createdAt": "<string>",
"title": "<string>",
"preview_text": "<string>",
"cover_media_img_url": "<string>",
"contents": [
{
"text": "<string>"
}
]
},
"status": "success",
"message": "<string>"
}Get article by tweet ID.
curl --request GET \
--url https://api.aisa.one/apis/v1/twitter/article \
--header 'Authorization: Bearer <token>'{
"article": {
"author": {
"type": "<string>",
"userName": "<string>",
"url": "<string>",
"id": "<string>",
"name": "<string>",
"isBlueVerified": true,
"verifiedType": "<string>",
"profilePicture": "<string>",
"coverPicture": "<string>",
"description": "<string>",
"location": "<string>",
"followers": 123,
"following": 123,
"canDm": true,
"createdAt": "<string>",
"favouritesCount": 123,
"hasCustomTimelines": true,
"isTranslator": true,
"mediaCount": 123,
"statusesCount": 123,
"withheldInCountries": [
"<string>"
],
"possiblySensitive": true,
"pinnedTweetIds": [
"<string>"
],
"isAutomated": true,
"automatedBy": "<string>",
"unavailable": true,
"message": "<string>",
"unavailableReason": "<string>"
},
"replyCount": 123,
"likeCount": 123,
"quoteCount": 123,
"viewCount": 123,
"createdAt": "<string>",
"title": "<string>",
"preview_text": "<string>",
"cover_media_img_url": "<string>",
"contents": [
{
"text": "<string>"
}
]
},
"status": "success",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The tweet ID of the article.