cURL
curl --request GET \ --url https://api.x.com/2/communities/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "created_at": "2023-11-07T05:31:56Z", "id": "1146654567674912769", "name": "<string>" }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Retrieves details of a specific Community by its ID.
1
Show child attributes