- The latest release currently available for that board/major version pair
- The release date of the version you requested
- The version proximo — the next update available after the version you specified
Endpoint
Path Parameters
string
required
The Apple board identifier for the Mac model.
For Motorola 68k and PowerPC Macs, the board ID is the Apple model number physically printed on the machine. These are verified against EveryMac.com.
string
required
A full macOS point release version string — must include at least three components.
Passing a major-only version (e.g.
14) or a two-part version (e.g. J293AP:14) to this endpoint will return a shorter response without the proximo fields. Use GET /items/: for that case. Passing a major-only version (e.g. 14) or a two-part version (e.g. J293AP:14) to this endpoint will return a shorter response without the proximo fields. Use GET /items/: for that case.Example Requests
Responses
Modern macOS
Legacy Mac OS X
M5183 covers the Power Mac G3 Blue & White and all G4 PCI/AGP/Gigabit/Digital Audio models. Mac OS X 10.4.9 is followed immediately by 10.4.10, with 10.4.11 as the final Tiger release.
Classic Mac OS
M5521 covers all slot-loading iMac G3 models (350–700 MHz). Mac OS 9.0.2 is followed by 9.0.3, with 9.0.4 as the final Mac OS 9.0 release.
Response Fields
string | number
The major version of macOS for this record. A string for modern macOS and Legacy Mac OS X; a number for Classic Mac OS.
string
The internal DynamoDB composite key:
{boardID}:{major_version}.string
Release date of the latest available point release for this board/major, in
YYYY-MM-DD format.string
The latest available point release version for this board/major.
string
The board ID from the request path.
string
The specific version you passed in the request path.
string
The release date of the version you requested, in
YYYY-MM-DD format.string
The next available update after the version you requested — the “version proximo.”If the version you requested is already the latest for this major, this will equal
version (the latest).string
The release date of the version proximo, in
YYYY-MM-DD format.Understanding the Version Proximo
The version proximo is the immediate next release after the version you queried — not necessarily the latest. For example, if you queryJ293AP:14.7.2:
The same logic applies across all eras. Querying
M5521:9.0.2 returns a proximo of 9.0.3 — the very next Classic Mac OS release — while version shows 9.0.4 (the latest on the 9.0.x branch).