Confronto degli endpoint dei membri delle List dell’X API
Ricerca dei membri della List
Descrizione | Standard v1.1 | X API v2 |
Metodi HTTP supportati | GET | GET |
Dominio host | https://api.x.com | https://api.x.com |
Percorso endpoint | /1.1/lists/members.json | /2/lists/:id/members |
Authentication | Contesto utente OAuth 1.0a App only | Contesto utente OAuth 1.0a OAuth 2.0 Authorization Code con PKCE App only |
limiti di velocità di richiesta predefiniti | 900 richieste per 15 min con OAuth 1.0a 75 richieste per 15 min con App only | 900 richieste per 15 min con OAuth 1.0a 900 richieste per 15 min con OAuth 2.0 900 richieste per 15 min con App only |
Descrizione | Standard v1.1 | X API v2 |
Metodi HTTP supportati | GET | GET |
Dominio host | https://api.x.com | https://api.x.com |
Percorso endpoint | /1.1/lists/memberships.json | /2/users/:id/list_memberships |
Authentication | Contesto utente OAuth 1.0a App only | Contesto utente OAuth 1.0a OAuth 2.0 Authorization Code con PKCE App only |
limiti di velocità di richiesta predefiniti | 75 richieste per 15 min con OAuth 1.0a 75 richieste per 15 min con App only | 75 richieste per 15 min con OAuth 1.0a 75 richieste per 15 min con OAuth 2.0 75 richieste per 15 min con App only |
Gestione dei membri della List
Descrizione | Standard v1.1 | X API v2 |
---|---|---|
Metodi HTTP supportati | POST | POST |
Dominio host | https://api.x.com | https://api.x.com |
Percorso endpoint | /1.1/lists/members/create.json | /2/lists/:id/members |
Authentication | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code con PKCE |
Limiti di velocità predefiniti per le richieste | Nessuno | 300 richieste per 15 min (per utente) |
Descrizione | Standard v1.1 | X API v2 |
---|---|---|
Metodi HTTP supportati | POST | DELETE |
Dominio host | https://api.x.com | https://api.x.com |
Percorso endpoint | /1.1/lists/members/destroy.json | /2/lists/:id/:user_id |
Authentication | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code con PKCE |
Limiti di velocità predefiniti per le richieste | Nessuno | 300 richieste per 15 min (per utente) |