endoflife.date

Version: 0.0.1

The endoflife.date v0 API is currently deprecated, please use the endoflife.date v1 API.

Schemes:

Summary

Path Operation Description
/api/all.json GET

All Products

/api/{product}.json GET

Get All Details

/api/{product}/{cycle}.json GET

Single cycle details

Paths

All Products

GET /api/all.json

Return a list of all products. Each of these can be used for the other API endpoints.

200 OK

OK

Get All Details

GET /api/{product}.json

Get EoL dates of all cycles of a given product.

product

Product URL as per the canonical URL on the endofife.date website.

path object
200 OK

OK

Single cycle details

GET /api/{product}/{cycle}.json

Gets details of a single cycle.

product

Product URL as per the canonical URL on the endofife.date website.

path object
cycle

Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0.

path object
200 OK

OK