profile:readProfile summaries
SteamTexx API
Use SteamTexx data in a controlled way with scoped API keys, rate limits and predictable errors.
Send your key as a Bearer token. The full key is shown only once in the dashboard.
curl -H "Authorization: Bearer stx_live_..." \
https://steamtexx.info/api/v1/profiles/76561198105551248profile:readProfile summaries
trust:readPublic TrustScore data
bans:readBan status
signals:readBehavioral signals
resolve:readSteamID and vanity resolve
groups:readSteam group lookup
reports:writeReport submission
Responses include X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset. Exceeded limits return 429 with Retry-After.
Product API errors use application/problem+json.