Retrieve all cached tweet style profiles for your account
cURL
curl --request GET \ --url https://xquik.com/api/v1/styles \ --header 'x-api-key: <api-key>'
curl -X GET https://xquik.com/api/v1/styles \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
Show style object
{ "styles": [ { "xUsername": "elonmusk", "tweetCount": 20, "fetchedAt": "2026-02-24T10:30:00.000Z" }, { "xUsername": "sama", "tweetCount": 18, "fetchedAt": "2026-02-25T14:00:00.000Z" } ] }
{ "error": "unauthenticated" }
{ "error": "no_subscription" }
Was this page helpful?