리스트 트윗 페이징 조회
리스트 트윗 페이징 조회.
API 참조로 돌아가기
/Lists Endpoints
POST
/twitter/list/tweets/pageAPI 인증
AuthorizationBearer token · header필수TwexAPI 전역 인증 토큰 (Bearer Token). 헤더에 포함되어야 합니다: Authorization: Bearer <YOUR_TWEXAPI_KEY>.
요청 본문
필수application/jsonnext_cursorstring | any다음 페이지 조회를 위한 커서 (Cursor)
속성 표시속성 숨기기
Any of:
string
stringany
anylist_idstring필수The ID of the list to get tweets from.
응답
200Current page data (up to 20 tweets) and pagination metadata (has_next_page, next_cursor).
codeinteger필수HTTP 상태 코드 (200은 성공)
msgstring필수응답 메시지 (예: 'success')
dataTweetModel[]필수엔드포인트가 반환한 핵심 데이터
속성 표시속성 숨기기
Array of
TweetModeltweet_idstring필수트윗 고유 ID
is_paid_promotionboolean | anyIndicates whether the content or user is associated with a paid promotion
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anytextstring필수메시지 본문
created_atstring | any작성 일시 (UTC 기준)
속성 표시속성 숨기기
Any of:
string
stringany
anycreated_at_datetimestring | anyThe ISO 8601 format of the creation date
속성 표시속성 숨기기
Any of:
string
stringany
anybookmark_countinteger | any북마크 추가 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anybookmarkedboolean | anyIndicates if the authenticating user has bookmarked this Tweet
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anycommunity_notestring | anyCommunity note associated with the Tweet
속성 표시속성 숨기기
Any of:
string
stringany
anyedit_tweet_idsstring[]A list of Tweet IDs for each edit of the Tweet
default: []
editable_until_msecsstring | anyTimestamp for when the Tweet is no longer editable
속성 표시속성 숨기기
Any of:
string
stringany
anyedits_remainingstring | anyNumber of edits remaining for the Tweet
속성 표시속성 숨기기
Any of:
string
stringany
anyfavorite_countinteger | any좋아요 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyfavoritedboolean | anyIndicates if the authenticating user has liked this Tweet
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyfull_textstring | any트윗 전체 텍스트
속성 표시속성 숨기기
Any of:
string
stringany
anyhas_cardboolean | anyIndicates if the Tweet has a card attached
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyhas_community_notesboolean | anyIndicates if the Tweet has community notes
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyhashtagsstring[]A list of hashtags mentioned in the Tweet
default: []
cashtagsstring[]A list of cashtags (stock symbols) mentioned in the Tweet
default: []
idstring | anyThe unique identifier for the Tweet (same as tweet_id)
속성 표시속성 숨기기
Any of:
string
stringany
anyin_reply_tostring | anyID of the Tweet this is a reply to
속성 표시속성 숨기기
Any of:
string
stringany
anyin_reply_to_user_idstring | anyID of the user this is a reply to
속성 표시속성 숨기기
Any of:
string
stringany
anyin_reply_to_screen_namestring | anyScreen name of the user this is a reply to
속성 표시속성 숨기기
Any of:
string
stringany
anyis_edit_eligibleboolean | anyIndicates if the Tweet is eligible for editing
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyis_quote_statusboolean | anyIndicates if this Tweet is a quote of another Tweet
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyquoted_status_id_strstring | anyThe unique identifier for the Tweet that this is a quote of
속성 표시속성 숨기기
Any of:
string
stringany
anyis_translatableboolean | anyIndicates if the Tweet is translatable
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anylangstring | anyThe BCP 47 language identifier for the Tweet's content
속성 표시속성 숨기기
Any of:
string
stringany
anymediaMediaModel[]A list of media objects (photos, videos) attached to the Tweet
default: []
속성 표시속성 숨기기
Array of
MediaModelidstring필수Media ID
typestring필수Type of media (e.g., photo, video)
display_urlstring | anyURL of the media to display
속성 표시속성 숨기기
Any of:
string
stringany
anyexpanded_urlstring | anyExpanded URL for the media
속성 표시속성 숨기기
Any of:
string
stringany
anymedia_urlstring | anyDirect URL to the media file
속성 표시속성 숨기기
Any of:
string
stringany
anyurlstring | anyt.co URL for the media
속성 표시속성 숨기기
Any of:
string
stringany
anyheightinteger | anyHeight of the media in pixels
속성 표시속성 숨기기
Any of:
integer
integerany
anywidthinteger | anyWidth of the media in pixels
속성 표시속성 숨기기
Any of:
integer
integerany
anyfeaturesobject | anyFeatures of the media
속성 표시속성 숨기기
Any of:
object
objectany
anyoriginal_infoobject | anyOriginal information about the media
속성 표시속성 숨기기
Any of:
object
objectany
anysizesobject | anyAvailable sizes of the media
속성 표시속성 숨기기
Any of:
object
objectany
anysource_status_idstring | anySource tweet ID if the media is a retweet
속성 표시속성 숨기기
Any of:
string
stringany
anysource_user_idstring | anySource user ID if the media is a retweet
속성 표시속성 숨기기
Any of:
string
stringany
anyduration_millisinteger | anyDuration of the video in milliseconds
속성 표시속성 숨기기
Any of:
integer
integerany
anyaspect_ratiointeger[] | anyAspect ratio of the video
속성 표시속성 숨기기
Any of:
integer[]
Array of
integerintegerany
anyvideo_infoobject | anyDetailed video information
속성 표시속성 숨기기
Any of:
object
objectany
anystreamsStreamModel[]List of available video streams
default: []
속성 표시속성 숨기기
Array of
StreamModelurlstring | anyURL of the video stream
속성 표시속성 숨기기
Any of:
string
stringany
anybitrateinteger | anyBitrate of the video stream in bps
속성 표시속성 숨기기
Any of:
integer
integerany
anycontent_typestring | anyContent type of the stream
속성 표시속성 숨기기
Any of:
string
stringany
anyplacestring | anyThe location associated with the Tweet
속성 표시속성 숨기기
Any of:
string
stringany
anypollstring | anyA poll attached to the Tweet
속성 표시속성 숨기기
Any of:
string
stringany
anypossibly_sensitiveboolean | anyIndicates if the Tweet may contain sensitive content
속성 표시속성 숨기기
Any of:
boolean
booleanany
anypossibly_sensitive_editableboolean | anyIndicates if the sensitive content flag is editable
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyquoteTweetModel | anyThe Tweet object being quoted
속성 표시속성 숨기기
Any of:
TweetModel
Circular reference to
TweetModel.any
anyquote_countinteger | anyNumber of times this Tweet has been quoted
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyrelated_tweetsTweetModel[]A list of related Tweets
default: []
속성 표시속성 숨기기
Array of
TweetModelCircular reference to
TweetModel.repliesTweetModel[]A list of replies to this Tweet
default: []
속성 표시속성 숨기기
Array of
TweetModelCircular reference to
TweetModel.reply_countinteger | any답글 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyreply_toTweetModel | anyThe Tweet object this is a reply to
속성 표시속성 숨기기
Any of:
TweetModel
Circular reference to
TweetModel.any
anyretweet_countinteger | any리트윗 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyretweeted_tweetTweetModel | anyThe original Tweet object if this is a retweet
속성 표시속성 숨기기
Any of:
TweetModel
Circular reference to
TweetModel.any
anythreadTweetModel[] | anyThe conversation thread ID
속성 표시속성 숨기기
Any of:
TweetModel[]
Array of
TweetModelCircular reference to
TweetModel.any
anythumbnail_titlestring | anyTitle for the thumbnail in a card
속성 표시속성 숨기기
Any of:
string
stringany
anythumbnail_urlstring | anyURL for the thumbnail in a card
속성 표시속성 숨기기
Any of:
string
stringany
anyurlsstring[]A list of URLs included in the Tweet
default: []
userUserModel | anyThe user who posted the Tweet
속성 표시속성 숨기기
Any of:
UserModel
idstring필수User ID
namestring필수사용자 이름
screen_namestring필수트위터 사용자명 (@ 제외)
created_atstring | any작성 일시 (UTC 기준)
속성 표시속성 숨기기
Any of:
string
stringany
anycreated_at_datetimestring | anyAccount creation datetime in ISO format
속성 표시속성 숨기기
Any of:
string
stringany
anycan_dmboolean | anyWhether the user can be direct messaged
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anycan_media_tagboolean | anyWhether the user can be tagged in media
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anydefault_profileboolean | anyWhether the user has a default profile
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anydefault_profile_imageboolean | anyWhether the user has a default profile image
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anydescriptionstring | any프로필 자기소개 (Bio)
default: ""
속성 표시속성 숨기기
Any of:
string
stringany
anydescription_urlsstring[]List of URLs found in the user's description
default: []
urlsurlModel[] | anyList of URLs found in the user's profile
속성 표시속성 숨기기
Any of:
urlModel[]
Array of
urlModelurlstring필수URL
expanded_urlstring | anyExpanded URL
속성 표시속성 숨기기
Any of:
string
stringany
anydisplay_urlstring | anyDisplay URL
속성 표시속성 숨기기
Any of:
string
stringany
anyany
anyfast_followers_countinteger | anyCount of fast followers
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyfavourites_countinteger | anyNumber of tweets the user has liked
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyfollowers_countinteger | any총 팔로워 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyfollowing_countinteger | any총 팔로잉 수
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyhas_custom_timelinesboolean | anyWhether the user has custom timelines
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyis_blue_verifiedboolean | anyBlue verification status
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyverified_typestring | anyVerification badge type when not blue-only: blue, business, government, etc.
속성 표시속성 숨기기
Any of:
string
stringany
anyis_verifiedboolean | anyTrue if the account has any verification badge (blue, business, government, or legacy verified)
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyprofile_image_shapestring | anyProfile image shape (Circle or Square; Square often indicates business/government)
속성 표시속성 숨기기
Any of:
string
stringany
anyis_translatorboolean | anyWhether the user is a translator
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anylisted_countinteger | anyNumber of public lists the user is a member of
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anylocationstring | anyUser's location
default: ""
속성 표시속성 숨기기
Any of:
string
stringany
anymedia_countinteger | anyNumber of media tweets posted by the user
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anynormal_followers_countinteger | anyCount of normal followers
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anypinned_tweet_idsstring[]List of pinned tweet IDs
default: []
possibly_sensitiveboolean | anyWhether the user's profile may contain sensitive content
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anyprofile_banner_urlstring | anyURL of the user's profile banner
속성 표시속성 숨기기
Any of:
string
stringany
anyprofile_image_urlstring | anyURL of the user's profile image
속성 표시속성 숨기기
Any of:
string
stringany
anyprotectedboolean | anyWhether the user's tweets are protected
default: false
속성 표시속성 숨기기
Any of:
boolean
booleanany
anystatuses_countinteger | anyNumber of tweets posted by the user
default: 0
속성 표시속성 숨기기
Any of:
integer
integerany
anyany
anyview_countstring | any조회수 (Impression)
속성 표시속성 숨기기
Any of:
string
stringany
anyview_count_statestring | anyState of the view count
속성 표시속성 숨기기
Any of:
string
stringany
anystatusobject | anyRaw status dictionary
속성 표시속성 숨기기
Any of:
object
objectany
anytarget_countinteger | anyThe target count of items requested, for context
속성 표시속성 숨기기
Any of:
integer
integerany
anyhas_next_pageboolean필수다음 페이지 데이터 존재 여부
next_cursorstring | any다음 페이지 조회를 위한 커서 (Cursor)
속성 표시속성 숨기기
Any of:
string
stringany
any422요청 매개변수 유효성 검사 오류
detailValidationError[]속성 표시속성 숨기기
Array of
ValidationErrorlocstring | integer[]필수속성 표시속성 숨기기
Array of
string | integerAny of:
string
stringinteger
integermsgstring필수응답 메시지 (예: 'success')
typestring필수inputanyctxobject⚡대화형 콘솔POST
⚡대화형 콘솔 / API 테스트POSTLive Console
🌐대상 서버:
https://api.twexapi.io● 프로덕션 준비 완료
🔍
공개 데이터 조회 (TwexAPI 키만 필요, Twitter 쿠키 불필요)
이 엔드포인트는 공개 Twitter 데이터를 조회합니다. Twitter 계정이나 쿠키가 필요하지 않습니다! 아래 "API 인증"에 TwexAPI 플랫폼 키 (Bearer Token)를 입력하여 바로 테스트하세요.
🔑API 인증
📝요청 본문application/json
📡
暂无响应数据
请在「请求配置」中确认参数后,点击底部的「发送请求」按钮。
요청 예시
curl -X POST "https://api.twexapi.io/twitter/list/tweets/page" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"next_cursor": "",
"list_id": "string"
}'const response = await fetch("https://api.twexapi.io/twitter/list/tweets/page", {
method: "POST",
headers: {
"Authorization": "Bearer YOUR_TOKEN",
"Content-Type": "application/json"
},
body: JSON.stringify({
"next_cursor": "",
"list_id": "string"
})
});import requests
response = requests.post(
"https://api.twexapi.io/twitter/list/tweets/page",
headers={
"Authorization": "Bearer YOUR_TOKEN",
"Content-Type": "application/json"
},
json={
"next_cursor": "",
"list_id": "string"
},
)응답 예시
{
"code": 0,
"msg": "string",
"data": [
{
"tweet_id": "1803006263529541838",
"is_paid_promotion": true,
"text": "string",
"created_at": "Mon Jun 17 03:51:48 +0000 2024",
"created_at_datetime": "2024-06-17T03:51:48.000Z",
"bookmark_count": 0,
"bookmarked": false,
"community_note": "string",
"edit_tweet_ids": [],
"editable_until_msecs": "string",
"edits_remaining": "string",
"favorite_count": 0,
"favorited": false,
"full_text": "string",
"has_card": false,
"has_community_notes": false,
"hashtags": [
"AI",
"Python"
],
"cashtags": [
"$TSLA"
],
"id": "string",
"in_reply_to": "string",
"in_reply_to_user_id": "string",
"in_reply_to_screen_name": "string",
"is_edit_eligible": false,
"is_quote_status": false,
"quoted_status_id_str": "string",
"is_translatable": false,
"lang": "en",
"media": [],
"place": "string",
"poll": "string",
"possibly_sensitive": true,
"possibly_sensitive_editable": true,
"quote": {},
"quote_count": 0,
"related_tweets": [],
"replies": [],
"reply_count": 0,
"reply_to": {},
"retweet_count": 0,
"retweeted_tweet": {},
"thread": [
{}
],
"thumbnail_title": "string",
"thumbnail_url": "string",
"urls": [],
"user": {
"id": "1717001045992251392",
"name": "Cryptoklepto",
"screen_name": "CK_Cryptoklepto",
"created_at": "Mon Oct 28 02:32:47 +0000 2024",
"created_at_datetime": "2024-10-28T02:32:47.000Z",
"can_dm": false,
"can_media_tag": false,
"default_profile": false,
"default_profile_image": false,
"description": "",
"description_urls": [],
"urls": [
{
"url": "https://www.google.com",
"expanded_url": "https://www.google.com",
"display_url": "www.google.com"
}
],
"fast_followers_count": 0,
"favourites_count": 0,
"followers_count": 0,
"following_count": 0,
"has_custom_timelines": false,
"is_blue_verified": false,
"verified_type": "government",
"is_verified": false,
"profile_image_shape": "Circle",
"is_translator": false,
"listed_count": 0,
"location": "New York, USA",
"media_count": 0,
"normal_followers_count": 0,
"pinned_tweet_ids": [],
"possibly_sensitive": false,
"profile_banner_url": "string",
"profile_image_url": "string",
"protected": false,
"statuses_count": 0
},
"view_count": "string",
"view_count_state": "string",
"status": {},
"target_count": 0
}
],
"has_next_page": true,
"next_cursor": "1234567890"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}