E

eu-verify · DEV EOL

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

Support/EOL schedule from endoflife.date (open data, ~350 products: python, nodejs, ubuntu, postgresql...) with derived is_eol and days_to_eol per cycle, computed at request time. Query: ?product=python (required slug) & cycle=3.12 (optional, returns that single cycle). Returns cycle, release_date, eol, latest patch, lts, support. 24h cache.

Endpoint

GET https://data.greeneris.io/v1/dev/eol

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/dev/eol", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/dev/eol?cycle=3.12&product=python" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-07-13",
  "cycle": {
    "cycle": "3.12",
    "days_to_eol": 841,
    "eol": "2028-10-31",
    "is_eol": false,
    "latest": "3.12.13",
    "latest_release_date": "2026-03-03",
    "lts": false,
    "release_date": "2023-10-02",
    "support": "2025-04-02"
  },
  "product": "python",
  "source": "endoflife.date API (open data, MIT-licensed project)"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services