Bug
When a character is currently controlling a structure, the character ship endpoint returns a 404 "Ship not found" error instead of returning the structure(?)
Request
GET /latest/characters/{character_id}/ship/?datasource=tranquility
Response
Status Code
404
Headers
Date: Sat, 11 Apr 2026 17:49:54 GMT
X-Esi-Request-ID: 2c7da8e9-f95b-4ca4-8b4e-1889a3c6c057
X-Esi-Cache-Status: MISS
Body
{
"error": "Ship not found"
}
Expected
200 with the citadel as ship type? structure id? everything but not a 4XX error
Checklist
Check all boxes that apply to this issue:
Bug
When a character is currently controlling a structure, the character ship endpoint returns a 404 "Ship not found" error instead of returning the structure(?)
Request
GET /latest/characters/{character_id}/ship/?datasource=tranquilityResponse
Status Code
404Headers
Body
{ "error": "Ship not found" }Expected
200with the citadel as ship type? structure id? everything but not a 4XX errorChecklist
Check all boxes that apply to this issue: