Skip to content

EVE Developer Documentation

Crowdsourced documentation for third-party developers

elt - EVE Lookup Tool

elt is a command line tool for looking up Eve Online objects. It's available for Windows, macOS and Linux.

GitHub Release GitHub License chat

elt is a command line tool that looks up EVE Online objects from the game server and prints them in the terminal. It provides a convenient and fast alternative to using a browser or curl commands for quickly resolving Eve IDs or names in the terminal.

For example:

elt "Jita"

Will print

Solar System:
┌──────────┬──────┬──────────────────┬────────────────────┬───────────┬─────────────┬────────────┐
│    ID    │ NAME │ CONSTELLATION ID │ CONSTELLATION NAME │ REGION ID │ REGION NAME │  SECURITY  │
├──────────┼──────┼──────────────────┼────────────────────┼───────────┼─────────────┼────────────┤
│ 30000142 │ Jita │ 20000020         │ Kimotoro           │ 10000002  │ The Forge   │ 0.94591314 │
└──────────┴──────┴──────────────────┴────────────────────┴───────────┴─────────────┴────────────┘

For more information please visit the Github repository.