比较 X API 的 List Posts 查询 endpoint
描述 | Standard v1.1 | X API v2 |
支持的 HTTP 方法 | GET | GET |
主机域名 | https://api.x.com | https://api.x.com |
endpoint 路径 | /1.1/lists/statuses.json | /2/lists/:id/tweets |
Authentication | OAuth 1.0a 用户上下文 App only | OAuth 1.0a 用户上下文 OAuth 2.0 授权码模式(Authorization Code)配合 PKCE App only |
默认请求请求速率限制 | 使用 OAuth 1.0a 时每 15 分钟 900 次请求 使用 App only 时每 15 分钟 900 次请求 | 使用 OAuth 1.0a 时每 15 分钟 900 次请求 使用 OAuth 2.0 时每 15 分钟 900 次请求 使用 App only 时每 15 分钟 900 次请求 |