Can the time stamp of a Retweet be accessed?

user3543006

I'm trying to use the Twitter API: GET statuses/retweets/:id https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-statuses-retweets-id

It doesn't seem like the API returns the time a Tweet was retweeted. It only shows when it was created. Is this true? And if so, is there any other way of being able to retrieve the retweet timestamp?

Bill the Lizard

From Introduction to Tweet JSON:

If you are working with a Retweet object, then that object will contain two Tweet objects, complete with two User objects. The Tweet that was Retweeted is referred to as the 'original' Tweet and is displayed under the 'retweeted_status' key. If a Retweet gets Retweeted, the 'retweet_status' will still point to the original Tweet, meaning the intermediate Retweet is not included.

The top-level created_at attribute should be the time of the retweet that you're looking for. The original tweet is embedded inside the retweet object as the retweeted_status and it has its own (earlier) timestamp.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Getting epoch time from gmt time stamp

分類Dev

remove specific characters from time stamp

分類Dev

pulling a time stamp from a txt file

分類Dev

Cassandra time stamp returns 0 rows

分類Dev

How to log Serial data with time stamp?

分類Dev

How to stamp prompt at command execute time?

分類Dev

How is the time stamp number in /etc/shadow calculated?

分類Dev

why Unix Time Stamp for same time is different in different timezone

分類Dev

Unix Time stamp creation in C from custom data fields

分類Dev

How to work with a Javascript +Date() numeric time stamp in Python?

分類Dev

Dynamically creating a excel sheet with current time stamp using SSIS Package

分類Dev

Preserving original time stamp of uploaded file in Azure Blob Storage

分類Dev

Get Time stamp using Java GMT+5:30

分類Dev

Learning when was the last time a file is accessed

分類Dev

spring boot 2 on VPS can't be accessed

分類Dev

The instance member 'params' can't be accessed in an initializer

分類Dev

What kind of server can be accessed at \\SERVERNAME in Windows

分類Dev

Can the environment variables for a modified environment be accessed externally?

分類Dev

MySql Reblog / Retweet

分類Dev

Show files being accessed most in a short time period

分類Dev

SQL record with latest time stamp, but with a join enumerating the user, where NOT a particular status

分類Dev

How to find time stamp and decimal value reading from data stream in Java

分類Dev

Getting date time stamp difference minutes in Oracle Database 12c Enterprise Edition

分類Dev

how do i convert unix time stamp to formatted date while using json_extract_scalar in bigquery

分類Dev

Code for automatically entering date/time stamp into cell based upon table heading

分類Dev

When updating mysql table row, current_time_stamp updates as well

分類Dev

how to tell rsync to preserve time stamp on files when source tree has a mounted point

分類Dev

Netezza get records last updated in last 5 minutes using a last modified time stamp column in the table?

分類Dev

How to add 3 months to a UTC time stamp in javascript centered at midnight 00 Hours?

Related 関連記事

  1. 1

    Getting epoch time from gmt time stamp

  2. 2

    remove specific characters from time stamp

  3. 3

    pulling a time stamp from a txt file

  4. 4

    Cassandra time stamp returns 0 rows

  5. 5

    How to log Serial data with time stamp?

  6. 6

    How to stamp prompt at command execute time?

  7. 7

    How is the time stamp number in /etc/shadow calculated?

  8. 8

    why Unix Time Stamp for same time is different in different timezone

  9. 9

    Unix Time stamp creation in C from custom data fields

  10. 10

    How to work with a Javascript +Date() numeric time stamp in Python?

  11. 11

    Dynamically creating a excel sheet with current time stamp using SSIS Package

  12. 12

    Preserving original time stamp of uploaded file in Azure Blob Storage

  13. 13

    Get Time stamp using Java GMT+5:30

  14. 14

    Learning when was the last time a file is accessed

  15. 15

    spring boot 2 on VPS can't be accessed

  16. 16

    The instance member 'params' can't be accessed in an initializer

  17. 17

    What kind of server can be accessed at \\SERVERNAME in Windows

  18. 18

    Can the environment variables for a modified environment be accessed externally?

  19. 19

    MySql Reblog / Retweet

  20. 20

    Show files being accessed most in a short time period

  21. 21

    SQL record with latest time stamp, but with a join enumerating the user, where NOT a particular status

  22. 22

    How to find time stamp and decimal value reading from data stream in Java

  23. 23

    Getting date time stamp difference minutes in Oracle Database 12c Enterprise Edition

  24. 24

    how do i convert unix time stamp to formatted date while using json_extract_scalar in bigquery

  25. 25

    Code for automatically entering date/time stamp into cell based upon table heading

  26. 26

    When updating mysql table row, current_time_stamp updates as well

  27. 27

    how to tell rsync to preserve time stamp on files when source tree has a mounted point

  28. 28

    Netezza get records last updated in last 5 minutes using a last modified time stamp column in the table?

  29. 29

    How to add 3 months to a UTC time stamp in javascript centered at midnight 00 Hours?

ホットタグ

アーカイブ