---
title: "Get trust factor"
method: GET
path: "/api/v1/users/{username}/trust_factor"
tags: ["Users"]
---

# Get trust factor

`GET /api/v1/users/{username}/trust_factor`

Get the trust level/factor for a user. Higher trust values indicate more verified activity.

## Path parameters

- `username` string, required

## Response `200`

successful

- object
  - `trust_level` string
  - `trust_value` integer

## Other responses

- `404` — not found

## Changes

- **2026-01-27** (v1) `b6d6849481da` — 9 info
  - the endpoint scheme security `Bearer AND ApiKeyAuth` was added to the API
  - api tag `Users` added
  - api tag `Stats` removed
  - removed the `0.00` enum value from the `trust_value` response property for the response status `200`
  - …5 more

[Change history](https://skmtc.dev/hackclub/apis/hackatime-api/changes/api/v1/users/:username/trust_factor/get.md)

---

[API](https://skmtc.dev/hackclub/apis/hackatime-api.md) · [All operations](https://skmtc.dev/hackclub/apis/hackatime-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackclub/hackatime-api/revisions/b6d6849481da/schema)
