Lichess user profile snapshot
Lichess user profile snapshot: ratings per perf, country, title, online status, counts.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
249 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://chess402.vercel.app/api/user
| Category | Everything else |
|---|---|
| Provider host | chess402.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 249 ms |
Example input (from the provider)
{
"body": {
"username": "DrNykterstein"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Lichess user profile lookup.",
"properties": {
"username": {
"description": "Lichess username (case-insensitive).",
"maxLength": 30,
"minLength": 2,
"pattern": "^[A-Za-z0-9_-]+$",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {},
"description": "Lichess user profile snapshot.",
"properties": {
"count": {
"additionalProperties": {},
"description": "Game count breakdown.",
"properties": {
"all": {
"description": "Total games.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"bookmark": {
"description": "Bookmarked games.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"draw": {
"description": "Draws.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"import": {
"description": "Imported games.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"loss": {
"description": "Losses.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"rated": {
"description": "Rated games.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"win": {
"description": "Wins.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"required": [
"all",
"rated",
"win",
"loss",
"draw"
],
"type": "object"
},
"createdAt": {
"description": "Account creation timestamp (ms epoch).",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"flair": {
"description": "User flair emoji slug.",
"type": "string"
},
"id": {
"description": "Lowercase Lichess user id.",
"type": "string"
},
"online": {
"description": "Whether the user is online now.",
"type": "boolean"
},
"patron": {
"description": "Whether the user is a Lichess patron.",
"type": "boolean"
},
"perfs": {
"additionalProperties": {
"additionalProperties": {},
"properties": {
"games": {
"description": "Total games played.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"prog": {
"description": "Rating progression (last 12 games).",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"prov": {
"description": "Whether the rating is provisional.",
"type": "boolean"
},
"rating": {
"description": "Current rating.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
},
"rd": {
"description": "Rating deviation.",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"type": "integer"
}
},
"required": [
"games",
"rating"
],
"type": "object"
},
"description": "Per-variant performance objects keyed by perf name (bullet, blitz, rapid, classical, puzzle, \u2026).",
"propertyNames": {
"type": "string"
},
"type": "object"
},
"playTime": {
"additionalProperties": false,