Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

EVE Online pet API

Everything about your Pets

EVE Online pet API is one of 50 APIs that EVE Online publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include pet. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, best-practice docs, and rate-limit docs.

This API exposes 8 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.36.

Requests are made against a single base URL, https://esi.evetech.net/latest.

8 operations 5 paths 4 schemas 1 DELETE3 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.36
Base URL
https://esi.evetech.net/latest
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

EVE Online pet API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (evesso) using the implicit flow, exposing 63 scopes.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

pet 8

Everything about your Pets

POST
/pet
Add a new pet to the store
addPet 1 param → 405
PUT
/pet
Update an existing pet
updatePet 1 param → 400404405
GET
/pet/findByStatus
Finds Pets by status
findPetsByStatus 1 param → 200400
GET
/pet/findByTagsdeprecated
Finds Pets by tags
findPetsByTags 1 param → 200400
GET
/pet/{petId}
Find pet by ID
getPetById 1 param → 200400404
POST
/pet/{petId}
Updates a pet in the store with form data
updatePetWithForm 3 params → 405
DELETE
/pet/{petId}
Deletes a pet
deletePet 2 params → 400404
POST
/pet/{petId}/uploadImage
uploads an image
uploadFile 3 params → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Pet (6 properties), ApiResponse (3 properties), Category (2 properties), Tag (2 properties). Each schema is shown below with its type and property counts.

Pet
object
6 properties 2 required
Tag
object
2 properties
Category
object
2 properties
ApiResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eve-online-pet-api-openapi.yml Raw ↑

Other APIs EVE Online publishes across the network.

EVE Single Sign-On (SSO)
EVE Image Server (IEC)
EVE Static Data Export (SDE)
EVE Online Game Client
EVE Online agent API
EVE Online Alliance API
EVE Online Assets API
EVE Online Calendar API
EVE Online Character API
EVE Online Clones API
EVE Online Contacts API
EVE Online Contracts API