@juanshishido
Thanks for the reply.
I’ve got what you have replied.
My use case is that I want to get the card details of Scheduled Tweet?
But it seems that the card_id could only be found in the text like below,
Even I have known the card_id, I don’t know it’s card type ,
which one is used to call card API, like cards/website/{card_id}
{
"completed_at": null,
"id_str": "930430586212073472",
"text": "UIから予約投稿ツイートテスト https://cards.twitter.com/cards/18ce54ikttl/4mbp2",
"user_id": "865426208527237125",
"scheduled_status": "SCHEDULED",
"id": 930430586212073500,
"media_ids": [],
"nullcast": true,
"created_at": "2017-11-14T13:41:52Z",
"scheduled_at": "2017-12-30T15:00:00Z",
"card_uri": null,
"updated_at": "2017-11-14T13:42:24Z",
"tweet_id": null,
"media_keys": []
}```