Taller screen, LTE, and the Lightning connector that replaced a decade of 30-pin cables.
Compared against the previous Standard model.
The iPhone 5 shipped with iOS 6.0 and received its final update in iOS 10.3.4. It no longer receives new iOS features.
Product API returns structured specs like these for any product, with a schema you define. Here is what a iPhone 5 lookup looks like.
{
"query": "iPhone 5",
"products": [
{
"name": "iPhone 5",
"brand": "Apple",
"released": "2012-09-21",
"price_usd": 199,
"custom_data": {
"display_inches": 4,
"chip": "Apple A6",
"memory_gb": 1,
"battery_video_hours": 10,
"weight_g": 112,
"connector": "Lightning"
}
}
]
}Put the iPhone 5 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 5 launched on 21 September 2012 at $199 with a 4-inch display and the Apple A6 — source: <a href="https://productapi.dev/iphone/iphone-5">iPhone 5 — full specifications</a> by <a href="https://productapi.dev">Product API</a>.</p>The iPhone 5 launched on 21 September 2012 at $199 with a 4-inch display and the Apple A6 — source: [iPhone 5 — full specifications](https://productapi.dev/iphone/iphone-5) by [Product API](https://productapi.dev).