robloxluakrnlaccount / A device JSON simple
0 likes
0 forks
1 files
Last active 2 hours ago
get the 4 latest generation of device
| 1 | { |
| 2 | "devices": [ |
| 3 | { "brand": "Apple", "generation": "iPhone 14", "name": "iPhone 14", "battery_mAh": 3279, "display_inches": 6.1, "camera": { "rear": [{ "type": "wide", "mp": 12 }, { "type": "ultrawide", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 4 | { "brand": "Apple", "generation": "iPhone 14", "name": "iPhone 14 Plus", "battery_mAh": 4323, "display_inches": 6.7, "camera": { "rear": [{ "type": "wide", "mp": 12 }, { "type": "ultrawide", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 5 | { "brand": "Apple", "generation": "iPhone 14", "name": "iPhone 14 Pro", "battery_mAh": 3200, "display_inches": 6.1, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }, { "type": "telephoto", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 6 | { "brand": "Apple", "generation": "iPhone 14", "name": "iPhone 14 Pro Max","battery_mAh": 4323, "display_inches": 6.7, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }, { "type": "telephoto", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 7 | { "brand": "Apple", "generation": "iPhone 15", "name": "iPhone 15", "battery_mAh": 3340, "display_inches": 6.1, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 8 | { "brand": "Apple", "generation": "iPhone 15", "name": "iPhone 15 Plus", "battery_mAh": 4352, "display_inches": 6.7, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 9 | { "brand": "Apple", "generation": "iPhone 15", "name": "iPhone 15 Pro", "battery_mAh": 3200, "display_inches": 6.1, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }, { "type": "telephoto", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
| 10 | { "brand": "Apple", "generation": "iPhone 15", "name": "iPhone 15 Pro Max","battery_mAh": 4400, "display_inches": 6.7, "camera": { "rear": [{ "type": "wide", "mp": 48 }, { "type": "ultrawide", "mp": 12 }, { "type": "telephoto", "mp": 12 }], "front": { "type": "wide", "mp": 12 } } }, |
Newer
Older