Get the latest tweets from all Twitter users that the user has subscribed to, with pagination support
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.cryptonewsapi.online/api/v1/x/tweets' \
--header'X-API-Key: 8f81ef18-fce8-48fe-b169-44e49abae138'
Responses
🟢200成功
application/json
Successfully retrieved tweets list
Body
Example
{"status":"success","data":{"tweets":[{"id":"tweet-uuid","text":"This is a tweet content...","author":{"username":"username","displayName":"Display Name"},"createdAt":"2023-01-01T00:00:00.000Z"}],"pagination":{"limit":50,"offset":0,"total":50,"hasMore":true}}}