User’s values can be fetched from ValuesDAO api and the client can decide to show however they would like in a user profile
<aside> 💡
Values Data should be refreshed every 4 days
</aside>
/users/values?fid={user-fid} to get a user’s values.app.valuesdao.io/u/{user-fid}
When the logged in user visits other user’s profile.

To get the alignment score, use /users/alignment-score?fid={user-fid}&targetFid={target-user-fid} endpoint. View docs to learn more about the usage of this endpoint - click here
user-fid = fid of the user
target-user-fid = fid of the profile that the user wants to find alignment score with
Alignment score is denoted by “|| 77%” (two pipes and a percentage score)
Background Color for the alignment score
app.valuesdao.io/u/{target-user-fid}?viewer={user-fid}