# Overtime V2 players info

## REST API <a href="#rest-api" id="rest-api"></a>

<mark style="color:green;">`GET`</mark>  `https://api.overtime.io/overtime-v2/players-info`

<mark style="color:green;">`GET`</mark>  `https://api.overtime.io/overtime-v2/players-info/{{playerId}}`

See players info API endpoint with request/response examples under [Postman documentation](https://documenter.getpostman.com/view/1435701/2sA3XY5Hao#136dda1d-ab97-4652-bd66-586614e8fad0).

### Example Request

<https://api.overtime.io/overtime-v2/players-info>

#### Single player request

<https://api.overtime.io/overtime-v2/players-info/1956>

### Example Response

{% tabs %}
{% tab title="200 OK" %}

```json
{
  "361": {
    "playerName": "Blake Walston"
  },
  "386": {
    "playerName": "Jordan Westburg"
  },
  "396": {
    "playerName": "Brayan Bello"
  }
}
```

{% endtab %}
{% endtabs %}

### Response Parameters <a href="#response-parameters" id="response-parameters"></a>

<table><thead><tr><th width="215">Name</th><th width="179">Type</th><th>Description</th></tr></thead><tbody><tr><td>playerName</td><td>string</td><td>The name of the player</td></tr></tbody></table>

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overtime.io/overtime-v2-integration/overtime-v2-players-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
