Steam 网站 API:我在哪里可以找到个人资料状态 public/private?

Steam Web API: Where I can find the profile status public/private?

在哪里可以找到 Steam 配置文件状态?我是说 public 个人资料还是私人?

根据 oficial docs,您可以查看 communityvisibilitystate 属性:

This represents whether the profile is visible or not, and if it is visible, why you are allowed to see it. Note that because this WebAPI does not use authentication, there are only two possible values returned: 1 - the profile is not visible to you (Private, Friends Only, etc), 3 - the profile is "Public", and the data is visible. Mike Blaszczak's post on Steam forums says, "The community visibility state this API returns is different than the privacy state. It's the effective visibility state from the account making the request to the account being viewed given the requesting account's relationship to the viewed account."