Version: 0.0.1
The endoflife.date v0 API is currently deprecated, please use the endoflife.date v1 API.
| Path | Operation | Description |
|---|---|---|
| /api/all.json | GET |
All Products |
| /api/{product}.json | GET |
Get All Details |
| /api/{product}/{cycle}.json | GET |
Single cycle details |
Return a list of all products. Each of these can be used for the other API endpoints.
OK
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 |
OK
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 |
OK