Skip to content

Get character's public information endpoint doesn't show all corporation titles #1480

Description

@Nohus

Description

In-game:

Image

ESI returns the title for the character on the left, but does not return the title for the character on the right.
It seems ESI is returning "cosmetic" titles, but not titles that confer roles. The in-game Show Info window does not differentiate between them.

This can also be used to leak which titles have corp roles associated with them, by checking which ones appear on ESI and which ones don't.

Request

GET /characters/91217127

Compatibility Date

2026-06-09

Response - Status Code

200

Response - Headers

N/A

Response - Body

{
  ...
  "name": "Nohus Bluxome",
}

Expected Response

{
  ...
  "name": "Nohus Bluxome",
  "corporation_title": "RIFT, Member",
}

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions