SteamTexx

SteamTexx API

Public API

Use SteamTexx data in a controlled way with scoped API keys, rate limits and predictable errors.

Authentication

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/76561198105551248

Scopes

profile:read

Profile summaries

trust:read

Public TrustScore data

bans:read

Ban status

signals:read

Behavioral signals

resolve:read

SteamID and vanity resolve

groups:read

Steam group lookup

reports:write

Report submission

Rate limits and errors

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.