---
title: "Sends a copy of the player information as you would see with /findplayer"
method: GET
path: "/v1/lookup/{user}"
tags: ["Lookup"]
---

# Sends a copy of the player information as you would see with /findplayer

`GET /v1/lookup/{user}`

Sends a copy of the player information as you would see with /findplayer

## Path parameters

- `user` string, required

## Response `200`

Lookup data

- ApiLookupResponse
  - `result` ApiLookup
    - `location` string
    - `rank` string
    - `username` string
  - `status` integer

## Other responses

- `401` — Unauthorized request
- `500` — Could not handle query

---

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