Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

How to get ID: Difference between revisions

From EVE University Wiki
m Rewording. Add link.
m Fix formatting,
Line 13: Line 13:


The response from ESI would be
The response from ESI would be
<code>
 
  {
{
  "characters": [
  "characters": [
    {
    {
      "id": 187399875,
      "id": 187399875,
      "name": "Rifter"
      "name": "Rifter"
    },
    },
    {
    {
      "id": 300556952,
      "id": 300556952,
      "name": "Jaguar"
      "name": "Jaguar"
    }
    }
  ],
  ],
  "inventory_types": [
  "inventory_types": [
    {
    {
      "id": 587,
      "id": 587,
      "name": "Rifter"
      "name": "Rifter"
    },
    },
    {
    {
      "id": 11400,
      "id": 11400,
      "name": "Jaguar"
      "name": "Jaguar"
    }
    }
  ]
  ]
  }
}
</code>


From this, you would see that the ID for the ship "Rifter" is 587 and for ship "Jaguar" is 11400. It also tells us that there is a player named "Rifter" with id 187399875 and a player named "Jaguar" with id 300556952.
From this, you would see that the ID for the ship "Rifter" is 587 and for ship "Jaguar" is 11400. It also tells us that there is a player named "Rifter" with id 187399875 and a player named "Jaguar" with id 300556952.