---
title: "Get character online"
method: GET
path: "/characters/{character_id}/online"
tags: ["Location"]
---

# Get character online

`GET /characters/{character_id}/online`

Checks if the character is currently online

## Path parameters

- `character_id` integer, required

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- CharactersCharacterIdOnlineGet
  - `last_login` string, date-time — Timestamp of the last login
  - `last_logout` string, date-time — Timestamp of the last logout
  - `logins` integer — Total number of times the character has logged in
  - `online` boolean, required — If the character is online

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/revisions/7bad2f0024dd/schema)
