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

Netflix Eureka Applications API

Query registered applications

Netflix Eureka Applications API is one of 3 APIs that Netflix Eureka publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Applications. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 2 base URLs: http://localhost:8761/eureka, https://{eureka_host}:{port}/eureka.

3 operations 3 paths 3 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
http://localhost:8761/eureka
License
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Applications 3

Query registered applications

GET
/apps
Get all registered applications
getAllApplications 1 param → 200
GET
/apps/{appId}
Get application by name
getApplication 1 param → 200404
GET
/apps/delta
Get recent changes (delta)
getDelta → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are InstanceInfo (22 properties), Applications (3 properties), Application (2 properties). Each schema is shown below with its type and property counts.

InstanceInfo
object
22 properties 4 required
Applications
object
3 properties
Application
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netflix-eureka-applications-api-openapi.yml Raw ↑

Other APIs Netflix Eureka publishes across the network.

Netflix Eureka Instances API
Netflix Eureka VIP API