Steam identity data
Identity fields answer the first question: which account is this?
A lookup may show:
- SteamID64
- Current Steam profile name
- Avatar
- Profile URL
- Vanity URL where available
- Profile visibility
- Account creation date
- Account age
The SteamID64 is the stable part. Names, avatars, and vanity URLs can change.
That is why RustPlayerLookup should keep the numeric account ID visible on the result page.
Public account signals
Some services can return public account status or ban related fields.
These fields should be displayed carefully.
A ban record can require context. An old record, a game-specific ban, and a server action do not all mean the same thing. RustPlayerLookup should identify the source and avoid turning one field into a label for the entire person.
A lookup is context, not a moderation decision.
Why data goes missing
A missing field usually has one of four causes.
The profile is private
Steam privacy settings can hide game details and playtime.
The source does not track that field
One source may return identity data while another returns gameplay data.
The source is delayed
Data can be cached or refreshed on a schedule.
The request failed
A temporary upstream error should be shown as an availability problem, not as a zero value.
These cases should have different messages on the result page.
Freshness matters
A result should show when it was checked.
If a cached result is used, say so.
If the source provides its own update time, keep that separate from the time RustPlayerLookup fetched it.
Useful labels include:
- Checked now
- Last checked 12 minutes ago
- Source updated 2 hours ago
- Cached result
- Temporary source delay
Do not use a fresh timestamp to make old source data look current.
What a lookup cannot prove
A player lookup cannot prove a final claim about skill, conduct, honesty, or intent.
It can help answer narrower questions:
- Is this the correct account?
- Is the profile public?
- How old is the account?
- Are public Rust hours available?
- What statistics are available from the source?
- Is the result recent enough to use?
- Does the account need a closer investigation?
That is the right role for a fast lookup.
RustPlayerLookup and RustWho
RustPlayerLookup is designed for speed. It should resolve the account and return a useful first read with minimal friction.
RustWho is designed for depth. It is the better destination when the account needs advanced investigation, richer history, private hours context, deeper ban context, alerts, or premium tools.
The two products should not hide the same basic data behind two different pages. RustPlayerLookup handles the quick read. RustWho handles the deeper workflow.
Questions people ask
Does a private profile mean no data can appear?
No. Basic identity data may still be available. Private game details can limit playtime and statistics.
Why does another site show a different number?
The sites may use different sources, scopes, update times, or server data.
Can recently stored source data still help?
Yes. Recent source data can make a lookup faster and more reliable during a short source outage. The timestamp should make the age clear.
Can a lookup prove misconduct?
No. It can show available records and context. A final judgment requires more than one automated result.
