# Reviewers

> GET /v1/reviewers for the public methodology reviewer roster.

## GET /v1/reviewers

List named methodology reviewers and the count of authored attestations.

### Response

```json
{
  "data": [
    {
      "id": "methodology-committee",
      "name": "Methodology Committee",
      "role": "committee",
      "bio": null,
      "profile_url": null,
      "status": "active",
      "attestation_count": 42
    }
  ]
}
```

Reviewer roles include `methodology_lead`, `risk_analyst`, `asset_specialist`, `protocol_specialist`, and `committee`.