catalog

GET /v1/catalog/php-versions

List the PHP versions offered to new sites.

All catalog endpoints

Authentication

This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X GET https://api.zinndigital.com/v1/catalog/php-versions

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

The PHP versions a new site can be created with, each with its support `status` (`active` current line, `hardened_legacy` CloudLinux-patched alt-php, `eol`), whether it is the default, and the product lines it is offered on. **Public** catalog reference data — no auth, no tenant scope. Only versions offered to new sites appear; a version retired for new sites (grandfathered on existing sites) is omitted. `?product_line=` narrows to one line (an unknown code yields an empty list, never an error). Cacheable exactly like `listCatalogPlans` (strong `ETag` + `max-age=60`).

Parameters

NameTypeRequiredWhat it is
product_line (query)stringNoRestrict to one product line by its code (e.g. `footprint_free`). Unknown code → empty list.
If-None-Match (header)stringNoA previously returned `ETag`; a match responds `304`.

Response

NameTypeRequiredWhat it is
dataPhpVersionCatalogEntry[]Yes

Errors this endpoint can return

429