Skip to main content
GET
/
twitter
/
grok
/
status
Grok pool capacity
curl --request GET \
  --url 'https://api.xshot.fun/twitter/grok/status?api_key='
{
  "capable": 123,
  "available": 123,
  "cooling": 123,
  "untested": 123,
  "incapable": 123,
  "capacity": {
    "capable": 123,
    "usable_now": 123,
    "daily_capacity": 123,
    "remaining_now": 123,
    "used_24h": 123
  }
}

Authorizations

api_key
string
query
required

Response

200 - application/json

Pool capacity

capable
integer
available
integer
cooling
integer
untested
integer
incapable
integer
capacity
object