endoflife.date

Version: 0.0.1

Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the endoflife.date wiki

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

path object
200 OK

OK