Vergleich der List-Mitglieder-Endpoints der X API
Lookup für List-Mitglieder
Beschreibung | Standard v1.1 | X API v2 |
Unterstützte HTTP-Methoden | GET | GET |
Hostdomain | https://api.x.com | https://api.x.com |
Endpoint-Pfad | /1.1/lists/members.json | /2/lists/:id/members |
Authentication | OAuth 1.0a User Context App only | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE App only |
Standardmäßige Rate Limits für Anfragen | 900 Anfragen pro 15 Min mit OAuth 1.0a 75 Anfragen pro 15 Min mit App only | 900 Anfragen pro 15 Min mit OAuth 1.0a 900 Anfragen pro 15 Min mit OAuth 2.0 900 Anfragen pro 15 Min mit App only |
Beschreibung | Standard v1.1 | X API v2 |
Unterstützte HTTP-Methoden | GET | GET |
Hostdomain | https://api.x.com | https://api.x.com |
Endpoint-Pfad | /1.1/lists/memberships.json | /2/users/:id/list_memberships |
Authentication | OAuth 1.0a User Context App only | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE App only |
Standardmäßige Rate Limits für Anfragen | 75 Anfragen pro 15 Min mit OAuth 1.0a 75 Anfragen pro 15 Min mit App only | 75 Anfragen pro 15 Min mit OAuth 1.0a 75 Anfragen pro 15 Min mit OAuth 2.0 75 Anfragen pro 15 Min mit App only |
Listenmitglieder verwalten
Beschreibung | Standard v1.1 | X API v2 |
---|---|---|
Unterstützte HTTP-Methoden | POST | POST |
Host-Domain | https://api.x.com | https://api.x.com |
Endpoint-Pfad | /1.1/lists/members/create.json | /2/lists/:id/members |
Authentifizierung | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
Standard-Rate Limits für Anfragen | Keine | 300 requests per 15 min (per user) |
Beschreibung | Standard v1.1 | X API v2 |
---|---|---|
Unterstützte HTTP-Methoden | POST | DELETE |
Host-Domain | https://api.x.com | https://api.x.com |
Endpoint-Pfad | /1.1/lists/members/destroy.json | /2/lists/:id/:user_id |
Authentifizierung | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
Standard-Rate Limits für Anfragen | Keine | 300 requests per 15 min (per user) |