5G, MagSafe and Ceramic Shield — plus the flat-edge design language that stuck.
Compared against the previous Standard model.
The iPhone 12 shipped with iOS 14.1 and still receives updates — it runs iOS 27, the current release.
Product API returns structured specs like these for any product, with a schema you define. Here is what a iPhone 12 lookup looks like.
{
"query": "iPhone 12",
"products": [
{
"name": "iPhone 12",
"brand": "Apple",
"released": "2020-10-23",
"price_usd": 799,
"custom_data": {
"display_inches": 6.1,
"chip": "Apple A14 Bionic",
"memory_gb": 4,
"battery_video_hours": 17,
"weight_g": 164,
"connector": "Lightning"
}
}
]
}Put the iPhone 12 head to head with any other iPhone.
Using these specs in an article, video, or comparison? Copy a ready-made credit line.
<p>The iPhone 12 launched on 23 October 2020 at $799 with a 6.1-inch display and the Apple A14 Bionic — source: <a href="https://productapi.dev/iphone/iphone-12">iPhone 12 — full specifications</a> by <a href="https://productapi.dev">Product API</a>.</p>The iPhone 12 launched on 23 October 2020 at $799 with a 6.1-inch display and the Apple A14 Bionic — source: [iPhone 12 — full specifications](https://productapi.dev/iphone/iphone-12) by [Product API](https://productapi.dev).