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