Apple finally went big — and sold more iPhones than in any year before or since.
Compared against the previous Standard model.
The iPhone 6 shipped with iOS 8.0 and received its final update in iOS 12.5.7. 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 6 lookup looks like.
{
"query": "iPhone 6",
"products": [
{
"name": "iPhone 6",
"brand": "Apple",
"released": "2014-09-19",
"price_usd": 649,
"custom_data": {
"display_inches": 4.7,
"chip": "Apple A8",
"memory_gb": 1,
"battery_video_hours": 11,
"weight_g": 129,
"connector": "Lightning"
}
}
]
}Put the iPhone 6 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 6 launched on 19 September 2014 at $649 with a 4.7-inch display and the Apple A8 — source: <a href="https://productapi.dev/iphone/iphone-6">iPhone 6 — full specifications</a> by <a href="https://productapi.dev">Product API</a>.</p>The iPhone 6 launched on 19 September 2014 at $649 with a 4.7-inch display and the Apple A8 — source: [iPhone 6 — full specifications](https://productapi.dev/iphone/iphone-6) by [Product API](https://productapi.dev).