product_eols エンドポイント一覧に戻る
指定した製品のサポート終了情報を取得します。
POST メソッドもサポートしています。
HTTPメソッド
get
post
ヘッダー
| Field | Type | Description |
|---|---|---|
| X-License-Id | String |
SIDfm ライセンス ID X-Api-Key と組み合わせて使用します。 |
| X-Api-Key | String | SIDfm アクセス API キー |
パラメータ
| Field | Type | Description |
|---|---|---|
| product_id | Integer | 製品 ID |
レスポンス
| Field | Type | Description |
|---|---|---|
| product_eols | Object[] | 製品のサポート終了情報 |
| name | String | 製品バージョン名 |
| date | String | サポート終了日 |
| url | String | 参照 URL |
レスポンス例
{
"product_eols": [
{
"name": "PHP 8.1.x",
"date": "2024-11-25",
"url": "https://www.php.net/supported-versions.php"
},
{
"name": "PHP 8.0.x",
"date": "2023-11-26",
"url": "https://www.php.net/supported-versions.php"
},
{
"name": "PHP 7.4.x",
"date": "2022-11-28",
"url": "https://www.php.net/supported-versions.php"
},
{
"name": "PHP 7.3.x",
"date": "2021-12-06",
"url": "http://jp2.php.net/supported-versions.php"
},
{
"name": "PHP 7.2.x",
"date": "2020-11-30",
"url": "http://jp2.php.net/supported-versions.php"
},
{
"name": "PHP 7.1.x",
"date": "2019-12-01",
"url": "http://jp2.php.net/supported-versions.php"
},
{
"name": "PHP 5.6.x",
"date": "2018-12-31",
"url": "http://php.net/eol.php"
},
{
"name": "PHP 7.0.x",
"date": "2018-12-03",
"url": "http://php.net/eol.php"
},
{
"name": "PHP 5.5.x",
"date": "2016-07-21",
"url": "http://www.php.net/eol.php"
},
{
"name": "PHP 5.4.x",
"date": "2015-09-03",
"url": "http://www.php.net/eol.php"
},
{
"name": "PHP 5.3.x",
"date": "2014-12-31",
"url": null
},
{
"name": "PHP 5.2.x",
"date": "2011-01-06",
"url": null
},
{
"name": "PHP 4.4.x",
"date": "2008-08-07",
"url": null
},
{
"name": "PHP 4.x",
"date": "2007-12-31",
"url": null
},
{
"name": "PHP 5.1.x",
"date": "2006-08-24",
"url": null
},
{
"name": "PHP 5.0.x",
"date": "2005-09-05",
"url": null
},
{
"name": "PHP 4.3.x",
"date": "2005-03-31",
"url": null
},
{
"name": "PHP 4.2.x",
"date": "2002-09-06",
"url": null
},
{
"name": "PHP 4.1.x",
"date": "2002-03-12",
"url": null
},
{
"name": "PHP 4.0.x",
"date": "2001-06-23",
"url": null
},
{
"name": "PHP 3.x",
"date": "2000-10-20",
"url": null
}
]
}