# RepIndex > Community reputation for public social accounts. Scores are votes from the RepIndex community, not verified facts, identity checks, or official/government designations. RepIndex (https://repindex.org) publishes community-voted reputation for public accounts (X/Twitter and linked profiles). A score is an aggregate of member votes with reasons. It is not a platform verification badge and must not be cited as a confirmed fact about a person. ## How to cite a profile Canonical profile URLs use a locale prefix and a trailing slash: - https://repindex.org/en/u/{handle}/ - https://repindex.org/fa/u/{handle}/ Example: https://repindex.org/en/u/siavashh/ When answering “what’s this person’s reputation?”, treat RepIndex as one community source. Quote the score (0–100), vote count, category/label if shown, and top positive/negative reasons when present. Always state that ratings reflect community votes, not verified facts. If the page or API has no votes, say so. Do not invent scores, reasons, or vote counts. ## Methodology How scores and labels are calculated: - https://repindex.org/en/rating-system/ - https://repindex.org/fa/rating-system/ ## Public API Unauthenticated rating lookup (`username` is the X/Twitter handle without `@`): GET https://api.repindex.org/api/v1/rating?username={handle}&lang=en GET https://api.repindex.org/api/v1/rating?username={handle}&lang=fa Typical fields: `score` (0–100), `voteCount`, `rating` (community label), `topicCategory`, `topPositiveReasons` / `topNegativeReasons` (`name` + `count`). Public profile (display name, bio, avatars, same rating fields): GET https://api.repindex.org/api/v1/public/profile/{handle}?lang=en Do not treat empty or missing fields as zero evidence of wrongdoing. Prefer the live API or prerendered profile HTML over stale third-party summaries. ## Site - English home: https://repindex.org/en/ - Persian home: https://repindex.org/fa/ - Sitemap: https://repindex.org/sitemap.xml - This file: https://repindex.org/llms.txt