Endpoint
Path Parameter
The Apple internal board identifier for the Mac model. Must start with a letter and contain no periods or colons.
| Era | Example board IDs |
|---|---|
| Apple Silicon | J293AP, J413AP, J316cAP, J493AP |
| Intel | Mac-35C5E08120C7EEAF, Mac-4B682C642B45593E |
| PowerPC (macOS 10.0–10.5) | PowerPC |
| Classic Mac OS | G3, G4, 68040, 68030, 68000 |
| Virtual machines | VMA2MACOSAP, VMM-x86_64 |
Example Requests
Response
Response Fields
The board ID from the request path.
A comma-separated, version-sorted list of every macOS major version supported by this board ID.Each version is formatted as
X.0 (e.g. 14.0, 26.0) for modern macOS. Classic Mac OS entries are formatted as-is (e.g. 8.5, 9.2).Notes
- The API returns a
404if no records are found for the given board ID. - Major versions are sorted in ascending order.
- Results are sourced from both the primary and legacy DynamoDB tables.
- To look up the latest release for a specific major version on this board, use GET /items/:.