Endpoint
Path Parameters
The Apple internal board identifier for the Mac model.
| Era | Example board IDs |
|---|---|
| Apple Silicon | J293AP, J413AP, J316cAP |
| Intel | Mac-35C5E08120C7EEAF, Mac-4B682C642B45593E |
| PowerPC (macOS 10.0–10.5) | PowerPC |
| Classic Mac OS | G3, G4, 68040, 68030, 68000 |
The macOS major version number only — not a full point release.
| Era | Format | Examples |
|---|---|---|
| Modern macOS (11+) | Single integer | 14, 15, 26 |
| macOS 10.x | Two-part (10.Y) | 10.15, 10.14 |
| Classic Mac OS | Two-part (X.Y) | 8.5, 9.2 |
Example Requests
Response
Response Fields
The macOS major version from the request.
The internal DynamoDB composite key:
{boardID}:{major_version}.Release date of the latest point release for this board/major, in
YYYY-MM-DD format.The latest known point release version for this board/major.
The board ID from the request path.
Notes
- If the specified board ID does not support the given major version, a
404is returned. - The response is always an array containing one item.
- To also retrieve the next available update from a specific point release, use GET /items/: instead.