From 0c3efba0a8b4b3f0cb8cdad0cf21d4143001f620 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:09:48 +0900 Subject: [PATCH 1/6] data(soc): import PhoneDB mobile processor seeds Refs #1 --- data/soc/mediatek/2018/helio-a22.json | 24 +++++++++++++++++++ data/soc/mediatek/2018/helio-p22.json | 24 +++++++++++++++++++ data/soc/mediatek/2021/helio-g37.json | 24 +++++++++++++++++++ data/soc/mediatek/2022/dimensity-8000.json | 24 +++++++++++++++++++ .../mediatek/2022/dimensity-9000-plus.json | 24 +++++++++++++++++++ data/soc/mediatek/2022/dimensity-930.json | 24 +++++++++++++++++++ data/soc/qualcomm/2013/snapdragon-200.json | 24 +++++++++++++++++++ data/soc/qualcomm/2013/snapdragon-400.json | 24 +++++++++++++++++++ data/soc/qualcomm/2014/snapdragon-210.json | 24 +++++++++++++++++++ data/soc/qualcomm/2014/snapdragon-410.json | 24 +++++++++++++++++++ data/soc/qualcomm/2015/snapdragon-212.json | 24 +++++++++++++++++++ data/soc/qualcomm/2016/snapdragon-425.json | 24 +++++++++++++++++++ data/soc/qualcomm/2016/snapdragon-430.json | 24 +++++++++++++++++++ data/soc/qualcomm/2016/snapdragon-435.json | 24 +++++++++++++++++++ data/soc/qualcomm/2016/snapdragon-625.json | 24 +++++++++++++++++++ data/soc/qualcomm/2017/snapdragon-427.json | 24 +++++++++++++++++++ data/soc/qualcomm/2017/snapdragon-450.json | 24 +++++++++++++++++++ data/soc/qualcomm/2018/snapdragon-429.json | 24 +++++++++++++++++++ data/soc/qualcomm/2019/snapdragon-215.json | 24 +++++++++++++++++++ data/soc/samsung/2023/exynos-1330.json | 24 +++++++++++++++++++ data/soc/unisoc/2022/unisoc-t612.json | 24 +++++++++++++++++++ 21 files changed, 504 insertions(+) create mode 100644 data/soc/mediatek/2018/helio-a22.json create mode 100644 data/soc/mediatek/2018/helio-p22.json create mode 100644 data/soc/mediatek/2021/helio-g37.json create mode 100644 data/soc/mediatek/2022/dimensity-8000.json create mode 100644 data/soc/mediatek/2022/dimensity-9000-plus.json create mode 100644 data/soc/mediatek/2022/dimensity-930.json create mode 100644 data/soc/qualcomm/2013/snapdragon-200.json create mode 100644 data/soc/qualcomm/2013/snapdragon-400.json create mode 100644 data/soc/qualcomm/2014/snapdragon-210.json create mode 100644 data/soc/qualcomm/2014/snapdragon-410.json create mode 100644 data/soc/qualcomm/2015/snapdragon-212.json create mode 100644 data/soc/qualcomm/2016/snapdragon-425.json create mode 100644 data/soc/qualcomm/2016/snapdragon-430.json create mode 100644 data/soc/qualcomm/2016/snapdragon-435.json create mode 100644 data/soc/qualcomm/2016/snapdragon-625.json create mode 100644 data/soc/qualcomm/2017/snapdragon-427.json create mode 100644 data/soc/qualcomm/2017/snapdragon-450.json create mode 100644 data/soc/qualcomm/2018/snapdragon-429.json create mode 100644 data/soc/qualcomm/2019/snapdragon-215.json create mode 100644 data/soc/samsung/2023/exynos-1330.json create mode 100644 data/soc/unisoc/2022/unisoc-t612.json diff --git a/data/soc/mediatek/2018/helio-a22.json b/data/soc/mediatek/2018/helio-a22.json new file mode 100644 index 00000000000..5fbb9f2802a --- /dev/null +++ b/data/soc/mediatek/2018/helio-a22.json @@ -0,0 +1,24 @@ +{ + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio A22 MT6761, 2018, 64 bit, quad-core, 12 nm, IMG PowerVR GE8300 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "IMG PowerVR GE8300", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/mediatek/2018/helio-p22.json b/data/soc/mediatek/2018/helio-p22.json new file mode 100644 index 00000000000..2c80c8796c5 --- /dev/null +++ b/data/soc/mediatek/2018/helio-p22.json @@ -0,0 +1,24 @@ +{ + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio P22 MT6762, 2018, 64 bit, octa-core, 12 nm, IMG PowerVR GE8320 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/mediatek/2021/helio-g37.json b/data/soc/mediatek/2021/helio-g37.json new file mode 100644 index 00000000000..56caf4deecb --- /dev/null +++ b/data/soc/mediatek/2021/helio-g37.json @@ -0,0 +1,24 @@ +{ + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio G37 MT6765H, 2021, 64 bit, octa-core, 12 nm, IMG PowerVR GE8320 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/mediatek/2022/dimensity-8000.json b/data/soc/mediatek/2022/dimensity-8000.json new file mode 100644 index 00000000000..0f54bd256c9 --- /dev/null +++ b/data/soc/mediatek/2022/dimensity-8000.json @@ -0,0 +1,24 @@ +{ + "slug": "dimensity-8000", + "name": "Dimensity 8000", + "manufacturer": "mediatek", + "release_date": "2022-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 8000 MT6895, 2022, 64 bit, octa-core, 4096 Kbyte L3, 5 nm, ARM Mali-G610 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/mediatek/2022/dimensity-9000-plus.json b/data/soc/mediatek/2022/dimensity-9000-plus.json new file mode 100644 index 00000000000..02c9aaa4779 --- /dev/null +++ b/data/soc/mediatek/2022/dimensity-9000-plus.json @@ -0,0 +1,24 @@ +{ + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "manufacturer": "mediatek", + "release_date": "2022-01-01", + "process_nm": 4.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 9000+ MT6983Z, 2022, 64 bit, octa-core, 8192 Kbyte L3, 4 nm, ARM Mali-G710 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G710", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/mediatek/2022/dimensity-930.json b/data/soc/mediatek/2022/dimensity-930.json new file mode 100644 index 00000000000..bd2c2280f09 --- /dev/null +++ b/data/soc/mediatek/2022/dimensity-930.json @@ -0,0 +1,24 @@ +{ + "slug": "dimensity-930", + "name": "Dimensity 930", + "manufacturer": "mediatek", + "release_date": "2022-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 930 MT6855, 2022, 64 bit, octa-core, 6 nm, IMG BXM-8-256 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG BXM-8-256", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2013/snapdragon-200.json b/data/soc/qualcomm/2013/snapdragon-200.json new file mode 100644 index 00000000000..2acfa97aaaa --- /dev/null +++ b/data/soc/qualcomm/2013/snapdragon-200.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-200", + "name": "Snapdragon 200", + "manufacturer": "qualcomm", + "release_date": "2013-01-01", + "process_nm": 45.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 200 MSM8210, 2013, 32 bit, dual-core, 45 nm, Qualcomm Adreno 302 GPU", + "clocks_ghz": [], + "core_count": 2 + }, + "gpu_name": "Qualcomm Adreno 302", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2013/snapdragon-400.json b/data/soc/qualcomm/2013/snapdragon-400.json new file mode 100644 index 00000000000..a9942bd0afa --- /dev/null +++ b/data/soc/qualcomm/2013/snapdragon-400.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-400", + "name": "Snapdragon 400", + "manufacturer": "qualcomm", + "release_date": "2013-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 400 MSM8630 (Snapdragon S4), 2013, 32 bit, dual-core, 16 Kbyte I-Cache, 16 Kbyte D-Cache, 1024 Kbyte L2, 28 nm, Qualcomm Adreno 305 GPU", + "clocks_ghz": [], + "core_count": 2 + }, + "gpu_name": "Qualcomm Adreno 305", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2014/snapdragon-210.json b/data/soc/qualcomm/2014/snapdragon-210.json new file mode 100644 index 00000000000..85d0c085cf0 --- /dev/null +++ b/data/soc/qualcomm/2014/snapdragon-210.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-210", + "name": "Snapdragon 210", + "manufacturer": "qualcomm", + "release_date": "2014-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 210 MSM8909, 2014, 32 bit, quad-core, 28 nm, Qualcomm Adreno 304 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 304", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2014/snapdragon-410.json b/data/soc/qualcomm/2014/snapdragon-410.json new file mode 100644 index 00000000000..25ccbc492c6 --- /dev/null +++ b/data/soc/qualcomm/2014/snapdragon-410.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-410", + "name": "Snapdragon 410", + "manufacturer": "qualcomm", + "release_date": "2014-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 410 MSM8916, 2014, 64 bit, quad-core, 28 nm, Qualcomm Adreno 306 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 306", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2015/snapdragon-212.json b/data/soc/qualcomm/2015/snapdragon-212.json new file mode 100644 index 00000000000..4579d18f34b --- /dev/null +++ b/data/soc/qualcomm/2015/snapdragon-212.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-212", + "name": "Snapdragon 212", + "manufacturer": "qualcomm", + "release_date": "2015-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 212 MSM8909v2, 2015, 32 bit, quad-core, 28 nm, Qualcomm Adreno 304 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 304", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2016/snapdragon-425.json b/data/soc/qualcomm/2016/snapdragon-425.json new file mode 100644 index 00000000000..7f288582770 --- /dev/null +++ b/data/soc/qualcomm/2016/snapdragon-425.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-425", + "name": "Snapdragon 425", + "manufacturer": "qualcomm", + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 425 MSM8917, 2016, 64 bit, quad-core, 512 Kbyte L2, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2016/snapdragon-430.json b/data/soc/qualcomm/2016/snapdragon-430.json new file mode 100644 index 00000000000..83120d19026 --- /dev/null +++ b/data/soc/qualcomm/2016/snapdragon-430.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-430", + "name": "Snapdragon 430", + "manufacturer": "qualcomm", + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 430 MSM8937, 2016, 64 bit, octa-core, 512 Kbyte L2, 28 nm, Qualcomm Adreno 505 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2016/snapdragon-435.json b/data/soc/qualcomm/2016/snapdragon-435.json new file mode 100644 index 00000000000..821fda24030 --- /dev/null +++ b/data/soc/qualcomm/2016/snapdragon-435.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-435", + "name": "Snapdragon 435", + "manufacturer": "qualcomm", + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 435 MSM8940, 2016, 64 bit, octa-core, 28 nm, Qualcomm Adreno 505 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2016/snapdragon-625.json b/data/soc/qualcomm/2016/snapdragon-625.json new file mode 100644 index 00000000000..4fcb79b4a26 --- /dev/null +++ b/data/soc/qualcomm/2016/snapdragon-625.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-625", + "name": "Snapdragon 625", + "manufacturer": "qualcomm", + "release_date": "2016-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 625 MSM8953, 2016, 64 bit, octa-core, 14 nm, Qualcomm Adreno 506 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2017/snapdragon-427.json b/data/soc/qualcomm/2017/snapdragon-427.json new file mode 100644 index 00000000000..33912ae40bc --- /dev/null +++ b/data/soc/qualcomm/2017/snapdragon-427.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-427", + "name": "Snapdragon 427", + "manufacturer": "qualcomm", + "release_date": "2017-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 427 MSM8920, 2017, 64 bit, quad-core, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2017/snapdragon-450.json b/data/soc/qualcomm/2017/snapdragon-450.json new file mode 100644 index 00000000000..fec2c2c17e9 --- /dev/null +++ b/data/soc/qualcomm/2017/snapdragon-450.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-450", + "name": "Snapdragon 450", + "manufacturer": "qualcomm", + "release_date": "2017-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 450 SDM450, 2017, 64 bit, octa-core, 14 nm, Qualcomm Adreno 506 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2018/snapdragon-429.json b/data/soc/qualcomm/2018/snapdragon-429.json new file mode 100644 index 00000000000..d63edfbec92 --- /dev/null +++ b/data/soc/qualcomm/2018/snapdragon-429.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-429", + "name": "Snapdragon 429", + "manufacturer": "qualcomm", + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 429 SDM429, 2018, 64 bit, quad-core, 12 nm, Qualcomm Adreno 504 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 504", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/qualcomm/2019/snapdragon-215.json b/data/soc/qualcomm/2019/snapdragon-215.json new file mode 100644 index 00000000000..c5d8512965b --- /dev/null +++ b/data/soc/qualcomm/2019/snapdragon-215.json @@ -0,0 +1,24 @@ +{ + "slug": "snapdragon-215", + "name": "Snapdragon 215", + "manufacturer": "qualcomm", + "release_date": "2019-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 215 QM215, 2019, 64 bit, quad-core, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/samsung/2023/exynos-1330.json b/data/soc/samsung/2023/exynos-1330.json new file mode 100644 index 00000000000..ef8074cd08b --- /dev/null +++ b/data/soc/samsung/2023/exynos-1330.json @@ -0,0 +1,24 @@ +{ + "slug": "exynos-1330", + "name": "Exynos 1330 5G", + "manufacturer": "samsung", + "release_date": "2023-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Samsung Exynos 1330 5G S5E8535, 2023, 64 bit, octa-core, 5 nm, ARM Mali-G68 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G68", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/soc/unisoc/2022/unisoc-t612.json b/data/soc/unisoc/2022/unisoc-t612.json new file mode 100644 index 00000000000..55a09b2fe87 --- /dev/null +++ b/data/soc/unisoc/2022/unisoc-t612.json @@ -0,0 +1,24 @@ +{ + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": "unisoc", + "release_date": "2022-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "UNISOC Tiger T612, 2022, 64 bit, octa-core, 12 nm, ARM Mali-G57 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G57", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} From 687a224800ba571beed5fd85bebc7567889ef8de Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:09:55 +0900 Subject: [PATCH 2/6] data(smartphone): import PhoneDB Nokia Motorola and Lenovo phones Refs #1 --- data/smartphone/htc/2019/desire-19s.json | 45 ++++++++++++++++++ data/smartphone/htc/2019/wildfire-x.json | 46 ++++++++++++++++++ data/smartphone/htc/2020/wildfire-e2.json | 46 ++++++++++++++++++ data/smartphone/lenovo/2018/k5s.json | 44 +++++++++++++++++ data/smartphone/lenovo/2019/a6-note.json | 45 ++++++++++++++++++ data/smartphone/lenovo/2019/k10-2019.json | 45 ++++++++++++++++++ data/smartphone/lenovo/2019/k6-enjoy.json | 46 ++++++++++++++++++ data/smartphone/lenovo/2020/k11-2020.json | 45 ++++++++++++++++++ data/smartphone/lenovo/2021/k14-2021.json | 45 ++++++++++++++++++ .../smartphone/lenovo/2022/k15-plus-2022.json | 46 ++++++++++++++++++ .../motorola/2019/moto-e6-plus.json | 46 ++++++++++++++++++ .../motorola/2019/moto-e6s-2020.json | 46 ++++++++++++++++++ data/smartphone/motorola/2019/moto-e6s.json | 45 ++++++++++++++++++ .../motorola/2020/moto-e6s-2020-lte.json | 45 ++++++++++++++++++ .../motorola/2020/moto-e7-2020-lte.json | 45 ++++++++++++++++++ .../motorola/2021/g-power-3rd-gen-2022.json | 47 +++++++++++++++++++ .../motorola/2021/moto-e20-2021.json | 45 ++++++++++++++++++ .../motorola/2021/moto-g-pure-2021-lte.json | 46 ++++++++++++++++++ .../motorola/2022/moto-e22-2022.json | 47 +++++++++++++++++++ .../motorola/2022/moto-e22i-2022.json | 47 +++++++++++++++++++ .../motorola/2022/moto-e22s-2022.json | 46 ++++++++++++++++++ .../motorola/2022/moto-e32-2022.json | 46 ++++++++++++++++++ .../motorola/2022/moto-e32s-2022.json | 47 +++++++++++++++++++ .../motorola/2022/moto-g22-2022.json | 47 +++++++++++++++++++ data/smartphone/motorola/2023/moto-g73.json | 47 +++++++++++++++++++ data/smartphone/nokia/2018/3-1-plus.json | 45 ++++++++++++++++++ data/smartphone/nokia/2019/2-2-2019-lte.json | 45 ++++++++++++++++++ data/smartphone/nokia/2019/2-2-2019.json | 46 ++++++++++++++++++ data/smartphone/nokia/2019/2-3.json | 45 ++++++++++++++++++ data/smartphone/nokia/2019/3-1-plus-lte.json | 44 +++++++++++++++++ data/smartphone/nokia/2020/2-3-lte.json | 45 ++++++++++++++++++ data/smartphone/nokia/2020/2-4-lte.json | 45 ++++++++++++++++++ data/smartphone/nokia/2020/2-4.json | 46 ++++++++++++++++++ data/smartphone/nokia/2020/2-v-tella.json | 45 ++++++++++++++++++ data/smartphone/nokia/2020/c2-tennen.json | 45 ++++++++++++++++++ data/smartphone/nokia/2020/c5-endi.json | 45 ++++++++++++++++++ data/smartphone/nokia/2021/g10-2021-lte.json | 45 ++++++++++++++++++ data/smartphone/nokia/2022/g11-2022-nfc.json | 46 ++++++++++++++++++ data/smartphone/nokia/2022/g11-2022.json | 46 ++++++++++++++++++ .../2022/g11-plus-2022-premium-edition.json | 46 ++++++++++++++++++ .../2022/g11-plus-2022-standard-edition.json | 46 ++++++++++++++++++ .../2022/g21-2022-nfc-premium-edition.json | 46 ++++++++++++++++++ .../2022/g21-2022-nfc-standard-edition.json | 47 +++++++++++++++++++ .../nokia/2022/g21-2022-standard-edition.json | 47 +++++++++++++++++++ 44 files changed, 2010 insertions(+) create mode 100644 data/smartphone/htc/2019/desire-19s.json create mode 100644 data/smartphone/htc/2019/wildfire-x.json create mode 100644 data/smartphone/htc/2020/wildfire-e2.json create mode 100644 data/smartphone/lenovo/2018/k5s.json create mode 100644 data/smartphone/lenovo/2019/a6-note.json create mode 100644 data/smartphone/lenovo/2019/k10-2019.json create mode 100644 data/smartphone/lenovo/2019/k6-enjoy.json create mode 100644 data/smartphone/lenovo/2020/k11-2020.json create mode 100644 data/smartphone/lenovo/2021/k14-2021.json create mode 100644 data/smartphone/lenovo/2022/k15-plus-2022.json create mode 100644 data/smartphone/motorola/2019/moto-e6-plus.json create mode 100644 data/smartphone/motorola/2019/moto-e6s-2020.json create mode 100644 data/smartphone/motorola/2019/moto-e6s.json create mode 100644 data/smartphone/motorola/2020/moto-e6s-2020-lte.json create mode 100644 data/smartphone/motorola/2020/moto-e7-2020-lte.json create mode 100644 data/smartphone/motorola/2021/g-power-3rd-gen-2022.json create mode 100644 data/smartphone/motorola/2021/moto-e20-2021.json create mode 100644 data/smartphone/motorola/2021/moto-g-pure-2021-lte.json create mode 100644 data/smartphone/motorola/2022/moto-e22-2022.json create mode 100644 data/smartphone/motorola/2022/moto-e22i-2022.json create mode 100644 data/smartphone/motorola/2022/moto-e22s-2022.json create mode 100644 data/smartphone/motorola/2022/moto-e32-2022.json create mode 100644 data/smartphone/motorola/2022/moto-e32s-2022.json create mode 100644 data/smartphone/motorola/2022/moto-g22-2022.json create mode 100644 data/smartphone/motorola/2023/moto-g73.json create mode 100644 data/smartphone/nokia/2018/3-1-plus.json create mode 100644 data/smartphone/nokia/2019/2-2-2019-lte.json create mode 100644 data/smartphone/nokia/2019/2-2-2019.json create mode 100644 data/smartphone/nokia/2019/2-3.json create mode 100644 data/smartphone/nokia/2019/3-1-plus-lte.json create mode 100644 data/smartphone/nokia/2020/2-3-lte.json create mode 100644 data/smartphone/nokia/2020/2-4-lte.json create mode 100644 data/smartphone/nokia/2020/2-4.json create mode 100644 data/smartphone/nokia/2020/2-v-tella.json create mode 100644 data/smartphone/nokia/2020/c2-tennen.json create mode 100644 data/smartphone/nokia/2020/c5-endi.json create mode 100644 data/smartphone/nokia/2021/g10-2021-lte.json create mode 100644 data/smartphone/nokia/2022/g11-2022-nfc.json create mode 100644 data/smartphone/nokia/2022/g11-2022.json create mode 100644 data/smartphone/nokia/2022/g11-plus-2022-premium-edition.json create mode 100644 data/smartphone/nokia/2022/g11-plus-2022-standard-edition.json create mode 100644 data/smartphone/nokia/2022/g21-2022-nfc-premium-edition.json create mode 100644 data/smartphone/nokia/2022/g21-2022-nfc-standard-edition.json create mode 100644 data/smartphone/nokia/2022/g21-2022-standard-edition.json diff --git a/data/smartphone/htc/2019/desire-19s.json b/data/smartphone/htc/2019/desire-19s.json new file mode 100644 index 00000000000..d71213e8f38 --- /dev/null +++ b/data/smartphone/htc/2019/desire-19s.json @@ -0,0 +1,45 @@ +{ + "slug": "desire-19s", + "name": "Desire 19s", + "brand": "htc", + "soc": "helio-p22", + "release_date": "2019-11-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.2, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 271 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 3850, + "charging_wired_w": 10, + "weight_g": 170.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 74.8, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/htc/2019/wildfire-x.json b/data/smartphone/htc/2019/wildfire-x.json new file mode 100644 index 00000000000..97ae434eae7 --- /dev/null +++ b/data/smartphone/htc/2019/wildfire-x.json @@ -0,0 +1,46 @@ +{ + "slug": "wildfire-x", + "name": "Wildfire X", + "brand": "htc", + "soc": "helio-p22", + "release_date": "2019-08-22", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 128 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": 10, + "weight_g": 160.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.9, + "depth_mm": 7.95 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/htc/2020/wildfire-e2.json b/data/smartphone/htc/2020/wildfire-e2.json new file mode 100644 index 00000000000..f549bb2788f --- /dev/null +++ b/data/smartphone/htc/2020/wildfire-e2.json @@ -0,0 +1,46 @@ +{ + "slug": "wildfire-e2", + "name": "Wildfire E2", + "brand": "htc", + "soc": "helio-p22", + "release_date": "2020-08-06", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 276 + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 173.5, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.9, + "depth_mm": 8.95 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2018/k5s.json b/data/smartphone/lenovo/2018/k5s.json new file mode 100644 index 00000000000..09caba460ca --- /dev/null +++ b/data/smartphone/lenovo/2018/k5s.json @@ -0,0 +1,44 @@ +{ + "slug": "k5s", + "name": "K5s", + "brand": "lenovo", + "soc": "helio-p22", + "release_date": "2018-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.7, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 3000, + "weight_g": 155.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.9, + "depth_mm": 7.95 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2019/a6-note.json b/data/smartphone/lenovo/2019/a6-note.json new file mode 100644 index 00000000000..06630c8ff92 --- /dev/null +++ b/data/smartphone/lenovo/2019/a6-note.json @@ -0,0 +1,45 @@ +{ + "slug": "a6-note", + "name": "A6 Note", + "brand": "lenovo", + "soc": "helio-p22", + "release_date": "2019-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 172.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 72.9, + "depth_mm": 9.2 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-B (Micro-USB)" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2019/k10-2019.json b/data/smartphone/lenovo/2019/k10-2019.json new file mode 100644 index 00000000000..e0602f47f5c --- /dev/null +++ b/data/smartphone/lenovo/2019/k10-2019.json @@ -0,0 +1,45 @@ +{ + "slug": "k10-2019", + "name": "K10 2019", + "brand": "lenovo", + "soc": "helio-p22", + "release_date": "2019-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2019/k6-enjoy.json b/data/smartphone/lenovo/2019/k6-enjoy.json new file mode 100644 index 00000000000..f570aed81bb --- /dev/null +++ b/data/smartphone/lenovo/2019/k6-enjoy.json @@ -0,0 +1,46 @@ +{ + "slug": "k6-enjoy", + "name": "K6 Enjoy", + "brand": "lenovo", + "soc": "helio-p22", + "release_date": "2019-04-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": 10, + "weight_g": 161.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.0, + "depth_mm": 7.99 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2020/k11-2020.json b/data/smartphone/lenovo/2020/k11-2020.json new file mode 100644 index 00000000000..a6eab485396 --- /dev/null +++ b/data/smartphone/lenovo/2020/k11-2020.json @@ -0,0 +1,45 @@ +{ + "slug": "k11-2020", + "name": "K11 2020", + "brand": "lenovo", + "soc": "helio-p22", + "release_date": "2020-06-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2021/k14-2021.json b/data/smartphone/lenovo/2021/k14-2021.json new file mode 100644 index 00000000000..cca2e4f6290 --- /dev/null +++ b/data/smartphone/lenovo/2021/k14-2021.json @@ -0,0 +1,45 @@ +{ + "slug": "k14-2021", + "name": "K14 2021", + "brand": "lenovo", + "soc": "unisoc-t606", + "release_date": "2021-10-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 185.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lenovo/2022/k15-plus-2022.json b/data/smartphone/lenovo/2022/k15-plus-2022.json new file mode 100644 index 00000000000..ee4545c0d47 --- /dev/null +++ b/data/smartphone/lenovo/2022/k15-plus-2022.json @@ -0,0 +1,46 @@ +{ + "slug": "k15-plus-2022", + "name": "K15 Plus 2022", + "brand": "lenovo", + "soc": "helio-g37", + "release_date": "2022-04-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2019/moto-e6-plus.json b/data/smartphone/motorola/2019/moto-e6-plus.json new file mode 100644 index 00000000000..77f7e7cada8 --- /dev/null +++ b/data/smartphone/motorola/2019/moto-e6-plus.json @@ -0,0 +1,46 @@ +{ + "slug": "moto-e6-plus", + "name": "Moto E6 Plus", + "brand": "motorola", + "soc": "helio-p22", + "release_date": "2019-09-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2019/moto-e6s-2020.json b/data/smartphone/motorola/2019/moto-e6s-2020.json new file mode 100644 index 00000000000..f0849ee24de --- /dev/null +++ b/data/smartphone/motorola/2019/moto-e6s-2020.json @@ -0,0 +1,46 @@ +{ + "slug": "moto-e6s-2020", + "name": "Moto E6s 2020", + "brand": "motorola", + "soc": "helio-p22", + "release_date": "2019-03-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2019/moto-e6s.json b/data/smartphone/motorola/2019/moto-e6s.json new file mode 100644 index 00000000000..ad0b953172b --- /dev/null +++ b/data/smartphone/motorola/2019/moto-e6s.json @@ -0,0 +1,45 @@ +{ + "slug": "moto-e6s", + "name": "Moto E6s", + "brand": "motorola", + "soc": "helio-p22", + "release_date": "2019-09-23", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2020/moto-e6s-2020-lte.json b/data/smartphone/motorola/2020/moto-e6s-2020-lte.json new file mode 100644 index 00000000000..433093b1963 --- /dev/null +++ b/data/smartphone/motorola/2020/moto-e6s-2020-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "moto-e6s-2020-lte", + "name": "Moto E6s 2020 LTE", + "brand": "motorola", + "soc": "helio-p22", + "release_date": "2020-03-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2020/moto-e7-2020-lte.json b/data/smartphone/motorola/2020/moto-e7-2020-lte.json new file mode 100644 index 00000000000..ab308e3500e --- /dev/null +++ b/data/smartphone/motorola/2020/moto-e7-2020-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "moto-e7-2020-lte", + "name": "Moto E7 2020 LTE", + "brand": "motorola", + "soc": "helio-g25", + "release_date": "2020-11-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 180.0, + "dimensions": { + "height_mm": 164.93, + "width_mm": 75.73, + "depth_mm": 8.89 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2021/g-power-3rd-gen-2022.json b/data/smartphone/motorola/2021/g-power-3rd-gen-2022.json new file mode 100644 index 00000000000..9b01b4d948b --- /dev/null +++ b/data/smartphone/motorola/2021/g-power-3rd-gen-2022.json @@ -0,0 +1,47 @@ +{ + "slug": "g-power-3rd-gen-2022", + "name": "G Power 3rd gen 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2021-12-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 203.0, + "dimensions": { + "height_mm": 167.24, + "width_mm": 76.54, + "depth_mm": 9.36 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2021/moto-e20-2021.json b/data/smartphone/motorola/2021/moto-e20-2021.json new file mode 100644 index 00000000000..348f897dea5 --- /dev/null +++ b/data/smartphone/motorola/2021/moto-e20-2021.json @@ -0,0 +1,45 @@ +{ + "slug": "moto-e20-2021", + "name": "Moto E20 2021", + "brand": "motorola", + "soc": "unisoc-t606", + "release_date": "2021-09-16", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 185.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2021/moto-g-pure-2021-lte.json b/data/smartphone/motorola/2021/moto-g-pure-2021-lte.json new file mode 100644 index 00000000000..2d89fd59824 --- /dev/null +++ b/data/smartphone/motorola/2021/moto-g-pure-2021-lte.json @@ -0,0 +1,46 @@ +{ + "slug": "moto-g-pure-2021-lte", + "name": "Moto G Pure 2021 LTE", + "brand": "motorola", + "soc": "helio-g25", + "release_date": "2021-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 188.0, + "dimensions": { + "height_mm": 167.36, + "width_mm": 75.63, + "depth_mm": 8.75 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-e22-2022.json b/data/smartphone/motorola/2022/moto-e22-2022.json new file mode 100644 index 00000000000..5035d881830 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-e22-2022.json @@ -0,0 +1,47 @@ +{ + "slug": "moto-e22-2022", + "name": "Moto E22 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2022-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4020, + "charging_wired_w": 10, + "weight_g": 169.0, + "dimensions": { + "height_mm": 163.56, + "width_mm": 74.65, + "depth_mm": 7.99 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-e22i-2022.json b/data/smartphone/motorola/2022/moto-e22i-2022.json new file mode 100644 index 00000000000..05882a26846 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-e22i-2022.json @@ -0,0 +1,47 @@ +{ + "slug": "moto-e22i-2022", + "name": "Moto E22i 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2022-10-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4020, + "charging_wired_w": 10, + "weight_g": 169.0, + "dimensions": { + "height_mm": 163.56, + "width_mm": 74.65, + "depth_mm": 7.99 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-e22s-2022.json b/data/smartphone/motorola/2022/moto-e22s-2022.json new file mode 100644 index 00000000000..d8bf7bfc2ff --- /dev/null +++ b/data/smartphone/motorola/2022/moto-e22s-2022.json @@ -0,0 +1,46 @@ +{ + "slug": "moto-e22s-2022", + "name": "Moto E22s 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2022-09-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-e32-2022.json b/data/smartphone/motorola/2022/moto-e32-2022.json new file mode 100644 index 00000000000..e5553663e6c --- /dev/null +++ b/data/smartphone/motorola/2022/moto-e32-2022.json @@ -0,0 +1,46 @@ +{ + "slug": "moto-e32-2022", + "name": "Moto E32 2022", + "brand": "motorola", + "soc": "unisoc-t606", + "release_date": "2022-05-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18, + "weight_g": 184.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-e32s-2022.json b/data/smartphone/motorola/2022/moto-e32s-2022.json new file mode 100644 index 00000000000..be7e3c64dc7 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-e32s-2022.json @@ -0,0 +1,47 @@ +{ + "slug": "moto-e32s-2022", + "name": "Moto E32s 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2022-06-06", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2022/moto-g22-2022.json b/data/smartphone/motorola/2022/moto-g22-2022.json new file mode 100644 index 00000000000..1012f39bf67 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-g22-2022.json @@ -0,0 +1,47 @@ +{ + "slug": "moto-g22-2022", + "name": "Moto g22 2022", + "brand": "motorola", + "soc": "helio-g37", + "release_date": "2022-03-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/motorola/2023/moto-g73.json b/data/smartphone/motorola/2023/moto-g73.json new file mode 100644 index 00000000000..e74ad6bd448 --- /dev/null +++ b/data/smartphone/motorola/2023/moto-g73.json @@ -0,0 +1,47 @@ +{ + "slug": "moto-g73", + "name": "Moto G73", + "brand": "motorola", + "soc": "dimensity-930", + "release_date": "2023-01-01", + "ram_gb": 8.0, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": "1080x2400", + "refresh_hz": 120, + "type": "IPS TFT LCD", + "ppi": 405 + }, + "cameras": [ + { + "type": "main", + "mp": 50.1 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 30, + "weight_g": 181.0, + "dimensions": { + "height_mm": 161.42, + "width_mm": 73.84, + "depth_mm": 8.29 + }, + "os": "Android", + "os_version": "13", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2018/3-1-plus.json b/data/smartphone/nokia/2018/3-1-plus.json new file mode 100644 index 00000000000..acc11b4ca2a --- /dev/null +++ b/data/smartphone/nokia/2018/3-1-plus.json @@ -0,0 +1,45 @@ +{ + "slug": "3-1-plus", + "name": "3.1 Plus", + "brand": "nokia", + "soc": "helio-p22", + "release_date": "2018-11-21", + "ram_gb": 3.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.0, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3500, + "weight_g": 180.0, + "dimensions": { + "height_mm": 156.88, + "width_mm": 76.44, + "depth_mm": 8.19 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2019/2-2-2019-lte.json b/data/smartphone/nokia/2019/2-2-2019-lte.json new file mode 100644 index 00000000000..ea54fbb8719 --- /dev/null +++ b/data/smartphone/nokia/2019/2-2-2019-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "2-2-2019-lte", + "name": "2.2 2019 LTE", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2019-07-16", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 153.0, + "dimensions": { + "height_mm": 145.96, + "width_mm": 70.56, + "depth_mm": 9.3 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2019/2-2-2019.json b/data/smartphone/nokia/2019/2-2-2019.json new file mode 100644 index 00000000000..5e51a4aa851 --- /dev/null +++ b/data/smartphone/nokia/2019/2-2-2019.json @@ -0,0 +1,46 @@ +{ + "slug": "2-2-2019", + "name": "2.2 2019", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2019-06-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5, + "weight_g": 153.0, + "dimensions": { + "height_mm": 145.96, + "width_mm": 70.56, + "depth_mm": 9.3 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2019/2-3.json b/data/smartphone/nokia/2019/2-3.json new file mode 100644 index 00000000000..306b952d1c2 --- /dev/null +++ b/data/smartphone/nokia/2019/2-3.json @@ -0,0 +1,45 @@ +{ + "slug": "2-3", + "name": "2.3", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2019-12-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.18, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 272 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 5, + "weight_g": 183.0, + "dimensions": { + "height_mm": 157.69, + "width_mm": 75.41, + "depth_mm": 8.68 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2019/3-1-plus-lte.json b/data/smartphone/nokia/2019/3-1-plus-lte.json new file mode 100644 index 00000000000..0825075b521 --- /dev/null +++ b/data/smartphone/nokia/2019/3-1-plus-lte.json @@ -0,0 +1,44 @@ +{ + "slug": "3-1-plus-lte", + "name": "3.1 Plus LTE", + "brand": "nokia", + "soc": "helio-p22", + "release_date": "2019-02-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 6.0, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3500, + "weight_g": 180.0, + "dimensions": { + "height_mm": 156.88, + "width_mm": 76.44, + "depth_mm": 8.19 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/2-3-lte.json b/data/smartphone/nokia/2020/2-3-lte.json new file mode 100644 index 00000000000..8561cd040c0 --- /dev/null +++ b/data/smartphone/nokia/2020/2-3-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "2-3-lte", + "name": "2.3 LTE", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2020-01-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.18, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 272 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 5, + "weight_g": 183.0, + "dimensions": { + "height_mm": 157.69, + "width_mm": 75.41, + "depth_mm": 8.68 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/2-4-lte.json b/data/smartphone/nokia/2020/2-4-lte.json new file mode 100644 index 00000000000..6563fea8255 --- /dev/null +++ b/data/smartphone/nokia/2020/2-4-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "2-4-lte", + "name": "2.4 LTE", + "brand": "nokia", + "soc": "helio-p22", + "release_date": "2020-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4500, + "charging_wired_w": 5, + "weight_g": 189.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.69 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/2-4.json b/data/smartphone/nokia/2020/2-4.json new file mode 100644 index 00000000000..652f111a322 --- /dev/null +++ b/data/smartphone/nokia/2020/2-4.json @@ -0,0 +1,46 @@ +{ + "slug": "2-4", + "name": "2.4", + "brand": "nokia", + "soc": "helio-p22", + "release_date": "2020-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4500, + "charging_wired_w": 5, + "weight_g": 189.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.69 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/2-v-tella.json b/data/smartphone/nokia/2020/2-v-tella.json new file mode 100644 index 00000000000..c30e6ea5653 --- /dev/null +++ b/data/smartphone/nokia/2020/2-v-tella.json @@ -0,0 +1,45 @@ +{ + "slug": "2-v-tella", + "name": "2 V Tella", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2020-10-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10, + "weight_g": 180.0, + "dimensions": { + "height_mm": 150.62, + "width_mm": 71.63, + "depth_mm": 9.14 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/c2-tennen.json b/data/smartphone/nokia/2020/c2-tennen.json new file mode 100644 index 00000000000..63e2453716c --- /dev/null +++ b/data/smartphone/nokia/2020/c2-tennen.json @@ -0,0 +1,45 @@ +{ + "slug": "c2-tennen", + "name": "C2 Tennen", + "brand": "nokia", + "soc": "helio-a22", + "release_date": "2020-06-14", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10, + "weight_g": 180.0, + "dimensions": { + "height_mm": 150.62, + "width_mm": 71.63, + "depth_mm": 9.14 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2020/c5-endi.json b/data/smartphone/nokia/2020/c5-endi.json new file mode 100644 index 00000000000..31010df3cee --- /dev/null +++ b/data/smartphone/nokia/2020/c5-endi.json @@ -0,0 +1,45 @@ +{ + "slug": "c5-endi", + "name": "C5 Endi", + "brand": "nokia", + "soc": "helio-p22", + "release_date": "2020-06-14", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 200.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 76.7, + "depth_mm": 8.9 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2021/g10-2021-lte.json b/data/smartphone/nokia/2021/g10-2021-lte.json new file mode 100644 index 00000000000..77b04db7a79 --- /dev/null +++ b/data/smartphone/nokia/2021/g10-2021-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "g10-2021-lte", + "name": "G10 2021 LTE", + "brand": "nokia", + "soc": "helio-g25", + "release_date": "2021-04-26", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 10, + "weight_g": 197.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.0, + "depth_mm": 9.2 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g11-2022-nfc.json b/data/smartphone/nokia/2022/g11-2022-nfc.json new file mode 100644 index 00000000000..6cdf719a5d9 --- /dev/null +++ b/data/smartphone/nokia/2022/g11-2022-nfc.json @@ -0,0 +1,46 @@ +{ + "slug": "g11-2022-nfc", + "name": "G11 2022 NFC", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-03-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18, + "weight_g": 189.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g11-2022.json b/data/smartphone/nokia/2022/g11-2022.json new file mode 100644 index 00000000000..306b499577f --- /dev/null +++ b/data/smartphone/nokia/2022/g11-2022.json @@ -0,0 +1,46 @@ +{ + "slug": "g11-2022", + "name": "G11 2022", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-03-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18, + "weight_g": 189.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g11-plus-2022-premium-edition.json b/data/smartphone/nokia/2022/g11-plus-2022-premium-edition.json new file mode 100644 index 00000000000..0d41d93efc3 --- /dev/null +++ b/data/smartphone/nokia/2022/g11-plus-2022-premium-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "g11-plus-2022-premium-edition", + "name": "G11 Plus 2022 Premium Edition", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-07-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.55 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g11-plus-2022-standard-edition.json b/data/smartphone/nokia/2022/g11-plus-2022-standard-edition.json new file mode 100644 index 00000000000..1cc515acb7f --- /dev/null +++ b/data/smartphone/nokia/2022/g11-plus-2022-standard-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "g11-plus-2022-standard-edition", + "name": "G11 Plus 2022 Standard Edition", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.55 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g21-2022-nfc-premium-edition.json b/data/smartphone/nokia/2022/g21-2022-nfc-premium-edition.json new file mode 100644 index 00000000000..0252ba1c871 --- /dev/null +++ b/data/smartphone/nokia/2022/g21-2022-nfc-premium-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "g21-2022-nfc-premium-edition", + "name": "G21 2022 NFC Premium Edition", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-03-01", + "ram_gb": 6.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g21-2022-nfc-standard-edition.json b/data/smartphone/nokia/2022/g21-2022-nfc-standard-edition.json new file mode 100644 index 00000000000..ba1e71a6a3d --- /dev/null +++ b/data/smartphone/nokia/2022/g21-2022-nfc-standard-edition.json @@ -0,0 +1,47 @@ +{ + "slug": "g21-2022-nfc-standard-edition", + "name": "G21 2022 NFC Standard Edition", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-03-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/nokia/2022/g21-2022-standard-edition.json b/data/smartphone/nokia/2022/g21-2022-standard-edition.json new file mode 100644 index 00000000000..c7c8b1f077a --- /dev/null +++ b/data/smartphone/nokia/2022/g21-2022-standard-edition.json @@ -0,0 +1,47 @@ +{ + "slug": "g21-2022-standard-edition", + "name": "G21 2022 Standard Edition", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-03-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} From a60024e661854bb7a7ce41421e0735912323e887 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:10:02 +0900 Subject: [PATCH 3/6] data(smartphone): import PhoneDB Honor Huawei LG and Sony phones Refs #1 --- .../honor/2019/honor-8s-2019-lte.json | 45 ++++++++++++++++++ data/smartphone/honor/2019/honor-8s-2019.json | 45 ++++++++++++++++++ data/smartphone/honor/2019/honor-play-3e.json | 45 ++++++++++++++++++ data/smartphone/honor/2019/honor-play-8.json | 45 ++++++++++++++++++ data/smartphone/honor/2020/honor-8s-2020.json | 45 ++++++++++++++++++ data/smartphone/honor/2020/honor-9a.json | 45 ++++++++++++++++++ data/smartphone/honor/2020/honor-9s-2020.json | 45 ++++++++++++++++++ data/smartphone/huawei/2019/y5-2019.json | 45 ++++++++++++++++++ data/smartphone/huawei/2019/y6-2019-lte.json | 44 ++++++++++++++++++ data/smartphone/huawei/2019/y6-2019.json | 44 ++++++++++++++++++ .../smartphone/huawei/2019/y6-prime-2019.json | 44 ++++++++++++++++++ data/smartphone/huawei/2019/y6-pro-2019.json | 44 ++++++++++++++++++ data/smartphone/huawei/2020/y5p-2020.json | 45 ++++++++++++++++++ data/smartphone/huawei/2020/y6p-2020.json | 45 ++++++++++++++++++ data/smartphone/lg/2020/k51s.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/k52.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/k61.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/k62.json | 45 ++++++++++++++++++ data/smartphone/lg/2020/k71.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/k92-5g.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/q52.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/q92-5g.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/stylo-6.json | 44 ++++++++++++++++++ data/smartphone/lg/2020/v60-thinq-5g.json | 46 +++++++++++++++++++ data/smartphone/lg/2020/velvet-5g.json | 45 ++++++++++++++++++ data/smartphone/lg/2020/wing-5g.json | 45 ++++++++++++++++++ data/smartphone/lg/2021/w41-plus.json | 44 ++++++++++++++++++ data/smartphone/lg/2021/w41-pro.json | 44 ++++++++++++++++++ data/smartphone/lg/2021/w41.json | 44 ++++++++++++++++++ data/smartphone/sony/2019/xperia-l3.json | 44 ++++++++++++++++++ data/smartphone/sony/2020/xperia-l4.json | 44 ++++++++++++++++++ 31 files changed, 1379 insertions(+) create mode 100644 data/smartphone/honor/2019/honor-8s-2019-lte.json create mode 100644 data/smartphone/honor/2019/honor-8s-2019.json create mode 100644 data/smartphone/honor/2019/honor-play-3e.json create mode 100644 data/smartphone/honor/2019/honor-play-8.json create mode 100644 data/smartphone/honor/2020/honor-8s-2020.json create mode 100644 data/smartphone/honor/2020/honor-9a.json create mode 100644 data/smartphone/honor/2020/honor-9s-2020.json create mode 100644 data/smartphone/huawei/2019/y5-2019.json create mode 100644 data/smartphone/huawei/2019/y6-2019-lte.json create mode 100644 data/smartphone/huawei/2019/y6-2019.json create mode 100644 data/smartphone/huawei/2019/y6-prime-2019.json create mode 100644 data/smartphone/huawei/2019/y6-pro-2019.json create mode 100644 data/smartphone/huawei/2020/y5p-2020.json create mode 100644 data/smartphone/huawei/2020/y6p-2020.json create mode 100644 data/smartphone/lg/2020/k51s.json create mode 100644 data/smartphone/lg/2020/k52.json create mode 100644 data/smartphone/lg/2020/k61.json create mode 100644 data/smartphone/lg/2020/k62.json create mode 100644 data/smartphone/lg/2020/k71.json create mode 100644 data/smartphone/lg/2020/k92-5g.json create mode 100644 data/smartphone/lg/2020/q52.json create mode 100644 data/smartphone/lg/2020/q92-5g.json create mode 100644 data/smartphone/lg/2020/stylo-6.json create mode 100644 data/smartphone/lg/2020/v60-thinq-5g.json create mode 100644 data/smartphone/lg/2020/velvet-5g.json create mode 100644 data/smartphone/lg/2020/wing-5g.json create mode 100644 data/smartphone/lg/2021/w41-plus.json create mode 100644 data/smartphone/lg/2021/w41-pro.json create mode 100644 data/smartphone/lg/2021/w41.json create mode 100644 data/smartphone/sony/2019/xperia-l3.json create mode 100644 data/smartphone/sony/2020/xperia-l4.json diff --git a/data/smartphone/honor/2019/honor-8s-2019-lte.json b/data/smartphone/honor/2019/honor-8s-2019-lte.json new file mode 100644 index 00000000000..5a7581d124c --- /dev/null +++ b/data/smartphone/honor/2019/honor-8s-2019-lte.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-8s-2019-lte", + "name": "Honor 8S 2019 LTE", + "brand": "honor", + "soc": "helio-a22", + "release_date": "2019-04-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2019/honor-8s-2019.json b/data/smartphone/honor/2019/honor-8s-2019.json new file mode 100644 index 00000000000..743279b020e --- /dev/null +++ b/data/smartphone/honor/2019/honor-8s-2019.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-8s-2019", + "name": "Honor 8S 2019", + "brand": "honor", + "soc": "helio-a22", + "release_date": "2019-01-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2019/honor-play-3e.json b/data/smartphone/honor/2019/honor-play-3e.json new file mode 100644 index 00000000000..1a10cef144d --- /dev/null +++ b/data/smartphone/honor/2019/honor-play-3e.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-play-3e", + "name": "Honor Play 3e", + "brand": "honor", + "soc": "helio-p22", + "release_date": "2019-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3020, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2019/honor-play-8.json b/data/smartphone/honor/2019/honor-play-8.json new file mode 100644 index 00000000000..e8e2e09be79 --- /dev/null +++ b/data/smartphone/honor/2019/honor-play-8.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-play-8", + "name": "Honor Play 8", + "brand": "honor", + "soc": "helio-a22", + "release_date": "2019-07-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2020/honor-8s-2020.json b/data/smartphone/honor/2020/honor-8s-2020.json new file mode 100644 index 00000000000..3d60a92afcf --- /dev/null +++ b/data/smartphone/honor/2020/honor-8s-2020.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-8s-2020", + "name": "Honor 8S 2020", + "brand": "honor", + "soc": "helio-a22", + "release_date": "2020-06-04", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2020/honor-9a.json b/data/smartphone/honor/2020/honor-9a.json new file mode 100644 index 00000000000..34dc1d815f9 --- /dev/null +++ b/data/smartphone/honor/2020/honor-9a.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-9a", + "name": "Honor 9A", + "brand": "honor", + "soc": "helio-p22", + "release_date": "2020-05-04", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 279 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.06, + "depth_mm": 9.04 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/honor/2020/honor-9s-2020.json b/data/smartphone/honor/2020/honor-9s-2020.json new file mode 100644 index 00000000000..2a0380cf107 --- /dev/null +++ b/data/smartphone/honor/2020/honor-9s-2020.json @@ -0,0 +1,45 @@ +{ + "slug": "honor-9s-2020", + "name": "Honor 9S 2020", + "brand": "honor", + "soc": "helio-p22", + "release_date": "2020-05-04", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 144.0, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.94, + "depth_mm": 8.35 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2019/y5-2019.json b/data/smartphone/huawei/2019/y5-2019.json new file mode 100644 index 00000000000..ed9cf10ea27 --- /dev/null +++ b/data/smartphone/huawei/2019/y5-2019.json @@ -0,0 +1,45 @@ +{ + "slug": "y5-2019", + "name": "Y5 2019", + "brand": "huawei", + "soc": "helio-a22", + "release_date": "2019-05-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3020, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2019/y6-2019-lte.json b/data/smartphone/huawei/2019/y6-2019-lte.json new file mode 100644 index 00000000000..4f2ea457367 --- /dev/null +++ b/data/smartphone/huawei/2019/y6-2019-lte.json @@ -0,0 +1,44 @@ +{ + "slug": "y6-2019-lte", + "name": "Y6 2019 LTE", + "brand": "huawei", + "soc": "helio-a22", + "release_date": "2019-03-07", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2019/y6-2019.json b/data/smartphone/huawei/2019/y6-2019.json new file mode 100644 index 00000000000..cf5a30ecce9 --- /dev/null +++ b/data/smartphone/huawei/2019/y6-2019.json @@ -0,0 +1,44 @@ +{ + "slug": "y6-2019", + "name": "Y6 2019", + "brand": "huawei", + "soc": "helio-a22", + "release_date": "2019-03-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2019/y6-prime-2019.json b/data/smartphone/huawei/2019/y6-prime-2019.json new file mode 100644 index 00000000000..52c58ab5330 --- /dev/null +++ b/data/smartphone/huawei/2019/y6-prime-2019.json @@ -0,0 +1,44 @@ +{ + "slug": "y6-prime-2019", + "name": "Y6 Prime 2019", + "brand": "huawei", + "soc": "helio-a22", + "release_date": "2019-03-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2019/y6-pro-2019.json b/data/smartphone/huawei/2019/y6-pro-2019.json new file mode 100644 index 00000000000..afcfaef0a76 --- /dev/null +++ b/data/smartphone/huawei/2019/y6-pro-2019.json @@ -0,0 +1,44 @@ +{ + "slug": "y6-pro-2019", + "name": "Y6 Pro 2019", + "brand": "huawei", + "soc": "helio-a22", + "release_date": "2019-02-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2020/y5p-2020.json b/data/smartphone/huawei/2020/y5p-2020.json new file mode 100644 index 00000000000..2c0b9fcbd06 --- /dev/null +++ b/data/smartphone/huawei/2020/y5p-2020.json @@ -0,0 +1,45 @@ +{ + "slug": "y5p-2020", + "name": "Y5p 2020", + "brand": "huawei", + "soc": "helio-p22", + "release_date": "2020-05-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5, + "weight_g": 144.0, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.94, + "depth_mm": 8.35 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/huawei/2020/y6p-2020.json b/data/smartphone/huawei/2020/y6p-2020.json new file mode 100644 index 00000000000..57197773113 --- /dev/null +++ b/data/smartphone/huawei/2020/y6p-2020.json @@ -0,0 +1,45 @@ +{ + "slug": "y6p-2020", + "name": "Y6p 2020", + "brand": "huawei", + "soc": "helio-p22", + "release_date": "2020-05-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 279 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.06, + "depth_mm": 9.04 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k51s.json b/data/smartphone/lg/2020/k51s.json new file mode 100644 index 00000000000..6d4cec46c20 --- /dev/null +++ b/data/smartphone/lg/2020/k51s.json @@ -0,0 +1,44 @@ +{ + "slug": "k51s", + "name": "K51S", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-05-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.55, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 32.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "weight_g": 194.5, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 8.26 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k52.json b/data/smartphone/lg/2020/k52.json new file mode 100644 index 00000000000..f072161799e --- /dev/null +++ b/data/smartphone/lg/2020/k52.json @@ -0,0 +1,44 @@ +{ + "slug": "k52", + "name": "K52", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "weight_g": 184.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k61.json b/data/smartphone/lg/2020/k61.json new file mode 100644 index 00000000000..377c1f5ff9b --- /dev/null +++ b/data/smartphone/lg/2020/k61.json @@ -0,0 +1,44 @@ +{ + "slug": "k61", + "name": "K61", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-05-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": "1080x2340", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4000, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 77.5, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k62.json b/data/smartphone/lg/2020/k62.json new file mode 100644 index 00000000000..0d578e4e673 --- /dev/null +++ b/data/smartphone/lg/2020/k62.json @@ -0,0 +1,45 @@ +{ + "slug": "k62", + "name": "K62", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k71.json b/data/smartphone/lg/2020/k71.json new file mode 100644 index 00000000000..7e8918bcae6 --- /dev/null +++ b/data/smartphone/lg/2020/k71.json @@ -0,0 +1,44 @@ +{ + "slug": "k71", + "name": "K71", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-09-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.79, + "resolution": "1080x2460", + "type": "IPS TFT LCD", + "ppi": 396 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 220.0, + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/k92-5g.json b/data/smartphone/lg/2020/k92-5g.json new file mode 100644 index 00000000000..819a32ffc0a --- /dev/null +++ b/data/smartphone/lg/2020/k92-5g.json @@ -0,0 +1,44 @@ +{ + "slug": "k92-5g", + "name": "K92 5G", + "brand": "lg", + "soc": "snapdragon-690", + "release_date": "2020-11-06", + "ram_gb": 6.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": "1080x2400", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4000, + "weight_g": 202.0, + "dimensions": { + "height_mm": 166.37, + "width_mm": 77.21, + "depth_mm": 8.38 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.1", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/q52.json b/data/smartphone/lg/2020/q52.json new file mode 100644 index 00000000000..92390691892 --- /dev/null +++ b/data/smartphone/lg/2020/q52.json @@ -0,0 +1,44 @@ +{ + "slug": "q52", + "name": "Q52", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-10-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "weight_g": 188.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/q92-5g.json b/data/smartphone/lg/2020/q92-5g.json new file mode 100644 index 00000000000..6c1054825bb --- /dev/null +++ b/data/smartphone/lg/2020/q92-5g.json @@ -0,0 +1,44 @@ +{ + "slug": "q92-5g", + "name": "Q92 5G", + "brand": "lg", + "soc": "snapdragon-765g", + "release_date": "2020-08-26", + "ram_gb": 6.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": "1080x2400", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 193.0, + "dimensions": { + "height_mm": 166.54, + "width_mm": 77.3, + "depth_mm": 8.49 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/stylo-6.json b/data/smartphone/lg/2020/stylo-6.json new file mode 100644 index 00000000000..b9ee0772c9b --- /dev/null +++ b/data/smartphone/lg/2020/stylo-6.json @@ -0,0 +1,44 @@ +{ + "slug": "stylo-6", + "name": "Stylo 6", + "brand": "lg", + "soc": "helio-p35", + "release_date": "2020-05-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.79, + "resolution": "1080x2460", + "type": "IPS TFT LCD", + "ppi": 396 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "weight_g": 219.0, + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/v60-thinq-5g.json b/data/smartphone/lg/2020/v60-thinq-5g.json new file mode 100644 index 00000000000..8cce76235ea --- /dev/null +++ b/data/smartphone/lg/2020/v60-thinq-5g.json @@ -0,0 +1,46 @@ +{ + "slug": "v60-thinq-5g", + "name": "V60 ThinQ 5G", + "brand": "lg", + "soc": "snapdragon-865", + "release_date": "2020-03-01", + "ram_gb": 8.0, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 25, + "weight_g": 214.0, + "dimensions": { + "height_mm": 169.3, + "width_mm": 77.7, + "depth_mm": 8.9 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/velvet-5g.json b/data/smartphone/lg/2020/velvet-5g.json new file mode 100644 index 00000000000..10f0e0468d3 --- /dev/null +++ b/data/smartphone/lg/2020/velvet-5g.json @@ -0,0 +1,45 @@ +{ + "slug": "velvet-5g", + "name": "Velvet 5G", + "brand": "lg", + "soc": "snapdragon-765g", + "release_date": "2020-05-14", + "ram_gb": 8.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4300, + "charging_wired_w": 25, + "weight_g": 179.5, + "dimensions": { + "height_mm": 167.2, + "width_mm": 74.1, + "depth_mm": 7.9 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.1", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2020/wing-5g.json b/data/smartphone/lg/2020/wing-5g.json new file mode 100644 index 00000000000..a1975222970 --- /dev/null +++ b/data/smartphone/lg/2020/wing-5g.json @@ -0,0 +1,45 @@ +{ + "slug": "wing-5g", + "name": "Wing 5G", + "brand": "lg", + "soc": "snapdragon-765g", + "release_date": "2020-10-01", + "ram_gb": 8.0, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 64.4 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 260.0, + "dimensions": { + "height_mm": 169.5, + "width_mm": 74.5, + "depth_mm": 10.9 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2021/w41-plus.json b/data/smartphone/lg/2021/w41-plus.json new file mode 100644 index 00000000000..c39b92ebf6c --- /dev/null +++ b/data/smartphone/lg/2021/w41-plus.json @@ -0,0 +1,44 @@ +{ + "slug": "w41-plus", + "name": "W41 Plus", + "brand": "lg", + "soc": "helio-g35", + "release_date": "2021-03-02", + "ram_gb": 4.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2021/w41-pro.json b/data/smartphone/lg/2021/w41-pro.json new file mode 100644 index 00000000000..916104862fb --- /dev/null +++ b/data/smartphone/lg/2021/w41-pro.json @@ -0,0 +1,44 @@ +{ + "slug": "w41-pro", + "name": "W41 Pro", + "brand": "lg", + "soc": "helio-g35", + "release_date": "2021-03-02", + "ram_gb": 6.0, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/lg/2021/w41.json b/data/smartphone/lg/2021/w41.json new file mode 100644 index 00000000000..6a349380e89 --- /dev/null +++ b/data/smartphone/lg/2021/w41.json @@ -0,0 +1,44 @@ +{ + "slug": "w41", + "name": "W41", + "brand": "lg", + "soc": "helio-g35", + "release_date": "2021-03-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/sony/2019/xperia-l3.json b/data/smartphone/sony/2019/xperia-l3.json new file mode 100644 index 00000000000..09bc3ec4028 --- /dev/null +++ b/data/smartphone/sony/2019/xperia-l3.json @@ -0,0 +1,44 @@ +{ + "slug": "xperia-l3", + "name": "Xperia L3", + "brand": "sony", + "soc": "helio-p22", + "release_date": "2019-03-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.67, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 284 + }, + "cameras": [ + { + "type": "main", + "mp": 12.8 + }, + { + "type": "selfie", + "mp": 7.7 + } + ], + "battery_mah": 3300, + "weight_g": 156.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.0, + "depth_mm": 8.9 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/sony/2020/xperia-l4.json b/data/smartphone/sony/2020/xperia-l4.json new file mode 100644 index 00000000000..b060e1afd7c --- /dev/null +++ b/data/smartphone/sony/2020/xperia-l4.json @@ -0,0 +1,44 @@ +{ + "slug": "xperia-l4", + "name": "Xperia L4", + "brand": "sony", + "soc": "helio-p22", + "release_date": "2020-04-27", + "ram_gb": 3.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.2, + "resolution": "720x1680", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3580, + "weight_g": 178.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 71.0, + "depth_mm": 8.7 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} From ebb6da604ab0bb6cfc62d34384a3587a95624120 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:10:09 +0900 Subject: [PATCH 4/6] data(smartphone): import PhoneDB ASUS Realme OPPO and Xiaomi phones Refs #1 --- .../asus/2022/rog-phone-6d-ultimate.json | 46 ++++++++++++++++++ data/smartphone/asus/2022/rog-phone-6d.json | 46 ++++++++++++++++++ .../smartphone/infinix/2019/smart-3-plus.json | 46 ++++++++++++++++++ data/smartphone/infinix/2019/smart-3.json | 45 ++++++++++++++++++ data/smartphone/infinix/2020/hot-9-pro.json | 45 ++++++++++++++++++ data/smartphone/oppo/2019/a1k.json | 45 ++++++++++++++++++ .../oppo/2022/a16e-2022-premium-edition.json | 45 ++++++++++++++++++ .../oppo/2022/a16e-2022-standard-edition.json | 45 ++++++++++++++++++ data/smartphone/oppo/2022/find-n2-flip.json | 47 +++++++++++++++++++ data/smartphone/oppo/2022/k10.json | 47 +++++++++++++++++++ .../poco/2023/poco-c50-premium-edition.json | 46 ++++++++++++++++++ .../poco/2023/poco-c50-standard-edition.json | 46 ++++++++++++++++++ .../2019/realme-c2-premium-edition.json | 44 +++++++++++++++++ .../2019/realme-c2-standard-edition.json | 45 ++++++++++++++++++ data/smartphone/realme/2020/realme-c2s.json | 44 +++++++++++++++++ .../2022/realme-c30-2022-premium-edition.json | 46 ++++++++++++++++++ .../realme-c30-2022-standard-edition.json | 46 ++++++++++++++++++ .../2022/realme-c30-2022-top-edition.json | 46 ++++++++++++++++++ .../2022/realme-c33-2022-premium-edition.json | 47 +++++++++++++++++++ .../realme-c33-2022-standard-edition.json | 46 ++++++++++++++++++ .../2022/realme-narzo-50a-prime-2022.json | 46 ++++++++++++++++++ data/smartphone/xiaomi/2018/redmi-6.json | 45 ++++++++++++++++++ data/smartphone/xiaomi/2018/redmi-6a.json | 45 ++++++++++++++++++ .../xiaomi/2022/redmi-a1-premium-edition.json | 46 ++++++++++++++++++ .../2022/redmi-a1-standard-edition.json | 46 ++++++++++++++++++ 25 files changed, 1141 insertions(+) create mode 100644 data/smartphone/asus/2022/rog-phone-6d-ultimate.json create mode 100644 data/smartphone/asus/2022/rog-phone-6d.json create mode 100644 data/smartphone/infinix/2019/smart-3-plus.json create mode 100644 data/smartphone/infinix/2019/smart-3.json create mode 100644 data/smartphone/infinix/2020/hot-9-pro.json create mode 100644 data/smartphone/oppo/2019/a1k.json create mode 100644 data/smartphone/oppo/2022/a16e-2022-premium-edition.json create mode 100644 data/smartphone/oppo/2022/a16e-2022-standard-edition.json create mode 100644 data/smartphone/oppo/2022/find-n2-flip.json create mode 100644 data/smartphone/oppo/2022/k10.json create mode 100644 data/smartphone/poco/2023/poco-c50-premium-edition.json create mode 100644 data/smartphone/poco/2023/poco-c50-standard-edition.json create mode 100644 data/smartphone/realme/2019/realme-c2-premium-edition.json create mode 100644 data/smartphone/realme/2019/realme-c2-standard-edition.json create mode 100644 data/smartphone/realme/2020/realme-c2s.json create mode 100644 data/smartphone/realme/2022/realme-c30-2022-premium-edition.json create mode 100644 data/smartphone/realme/2022/realme-c30-2022-standard-edition.json create mode 100644 data/smartphone/realme/2022/realme-c30-2022-top-edition.json create mode 100644 data/smartphone/realme/2022/realme-c33-2022-premium-edition.json create mode 100644 data/smartphone/realme/2022/realme-c33-2022-standard-edition.json create mode 100644 data/smartphone/realme/2022/realme-narzo-50a-prime-2022.json create mode 100644 data/smartphone/xiaomi/2018/redmi-6.json create mode 100644 data/smartphone/xiaomi/2018/redmi-6a.json create mode 100644 data/smartphone/xiaomi/2022/redmi-a1-premium-edition.json create mode 100644 data/smartphone/xiaomi/2022/redmi-a1-standard-edition.json diff --git a/data/smartphone/asus/2022/rog-phone-6d-ultimate.json b/data/smartphone/asus/2022/rog-phone-6d-ultimate.json new file mode 100644 index 00000000000..12f64dfece0 --- /dev/null +++ b/data/smartphone/asus/2022/rog-phone-6d-ultimate.json @@ -0,0 +1,46 @@ +{ + "slug": "rog-phone-6d-ultimate", + "name": "ROG Phone 6D Ultimate", + "brand": "asus", + "soc": "dimensity-9000-plus", + "release_date": "2022-09-01", + "ram_gb": 16.0, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": "1080x2448", + "refresh_hz": 165, + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 65, + "weight_g": 247.0, + "dimensions": { + "height_mm": 172.83, + "width_mm": 77.25, + "depth_mm": 10.39 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.2", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/asus/2022/rog-phone-6d.json b/data/smartphone/asus/2022/rog-phone-6d.json new file mode 100644 index 00000000000..4a8371e10b5 --- /dev/null +++ b/data/smartphone/asus/2022/rog-phone-6d.json @@ -0,0 +1,46 @@ +{ + "slug": "rog-phone-6d", + "name": "ROG Phone 6D", + "brand": "asus", + "soc": "dimensity-9000-plus", + "release_date": "2022-09-01", + "ram_gb": 16.0, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": "1080x2448", + "refresh_hz": 165, + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 65, + "weight_g": 239.0, + "dimensions": { + "height_mm": 172.83, + "width_mm": 77.25, + "depth_mm": 10.39 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.2", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/infinix/2019/smart-3-plus.json b/data/smartphone/infinix/2019/smart-3-plus.json new file mode 100644 index 00000000000..dc89cf6bfc6 --- /dev/null +++ b/data/smartphone/infinix/2019/smart-3-plus.json @@ -0,0 +1,46 @@ +{ + "slug": "smart-3-plus", + "name": "Smart 3 Plus", + "brand": "infinix", + "soc": "helio-a22", + "release_date": "2019-06-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.21, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 271 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 8.1 + } + ], + "battery_mah": 3500, + "charging_wired_w": 6, + "weight_g": 150.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 7.8 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-B (Micro-USB)" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/infinix/2019/smart-3.json b/data/smartphone/infinix/2019/smart-3.json new file mode 100644 index 00000000000..37cfedd297f --- /dev/null +++ b/data/smartphone/infinix/2019/smart-3.json @@ -0,0 +1,45 @@ +{ + "slug": "smart-3", + "name": "Smart 3", + "brand": "infinix", + "soc": "helio-a22", + "release_date": "2019-05-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 5.5, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 293 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 8.1 + } + ], + "battery_mah": 3500, + "charging_wired_w": 6, + "weight_g": 159.0, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-B (Micro-USB)" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/infinix/2020/hot-9-pro.json b/data/smartphone/infinix/2020/hot-9-pro.json new file mode 100644 index 00000000000..ab5ad4a8c5c --- /dev/null +++ b/data/smartphone/infinix/2020/hot-9-pro.json @@ -0,0 +1,45 @@ +{ + "slug": "hot-9-pro", + "name": "Hot 9 Pro", + "brand": "infinix", + "soc": "helio-p22", + "release_date": "2020-08-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 185.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.8, + "depth_mm": 8.7 + }, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/oppo/2019/a1k.json b/data/smartphone/oppo/2019/a1k.json new file mode 100644 index 00000000000..102ee5986fd --- /dev/null +++ b/data/smartphone/oppo/2019/a1k.json @@ -0,0 +1,45 @@ +{ + "slug": "a1k", + "name": "A1k", + "brand": "oppo", + "soc": "helio-p22", + "release_date": "2019-04-23", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10, + "weight_g": 174.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 73.8, + "depth_mm": 8.4 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/oppo/2022/a16e-2022-premium-edition.json b/data/smartphone/oppo/2022/a16e-2022-premium-edition.json new file mode 100644 index 00000000000..e0f9bc30c72 --- /dev/null +++ b/data/smartphone/oppo/2022/a16e-2022-premium-edition.json @@ -0,0 +1,45 @@ +{ + "slug": "a16e-2022-premium-edition", + "name": "A16e 2022 Premium Edition", + "brand": "oppo", + "soc": "helio-p22", + "release_date": "2022-04-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4230, + "weight_g": 175.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.85 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/oppo/2022/a16e-2022-standard-edition.json b/data/smartphone/oppo/2022/a16e-2022-standard-edition.json new file mode 100644 index 00000000000..ce218738566 --- /dev/null +++ b/data/smartphone/oppo/2022/a16e-2022-standard-edition.json @@ -0,0 +1,45 @@ +{ + "slug": "a16e-2022-standard-edition", + "name": "A16e 2022 Standard Edition", + "brand": "oppo", + "soc": "helio-p22", + "release_date": "2022-04-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4230, + "weight_g": 175.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.85 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/oppo/2022/find-n2-flip.json b/data/smartphone/oppo/2022/find-n2-flip.json new file mode 100644 index 00000000000..9d1f11d1c52 --- /dev/null +++ b/data/smartphone/oppo/2022/find-n2-flip.json @@ -0,0 +1,47 @@ +{ + "slug": "find-n2-flip", + "name": "Find N2 Flip", + "brand": "oppo", + "soc": "dimensity-9000-plus", + "release_date": "2022-12-01", + "ram_gb": 16.0, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2520", + "refresh_hz": 120, + "type": "AM-OLED", + "ppi": 403 + }, + "cameras": [ + { + "type": "main", + "mp": 50.1 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": 44, + "weight_g": 191.0, + "dimensions": { + "height_mm": 166.2, + "width_mm": 75.2, + "depth_mm": 7.45 + }, + "os": "Android", + "os_version": "13", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/oppo/2022/k10.json b/data/smartphone/oppo/2022/k10.json new file mode 100644 index 00000000000..a928546b108 --- /dev/null +++ b/data/smartphone/oppo/2022/k10.json @@ -0,0 +1,47 @@ +{ + "slug": "k10", + "name": "K10", + "brand": "oppo", + "soc": "dimensity-8000", + "release_date": "2022-04-01", + "ram_gb": 12.0, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": "1080x2412", + "refresh_hz": 120, + "type": "TN-TFT LCD", + "ppi": 401 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 67, + "weight_g": 205.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 75.8, + "depth_mm": 8.73 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/poco/2023/poco-c50-premium-edition.json b/data/smartphone/poco/2023/poco-c50-premium-edition.json new file mode 100644 index 00000000000..6ef2b0b4af9 --- /dev/null +++ b/data/smartphone/poco/2023/poco-c50-premium-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "poco-c50-premium-edition", + "name": "Poco C50 Premium Edition", + "brand": "poco", + "soc": "helio-a22", + "release_date": "2023-01-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/poco/2023/poco-c50-standard-edition.json b/data/smartphone/poco/2023/poco-c50-standard-edition.json new file mode 100644 index 00000000000..b404ada41e6 --- /dev/null +++ b/data/smartphone/poco/2023/poco-c50-standard-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "poco-c50-standard-edition", + "name": "Poco C50 Standard Edition", + "brand": "poco", + "soc": "helio-a22", + "release_date": "2023-01-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2019/realme-c2-premium-edition.json b/data/smartphone/realme/2019/realme-c2-premium-edition.json new file mode 100644 index 00000000000..5f1264d109d --- /dev/null +++ b/data/smartphone/realme/2019/realme-c2-premium-edition.json @@ -0,0 +1,44 @@ +{ + "slug": "realme-c2-premium-edition", + "name": "Realme C2 Premium Edition", + "brand": "realme", + "soc": "helio-p22", + "release_date": "2019-05-16", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2019/realme-c2-standard-edition.json b/data/smartphone/realme/2019/realme-c2-standard-edition.json new file mode 100644 index 00000000000..4bd9e49efcd --- /dev/null +++ b/data/smartphone/realme/2019/realme-c2-standard-edition.json @@ -0,0 +1,45 @@ +{ + "slug": "realme-c2-standard-edition", + "name": "Realme C2 Standard Edition", + "brand": "realme", + "soc": "helio-p22", + "release_date": "2019-05-16", + "ram_gb": 2.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2020/realme-c2s.json b/data/smartphone/realme/2020/realme-c2s.json new file mode 100644 index 00000000000..e6f4daa32d2 --- /dev/null +++ b/data/smartphone/realme/2020/realme-c2s.json @@ -0,0 +1,44 @@ +{ + "slug": "realme-c2s", + "name": "Realme C2s", + "brand": "realme", + "soc": "helio-p22", + "release_date": "2020-01-08", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-c30-2022-premium-edition.json b/data/smartphone/realme/2022/realme-c30-2022-premium-edition.json new file mode 100644 index 00000000000..8462b70d4a2 --- /dev/null +++ b/data/smartphone/realme/2022/realme-c30-2022-premium-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "realme-c30-2022-premium-edition", + "name": "Realme C30 2022 Premium Edition", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-06-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-c30-2022-standard-edition.json b/data/smartphone/realme/2022/realme-c30-2022-standard-edition.json new file mode 100644 index 00000000000..a53440a1dfd --- /dev/null +++ b/data/smartphone/realme/2022/realme-c30-2022-standard-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "realme-c30-2022-standard-edition", + "name": "Realme C30 2022 Standard Edition", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-06-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-c30-2022-top-edition.json b/data/smartphone/realme/2022/realme-c30-2022-top-edition.json new file mode 100644 index 00000000000..33041d64dcd --- /dev/null +++ b/data/smartphone/realme/2022/realme-c30-2022-top-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "realme-c30-2022-top-edition", + "name": "Realme C30 2022 Top Edition", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-06-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-c33-2022-premium-edition.json b/data/smartphone/realme/2022/realme-c33-2022-premium-edition.json new file mode 100644 index 00000000000..0601a7e2f06 --- /dev/null +++ b/data/smartphone/realme/2022/realme-c33-2022-premium-edition.json @@ -0,0 +1,47 @@ +{ + "slug": "realme-c33-2022-premium-edition", + "name": "Realme C33 2022 Premium Edition", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-09-18", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 187.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-c33-2022-standard-edition.json b/data/smartphone/realme/2022/realme-c33-2022-standard-edition.json new file mode 100644 index 00000000000..55b20d272f2 --- /dev/null +++ b/data/smartphone/realme/2022/realme-c33-2022-standard-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "realme-c33-2022-standard-edition", + "name": "Realme C33 2022 Standard Edition", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-09-18", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 187.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/realme/2022/realme-narzo-50a-prime-2022.json b/data/smartphone/realme/2022/realme-narzo-50a-prime-2022.json new file mode 100644 index 00000000000..3c410c18760 --- /dev/null +++ b/data/smartphone/realme/2022/realme-narzo-50a-prime-2022.json @@ -0,0 +1,46 @@ +{ + "slug": "realme-narzo-50a-prime-2022", + "name": "Realme Narzo 50A Prime 2022", + "brand": "realme", + "soc": "unisoc-t612", + "release_date": "2022-03-01", + "ram_gb": 4.0, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.57, + "resolution": "1080x2408", + "type": "IPS TFT LCD", + "ppi": 401 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18, + "weight_g": 192.5, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + }, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/xiaomi/2018/redmi-6.json b/data/smartphone/xiaomi/2018/redmi-6.json new file mode 100644 index 00000000000..be9e2b94bf2 --- /dev/null +++ b/data/smartphone/xiaomi/2018/redmi-6.json @@ -0,0 +1,45 @@ +{ + "slug": "redmi-6", + "name": "Redmi 6", + "brand": "xiaomi", + "soc": "helio-p22", + "release_date": "2018-06-27", + "ram_gb": 4.0, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 12.1 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-B (Micro-USB)" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/xiaomi/2018/redmi-6a.json b/data/smartphone/xiaomi/2018/redmi-6a.json new file mode 100644 index 00000000000..92b9fb86ac4 --- /dev/null +++ b/data/smartphone/xiaomi/2018/redmi-6a.json @@ -0,0 +1,45 @@ +{ + "slug": "redmi-6a", + "name": "Redmi 6A", + "brand": "xiaomi", + "soc": "helio-a22", + "release_date": "2018-06-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "weight_g": 145.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/xiaomi/2022/redmi-a1-premium-edition.json b/data/smartphone/xiaomi/2022/redmi-a1-premium-edition.json new file mode 100644 index 00000000000..f1d76676e34 --- /dev/null +++ b/data/smartphone/xiaomi/2022/redmi-a1-premium-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "redmi-a1-premium-edition", + "name": "Redmi A1 Premium Edition", + "brand": "xiaomi", + "soc": "helio-a22", + "release_date": "2022-09-01", + "ram_gb": 3.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} diff --git a/data/smartphone/xiaomi/2022/redmi-a1-standard-edition.json b/data/smartphone/xiaomi/2022/redmi-a1-standard-edition.json new file mode 100644 index 00000000000..712cf3ffe75 --- /dev/null +++ b/data/smartphone/xiaomi/2022/redmi-a1-standard-edition.json @@ -0,0 +1,46 @@ +{ + "slug": "redmi-a1-standard-edition", + "name": "Redmi A1 Standard Edition", + "brand": "xiaomi", + "soc": "helio-a22", + "release_date": "2022-09-01", + "ram_gb": 2.0, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ] +} From 89757cc6fe2468bda7a16c8901aa8da8aa740e59 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:11:14 +0900 Subject: [PATCH 5/6] chore(data): refresh public mobile dump Refs #1 --- site/public/v1/index.json | 4 +- .../v1/smartphones/2-2-2019-lte/index.json | 80 +++ .../smartphones/2-2-2019-lte/score/index.json | 9 + .../public/v1/smartphones/2-2-2019/index.json | 81 +++ .../v1/smartphones/2-2-2019/score/index.json | 9 + site/public/v1/smartphones/2-3-lte/index.json | 80 +++ .../v1/smartphones/2-3-lte/score/index.json | 9 + site/public/v1/smartphones/2-3/index.json | 80 +++ .../v1/smartphones/2-3/score/index.json | 9 + site/public/v1/smartphones/2-4-lte/index.json | 80 +++ .../v1/smartphones/2-4-lte/score/index.json | 9 + site/public/v1/smartphones/2-4/index.json | 81 +++ .../v1/smartphones/2-4/score/index.json | 9 + .../v1/smartphones/2-v-tella/index.json | 80 +++ .../v1/smartphones/2-v-tella/score/index.json | 9 + .../v1/smartphones/3-1-plus-lte/index.json | 80 +++ .../smartphones/3-1-plus-lte/score/index.json | 9 + .../public/v1/smartphones/3-1-plus/index.json | 81 +++ .../v1/smartphones/3-1-plus/score/index.json | 9 + .../a16e-2022-premium-edition/index.json | 81 +++ .../score/index.json | 9 + .../a16e-2022-standard-edition/index.json | 81 +++ .../score/index.json | 9 + site/public/v1/smartphones/a1k/index.json | 80 +++ .../v1/smartphones/a1k/score/index.json | 9 + site/public/v1/smartphones/a6-note/index.json | 80 +++ .../v1/smartphones/a6-note/score/index.json | 9 + .../v1/smartphones/c2-tennen/index.json | 80 +++ .../v1/smartphones/c2-tennen/score/index.json | 9 + site/public/v1/smartphones/c5-endi/index.json | 80 +++ .../v1/smartphones/c5-endi/score/index.json | 9 + .../v1/smartphones/desire-19s/index.json | 80 +++ .../smartphones/desire-19s/score/index.json | 9 + .../v1/smartphones/find-n2-flip/index.json | 82 +++ .../smartphones/find-n2-flip/score/index.json | 9 + .../g-power-3rd-gen-2022/index.json | 82 +++ .../g-power-3rd-gen-2022/score/index.json | 9 + .../v1/smartphones/g10-2021-lte/index.json | 80 +++ .../smartphones/g10-2021-lte/score/index.json | 9 + .../v1/smartphones/g11-2022-nfc/index.json | 81 +++ .../smartphones/g11-2022-nfc/score/index.json | 9 + .../public/v1/smartphones/g11-2022/index.json | 81 +++ .../v1/smartphones/g11-2022/score/index.json | 9 + .../g11-plus-2022-premium-edition/index.json | 81 +++ .../score/index.json | 9 + .../g11-plus-2022-standard-edition/index.json | 81 +++ .../score/index.json | 9 + .../g21-2022-nfc-premium-edition/index.json | 81 +++ .../score/index.json | 9 + .../g21-2022-nfc-standard-edition/index.json | 82 +++ .../score/index.json | 9 + .../g21-2022-standard-edition/index.json | 82 +++ .../score/index.json | 9 + .../smartphones/honor-8s-2019-lte/index.json | 80 +++ .../honor-8s-2019-lte/score/index.json | 9 + .../v1/smartphones/honor-8s-2019/index.json | 80 +++ .../honor-8s-2019/score/index.json | 9 + .../v1/smartphones/honor-8s-2020/index.json | 80 +++ .../honor-8s-2020/score/index.json | 9 + .../public/v1/smartphones/honor-9a/index.json | 80 +++ .../v1/smartphones/honor-9a/score/index.json | 9 + .../v1/smartphones/honor-9s-2020/index.json | 80 +++ .../honor-9s-2020/score/index.json | 9 + .../v1/smartphones/honor-play-3e/index.json | 81 +++ .../honor-play-3e/score/index.json | 9 + .../v1/smartphones/honor-play-8/index.json | 80 +++ .../smartphones/honor-play-8/score/index.json | 9 + .../v1/smartphones/hot-9-pro/index.json | 80 +++ .../v1/smartphones/hot-9-pro/score/index.json | 9 + site/public/v1/smartphones/index.json | 502 +++++++++++++++++- .../public/v1/smartphones/k10-2019/index.json | 80 +++ .../v1/smartphones/k10-2019/score/index.json | 9 + site/public/v1/smartphones/k10/index.json | 82 +++ .../v1/smartphones/k10/score/index.json | 9 + .../public/v1/smartphones/k11-2020/index.json | 80 +++ .../v1/smartphones/k11-2020/score/index.json | 9 + .../public/v1/smartphones/k14-2021/index.json | 80 +++ .../v1/smartphones/k14-2021/score/index.json | 9 + .../v1/smartphones/k15-plus-2022/index.json | 81 +++ .../k15-plus-2022/score/index.json | 9 + site/public/v1/smartphones/k51s/index.json | 80 +++ .../v1/smartphones/k51s/score/index.json | 9 + site/public/v1/smartphones/k52/index.json | 80 +++ .../v1/smartphones/k52/score/index.json | 9 + site/public/v1/smartphones/k5s/index.json | 80 +++ .../v1/smartphones/k5s/score/index.json | 9 + .../public/v1/smartphones/k6-enjoy/index.json | 81 +++ .../v1/smartphones/k6-enjoy/score/index.json | 9 + site/public/v1/smartphones/k61/index.json | 80 +++ .../v1/smartphones/k61/score/index.json | 9 + site/public/v1/smartphones/k62/index.json | 81 +++ .../v1/smartphones/k62/score/index.json | 9 + site/public/v1/smartphones/k71/index.json | 80 +++ .../v1/smartphones/k71/score/index.json | 9 + site/public/v1/smartphones/k92-5g/index.json | 80 +++ .../v1/smartphones/k92-5g/score/index.json | 9 + .../v1/smartphones/moto-e20-2021/index.json | 80 +++ .../moto-e20-2021/score/index.json | 9 + .../v1/smartphones/moto-e22-2022/index.json | 82 +++ .../moto-e22-2022/score/index.json | 9 + .../v1/smartphones/moto-e22i-2022/index.json | 82 +++ .../moto-e22i-2022/score/index.json | 9 + .../v1/smartphones/moto-e22s-2022/index.json | 81 +++ .../moto-e22s-2022/score/index.json | 9 + .../v1/smartphones/moto-e32-2022/index.json | 81 +++ .../moto-e32-2022/score/index.json | 9 + .../v1/smartphones/moto-e32s-2022/index.json | 82 +++ .../moto-e32s-2022/score/index.json | 9 + .../v1/smartphones/moto-e6-plus/index.json | 81 +++ .../smartphones/moto-e6-plus/score/index.json | 9 + .../smartphones/moto-e6s-2020-lte/index.json | 80 +++ .../moto-e6s-2020-lte/score/index.json | 9 + .../v1/smartphones/moto-e6s-2020/index.json | 81 +++ .../moto-e6s-2020/score/index.json | 9 + .../public/v1/smartphones/moto-e6s/index.json | 80 +++ .../v1/smartphones/moto-e6s/score/index.json | 9 + .../smartphones/moto-e7-2020-lte/index.json | 80 +++ .../moto-e7-2020-lte/score/index.json | 9 + .../moto-g-pure-2021-lte/index.json | 81 +++ .../moto-g-pure-2021-lte/score/index.json | 9 + .../v1/smartphones/moto-g22-2022/index.json | 82 +++ .../moto-g22-2022/score/index.json | 9 + .../public/v1/smartphones/moto-g73/index.json | 82 +++ .../v1/smartphones/moto-g73/score/index.json | 9 + .../poco-c50-premium-edition/index.json | 81 +++ .../poco-c50-premium-edition/score/index.json | 9 + .../poco-c50-standard-edition/index.json | 81 +++ .../score/index.json | 9 + site/public/v1/smartphones/q52/index.json | 80 +++ .../v1/smartphones/q52/score/index.json | 9 + site/public/v1/smartphones/q92-5g/index.json | 80 +++ .../v1/smartphones/q92-5g/score/index.json | 9 + .../realme-c2-premium-edition/index.json | 80 +++ .../score/index.json | 9 + .../realme-c2-standard-edition/index.json | 81 +++ .../score/index.json | 9 + .../v1/smartphones/realme-c2s/index.json | 80 +++ .../smartphones/realme-c2s/score/index.json | 9 + .../index.json | 81 +++ .../score/index.json | 9 + .../index.json | 81 +++ .../score/index.json | 9 + .../realme-c30-2022-top-edition/index.json | 81 +++ .../score/index.json | 9 + .../index.json | 82 +++ .../score/index.json | 9 + .../index.json | 81 +++ .../score/index.json | 9 + .../realme-narzo-50a-prime-2022/index.json | 81 +++ .../score/index.json | 9 + site/public/v1/smartphones/redmi-6/index.json | 81 +++ .../v1/smartphones/redmi-6/score/index.json | 9 + .../public/v1/smartphones/redmi-6a/index.json | 81 +++ .../v1/smartphones/redmi-6a/score/index.json | 9 + .../redmi-a1-premium-edition/index.json | 81 +++ .../redmi-a1-premium-edition/score/index.json | 9 + .../redmi-a1-standard-edition/index.json | 81 +++ .../score/index.json | 9 + .../rog-phone-6d-ultimate/index.json | 81 +++ .../rog-phone-6d-ultimate/score/index.json | 9 + .../v1/smartphones/rog-phone-6d/index.json | 81 +++ .../smartphones/rog-phone-6d/score/index.json | 9 + .../v1/smartphones/smart-3-plus/index.json | 81 +++ .../smartphones/smart-3-plus/score/index.json | 9 + site/public/v1/smartphones/smart-3/index.json | 80 +++ .../v1/smartphones/smart-3/score/index.json | 9 + site/public/v1/smartphones/stylo-6/index.json | 80 +++ .../v1/smartphones/stylo-6/score/index.json | 9 + .../v1/smartphones/v60-thinq-5g/index.json | 81 +++ .../smartphones/v60-thinq-5g/score/index.json | 9 + .../v1/smartphones/velvet-5g/index.json | 80 +++ .../v1/smartphones/velvet-5g/score/index.json | 9 + .../public/v1/smartphones/w41-plus/index.json | 80 +++ .../v1/smartphones/w41-plus/score/index.json | 9 + site/public/v1/smartphones/w41-pro/index.json | 80 +++ .../v1/smartphones/w41-pro/score/index.json | 9 + site/public/v1/smartphones/w41/index.json | 80 +++ .../v1/smartphones/w41/score/index.json | 9 + .../v1/smartphones/wildfire-e2/index.json | 81 +++ .../smartphones/wildfire-e2/score/index.json | 9 + .../v1/smartphones/wildfire-x/index.json | 81 +++ .../smartphones/wildfire-x/score/index.json | 9 + site/public/v1/smartphones/wing-5g/index.json | 81 +++ .../v1/smartphones/wing-5g/score/index.json | 9 + .../v1/smartphones/xperia-l3/index.json | 80 +++ .../v1/smartphones/xperia-l3/score/index.json | 9 + .../v1/smartphones/xperia-l4/index.json | 80 +++ .../v1/smartphones/xperia-l4/score/index.json | 9 + site/public/v1/smartphones/y5-2019/index.json | 81 +++ .../v1/smartphones/y5-2019/score/index.json | 9 + .../public/v1/smartphones/y5p-2020/index.json | 80 +++ .../v1/smartphones/y5p-2020/score/index.json | 9 + .../v1/smartphones/y6-2019-lte/index.json | 80 +++ .../smartphones/y6-2019-lte/score/index.json | 9 + site/public/v1/smartphones/y6-2019/index.json | 80 +++ .../v1/smartphones/y6-2019/score/index.json | 9 + .../v1/smartphones/y6-prime-2019/index.json | 80 +++ .../y6-prime-2019/score/index.json | 9 + .../v1/smartphones/y6-pro-2019/index.json | 80 +++ .../smartphones/y6-pro-2019/score/index.json | 9 + .../public/v1/smartphones/y6p-2020/index.json | 80 +++ .../v1/smartphones/y6p-2020/score/index.json | 9 + site/public/v1/socs/dimensity-8000/index.json | 32 ++ .../v1/socs/dimensity-9000-plus/index.json | 32 ++ site/public/v1/socs/dimensity-930/index.json | 32 ++ site/public/v1/socs/exynos-1330/index.json | 32 ++ site/public/v1/socs/helio-a22/index.json | 32 ++ site/public/v1/socs/helio-g37/index.json | 32 ++ site/public/v1/socs/helio-p22/index.json | 32 ++ site/public/v1/socs/index.json | 107 +++- site/public/v1/socs/snapdragon-200/index.json | 32 ++ site/public/v1/socs/snapdragon-210/index.json | 32 ++ site/public/v1/socs/snapdragon-212/index.json | 32 ++ site/public/v1/socs/snapdragon-215/index.json | 32 ++ site/public/v1/socs/snapdragon-400/index.json | 32 ++ site/public/v1/socs/snapdragon-410/index.json | 32 ++ site/public/v1/socs/snapdragon-425/index.json | 32 ++ site/public/v1/socs/snapdragon-427/index.json | 32 ++ site/public/v1/socs/snapdragon-429/index.json | 32 ++ site/public/v1/socs/snapdragon-430/index.json | 32 ++ site/public/v1/socs/snapdragon-435/index.json | 32 ++ site/public/v1/socs/snapdragon-450/index.json | 32 ++ site/public/v1/socs/snapdragon-625/index.json | 32 ++ site/public/v1/socs/unisoc-t612/index.json | 32 ++ 224 files changed, 10242 insertions(+), 4 deletions(-) create mode 100644 site/public/v1/smartphones/2-2-2019-lte/index.json create mode 100644 site/public/v1/smartphones/2-2-2019-lte/score/index.json create mode 100644 site/public/v1/smartphones/2-2-2019/index.json create mode 100644 site/public/v1/smartphones/2-2-2019/score/index.json create mode 100644 site/public/v1/smartphones/2-3-lte/index.json create mode 100644 site/public/v1/smartphones/2-3-lte/score/index.json create mode 100644 site/public/v1/smartphones/2-3/index.json create mode 100644 site/public/v1/smartphones/2-3/score/index.json create mode 100644 site/public/v1/smartphones/2-4-lte/index.json create mode 100644 site/public/v1/smartphones/2-4-lte/score/index.json create mode 100644 site/public/v1/smartphones/2-4/index.json create mode 100644 site/public/v1/smartphones/2-4/score/index.json create mode 100644 site/public/v1/smartphones/2-v-tella/index.json create mode 100644 site/public/v1/smartphones/2-v-tella/score/index.json create mode 100644 site/public/v1/smartphones/3-1-plus-lte/index.json create mode 100644 site/public/v1/smartphones/3-1-plus-lte/score/index.json create mode 100644 site/public/v1/smartphones/3-1-plus/index.json create mode 100644 site/public/v1/smartphones/3-1-plus/score/index.json create mode 100644 site/public/v1/smartphones/a16e-2022-premium-edition/index.json create mode 100644 site/public/v1/smartphones/a16e-2022-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/a16e-2022-standard-edition/index.json create mode 100644 site/public/v1/smartphones/a16e-2022-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/a1k/index.json create mode 100644 site/public/v1/smartphones/a1k/score/index.json create mode 100644 site/public/v1/smartphones/a6-note/index.json create mode 100644 site/public/v1/smartphones/a6-note/score/index.json create mode 100644 site/public/v1/smartphones/c2-tennen/index.json create mode 100644 site/public/v1/smartphones/c2-tennen/score/index.json create mode 100644 site/public/v1/smartphones/c5-endi/index.json create mode 100644 site/public/v1/smartphones/c5-endi/score/index.json create mode 100644 site/public/v1/smartphones/desire-19s/index.json create mode 100644 site/public/v1/smartphones/desire-19s/score/index.json create mode 100644 site/public/v1/smartphones/find-n2-flip/index.json create mode 100644 site/public/v1/smartphones/find-n2-flip/score/index.json create mode 100644 site/public/v1/smartphones/g-power-3rd-gen-2022/index.json create mode 100644 site/public/v1/smartphones/g-power-3rd-gen-2022/score/index.json create mode 100644 site/public/v1/smartphones/g10-2021-lte/index.json create mode 100644 site/public/v1/smartphones/g10-2021-lte/score/index.json create mode 100644 site/public/v1/smartphones/g11-2022-nfc/index.json create mode 100644 site/public/v1/smartphones/g11-2022-nfc/score/index.json create mode 100644 site/public/v1/smartphones/g11-2022/index.json create mode 100644 site/public/v1/smartphones/g11-2022/score/index.json create mode 100644 site/public/v1/smartphones/g11-plus-2022-premium-edition/index.json create mode 100644 site/public/v1/smartphones/g11-plus-2022-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/g11-plus-2022-standard-edition/index.json create mode 100644 site/public/v1/smartphones/g11-plus-2022-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/g21-2022-nfc-premium-edition/index.json create mode 100644 site/public/v1/smartphones/g21-2022-nfc-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/g21-2022-nfc-standard-edition/index.json create mode 100644 site/public/v1/smartphones/g21-2022-nfc-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/g21-2022-standard-edition/index.json create mode 100644 site/public/v1/smartphones/g21-2022-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2019-lte/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2019-lte/score/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2019/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2019/score/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2020/index.json create mode 100644 site/public/v1/smartphones/honor-8s-2020/score/index.json create mode 100644 site/public/v1/smartphones/honor-9a/index.json create mode 100644 site/public/v1/smartphones/honor-9a/score/index.json create mode 100644 site/public/v1/smartphones/honor-9s-2020/index.json create mode 100644 site/public/v1/smartphones/honor-9s-2020/score/index.json create mode 100644 site/public/v1/smartphones/honor-play-3e/index.json create mode 100644 site/public/v1/smartphones/honor-play-3e/score/index.json create mode 100644 site/public/v1/smartphones/honor-play-8/index.json create mode 100644 site/public/v1/smartphones/honor-play-8/score/index.json create mode 100644 site/public/v1/smartphones/hot-9-pro/index.json create mode 100644 site/public/v1/smartphones/hot-9-pro/score/index.json create mode 100644 site/public/v1/smartphones/k10-2019/index.json create mode 100644 site/public/v1/smartphones/k10-2019/score/index.json create mode 100644 site/public/v1/smartphones/k10/index.json create mode 100644 site/public/v1/smartphones/k10/score/index.json create mode 100644 site/public/v1/smartphones/k11-2020/index.json create mode 100644 site/public/v1/smartphones/k11-2020/score/index.json create mode 100644 site/public/v1/smartphones/k14-2021/index.json create mode 100644 site/public/v1/smartphones/k14-2021/score/index.json create mode 100644 site/public/v1/smartphones/k15-plus-2022/index.json create mode 100644 site/public/v1/smartphones/k15-plus-2022/score/index.json create mode 100644 site/public/v1/smartphones/k51s/index.json create mode 100644 site/public/v1/smartphones/k51s/score/index.json create mode 100644 site/public/v1/smartphones/k52/index.json create mode 100644 site/public/v1/smartphones/k52/score/index.json create mode 100644 site/public/v1/smartphones/k5s/index.json create mode 100644 site/public/v1/smartphones/k5s/score/index.json create mode 100644 site/public/v1/smartphones/k6-enjoy/index.json create mode 100644 site/public/v1/smartphones/k6-enjoy/score/index.json create mode 100644 site/public/v1/smartphones/k61/index.json create mode 100644 site/public/v1/smartphones/k61/score/index.json create mode 100644 site/public/v1/smartphones/k62/index.json create mode 100644 site/public/v1/smartphones/k62/score/index.json create mode 100644 site/public/v1/smartphones/k71/index.json create mode 100644 site/public/v1/smartphones/k71/score/index.json create mode 100644 site/public/v1/smartphones/k92-5g/index.json create mode 100644 site/public/v1/smartphones/k92-5g/score/index.json create mode 100644 site/public/v1/smartphones/moto-e20-2021/index.json create mode 100644 site/public/v1/smartphones/moto-e20-2021/score/index.json create mode 100644 site/public/v1/smartphones/moto-e22-2022/index.json create mode 100644 site/public/v1/smartphones/moto-e22-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-e22i-2022/index.json create mode 100644 site/public/v1/smartphones/moto-e22i-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-e22s-2022/index.json create mode 100644 site/public/v1/smartphones/moto-e22s-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-e32-2022/index.json create mode 100644 site/public/v1/smartphones/moto-e32-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-e32s-2022/index.json create mode 100644 site/public/v1/smartphones/moto-e32s-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-e6-plus/index.json create mode 100644 site/public/v1/smartphones/moto-e6-plus/score/index.json create mode 100644 site/public/v1/smartphones/moto-e6s-2020-lte/index.json create mode 100644 site/public/v1/smartphones/moto-e6s-2020-lte/score/index.json create mode 100644 site/public/v1/smartphones/moto-e6s-2020/index.json create mode 100644 site/public/v1/smartphones/moto-e6s-2020/score/index.json create mode 100644 site/public/v1/smartphones/moto-e6s/index.json create mode 100644 site/public/v1/smartphones/moto-e6s/score/index.json create mode 100644 site/public/v1/smartphones/moto-e7-2020-lte/index.json create mode 100644 site/public/v1/smartphones/moto-e7-2020-lte/score/index.json create mode 100644 site/public/v1/smartphones/moto-g-pure-2021-lte/index.json create mode 100644 site/public/v1/smartphones/moto-g-pure-2021-lte/score/index.json create mode 100644 site/public/v1/smartphones/moto-g22-2022/index.json create mode 100644 site/public/v1/smartphones/moto-g22-2022/score/index.json create mode 100644 site/public/v1/smartphones/moto-g73/index.json create mode 100644 site/public/v1/smartphones/moto-g73/score/index.json create mode 100644 site/public/v1/smartphones/poco-c50-premium-edition/index.json create mode 100644 site/public/v1/smartphones/poco-c50-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/poco-c50-standard-edition/index.json create mode 100644 site/public/v1/smartphones/poco-c50-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/q52/index.json create mode 100644 site/public/v1/smartphones/q52/score/index.json create mode 100644 site/public/v1/smartphones/q92-5g/index.json create mode 100644 site/public/v1/smartphones/q92-5g/score/index.json create mode 100644 site/public/v1/smartphones/realme-c2-premium-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c2-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c2-standard-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c2-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c2s/index.json create mode 100644 site/public/v1/smartphones/realme-c2s/score/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-premium-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-standard-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-top-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c30-2022-top-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c33-2022-premium-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c33-2022-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-c33-2022-standard-edition/index.json create mode 100644 site/public/v1/smartphones/realme-c33-2022-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/realme-narzo-50a-prime-2022/index.json create mode 100644 site/public/v1/smartphones/realme-narzo-50a-prime-2022/score/index.json create mode 100644 site/public/v1/smartphones/redmi-6/index.json create mode 100644 site/public/v1/smartphones/redmi-6/score/index.json create mode 100644 site/public/v1/smartphones/redmi-6a/index.json create mode 100644 site/public/v1/smartphones/redmi-6a/score/index.json create mode 100644 site/public/v1/smartphones/redmi-a1-premium-edition/index.json create mode 100644 site/public/v1/smartphones/redmi-a1-premium-edition/score/index.json create mode 100644 site/public/v1/smartphones/redmi-a1-standard-edition/index.json create mode 100644 site/public/v1/smartphones/redmi-a1-standard-edition/score/index.json create mode 100644 site/public/v1/smartphones/rog-phone-6d-ultimate/index.json create mode 100644 site/public/v1/smartphones/rog-phone-6d-ultimate/score/index.json create mode 100644 site/public/v1/smartphones/rog-phone-6d/index.json create mode 100644 site/public/v1/smartphones/rog-phone-6d/score/index.json create mode 100644 site/public/v1/smartphones/smart-3-plus/index.json create mode 100644 site/public/v1/smartphones/smart-3-plus/score/index.json create mode 100644 site/public/v1/smartphones/smart-3/index.json create mode 100644 site/public/v1/smartphones/smart-3/score/index.json create mode 100644 site/public/v1/smartphones/stylo-6/index.json create mode 100644 site/public/v1/smartphones/stylo-6/score/index.json create mode 100644 site/public/v1/smartphones/v60-thinq-5g/index.json create mode 100644 site/public/v1/smartphones/v60-thinq-5g/score/index.json create mode 100644 site/public/v1/smartphones/velvet-5g/index.json create mode 100644 site/public/v1/smartphones/velvet-5g/score/index.json create mode 100644 site/public/v1/smartphones/w41-plus/index.json create mode 100644 site/public/v1/smartphones/w41-plus/score/index.json create mode 100644 site/public/v1/smartphones/w41-pro/index.json create mode 100644 site/public/v1/smartphones/w41-pro/score/index.json create mode 100644 site/public/v1/smartphones/w41/index.json create mode 100644 site/public/v1/smartphones/w41/score/index.json create mode 100644 site/public/v1/smartphones/wildfire-e2/index.json create mode 100644 site/public/v1/smartphones/wildfire-e2/score/index.json create mode 100644 site/public/v1/smartphones/wildfire-x/index.json create mode 100644 site/public/v1/smartphones/wildfire-x/score/index.json create mode 100644 site/public/v1/smartphones/wing-5g/index.json create mode 100644 site/public/v1/smartphones/wing-5g/score/index.json create mode 100644 site/public/v1/smartphones/xperia-l3/index.json create mode 100644 site/public/v1/smartphones/xperia-l3/score/index.json create mode 100644 site/public/v1/smartphones/xperia-l4/index.json create mode 100644 site/public/v1/smartphones/xperia-l4/score/index.json create mode 100644 site/public/v1/smartphones/y5-2019/index.json create mode 100644 site/public/v1/smartphones/y5-2019/score/index.json create mode 100644 site/public/v1/smartphones/y5p-2020/index.json create mode 100644 site/public/v1/smartphones/y5p-2020/score/index.json create mode 100644 site/public/v1/smartphones/y6-2019-lte/index.json create mode 100644 site/public/v1/smartphones/y6-2019-lte/score/index.json create mode 100644 site/public/v1/smartphones/y6-2019/index.json create mode 100644 site/public/v1/smartphones/y6-2019/score/index.json create mode 100644 site/public/v1/smartphones/y6-prime-2019/index.json create mode 100644 site/public/v1/smartphones/y6-prime-2019/score/index.json create mode 100644 site/public/v1/smartphones/y6-pro-2019/index.json create mode 100644 site/public/v1/smartphones/y6-pro-2019/score/index.json create mode 100644 site/public/v1/smartphones/y6p-2020/index.json create mode 100644 site/public/v1/smartphones/y6p-2020/score/index.json create mode 100644 site/public/v1/socs/dimensity-8000/index.json create mode 100644 site/public/v1/socs/dimensity-9000-plus/index.json create mode 100644 site/public/v1/socs/dimensity-930/index.json create mode 100644 site/public/v1/socs/exynos-1330/index.json create mode 100644 site/public/v1/socs/helio-a22/index.json create mode 100644 site/public/v1/socs/helio-g37/index.json create mode 100644 site/public/v1/socs/helio-p22/index.json create mode 100644 site/public/v1/socs/snapdragon-200/index.json create mode 100644 site/public/v1/socs/snapdragon-210/index.json create mode 100644 site/public/v1/socs/snapdragon-212/index.json create mode 100644 site/public/v1/socs/snapdragon-215/index.json create mode 100644 site/public/v1/socs/snapdragon-400/index.json create mode 100644 site/public/v1/socs/snapdragon-410/index.json create mode 100644 site/public/v1/socs/snapdragon-425/index.json create mode 100644 site/public/v1/socs/snapdragon-427/index.json create mode 100644 site/public/v1/socs/snapdragon-429/index.json create mode 100644 site/public/v1/socs/snapdragon-430/index.json create mode 100644 site/public/v1/socs/snapdragon-435/index.json create mode 100644 site/public/v1/socs/snapdragon-450/index.json create mode 100644 site/public/v1/socs/snapdragon-625/index.json create mode 100644 site/public/v1/socs/unisoc-t612/index.json diff --git a/site/public/v1/index.json b/site/public/v1/index.json index e35f8c6e52e..d7202a5927d 100644 --- a/site/public/v1/index.json +++ b/site/public/v1/index.json @@ -6,11 +6,11 @@ "url": "/v1/brands/index.json" }, "socs": { - "count": 195, + "count": 216, "url": "/v1/socs/index.json" }, "smartphones": { - "count": 1399, + "count": 1499, "url": "/v1/smartphones/index.json" }, "gpus": { diff --git a/site/public/v1/smartphones/2-2-2019-lte/index.json b/site/public/v1/smartphones/2-2-2019-lte/index.json new file mode 100644 index 00000000000..a1f4b60f1b6 --- /dev/null +++ b/site/public/v1/smartphones/2-2-2019-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 533, + "slug": "2-2-2019-lte", + "name": "2.2 2019 LTE", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-07-16", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 153.0, + "dimensions": { + "height_mm": 145.96, + "width_mm": 70.56, + "depth_mm": 9.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.411081", + "updated_at": "2026-06-18T09:10:16.411081" +} diff --git a/site/public/v1/smartphones/2-2-2019-lte/score/index.json b/site/public/v1/smartphones/2-2-2019-lte/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/2-2-2019-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-2-2019/index.json b/site/public/v1/smartphones/2-2-2019/index.json new file mode 100644 index 00000000000..25981a988df --- /dev/null +++ b/site/public/v1/smartphones/2-2-2019/index.json @@ -0,0 +1,81 @@ +{ + "id": 534, + "slug": "2-2-2019", + "name": "2.2 2019", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-06-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 153.0, + "dimensions": { + "height_mm": 145.96, + "width_mm": 70.56, + "depth_mm": 9.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.411081", + "updated_at": "2026-06-18T09:10:16.411081" +} diff --git a/site/public/v1/smartphones/2-2-2019/score/index.json b/site/public/v1/smartphones/2-2-2019/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/2-2-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-3-lte/index.json b/site/public/v1/smartphones/2-3-lte/index.json new file mode 100644 index 00000000000..e52e4c86454 --- /dev/null +++ b/site/public/v1/smartphones/2-3-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 539, + "slug": "2-3-lte", + "name": "2.3 LTE", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2020-01-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.18, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 272 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 183.0, + "dimensions": { + "height_mm": 157.69, + "width_mm": 75.41, + "depth_mm": 8.68 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.412078", + "updated_at": "2026-06-18T09:10:16.412078" +} diff --git a/site/public/v1/smartphones/2-3-lte/score/index.json b/site/public/v1/smartphones/2-3-lte/score/index.json new file mode 100644 index 00000000000..9ddc31c4176 --- /dev/null +++ b/site/public/v1/smartphones/2-3-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-3/index.json b/site/public/v1/smartphones/2-3/index.json new file mode 100644 index 00000000000..0b208cc6fdf --- /dev/null +++ b/site/public/v1/smartphones/2-3/index.json @@ -0,0 +1,80 @@ +{ + "id": 535, + "slug": "2-3", + "name": "2.3", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-12-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.18, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 272 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 183.0, + "dimensions": { + "height_mm": 157.69, + "width_mm": 75.41, + "depth_mm": 8.68 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.411081", + "updated_at": "2026-06-18T09:10:16.411081" +} diff --git a/site/public/v1/smartphones/2-3/score/index.json b/site/public/v1/smartphones/2-3/score/index.json new file mode 100644 index 00000000000..9ddc31c4176 --- /dev/null +++ b/site/public/v1/smartphones/2-3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-4-lte/index.json b/site/public/v1/smartphones/2-4-lte/index.json new file mode 100644 index 00000000000..84b6d300c6f --- /dev/null +++ b/site/public/v1/smartphones/2-4-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 540, + "slug": "2-4-lte", + "name": "2.4 LTE", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4500, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.69 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.9, + "performance": null, + "camera": 5.3, + "battery": 22.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.412078", + "updated_at": "2026-06-18T09:10:16.412078" +} diff --git a/site/public/v1/smartphones/2-4-lte/score/index.json b/site/public/v1/smartphones/2-4-lte/score/index.json new file mode 100644 index 00000000000..c644a3820df --- /dev/null +++ b/site/public/v1/smartphones/2-4-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.9, + "performance": null, + "camera": 5.3, + "battery": 22.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-4/index.json b/site/public/v1/smartphones/2-4/index.json new file mode 100644 index 00000000000..01e19824c4c --- /dev/null +++ b/site/public/v1/smartphones/2-4/index.json @@ -0,0 +1,81 @@ +{ + "id": 541, + "slug": "2-4", + "name": "2.4", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4500, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.3, + "depth_mm": 8.69 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.9, + "performance": null, + "camera": 5.3, + "battery": 22.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.412078", + "updated_at": "2026-06-18T09:10:16.412078" +} diff --git a/site/public/v1/smartphones/2-4/score/index.json b/site/public/v1/smartphones/2-4/score/index.json new file mode 100644 index 00000000000..c644a3820df --- /dev/null +++ b/site/public/v1/smartphones/2-4/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.9, + "performance": null, + "camera": 5.3, + "battery": 22.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/2-v-tella/index.json b/site/public/v1/smartphones/2-v-tella/index.json new file mode 100644 index 00000000000..3ba5f5ad4ab --- /dev/null +++ b/site/public/v1/smartphones/2-v-tella/index.json @@ -0,0 +1,80 @@ +{ + "id": 542, + "slug": "2-v-tella", + "name": "2 V Tella", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2020-10-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": { + "height_mm": 150.62, + "width_mm": 71.63, + "depth_mm": 9.14 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.3, + "performance": null, + "camera": 5.0, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.412078", + "updated_at": "2026-06-18T09:10:16.412078" +} diff --git a/site/public/v1/smartphones/2-v-tella/score/index.json b/site/public/v1/smartphones/2-v-tella/score/index.json new file mode 100644 index 00000000000..c6f6aac52e1 --- /dev/null +++ b/site/public/v1/smartphones/2-v-tella/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.3, + "performance": null, + "camera": 5.0, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/3-1-plus-lte/index.json b/site/public/v1/smartphones/3-1-plus-lte/index.json new file mode 100644 index 00000000000..2829c509a31 --- /dev/null +++ b/site/public/v1/smartphones/3-1-plus-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 536, + "slug": "3-1-plus-lte", + "name": "3.1 Plus LTE", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-02-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 6.0, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": { + "height_mm": 156.88, + "width_mm": 76.44, + "depth_mm": 8.19 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": null, + "camera": 5.3, + "battery": 7.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.411081", + "updated_at": "2026-06-18T09:10:16.411081" +} diff --git a/site/public/v1/smartphones/3-1-plus-lte/score/index.json b/site/public/v1/smartphones/3-1-plus-lte/score/index.json new file mode 100644 index 00000000000..99542862d37 --- /dev/null +++ b/site/public/v1/smartphones/3-1-plus-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": null, + "camera": 5.3, + "battery": 7.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/3-1-plus/index.json b/site/public/v1/smartphones/3-1-plus/index.json new file mode 100644 index 00000000000..258b86b5c70 --- /dev/null +++ b/site/public/v1/smartphones/3-1-plus/index.json @@ -0,0 +1,81 @@ +{ + "id": 530, + "slug": "3-1-plus", + "name": "3.1 Plus", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2018-11-21", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.0, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": { + "height_mm": 156.88, + "width_mm": 76.44, + "depth_mm": 8.19 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": null, + "camera": 5.3, + "battery": 7.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.411081", + "updated_at": "2026-06-18T09:10:16.411081" +} diff --git a/site/public/v1/smartphones/3-1-plus/score/index.json b/site/public/v1/smartphones/3-1-plus/score/index.json new file mode 100644 index 00000000000..99542862d37 --- /dev/null +++ b/site/public/v1/smartphones/3-1-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": null, + "camera": 5.3, + "battery": 7.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/a16e-2022-premium-edition/index.json b/site/public/v1/smartphones/a16e-2022-premium-edition/index.json new file mode 100644 index 00000000000..15af170ef92 --- /dev/null +++ b/site/public/v1/smartphones/a16e-2022-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 782, + "slug": "a16e-2022-premium-edition", + "name": "A16e 2022 Premium Edition", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2022-04-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4230, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.85 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.7, + "performance": null, + "camera": 5.3, + "battery": 18.4, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.439081", + "updated_at": "2026-06-18T09:10:16.439081" +} diff --git a/site/public/v1/smartphones/a16e-2022-premium-edition/score/index.json b/site/public/v1/smartphones/a16e-2022-premium-edition/score/index.json new file mode 100644 index 00000000000..4759b644017 --- /dev/null +++ b/site/public/v1/smartphones/a16e-2022-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.7, + "performance": null, + "camera": 5.3, + "battery": 18.4, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/a16e-2022-standard-edition/index.json b/site/public/v1/smartphones/a16e-2022-standard-edition/index.json new file mode 100644 index 00000000000..23578de5dce --- /dev/null +++ b/site/public/v1/smartphones/a16e-2022-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 783, + "slug": "a16e-2022-standard-edition", + "name": "A16e 2022 Standard Edition", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2022-04-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4230, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": { + "height_mm": 164.0, + "width_mm": 75.4, + "depth_mm": 7.85 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.7, + "performance": null, + "camera": 5.3, + "battery": 18.4, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.439081", + "updated_at": "2026-06-18T09:10:16.439081" +} diff --git a/site/public/v1/smartphones/a16e-2022-standard-edition/score/index.json b/site/public/v1/smartphones/a16e-2022-standard-edition/score/index.json new file mode 100644 index 00000000000..4759b644017 --- /dev/null +++ b/site/public/v1/smartphones/a16e-2022-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.7, + "performance": null, + "camera": 5.3, + "battery": 18.4, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/a1k/index.json b/site/public/v1/smartphones/a1k/index.json new file mode 100644 index 00000000000..a5e91cd784c --- /dev/null +++ b/site/public/v1/smartphones/a1k/index.json @@ -0,0 +1,80 @@ +{ + "id": 671, + "slug": "a1k", + "name": "A1k", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-04-23", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 174.0, + "dimensions": { + "height_mm": 154.5, + "width_mm": 73.8, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": null, + "camera": 5.0, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.427085", + "updated_at": "2026-06-18T09:10:16.427085" +} diff --git a/site/public/v1/smartphones/a1k/score/index.json b/site/public/v1/smartphones/a1k/score/index.json new file mode 100644 index 00000000000..7f209133483 --- /dev/null +++ b/site/public/v1/smartphones/a1k/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": null, + "camera": 5.0, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/a6-note/index.json b/site/public/v1/smartphones/a6-note/index.json new file mode 100644 index 00000000000..ce1a92866ad --- /dev/null +++ b/site/public/v1/smartphones/a6-note/index.json @@ -0,0 +1,80 @@ +{ + "id": 383, + "slug": "a6-note", + "name": "A6 Note", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": { + "height_mm": 154.7, + "width_mm": 72.9, + "depth_mm": 9.2 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-B (Micro-USB)" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.394195", + "updated_at": "2026-06-18T09:10:16.394195" +} diff --git a/site/public/v1/smartphones/a6-note/score/index.json b/site/public/v1/smartphones/a6-note/score/index.json new file mode 100644 index 00000000000..9ddc31c4176 --- /dev/null +++ b/site/public/v1/smartphones/a6-note/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": null, + "camera": 5.4, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/c2-tennen/index.json b/site/public/v1/smartphones/c2-tennen/index.json new file mode 100644 index 00000000000..4127030424d --- /dev/null +++ b/site/public/v1/smartphones/c2-tennen/index.json @@ -0,0 +1,80 @@ +{ + "id": 545, + "slug": "c2-tennen", + "name": "C2 Tennen", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2020-06-14", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": { + "height_mm": 150.62, + "width_mm": 71.63, + "depth_mm": 9.14 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.3, + "performance": null, + "camera": 5.0, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.413072", + "updated_at": "2026-06-18T09:10:16.413072" +} diff --git a/site/public/v1/smartphones/c2-tennen/score/index.json b/site/public/v1/smartphones/c2-tennen/score/index.json new file mode 100644 index 00000000000..c6f6aac52e1 --- /dev/null +++ b/site/public/v1/smartphones/c2-tennen/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.3, + "performance": null, + "camera": 5.0, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/c5-endi/index.json b/site/public/v1/smartphones/c5-endi/index.json new file mode 100644 index 00000000000..32cde7ed4a0 --- /dev/null +++ b/site/public/v1/smartphones/c5-endi/index.json @@ -0,0 +1,80 @@ +{ + "id": 546, + "slug": "c5-endi", + "name": "C5 Endi", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-06-14", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": { + "height_mm": 171.7, + "width_mm": 76.7, + "depth_mm": 8.9 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.413072", + "updated_at": "2026-06-18T09:10:16.413072" +} diff --git a/site/public/v1/smartphones/c5-endi/score/index.json b/site/public/v1/smartphones/c5-endi/score/index.json new file mode 100644 index 00000000000..90f7b72354d --- /dev/null +++ b/site/public/v1/smartphones/c5-endi/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/desire-19s/index.json b/site/public/v1/smartphones/desire-19s/index.json new file mode 100644 index 00000000000..879f8891c95 --- /dev/null +++ b/site/public/v1/smartphones/desire-19s/index.json @@ -0,0 +1,80 @@ +{ + "id": 258, + "slug": "desire-19s", + "name": "Desire 19s", + "brand": { + "id": 92, + "slug": "htc", + "name": "HTC", + "country": "TW", + "url": "/v1/brands/htc" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-11-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.2, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 271 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 3850, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 170.0, + "dimensions": { + "height_mm": 156.2, + "width_mm": 74.8, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": null, + "camera": 5.3, + "battery": 12.7, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.377304", + "updated_at": "2026-06-18T09:10:16.377304" +} diff --git a/site/public/v1/smartphones/desire-19s/score/index.json b/site/public/v1/smartphones/desire-19s/score/index.json new file mode 100644 index 00000000000..144f32d26d7 --- /dev/null +++ b/site/public/v1/smartphones/desire-19s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": null, + "camera": 5.3, + "battery": 12.7, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/find-n2-flip/index.json b/site/public/v1/smartphones/find-n2-flip/index.json new file mode 100644 index 00000000000..f9971c2a502 --- /dev/null +++ b/site/public/v1/smartphones/find-n2-flip/index.json @@ -0,0 +1,82 @@ +{ + "id": 797, + "slug": "find-n2-flip", + "name": "Find N2 Flip", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 81, + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "ARM Mali-G710", + "url": "/v1/socs/dimensity-9000-plus" + }, + "release_date": "2022-12-01", + "msrp_usd": null, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2520", + "refresh_hz": 120, + "type": "AM-OLED", + "ppi": 403 + }, + "cameras": [ + { + "type": "main", + "mp": 50.1 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": 44.0, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": { + "height_mm": 166.2, + "width_mm": 75.2, + "depth_mm": 7.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "13", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 36.7, + "performance": null, + "camera": 17.2, + "battery": 40.0, + "display": 52.8, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.441077", + "updated_at": "2026-06-18T09:10:16.441077" +} diff --git a/site/public/v1/smartphones/find-n2-flip/score/index.json b/site/public/v1/smartphones/find-n2-flip/score/index.json new file mode 100644 index 00000000000..e3198931cb1 --- /dev/null +++ b/site/public/v1/smartphones/find-n2-flip/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 36.7, + "performance": null, + "camera": 17.2, + "battery": 40.0, + "display": 52.8, + "value": null +} diff --git a/site/public/v1/smartphones/g-power-3rd-gen-2022/index.json b/site/public/v1/smartphones/g-power-3rd-gen-2022/index.json new file mode 100644 index 00000000000..022b15151f4 --- /dev/null +++ b/site/public/v1/smartphones/g-power-3rd-gen-2022/index.json @@ -0,0 +1,82 @@ +{ + "id": 446, + "slug": "g-power-3rd-gen-2022", + "name": "G Power 3rd gen 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2021-12-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 203.0, + "dimensions": { + "height_mm": 167.24, + "width_mm": 76.54, + "depth_mm": 9.36 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.401586", + "updated_at": "2026-06-18T09:10:16.401586" +} diff --git a/site/public/v1/smartphones/g-power-3rd-gen-2022/score/index.json b/site/public/v1/smartphones/g-power-3rd-gen-2022/score/index.json new file mode 100644 index 00000000000..9b077852a60 --- /dev/null +++ b/site/public/v1/smartphones/g-power-3rd-gen-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g10-2021-lte/index.json b/site/public/v1/smartphones/g10-2021-lte/index.json new file mode 100644 index 00000000000..0cc2bf854d8 --- /dev/null +++ b/site/public/v1/smartphones/g10-2021-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 547, + "slug": "g10-2021-lte", + "name": "G10 2021 LTE", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 59, + "slug": "helio-g25", + "name": "Helio G25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g25" + }, + "release_date": "2021-04-26", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 197.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.0, + "depth_mm": 9.2 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.7, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.413072", + "updated_at": "2026-06-18T09:10:16.413072" +} diff --git a/site/public/v1/smartphones/g10-2021-lte/score/index.json b/site/public/v1/smartphones/g10-2021-lte/score/index.json new file mode 100644 index 00000000000..92f78086aed --- /dev/null +++ b/site/public/v1/smartphones/g10-2021-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.7, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/g11-2022-nfc/index.json b/site/public/v1/smartphones/g11-2022-nfc/index.json new file mode 100644 index 00000000000..fa4a8bca507 --- /dev/null +++ b/site/public/v1/smartphones/g11-2022-nfc/index.json @@ -0,0 +1,81 @@ +{ + "id": 552, + "slug": "g11-2022-nfc", + "name": "G11 2022 NFC", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 5.3, + "battery": 31.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.413072", + "updated_at": "2026-06-18T09:10:16.413072" +} diff --git a/site/public/v1/smartphones/g11-2022-nfc/score/index.json b/site/public/v1/smartphones/g11-2022-nfc/score/index.json new file mode 100644 index 00000000000..8a7a6be3f5c --- /dev/null +++ b/site/public/v1/smartphones/g11-2022-nfc/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 5.3, + "battery": 31.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g11-2022/index.json b/site/public/v1/smartphones/g11-2022/index.json new file mode 100644 index 00000000000..9be3caf0469 --- /dev/null +++ b/site/public/v1/smartphones/g11-2022/index.json @@ -0,0 +1,81 @@ +{ + "id": 553, + "slug": "g11-2022", + "name": "G11 2022", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": { + "height_mm": 164.6, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 5.3, + "battery": 31.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g11-2022/score/index.json b/site/public/v1/smartphones/g11-2022/score/index.json new file mode 100644 index 00000000000..8a7a6be3f5c --- /dev/null +++ b/site/public/v1/smartphones/g11-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 5.3, + "battery": 31.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g11-plus-2022-premium-edition/index.json b/site/public/v1/smartphones/g11-plus-2022-premium-edition/index.json new file mode 100644 index 00000000000..f86dfb093d2 --- /dev/null +++ b/site/public/v1/smartphones/g11-plus-2022-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 554, + "slug": "g11-plus-2022-premium-edition", + "name": "G11 Plus 2022 Premium Edition", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-07-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.55 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 0.0, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g11-plus-2022-premium-edition/score/index.json b/site/public/v1/smartphones/g11-plus-2022-premium-edition/score/index.json new file mode 100644 index 00000000000..f107ab70c5c --- /dev/null +++ b/site/public/v1/smartphones/g11-plus-2022-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 0.0, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g11-plus-2022-standard-edition/index.json b/site/public/v1/smartphones/g11-plus-2022-standard-edition/index.json new file mode 100644 index 00000000000..82f35242f10 --- /dev/null +++ b/site/public/v1/smartphones/g11-plus-2022-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 555, + "slug": "g11-plus-2022-standard-edition", + "name": "G11 Plus 2022 Standard Edition", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.8, + "width_mm": 75.9, + "depth_mm": 8.55 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 0.0, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g11-plus-2022-standard-edition/score/index.json b/site/public/v1/smartphones/g11-plus-2022-standard-edition/score/index.json new file mode 100644 index 00000000000..f107ab70c5c --- /dev/null +++ b/site/public/v1/smartphones/g11-plus-2022-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 0.0, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g21-2022-nfc-premium-edition/index.json b/site/public/v1/smartphones/g21-2022-nfc-premium-edition/index.json new file mode 100644 index 00000000000..244446fd8bd --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-nfc-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 556, + "slug": "g21-2022-nfc-premium-edition", + "name": "G21 2022 NFC Premium Edition", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.0, + "performance": 1.5, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g21-2022-nfc-premium-edition/score/index.json b/site/public/v1/smartphones/g21-2022-nfc-premium-edition/score/index.json new file mode 100644 index 00000000000..f699c84d3f1 --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-nfc-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.0, + "performance": 1.5, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g21-2022-nfc-standard-edition/index.json b/site/public/v1/smartphones/g21-2022-nfc-standard-edition/index.json new file mode 100644 index 00000000000..3ccd54add42 --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-nfc-standard-edition/index.json @@ -0,0 +1,82 @@ +{ + "id": 557, + "slug": "g21-2022-nfc-standard-edition", + "name": "G21 2022 NFC Standard Edition", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 0.0, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g21-2022-nfc-standard-edition/score/index.json b/site/public/v1/smartphones/g21-2022-nfc-standard-edition/score/index.json new file mode 100644 index 00000000000..4c9f1cea8dd --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-nfc-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 0.0, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/g21-2022-standard-edition/index.json b/site/public/v1/smartphones/g21-2022-standard-edition/index.json new file mode 100644 index 00000000000..b378615e61c --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-standard-edition/index.json @@ -0,0 +1,82 @@ +{ + "id": 558, + "slug": "g21-2022-standard-edition", + "name": "G21 2022 Standard Edition", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 75.9, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 0.0, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.414081", + "updated_at": "2026-06-18T09:10:16.414081" +} diff --git a/site/public/v1/smartphones/g21-2022-standard-edition/score/index.json b/site/public/v1/smartphones/g21-2022-standard-edition/score/index.json new file mode 100644 index 00000000000..4c9f1cea8dd --- /dev/null +++ b/site/public/v1/smartphones/g21-2022-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 0.0, + "camera": 17.2, + "battery": 31.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-8s-2019-lte/index.json b/site/public/v1/smartphones/honor-8s-2019-lte/index.json new file mode 100644 index 00000000000..430e206d6cc --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2019-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 134, + "slug": "honor-8s-2019-lte", + "name": "Honor 8S 2019 LTE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-04-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.340264", + "updated_at": "2026-06-18T09:10:16.340264" +} diff --git a/site/public/v1/smartphones/honor-8s-2019-lte/score/index.json b/site/public/v1/smartphones/honor-8s-2019-lte/score/index.json new file mode 100644 index 00000000000..d17e79c7a67 --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2019-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-8s-2019/index.json b/site/public/v1/smartphones/honor-8s-2019/index.json new file mode 100644 index 00000000000..2e40e94dc4b --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2019/index.json @@ -0,0 +1,80 @@ +{ + "id": 135, + "slug": "honor-8s-2019", + "name": "Honor 8S 2019", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-01-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.340264", + "updated_at": "2026-06-18T09:10:16.340264" +} diff --git a/site/public/v1/smartphones/honor-8s-2019/score/index.json b/site/public/v1/smartphones/honor-8s-2019/score/index.json new file mode 100644 index 00000000000..d17e79c7a67 --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-8s-2020/index.json b/site/public/v1/smartphones/honor-8s-2020/index.json new file mode 100644 index 00000000000..46b283632f0 --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2020/index.json @@ -0,0 +1,80 @@ +{ + "id": 143, + "slug": "honor-8s-2020", + "name": "Honor 8S 2020", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2020-06-04", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.341264", + "updated_at": "2026-06-18T09:10:16.341264" +} diff --git a/site/public/v1/smartphones/honor-8s-2020/score/index.json b/site/public/v1/smartphones/honor-8s-2020/score/index.json new file mode 100644 index 00000000000..d17e79c7a67 --- /dev/null +++ b/site/public/v1/smartphones/honor-8s-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-9a/index.json b/site/public/v1/smartphones/honor-9a/index.json new file mode 100644 index 00000000000..f69e805fac1 --- /dev/null +++ b/site/public/v1/smartphones/honor-9a/index.json @@ -0,0 +1,80 @@ +{ + "id": 144, + "slug": "honor-9a", + "name": "Honor 9A", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-05-04", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 279 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.06, + "depth_mm": 9.04 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": null, + "camera": 5.3, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.341264", + "updated_at": "2026-06-18T09:10:16.341264" +} diff --git a/site/public/v1/smartphones/honor-9a/score/index.json b/site/public/v1/smartphones/honor-9a/score/index.json new file mode 100644 index 00000000000..d19ba3069c5 --- /dev/null +++ b/site/public/v1/smartphones/honor-9a/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": null, + "camera": 5.3, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-9s-2020/index.json b/site/public/v1/smartphones/honor-9s-2020/index.json new file mode 100644 index 00000000000..3a116f0f2ad --- /dev/null +++ b/site/public/v1/smartphones/honor-9s-2020/index.json @@ -0,0 +1,80 @@ +{ + "id": 145, + "slug": "honor-9s-2020", + "name": "Honor 9S 2020", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-05-04", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 144.0, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.94, + "depth_mm": 8.35 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.0, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.341264", + "updated_at": "2026-06-18T09:10:16.341264" +} diff --git a/site/public/v1/smartphones/honor-9s-2020/score/index.json b/site/public/v1/smartphones/honor-9s-2020/score/index.json new file mode 100644 index 00000000000..f0f6ca0e2b1 --- /dev/null +++ b/site/public/v1/smartphones/honor-9s-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.0, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-play-3e/index.json b/site/public/v1/smartphones/honor-play-3e/index.json new file mode 100644 index 00000000000..e718e6fe94c --- /dev/null +++ b/site/public/v1/smartphones/honor-play-3e/index.json @@ -0,0 +1,81 @@ +{ + "id": 137, + "slug": "honor-play-3e", + "name": "Honor Play 3e", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.340264", + "updated_at": "2026-06-18T09:10:16.340264" +} diff --git a/site/public/v1/smartphones/honor-play-3e/score/index.json b/site/public/v1/smartphones/honor-play-3e/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/honor-play-3e/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/honor-play-8/index.json b/site/public/v1/smartphones/honor-play-8/index.json new file mode 100644 index 00000000000..408fe5b1c94 --- /dev/null +++ b/site/public/v1/smartphones/honor-play-8/index.json @@ -0,0 +1,80 @@ +{ + "id": 138, + "slug": "honor-play-8", + "name": "Honor Play 8", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-07-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.1 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.340264", + "updated_at": "2026-06-18T09:10:16.340264" +} diff --git a/site/public/v1/smartphones/honor-play-8/score/index.json b/site/public/v1/smartphones/honor-play-8/score/index.json new file mode 100644 index 00000000000..d17e79c7a67 --- /dev/null +++ b/site/public/v1/smartphones/honor-play-8/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.6, + "performance": null, + "camera": 5.4, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/hot-9-pro/index.json b/site/public/v1/smartphones/hot-9-pro/index.json new file mode 100644 index 00000000000..bb767f2ea09 --- /dev/null +++ b/site/public/v1/smartphones/hot-9-pro/index.json @@ -0,0 +1,80 @@ +{ + "id": 338, + "slug": "hot-9-pro", + "name": "Hot 9 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-08-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.8, + "depth_mm": 8.7 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 27.2, + "performance": null, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.387303", + "updated_at": "2026-06-18T09:10:16.387303" +} diff --git a/site/public/v1/smartphones/hot-9-pro/score/index.json b/site/public/v1/smartphones/hot-9-pro/score/index.json new file mode 100644 index 00000000000..a885b368bc4 --- /dev/null +++ b/site/public/v1/smartphones/hot-9-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 27.2, + "performance": null, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/index.json b/site/public/v1/smartphones/index.json index d8593ee34fe..6bf14113903 100644 --- a/site/public/v1/smartphones/index.json +++ b/site/public/v1/smartphones/index.json @@ -1,5 +1,5 @@ { - "count": 1399, + "count": 1499, "results": [ { "slug": "10-pro", @@ -51,6 +51,51 @@ "name": "14x 5G", "url": "/v1/smartphones/14x-5g" }, + { + "slug": "2-v-tella", + "name": "2 V Tella", + "url": "/v1/smartphones/2-v-tella" + }, + { + "slug": "2-2-2019", + "name": "2.2 2019", + "url": "/v1/smartphones/2-2-2019" + }, + { + "slug": "2-2-2019-lte", + "name": "2.2 2019 LTE", + "url": "/v1/smartphones/2-2-2019-lte" + }, + { + "slug": "2-3", + "name": "2.3", + "url": "/v1/smartphones/2-3" + }, + { + "slug": "2-3-lte", + "name": "2.3 LTE", + "url": "/v1/smartphones/2-3-lte" + }, + { + "slug": "2-4", + "name": "2.4", + "url": "/v1/smartphones/2-4" + }, + { + "slug": "2-4-lte", + "name": "2.4 LTE", + "url": "/v1/smartphones/2-4-lte" + }, + { + "slug": "3-1-plus", + "name": "3.1 Plus", + "url": "/v1/smartphones/3-1-plus" + }, + { + "slug": "3-1-plus-lte", + "name": "3.1 Plus LTE", + "url": "/v1/smartphones/3-1-plus-lte" + }, { "slug": "30-pro", "name": "30 Pro", @@ -251,6 +296,16 @@ "name": "A16 2021 Standard Edition", "url": "/v1/smartphones/a16-2021-standard-edition" }, + { + "slug": "a16e-2022-premium-edition", + "name": "A16e 2022 Premium Edition", + "url": "/v1/smartphones/a16e-2022-premium-edition" + }, + { + "slug": "a16e-2022-standard-edition", + "name": "A16e 2022 Standard Edition", + "url": "/v1/smartphones/a16e-2022-standard-edition" + }, { "slug": "a16k-2021-premium-edition", "name": "A16k 2021 Premium Edition", @@ -276,6 +331,11 @@ "name": "A17k", "url": "/v1/smartphones/a17k" }, + { + "slug": "a1k", + "name": "A1k", + "url": "/v1/smartphones/a1k" + }, { "slug": "a3", "name": "A3", @@ -421,6 +481,11 @@ "name": "A5s Standard Edition", "url": "/v1/smartphones/a5s-standard-edition" }, + { + "slug": "a6-note", + "name": "A6 Note", + "url": "/v1/smartphones/a6-note" + }, { "slug": "a72", "name": "A72", @@ -691,6 +756,16 @@ "name": "Black Shark 5 RS", "url": "/v1/smartphones/black-shark-5-rs" }, + { + "slug": "c2-tennen", + "name": "C2 Tennen", + "url": "/v1/smartphones/c2-tennen" + }, + { + "slug": "c5-endi", + "name": "C5 Endi", + "url": "/v1/smartphones/c5-endi" + }, { "slug": "c55", "name": "C55", @@ -821,6 +896,11 @@ "name": "Desire 19+", "url": "/v1/smartphones/desire-19" }, + { + "slug": "desire-19s", + "name": "Desire 19s", + "url": "/v1/smartphones/desire-19s" + }, { "slug": "desire-20", "name": "Desire 20+", @@ -1046,6 +1126,11 @@ "name": "Find N2 2022", "url": "/v1/smartphones/find-n2-2022" }, + { + "slug": "find-n2-flip", + "name": "Find N2 Flip", + "url": "/v1/smartphones/find-n2-flip" + }, { "slug": "find-n3", "name": "Find N3", @@ -1121,16 +1206,61 @@ "name": "Find X8 Pro", "url": "/v1/smartphones/find-x8-pro" }, + { + "slug": "g-power-3rd-gen-2022", + "name": "G Power 3rd gen 2022", + "url": "/v1/smartphones/g-power-3rd-gen-2022" + }, { "slug": "g10-2021", "name": "G10 2021", "url": "/v1/smartphones/g10-2021" }, + { + "slug": "g10-2021-lte", + "name": "G10 2021 LTE", + "url": "/v1/smartphones/g10-2021-lte" + }, + { + "slug": "g11-2022", + "name": "G11 2022", + "url": "/v1/smartphones/g11-2022" + }, + { + "slug": "g11-2022-nfc", + "name": "G11 2022 NFC", + "url": "/v1/smartphones/g11-2022-nfc" + }, + { + "slug": "g11-plus-2022-premium-edition", + "name": "G11 Plus 2022 Premium Edition", + "url": "/v1/smartphones/g11-plus-2022-premium-edition" + }, + { + "slug": "g11-plus-2022-standard-edition", + "name": "G11 Plus 2022 Standard Edition", + "url": "/v1/smartphones/g11-plus-2022-standard-edition" + }, { "slug": "g21", "name": "G21", "url": "/v1/smartphones/g21" }, + { + "slug": "g21-2022-nfc-premium-edition", + "name": "G21 2022 NFC Premium Edition", + "url": "/v1/smartphones/g21-2022-nfc-premium-edition" + }, + { + "slug": "g21-2022-nfc-standard-edition", + "name": "G21 2022 NFC Standard Edition", + "url": "/v1/smartphones/g21-2022-nfc-standard-edition" + }, + { + "slug": "g21-2022-standard-edition", + "name": "G21 2022 Standard Edition", + "url": "/v1/smartphones/g21-2022-standard-edition" + }, { "slug": "g400", "name": "G400", @@ -1846,6 +1976,31 @@ "name": "Honor 8A Standard Edition", "url": "/v1/smartphones/honor-8a-standard-edition" }, + { + "slug": "honor-8s-2019", + "name": "Honor 8S 2019", + "url": "/v1/smartphones/honor-8s-2019" + }, + { + "slug": "honor-8s-2019-lte", + "name": "Honor 8S 2019 LTE", + "url": "/v1/smartphones/honor-8s-2019-lte" + }, + { + "slug": "honor-8s-2020", + "name": "Honor 8S 2020", + "url": "/v1/smartphones/honor-8s-2020" + }, + { + "slug": "honor-9a", + "name": "Honor 9A", + "url": "/v1/smartphones/honor-9a" + }, + { + "slug": "honor-9s-2020", + "name": "Honor 9S 2020", + "url": "/v1/smartphones/honor-9s-2020" + }, { "slug": "honor-changwan-8a", "name": "Honor Changwan 8A", @@ -1936,6 +2091,11 @@ "name": "Honor Play 30 Plus", "url": "/v1/smartphones/honor-play-30-plus" }, + { + "slug": "honor-play-3e", + "name": "Honor Play 3e", + "url": "/v1/smartphones/honor-play-3e" + }, { "slug": "honor-play-40-plus", "name": "Honor Play 40 Plus", @@ -1971,6 +2131,11 @@ "name": "Honor Play 6T Pro", "url": "/v1/smartphones/honor-play-6t-pro" }, + { + "slug": "honor-play-8", + "name": "Honor Play 8", + "url": "/v1/smartphones/honor-play-8" + }, { "slug": "honor-play-9a", "name": "Honor Play 9A", @@ -2191,6 +2356,11 @@ "name": "Hot 9", "url": "/v1/smartphones/hot-9" }, + { + "slug": "hot-9-pro", + "name": "Hot 9 Pro", + "url": "/v1/smartphones/hot-9-pro" + }, { "slug": "huawei-mate-20-pro", "name": "Huawei Mate 20 Pro", @@ -2266,6 +2436,16 @@ "name": "Huawei nova 12 Pro", "url": "/v1/smartphones/huawei-nova-12-pro" }, + { + "slug": "k10", + "name": "K10", + "url": "/v1/smartphones/k10" + }, + { + "slug": "k10-2019", + "name": "K10 2019", + "url": "/v1/smartphones/k10-2019" + }, { "slug": "k10-note", "name": "K10 Note", @@ -2286,6 +2466,11 @@ "name": "K10x", "url": "/v1/smartphones/k10x" }, + { + "slug": "k11-2020", + "name": "K11 2020", + "url": "/v1/smartphones/k11-2020" + }, { "slug": "k11-power", "name": "K11 Power", @@ -2316,11 +2501,21 @@ "name": "K13 Pro", "url": "/v1/smartphones/k13-pro" }, + { + "slug": "k14-2021", + "name": "K14 2021", + "url": "/v1/smartphones/k14-2021" + }, { "slug": "k14-plus-2021", "name": "K14 Plus 2021", "url": "/v1/smartphones/k14-plus-2021" }, + { + "slug": "k15-plus-2022", + "name": "K15 Plus 2022", + "url": "/v1/smartphones/k15-plus-2022" + }, { "slug": "k5-2019-premium-edition", "name": "K5 2019 Premium Edition", @@ -2331,6 +2526,36 @@ "name": "K5 2019 Standard Edition", "url": "/v1/smartphones/k5-2019-standard-edition" }, + { + "slug": "k51s", + "name": "K51S", + "url": "/v1/smartphones/k51s" + }, + { + "slug": "k52", + "name": "K52", + "url": "/v1/smartphones/k52" + }, + { + "slug": "k5s", + "name": "K5s", + "url": "/v1/smartphones/k5s" + }, + { + "slug": "k6-enjoy", + "name": "K6 Enjoy", + "url": "/v1/smartphones/k6-enjoy" + }, + { + "slug": "k61", + "name": "K61", + "url": "/v1/smartphones/k61" + }, + { + "slug": "k62", + "name": "K62", + "url": "/v1/smartphones/k62" + }, { "slug": "k7-2020", "name": "K7 2020", @@ -2341,6 +2566,11 @@ "name": "K7 5G", "url": "/v1/smartphones/k7-5g" }, + { + "slug": "k71", + "name": "K71", + "url": "/v1/smartphones/k71" + }, { "slug": "k7x", "name": "K7x", @@ -2371,6 +2601,11 @@ "name": "K9 Pro 5G", "url": "/v1/smartphones/k9-pro-5g" }, + { + "slug": "k92-5g", + "name": "K92 5G", + "url": "/v1/smartphones/k92-5g" + }, { "slug": "k9s", "name": "K9s", @@ -2921,16 +3156,71 @@ "name": "Moto E14", "url": "/v1/smartphones/moto-e14" }, + { + "slug": "moto-e20-2021", + "name": "Moto E20 2021", + "url": "/v1/smartphones/moto-e20-2021" + }, + { + "slug": "moto-e22-2022", + "name": "Moto E22 2022", + "url": "/v1/smartphones/moto-e22-2022" + }, + { + "slug": "moto-e22i-2022", + "name": "Moto E22i 2022", + "url": "/v1/smartphones/moto-e22i-2022" + }, + { + "slug": "moto-e22s-2022", + "name": "Moto E22s 2022", + "url": "/v1/smartphones/moto-e22s-2022" + }, + { + "slug": "moto-e32-2022", + "name": "Moto E32 2022", + "url": "/v1/smartphones/moto-e32-2022" + }, + { + "slug": "moto-e32s-2022", + "name": "Moto E32s 2022", + "url": "/v1/smartphones/moto-e32s-2022" + }, { "slug": "moto-e40-2021", "name": "Moto E40 2021", "url": "/v1/smartphones/moto-e40-2021" }, + { + "slug": "moto-e6-plus", + "name": "Moto E6 Plus", + "url": "/v1/smartphones/moto-e6-plus" + }, + { + "slug": "moto-e6s", + "name": "Moto E6s", + "url": "/v1/smartphones/moto-e6s" + }, + { + "slug": "moto-e6s-2020", + "name": "Moto E6s 2020", + "url": "/v1/smartphones/moto-e6s-2020" + }, + { + "slug": "moto-e6s-2020-lte", + "name": "Moto E6s 2020 LTE", + "url": "/v1/smartphones/moto-e6s-2020-lte" + }, { "slug": "moto-e7-2020", "name": "Moto E7 2020", "url": "/v1/smartphones/moto-e7-2020" }, + { + "slug": "moto-e7-2020-lte", + "name": "Moto E7 2020 LTE", + "url": "/v1/smartphones/moto-e7-2020-lte" + }, { "slug": "moto-e7-power-2021", "name": "Moto E7 Power 2021", @@ -3031,6 +3321,11 @@ "name": "Moto G Pure 2021", "url": "/v1/smartphones/moto-g-pure-2021" }, + { + "slug": "moto-g-pure-2021-lte", + "name": "Moto G Pure 2021 LTE", + "url": "/v1/smartphones/moto-g-pure-2021-lte" + }, { "slug": "moto-g-pure-2021-xlte", "name": "Moto G Pure 2021 XLTE", @@ -3166,6 +3461,11 @@ "name": "Moto G72 2022 Standard Edition", "url": "/v1/smartphones/moto-g72-2022-standard-edition" }, + { + "slug": "moto-g73", + "name": "Moto G73", + "url": "/v1/smartphones/moto-g73" + }, { "slug": "moto-g75-5g", "name": "Moto G75 5G", @@ -3221,6 +3521,11 @@ "name": "Moto g100", "url": "/v1/smartphones/moto-g100" }, + { + "slug": "moto-g22-2022", + "name": "Moto g22 2022", + "url": "/v1/smartphones/moto-g22-2022" + }, { "slug": "motorola-edge-30-ultra", "name": "Motorola Edge 30 Ultra", @@ -4111,6 +4416,16 @@ "name": "Play 9T", "url": "/v1/smartphones/play-9t" }, + { + "slug": "poco-c50-premium-edition", + "name": "Poco C50 Premium Edition", + "url": "/v1/smartphones/poco-c50-premium-edition" + }, + { + "slug": "poco-c50-standard-edition", + "name": "Poco C50 Standard Edition", + "url": "/v1/smartphones/poco-c50-standard-edition" + }, { "slug": "poco-c55-premium-edition", "name": "Poco C55 Premium Edition", @@ -4311,6 +4626,16 @@ "name": "Pura 70 Ultra", "url": "/v1/smartphones/pura-70-ultra" }, + { + "slug": "q52", + "name": "Q52", + "url": "/v1/smartphones/q52" + }, + { + "slug": "q92-5g", + "name": "Q92 5G", + "url": "/v1/smartphones/q92-5g" + }, { "slug": "r15", "name": "R15", @@ -4346,6 +4671,16 @@ "name": "ROG Phone 6 Pro", "url": "/v1/smartphones/rog-phone-6-pro" }, + { + "slug": "rog-phone-6d", + "name": "ROG Phone 6D", + "url": "/v1/smartphones/rog-phone-6d" + }, + { + "slug": "rog-phone-6d-ultimate", + "name": "ROG Phone 6D Ultimate", + "url": "/v1/smartphones/rog-phone-6d-ultimate" + }, { "slug": "rog-phone-7", "name": "ROG Phone 7", @@ -4561,6 +4896,16 @@ "name": "Realme C15 2020 Standard Edition", "url": "/v1/smartphones/realme-c15-2020-standard-edition" }, + { + "slug": "realme-c2-premium-edition", + "name": "Realme C2 Premium Edition", + "url": "/v1/smartphones/realme-c2-premium-edition" + }, + { + "slug": "realme-c2-standard-edition", + "name": "Realme C2 Standard Edition", + "url": "/v1/smartphones/realme-c2-standard-edition" + }, { "slug": "realme-c20-2021", "name": "Realme C20 2021", @@ -4596,6 +4941,11 @@ "name": "Realme C25s 2021", "url": "/v1/smartphones/realme-c25s-2021" }, + { + "slug": "realme-c2s", + "name": "Realme C2s", + "url": "/v1/smartphones/realme-c2s" + }, { "slug": "realme-c3-premium-edition", "name": "Realme C3 Premium Edition", @@ -4606,6 +4956,31 @@ "name": "Realme C3 Standard Edition", "url": "/v1/smartphones/realme-c3-standard-edition" }, + { + "slug": "realme-c30-2022-premium-edition", + "name": "Realme C30 2022 Premium Edition", + "url": "/v1/smartphones/realme-c30-2022-premium-edition" + }, + { + "slug": "realme-c30-2022-standard-edition", + "name": "Realme C30 2022 Standard Edition", + "url": "/v1/smartphones/realme-c30-2022-standard-edition" + }, + { + "slug": "realme-c30-2022-top-edition", + "name": "Realme C30 2022 Top Edition", + "url": "/v1/smartphones/realme-c30-2022-top-edition" + }, + { + "slug": "realme-c33-2022-premium-edition", + "name": "Realme C33 2022 Premium Edition", + "url": "/v1/smartphones/realme-c33-2022-premium-edition" + }, + { + "slug": "realme-c33-2022-standard-edition", + "name": "Realme C33 2022 Standard Edition", + "url": "/v1/smartphones/realme-c33-2022-standard-edition" + }, { "slug": "realme-c35-2022-premium-edition", "name": "Realme C35 2022 Premium Edition", @@ -4766,6 +5141,11 @@ "name": "Realme Narzo 50A", "url": "/v1/smartphones/realme-narzo-50a" }, + { + "slug": "realme-narzo-50a-prime-2022", + "name": "Realme Narzo 50A Prime 2022", + "url": "/v1/smartphones/realme-narzo-50a-prime-2022" + }, { "slug": "realme-q2", "name": "Realme Q2", @@ -5016,6 +5396,16 @@ "name": "Redmi 14C 5G", "url": "/v1/smartphones/redmi-14c-5g" }, + { + "slug": "redmi-6", + "name": "Redmi 6", + "url": "/v1/smartphones/redmi-6" + }, + { + "slug": "redmi-6a", + "name": "Redmi 6A", + "url": "/v1/smartphones/redmi-6a" + }, { "slug": "redmi-9", "name": "Redmi 9", @@ -5096,6 +5486,16 @@ "name": "Redmi 9i Sport", "url": "/v1/smartphones/redmi-9i-sport" }, + { + "slug": "redmi-a1-premium-edition", + "name": "Redmi A1 Premium Edition", + "url": "/v1/smartphones/redmi-a1-premium-edition" + }, + { + "slug": "redmi-a1-standard-edition", + "name": "Redmi A1 Standard Edition", + "url": "/v1/smartphones/redmi-a1-standard-edition" + }, { "slug": "redmi-k20-pro-prime-premium-edition", "name": "Redmi K20 Pro Prime Premium Edition", @@ -5741,6 +6141,16 @@ "name": "S50 Neo", "url": "/v1/smartphones/s50-neo" }, + { + "slug": "smart-3", + "name": "Smart 3", + "url": "/v1/smartphones/smart-3" + }, + { + "slug": "smart-3-plus", + "name": "Smart 3 Plus", + "url": "/v1/smartphones/smart-3-plus" + }, { "slug": "sony-xperia-1-ii", "name": "Sony Xperia 1 II", @@ -5866,6 +6276,11 @@ "name": "Spark 30C 5G", "url": "/v1/smartphones/spark-30c-5g" }, + { + "slug": "stylo-6", + "name": "Stylo 6", + "url": "/v1/smartphones/stylo-6" + }, { "slug": "t1-5g", "name": "T1 5G", @@ -5961,6 +6376,16 @@ "name": "V40e", "url": "/v1/smartphones/v40e" }, + { + "slug": "v60-thinq-5g", + "name": "V60 ThinQ 5G", + "url": "/v1/smartphones/v60-thinq-5g" + }, + { + "slug": "velvet-5g", + "name": "Velvet 5G", + "url": "/v1/smartphones/velvet-5g" + }, { "slug": "vivo-x-fold-3-pro", "name": "Vivo X Fold 3 Pro", @@ -5986,6 +6411,21 @@ "name": "Vivo X300s", "url": "/v1/smartphones/vivo-x300s" }, + { + "slug": "w41", + "name": "W41", + "url": "/v1/smartphones/w41" + }, + { + "slug": "w41-plus", + "name": "W41 Plus", + "url": "/v1/smartphones/w41-plus" + }, + { + "slug": "w41-pro", + "name": "W41 Pro", + "url": "/v1/smartphones/w41-pro" + }, { "slug": "wildfire-e1", "name": "Wildfire E1", @@ -5996,11 +6436,26 @@ "name": "Wildfire E1 Plus", "url": "/v1/smartphones/wildfire-e1-plus" }, + { + "slug": "wildfire-e2", + "name": "Wildfire E2", + "url": "/v1/smartphones/wildfire-e2" + }, { "slug": "wildfire-r70", "name": "Wildfire R70", "url": "/v1/smartphones/wildfire-r70" }, + { + "slug": "wildfire-x", + "name": "Wildfire X", + "url": "/v1/smartphones/wildfire-x" + }, + { + "slug": "wing-5g", + "name": "Wing 5G", + "url": "/v1/smartphones/wing-5g" + }, { "slug": "x10-2021", "name": "X10 2021", @@ -6396,6 +6851,16 @@ "name": "Xperia Ace III", "url": "/v1/smartphones/xperia-ace-iii" }, + { + "slug": "xperia-l3", + "name": "Xperia L3", + "url": "/v1/smartphones/xperia-l3" + }, + { + "slug": "xperia-l4", + "name": "Xperia L4", + "url": "/v1/smartphones/xperia-l4" + }, { "slug": "xperia-pro", "name": "Xperia Pro", @@ -6446,11 +6911,46 @@ "name": "Y33s", "url": "/v1/smartphones/y33s" }, + { + "slug": "y5-2019", + "name": "Y5 2019", + "url": "/v1/smartphones/y5-2019" + }, { "slug": "y53s", "name": "Y53s", "url": "/v1/smartphones/y53s" }, + { + "slug": "y5p-2020", + "name": "Y5p 2020", + "url": "/v1/smartphones/y5p-2020" + }, + { + "slug": "y6-2019", + "name": "Y6 2019", + "url": "/v1/smartphones/y6-2019" + }, + { + "slug": "y6-2019-lte", + "name": "Y6 2019 LTE", + "url": "/v1/smartphones/y6-2019-lte" + }, + { + "slug": "y6-prime-2019", + "name": "Y6 Prime 2019", + "url": "/v1/smartphones/y6-prime-2019" + }, + { + "slug": "y6-pro-2019", + "name": "Y6 Pro 2019", + "url": "/v1/smartphones/y6-pro-2019" + }, + { + "slug": "y6p-2020", + "name": "Y6p 2020", + "url": "/v1/smartphones/y6p-2020" + }, { "slug": "y6s-2019", "name": "Y6s 2019", diff --git a/site/public/v1/smartphones/k10-2019/index.json b/site/public/v1/smartphones/k10-2019/index.json new file mode 100644 index 00000000000..98721039fa9 --- /dev/null +++ b/site/public/v1/smartphones/k10-2019/index.json @@ -0,0 +1,80 @@ +{ + "id": 384, + "slug": "k10-2019", + "name": "K10 2019", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.394195", + "updated_at": "2026-06-18T09:10:16.394195" +} diff --git a/site/public/v1/smartphones/k10-2019/score/index.json b/site/public/v1/smartphones/k10-2019/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/k10-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k10/index.json b/site/public/v1/smartphones/k10/index.json new file mode 100644 index 00000000000..931ba26a492 --- /dev/null +++ b/site/public/v1/smartphones/k10/index.json @@ -0,0 +1,82 @@ +{ + "id": 803, + "slug": "k10", + "name": "K10", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 77, + "slug": "dimensity-8000", + "name": "Dimensity 8000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "ARM Mali-G610", + "url": "/v1/socs/dimensity-8000" + }, + "release_date": "2022-04-01", + "msrp_usd": null, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": "1080x2412", + "refresh_hz": 120, + "type": "TN-TFT LCD", + "ppi": 401 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 67.0, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": { + "height_mm": 164.3, + "width_mm": 75.8, + "depth_mm": 8.73 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": null, + "camera": 21.5, + "battery": 49.9, + "display": 52.6, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.441077", + "updated_at": "2026-06-18T09:10:16.441077" +} diff --git a/site/public/v1/smartphones/k10/score/index.json b/site/public/v1/smartphones/k10/score/index.json new file mode 100644 index 00000000000..7a800f50ca4 --- /dev/null +++ b/site/public/v1/smartphones/k10/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": null, + "camera": 21.5, + "battery": 49.9, + "display": 52.6, + "value": null +} diff --git a/site/public/v1/smartphones/k11-2020/index.json b/site/public/v1/smartphones/k11-2020/index.json new file mode 100644 index 00000000000..bb435d09433 --- /dev/null +++ b/site/public/v1/smartphones/k11-2020/index.json @@ -0,0 +1,80 @@ +{ + "id": 389, + "slug": "k11-2020", + "name": "K11 2020", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-06-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.394863", + "updated_at": "2026-06-18T09:10:16.394863" +} diff --git a/site/public/v1/smartphones/k11-2020/score/index.json b/site/public/v1/smartphones/k11-2020/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/k11-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k14-2021/index.json b/site/public/v1/smartphones/k14-2021/index.json new file mode 100644 index 00000000000..80f80cbf236 --- /dev/null +++ b/site/public/v1/smartphones/k14-2021/index.json @@ -0,0 +1,80 @@ +{ + "id": 396, + "slug": "k14-2021", + "name": "K14 2021", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2021-10-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 185.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.395408", + "updated_at": "2026-06-18T09:10:16.395408" +} diff --git a/site/public/v1/smartphones/k14-2021/score/index.json b/site/public/v1/smartphones/k14-2021/score/index.json new file mode 100644 index 00000000000..a59635bee66 --- /dev/null +++ b/site/public/v1/smartphones/k14-2021/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k15-plus-2022/index.json b/site/public/v1/smartphones/k15-plus-2022/index.json new file mode 100644 index 00000000000..1f5c2819b38 --- /dev/null +++ b/site/public/v1/smartphones/k15-plus-2022/index.json @@ -0,0 +1,81 @@ +{ + "id": 400, + "slug": "k15-plus-2022", + "name": "K15 Plus 2022", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-04-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.395956", + "updated_at": "2026-06-18T09:10:16.395956" +} diff --git a/site/public/v1/smartphones/k15-plus-2022/score/index.json b/site/public/v1/smartphones/k15-plus-2022/score/index.json new file mode 100644 index 00000000000..9b077852a60 --- /dev/null +++ b/site/public/v1/smartphones/k15-plus-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/k51s/index.json b/site/public/v1/smartphones/k51s/index.json new file mode 100644 index 00000000000..2514e87edd8 --- /dev/null +++ b/site/public/v1/smartphones/k51s/index.json @@ -0,0 +1,80 @@ +{ + "id": 414, + "slug": "k51s", + "name": "K51S", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-05-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.55, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 268 + }, + "cameras": [ + { + "type": "main", + "mp": 32.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 194.5, + "dimensions": { + "height_mm": 165.2, + "width_mm": 76.7, + "depth_mm": 8.26 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.3, + "performance": 0.0, + "camera": 11.4, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k51s/score/index.json b/site/public/v1/smartphones/k51s/score/index.json new file mode 100644 index 00000000000..d84b0b053b5 --- /dev/null +++ b/site/public/v1/smartphones/k51s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.3, + "performance": 0.0, + "camera": 11.4, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k52/index.json b/site/public/v1/smartphones/k52/index.json new file mode 100644 index 00000000000..43c404b8715 --- /dev/null +++ b/site/public/v1/smartphones/k52/index.json @@ -0,0 +1,80 @@ +{ + "id": 415, + "slug": "k52", + "name": "K52", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k52/score/index.json b/site/public/v1/smartphones/k52/score/index.json new file mode 100644 index 00000000000..6de7755463e --- /dev/null +++ b/site/public/v1/smartphones/k52/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k5s/index.json b/site/public/v1/smartphones/k5s/index.json new file mode 100644 index 00000000000..f763c89a6a6 --- /dev/null +++ b/site/public/v1/smartphones/k5s/index.json @@ -0,0 +1,80 @@ +{ + "id": 381, + "slug": "k5s", + "name": "K5s", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2018-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.7, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 155.0, + "dimensions": { + "height_mm": 153.8, + "width_mm": 72.9, + "depth_mm": 7.95 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.393629", + "updated_at": "2026-06-18T09:10:16.393629" +} diff --git a/site/public/v1/smartphones/k5s/score/index.json b/site/public/v1/smartphones/k5s/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/k5s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k6-enjoy/index.json b/site/public/v1/smartphones/k6-enjoy/index.json new file mode 100644 index 00000000000..15048fe86db --- /dev/null +++ b/site/public/v1/smartphones/k6-enjoy/index.json @@ -0,0 +1,81 @@ +{ + "id": 387, + "slug": "k6-enjoy", + "name": "K6 Enjoy", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-04-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 161.0, + "dimensions": { + "height_mm": 156.4, + "width_mm": 75.0, + "depth_mm": 7.99 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": null, + "camera": 5.0, + "battery": 4.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.394195", + "updated_at": "2026-06-18T09:10:16.394195" +} diff --git a/site/public/v1/smartphones/k6-enjoy/score/index.json b/site/public/v1/smartphones/k6-enjoy/score/index.json new file mode 100644 index 00000000000..6b116545a08 --- /dev/null +++ b/site/public/v1/smartphones/k6-enjoy/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": null, + "camera": 5.0, + "battery": 4.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k61/index.json b/site/public/v1/smartphones/k61/index.json new file mode 100644 index 00000000000..40323c0f638 --- /dev/null +++ b/site/public/v1/smartphones/k61/index.json @@ -0,0 +1,80 @@ +{ + "id": 416, + "slug": "k61", + "name": "K61", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-05-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": "1080x2340", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": { + "height_mm": 164.5, + "width_mm": 77.5, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.0, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k61/score/index.json b/site/public/v1/smartphones/k61/score/index.json new file mode 100644 index 00000000000..84d6bbc6b09 --- /dev/null +++ b/site/public/v1/smartphones/k61/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.0, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/k62/index.json b/site/public/v1/smartphones/k62/index.json new file mode 100644 index 00000000000..061717cfe05 --- /dev/null +++ b/site/public/v1/smartphones/k62/index.json @@ -0,0 +1,81 @@ +{ + "id": 417, + "slug": "k62", + "name": "K62", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k62/score/index.json b/site/public/v1/smartphones/k62/score/index.json new file mode 100644 index 00000000000..6de7755463e --- /dev/null +++ b/site/public/v1/smartphones/k62/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/k71/index.json b/site/public/v1/smartphones/k71/index.json new file mode 100644 index 00000000000..c11e5c5f45c --- /dev/null +++ b/site/public/v1/smartphones/k71/index.json @@ -0,0 +1,80 @@ +{ + "id": 418, + "slug": "k71", + "name": "K71", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-09-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.79, + "resolution": "1080x2460", + "type": "IPS TFT LCD", + "ppi": 396 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 220.0, + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.0, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 44.6, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k71/score/index.json b/site/public/v1/smartphones/k71/score/index.json new file mode 100644 index 00000000000..07efc435835 --- /dev/null +++ b/site/public/v1/smartphones/k71/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.0, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 44.6, + "value": null +} diff --git a/site/public/v1/smartphones/k92-5g/index.json b/site/public/v1/smartphones/k92-5g/index.json new file mode 100644 index 00000000000..b1ad9f1304f --- /dev/null +++ b/site/public/v1/smartphones/k92-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 419, + "slug": "k92-5g", + "name": "K92 5G", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 143, + "slug": "snapdragon-690", + "name": "Snapdragon 690", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619L", + "url": "/v1/socs/snapdragon-690" + }, + "release_date": "2020-11-06", + "msrp_usd": null, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": "1080x2400", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": { + "height_mm": 166.37, + "width_mm": 77.21, + "depth_mm": 8.38 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.1", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.6, + "performance": 1.5, + "camera": 21.5, + "battery": 15.0, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.397717", + "updated_at": "2026-06-18T09:10:16.397717" +} diff --git a/site/public/v1/smartphones/k92-5g/score/index.json b/site/public/v1/smartphones/k92-5g/score/index.json new file mode 100644 index 00000000000..e01acccbcf0 --- /dev/null +++ b/site/public/v1/smartphones/k92-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.6, + "performance": 1.5, + "camera": 21.5, + "battery": 15.0, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e20-2021/index.json b/site/public/v1/smartphones/moto-e20-2021/index.json new file mode 100644 index 00000000000..921d5eb8493 --- /dev/null +++ b/site/public/v1/smartphones/moto-e20-2021/index.json @@ -0,0 +1,80 @@ +{ + "id": 447, + "slug": "moto-e20-2021", + "name": "Moto E20 2021", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2021-09-16", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 185.0, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.401586", + "updated_at": "2026-06-18T09:10:16.401586" +} diff --git a/site/public/v1/smartphones/moto-e20-2021/score/index.json b/site/public/v1/smartphones/moto-e20-2021/score/index.json new file mode 100644 index 00000000000..a59635bee66 --- /dev/null +++ b/site/public/v1/smartphones/moto-e20-2021/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e22-2022/index.json b/site/public/v1/smartphones/moto-e22-2022/index.json new file mode 100644 index 00000000000..3598bbb00d8 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22-2022/index.json @@ -0,0 +1,82 @@ +{ + "id": 475, + "slug": "moto-e22-2022", + "name": "Moto E22 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4020, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 169.0, + "dimensions": { + "height_mm": 163.56, + "width_mm": 74.65, + "depth_mm": 7.99 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": null, + "camera": 6.3, + "battery": 15.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.404475", + "updated_at": "2026-06-18T09:10:16.404475" +} diff --git a/site/public/v1/smartphones/moto-e22-2022/score/index.json b/site/public/v1/smartphones/moto-e22-2022/score/index.json new file mode 100644 index 00000000000..a8eac0044a5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": null, + "camera": 6.3, + "battery": 15.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e22i-2022/index.json b/site/public/v1/smartphones/moto-e22i-2022/index.json new file mode 100644 index 00000000000..dc60e725992 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22i-2022/index.json @@ -0,0 +1,82 @@ +{ + "id": 476, + "slug": "moto-e22i-2022", + "name": "Moto E22i 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-10-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4020, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 169.0, + "dimensions": { + "height_mm": 163.56, + "width_mm": 74.65, + "depth_mm": 7.99 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": null, + "camera": 6.3, + "battery": 15.3, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.404475", + "updated_at": "2026-06-18T09:10:16.404475" +} diff --git a/site/public/v1/smartphones/moto-e22i-2022/score/index.json b/site/public/v1/smartphones/moto-e22i-2022/score/index.json new file mode 100644 index 00000000000..a8eac0044a5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22i-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": null, + "camera": 6.3, + "battery": 15.3, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e22s-2022/index.json b/site/public/v1/smartphones/moto-e22s-2022/index.json new file mode 100644 index 00000000000..008c4271ab8 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22s-2022/index.json @@ -0,0 +1,81 @@ +{ + "id": 477, + "slug": "moto-e22s-2022", + "name": "Moto E22s 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": null, + "camera": 6.3, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.405068", + "updated_at": "2026-06-18T09:10:16.405068" +} diff --git a/site/public/v1/smartphones/moto-e22s-2022/score/index.json b/site/public/v1/smartphones/moto-e22s-2022/score/index.json new file mode 100644 index 00000000000..6ecff9a53e0 --- /dev/null +++ b/site/public/v1/smartphones/moto-e22s-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": null, + "camera": 6.3, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e32-2022/index.json b/site/public/v1/smartphones/moto-e32-2022/index.json new file mode 100644 index 00000000000..0694971fa5b --- /dev/null +++ b/site/public/v1/smartphones/moto-e32-2022/index.json @@ -0,0 +1,81 @@ +{ + "id": 478, + "slug": "moto-e32-2022", + "name": "Moto E32 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 215, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G57 MP1", + "url": "/v1/socs/unisoc-t606" + }, + "release_date": "2022-05-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 0.0, + "camera": 6.3, + "battery": 30.6, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.405068", + "updated_at": "2026-06-18T09:10:16.405068" +} diff --git a/site/public/v1/smartphones/moto-e32-2022/score/index.json b/site/public/v1/smartphones/moto-e32-2022/score/index.json new file mode 100644 index 00000000000..4e302fdaab2 --- /dev/null +++ b/site/public/v1/smartphones/moto-e32-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 0.0, + "camera": 6.3, + "battery": 30.6, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e32s-2022/index.json b/site/public/v1/smartphones/moto-e32s-2022/index.json new file mode 100644 index 00000000000..0a05a1552b2 --- /dev/null +++ b/site/public/v1/smartphones/moto-e32s-2022/index.json @@ -0,0 +1,82 @@ +{ + "id": 479, + "slug": "moto-e32s-2022", + "name": "Moto E32s 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-06-06", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 15.9 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": null, + "camera": 6.3, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.405068", + "updated_at": "2026-06-18T09:10:16.405068" +} diff --git a/site/public/v1/smartphones/moto-e32s-2022/score/index.json b/site/public/v1/smartphones/moto-e32s-2022/score/index.json new file mode 100644 index 00000000000..6ecff9a53e0 --- /dev/null +++ b/site/public/v1/smartphones/moto-e32s-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": null, + "camera": 6.3, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e6-plus/index.json b/site/public/v1/smartphones/moto-e6-plus/index.json new file mode 100644 index 00000000000..81584fa74cb --- /dev/null +++ b/site/public/v1/smartphones/moto-e6-plus/index.json @@ -0,0 +1,81 @@ +{ + "id": 430, + "slug": "moto-e6-plus", + "name": "Moto E6 Plus", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-09-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399360", + "updated_at": "2026-06-18T09:10:16.399360" +} diff --git a/site/public/v1/smartphones/moto-e6-plus/score/index.json b/site/public/v1/smartphones/moto-e6-plus/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e6s-2020-lte/index.json b/site/public/v1/smartphones/moto-e6s-2020-lte/index.json new file mode 100644 index 00000000000..185003fb732 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s-2020-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 437, + "slug": "moto-e6s-2020-lte", + "name": "Moto E6s 2020 LTE", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-03-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399918", + "updated_at": "2026-06-18T09:10:16.399918" +} diff --git a/site/public/v1/smartphones/moto-e6s-2020-lte/score/index.json b/site/public/v1/smartphones/moto-e6s-2020-lte/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s-2020-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e6s-2020/index.json b/site/public/v1/smartphones/moto-e6s-2020/index.json new file mode 100644 index 00000000000..2470cf019ab --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s-2020/index.json @@ -0,0 +1,81 @@ +{ + "id": 431, + "slug": "moto-e6s-2020", + "name": "Moto E6s 2020", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-03-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 160.0, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.0, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399360", + "updated_at": "2026-06-18T09:10:16.399360" +} diff --git a/site/public/v1/smartphones/moto-e6s-2020/score/index.json b/site/public/v1/smartphones/moto-e6s-2020/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e6s/index.json b/site/public/v1/smartphones/moto-e6s/index.json new file mode 100644 index 00000000000..acf5f0b3d93 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s/index.json @@ -0,0 +1,80 @@ +{ + "id": 432, + "slug": "moto-e6s", + "name": "Moto E6s", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-09-23", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 149.7, + "dimensions": { + "height_mm": 155.6, + "width_mm": 73.1, + "depth_mm": 8.6 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399360", + "updated_at": "2026-06-18T09:10:16.399360" +} diff --git a/site/public/v1/smartphones/moto-e6s/score/index.json b/site/public/v1/smartphones/moto-e6s/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/moto-e6s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-e7-2020-lte/index.json b/site/public/v1/smartphones/moto-e7-2020-lte/index.json new file mode 100644 index 00000000000..5a7104e9dab --- /dev/null +++ b/site/public/v1/smartphones/moto-e7-2020-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 438, + "slug": "moto-e7-2020-lte", + "name": "Moto E7 2020 LTE", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 59, + "slug": "helio-g25", + "name": "Helio G25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g25" + }, + "release_date": "2020-11-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": { + "height_mm": 164.93, + "width_mm": 75.73, + "depth_mm": 8.89 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399918", + "updated_at": "2026-06-18T09:10:16.399918" +} diff --git a/site/public/v1/smartphones/moto-e7-2020-lte/score/index.json b/site/public/v1/smartphones/moto-e7-2020-lte/score/index.json new file mode 100644 index 00000000000..6de7755463e --- /dev/null +++ b/site/public/v1/smartphones/moto-e7-2020-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-g-pure-2021-lte/index.json b/site/public/v1/smartphones/moto-g-pure-2021-lte/index.json new file mode 100644 index 00000000000..c639bf5bed6 --- /dev/null +++ b/site/public/v1/smartphones/moto-g-pure-2021-lte/index.json @@ -0,0 +1,81 @@ +{ + "id": 461, + "slug": "moto-g-pure-2021-lte", + "name": "Moto G Pure 2021 LTE", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 59, + "slug": "helio-g25", + "name": "Helio G25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g25" + }, + "release_date": "2021-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": { + "height_mm": 167.36, + "width_mm": 75.63, + "depth_mm": 8.75 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.403378", + "updated_at": "2026-06-18T09:10:16.403378" +} diff --git a/site/public/v1/smartphones/moto-g-pure-2021-lte/score/index.json b/site/public/v1/smartphones/moto-g-pure-2021-lte/score/index.json new file mode 100644 index 00000000000..a59635bee66 --- /dev/null +++ b/site/public/v1/smartphones/moto-g-pure-2021-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-g22-2022/index.json b/site/public/v1/smartphones/moto-g22-2022/index.json new file mode 100644 index 00000000000..e0b0dc582fb --- /dev/null +++ b/site/public/v1/smartphones/moto-g22-2022/index.json @@ -0,0 +1,82 @@ +{ + "id": 486, + "slug": "moto-g22-2022", + "name": "Moto g22 2022", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-g37" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 163.95, + "width_mm": 74.94, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.405068", + "updated_at": "2026-06-18T09:10:16.405068" +} diff --git a/site/public/v1/smartphones/moto-g22-2022/score/index.json b/site/public/v1/smartphones/moto-g22-2022/score/index.json new file mode 100644 index 00000000000..9b077852a60 --- /dev/null +++ b/site/public/v1/smartphones/moto-g22-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.7, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 30.0, + "value": null +} diff --git a/site/public/v1/smartphones/moto-g73/index.json b/site/public/v1/smartphones/moto-g73/index.json new file mode 100644 index 00000000000..e0d510dc8f3 --- /dev/null +++ b/site/public/v1/smartphones/moto-g73/index.json @@ -0,0 +1,82 @@ +{ + "id": 505, + "slug": "moto-g73", + "name": "Moto G73", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 83, + "slug": "dimensity-930", + "name": "Dimensity 930", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "IMG BXM-8-256", + "url": "/v1/socs/dimensity-930" + }, + "release_date": "2023-01-01", + "msrp_usd": null, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": "1080x2400", + "refresh_hz": 120, + "type": "IPS TFT LCD", + "ppi": 405 + }, + "cameras": [ + { + "type": "main", + "mp": 50.1 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 30.0, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": { + "height_mm": 161.42, + "width_mm": 73.84, + "depth_mm": 8.29 + }, + "ip_rating": null, + "os": "Android", + "os_version": "13", + "connectivity": { + "bluetooth": "Bluetooth 5.3", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 36.0, + "performance": null, + "camera": 17.2, + "battery": 37.9, + "display": 53.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.408078", + "updated_at": "2026-06-18T09:10:16.408078" +} diff --git a/site/public/v1/smartphones/moto-g73/score/index.json b/site/public/v1/smartphones/moto-g73/score/index.json new file mode 100644 index 00000000000..9e3d6dd3ca0 --- /dev/null +++ b/site/public/v1/smartphones/moto-g73/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 36.0, + "performance": null, + "camera": 17.2, + "battery": 37.9, + "display": 53.0, + "value": null +} diff --git a/site/public/v1/smartphones/poco-c50-premium-edition/index.json b/site/public/v1/smartphones/poco-c50-premium-edition/index.json new file mode 100644 index 00000000000..3dcc1623489 --- /dev/null +++ b/site/public/v1/smartphones/poco-c50-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 890, + "slug": "poco-c50-premium-edition", + "name": "Poco C50 Premium Edition", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2023-01-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.451080", + "updated_at": "2026-06-18T09:10:16.451080" +} diff --git a/site/public/v1/smartphones/poco-c50-premium-edition/score/index.json b/site/public/v1/smartphones/poco-c50-premium-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/poco-c50-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/poco-c50-standard-edition/index.json b/site/public/v1/smartphones/poco-c50-standard-edition/index.json new file mode 100644 index 00000000000..97bfbdf3677 --- /dev/null +++ b/site/public/v1/smartphones/poco-c50-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 891, + "slug": "poco-c50-standard-edition", + "name": "Poco C50 Standard Edition", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2023-01-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.451080", + "updated_at": "2026-06-18T09:10:16.451080" +} diff --git a/site/public/v1/smartphones/poco-c50-standard-edition/score/index.json b/site/public/v1/smartphones/poco-c50-standard-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/poco-c50-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/q52/index.json b/site/public/v1/smartphones/q52/index.json new file mode 100644 index 00000000000..a9e12bd6c37 --- /dev/null +++ b/site/public/v1/smartphones/q52/index.json @@ -0,0 +1,80 @@ +{ + "id": 421, + "slug": "q52", + "name": "Q52", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-10-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.59, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 266 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": { + "height_mm": 165.0, + "width_mm": 76.7, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398259", + "updated_at": "2026-06-18T09:10:16.398259" +} diff --git a/site/public/v1/smartphones/q52/score/index.json b/site/public/v1/smartphones/q52/score/index.json new file mode 100644 index 00000000000..6de7755463e --- /dev/null +++ b/site/public/v1/smartphones/q52/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.6, + "performance": 0.0, + "camera": 16.5, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/q92-5g/index.json b/site/public/v1/smartphones/q92-5g/index.json new file mode 100644 index 00000000000..6f1baa960d4 --- /dev/null +++ b/site/public/v1/smartphones/q92-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 422, + "slug": "q92-5g", + "name": "Q92 5G", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 137, + "slug": "snapdragon-765g", + "name": "Snapdragon 765G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 620", + "url": "/v1/socs/snapdragon-765g" + }, + "release_date": "2020-08-26", + "msrp_usd": null, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": "1080x2400", + "type": "IPS TFT LCD", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": { + "height_mm": 166.54, + "width_mm": 77.3, + "depth_mm": 8.49 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 16.5, + "battery": 15.0, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398259", + "updated_at": "2026-06-18T09:10:16.398259" +} diff --git a/site/public/v1/smartphones/q92-5g/score/index.json b/site/public/v1/smartphones/q92-5g/score/index.json new file mode 100644 index 00000000000..bc41c79e644 --- /dev/null +++ b/site/public/v1/smartphones/q92-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 16.5, + "battery": 15.0, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c2-premium-edition/index.json b/site/public/v1/smartphones/realme-c2-premium-edition/index.json new file mode 100644 index 00000000000..ac6861425ba --- /dev/null +++ b/site/public/v1/smartphones/realme-c2-premium-edition/index.json @@ -0,0 +1,80 @@ +{ + "id": 911, + "slug": "realme-c2-premium-edition", + "name": "Realme C2 Premium Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-05-16", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.454077", + "updated_at": "2026-06-18T09:10:16.454077" +} diff --git a/site/public/v1/smartphones/realme-c2-premium-edition/score/index.json b/site/public/v1/smartphones/realme-c2-premium-edition/score/index.json new file mode 100644 index 00000000000..90f7b72354d --- /dev/null +++ b/site/public/v1/smartphones/realme-c2-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c2-standard-edition/index.json b/site/public/v1/smartphones/realme-c2-standard-edition/index.json new file mode 100644 index 00000000000..3dc97feff2c --- /dev/null +++ b/site/public/v1/smartphones/realme-c2-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 912, + "slug": "realme-c2-standard-edition", + "name": "Realme C2 Standard Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-05-16", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.454077", + "updated_at": "2026-06-18T09:10:16.454077" +} diff --git a/site/public/v1/smartphones/realme-c2-standard-edition/score/index.json b/site/public/v1/smartphones/realme-c2-standard-edition/score/index.json new file mode 100644 index 00000000000..90f7b72354d --- /dev/null +++ b/site/public/v1/smartphones/realme-c2-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c2s/index.json b/site/public/v1/smartphones/realme-c2s/index.json new file mode 100644 index 00000000000..c0d8e3f6359 --- /dev/null +++ b/site/public/v1/smartphones/realme-c2s/index.json @@ -0,0 +1,80 @@ +{ + "id": 934, + "slug": "realme-c2s", + "name": "Realme C2s", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-01-08", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.1, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 166.0, + "dimensions": { + "height_mm": 154.3, + "width_mm": 73.7, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.456086", + "updated_at": "2026-06-18T09:10:16.456086" +} diff --git a/site/public/v1/smartphones/realme-c2s/score/index.json b/site/public/v1/smartphones/realme-c2s/score/index.json new file mode 100644 index 00000000000..90f7b72354d --- /dev/null +++ b/site/public/v1/smartphones/realme-c2s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": null, + "camera": 5.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c30-2022-premium-edition/index.json b/site/public/v1/smartphones/realme-c30-2022-premium-edition/index.json new file mode 100644 index 00000000000..718007133ec --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 993, + "slug": "realme-c30-2022-premium-edition", + "name": "Realme C30 2022 Premium Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-06-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.462081", + "updated_at": "2026-06-18T09:10:16.462081" +} diff --git a/site/public/v1/smartphones/realme-c30-2022-premium-edition/score/index.json b/site/public/v1/smartphones/realme-c30-2022-premium-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c30-2022-standard-edition/index.json b/site/public/v1/smartphones/realme-c30-2022-standard-edition/index.json new file mode 100644 index 00000000000..00607d8799f --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 994, + "slug": "realme-c30-2022-standard-edition", + "name": "Realme C30 2022 Standard Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-06-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.462081", + "updated_at": "2026-06-18T09:10:16.462081" +} diff --git a/site/public/v1/smartphones/realme-c30-2022-standard-edition/score/index.json b/site/public/v1/smartphones/realme-c30-2022-standard-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c30-2022-top-edition/index.json b/site/public/v1/smartphones/realme-c30-2022-top-edition/index.json new file mode 100644 index 00000000000..f04b0be5228 --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-top-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 995, + "slug": "realme-c30-2022-top-edition", + "name": "Realme C30 2022 Top Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-06-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": { + "height_mm": 164.1, + "width_mm": 75.6, + "depth_mm": 8.5 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.462081", + "updated_at": "2026-06-18T09:10:16.462081" +} diff --git a/site/public/v1/smartphones/realme-c30-2022-top-edition/score/index.json b/site/public/v1/smartphones/realme-c30-2022-top-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/realme-c30-2022-top-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c33-2022-premium-edition/index.json b/site/public/v1/smartphones/realme-c33-2022-premium-edition/index.json new file mode 100644 index 00000000000..e44700c836f --- /dev/null +++ b/site/public/v1/smartphones/realme-c33-2022-premium-edition/index.json @@ -0,0 +1,82 @@ +{ + "id": 996, + "slug": "realme-c33-2022-premium-edition", + "name": "Realme C33 2022 Premium Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-09-18", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 187.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.462081", + "updated_at": "2026-06-18T09:10:16.462081" +} diff --git a/site/public/v1/smartphones/realme-c33-2022-premium-edition/score/index.json b/site/public/v1/smartphones/realme-c33-2022-premium-edition/score/index.json new file mode 100644 index 00000000000..683c424a433 --- /dev/null +++ b/site/public/v1/smartphones/realme-c33-2022-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-c33-2022-standard-edition/index.json b/site/public/v1/smartphones/realme-c33-2022-standard-edition/index.json new file mode 100644 index 00000000000..764d5579db0 --- /dev/null +++ b/site/public/v1/smartphones/realme-c33-2022-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 997, + "slug": "realme-c33-2022-standard-edition", + "name": "Realme C33 2022 Standard Edition", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-09-18", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 187.0, + "dimensions": { + "height_mm": 164.2, + "width_mm": 75.7, + "depth_mm": 8.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.463082", + "updated_at": "2026-06-18T09:10:16.463082" +} diff --git a/site/public/v1/smartphones/realme-c33-2022-standard-edition/score/index.json b/site/public/v1/smartphones/realme-c33-2022-standard-edition/score/index.json new file mode 100644 index 00000000000..683c424a433 --- /dev/null +++ b/site/public/v1/smartphones/realme-c33-2022-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": null, + "camera": 17.2, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/realme-narzo-50a-prime-2022/index.json b/site/public/v1/smartphones/realme-narzo-50a-prime-2022/index.json new file mode 100644 index 00000000000..998a6d3b37d --- /dev/null +++ b/site/public/v1/smartphones/realme-narzo-50a-prime-2022/index.json @@ -0,0 +1,81 @@ +{ + "id": 1012, + "slug": "realme-narzo-50a-prime-2022", + "name": "Realme Narzo 50A Prime 2022", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "process_nm": 12.0, + "gpu_name": "ARM Mali-G57", + "url": "/v1/socs/unisoc-t612" + }, + "release_date": "2022-03-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.57, + "resolution": "1080x2408", + "type": "IPS TFT LCD", + "ppi": 401 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 192.5, + "dimensions": { + "height_mm": 164.4, + "width_mm": 75.6, + "depth_mm": 8.1 + }, + "ip_rating": null, + "os": "Android", + "os_version": "11", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.0, + "performance": null, + "camera": 17.2, + "battery": 30.6, + "display": 45.1, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.464088", + "updated_at": "2026-06-18T09:10:16.464088" +} diff --git a/site/public/v1/smartphones/realme-narzo-50a-prime-2022/score/index.json b/site/public/v1/smartphones/realme-narzo-50a-prime-2022/score/index.json new file mode 100644 index 00000000000..77ee1a6ea4d --- /dev/null +++ b/site/public/v1/smartphones/realme-narzo-50a-prime-2022/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.0, + "performance": null, + "camera": 17.2, + "battery": 30.6, + "display": 45.1, + "value": null +} diff --git a/site/public/v1/smartphones/redmi-6/index.json b/site/public/v1/smartphones/redmi-6/index.json new file mode 100644 index 00000000000..326c0e1af8a --- /dev/null +++ b/site/public/v1/smartphones/redmi-6/index.json @@ -0,0 +1,81 @@ +{ + "id": 1273, + "slug": "redmi-6", + "name": "Redmi 6", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2018-06-27", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 12.1 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-B (Micro-USB)" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.1, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.495604", + "updated_at": "2026-06-18T09:10:16.495604" +} diff --git a/site/public/v1/smartphones/redmi-6/score/index.json b/site/public/v1/smartphones/redmi-6/score/index.json new file mode 100644 index 00000000000..42df51812b8 --- /dev/null +++ b/site/public/v1/smartphones/redmi-6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.1, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/redmi-6a/index.json b/site/public/v1/smartphones/redmi-6a/index.json new file mode 100644 index 00000000000..8a726f9007b --- /dev/null +++ b/site/public/v1/smartphones/redmi-6a/index.json @@ -0,0 +1,81 @@ +{ + "id": 1274, + "slug": "redmi-6a", + "name": "Redmi 6A", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2018-06-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 145.0, + "dimensions": { + "height_mm": 147.5, + "width_mm": 71.5, + "depth_mm": 8.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.495604", + "updated_at": "2026-06-18T09:10:16.495604" +} diff --git a/site/public/v1/smartphones/redmi-6a/score/index.json b/site/public/v1/smartphones/redmi-6a/score/index.json new file mode 100644 index 00000000000..1d990ac27d5 --- /dev/null +++ b/site/public/v1/smartphones/redmi-6a/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.3, + "battery": 0.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/redmi-a1-premium-edition/index.json b/site/public/v1/smartphones/redmi-a1-premium-edition/index.json new file mode 100644 index 00000000000..447f84bc1ee --- /dev/null +++ b/site/public/v1/smartphones/redmi-a1-premium-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 1429, + "slug": "redmi-a1-premium-edition", + "name": "Redmi A1 Premium Edition", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.512603", + "updated_at": "2026-06-18T09:10:16.512603" +} diff --git a/site/public/v1/smartphones/redmi-a1-premium-edition/score/index.json b/site/public/v1/smartphones/redmi-a1-premium-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/redmi-a1-premium-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/redmi-a1-standard-edition/index.json b/site/public/v1/smartphones/redmi-a1-standard-edition/index.json new file mode 100644 index 00000000000..165cbf47067 --- /dev/null +++ b/site/public/v1/smartphones/redmi-a1-standard-edition/index.json @@ -0,0 +1,81 @@ +{ + "id": 1430, + "slug": "redmi-a1-standard-edition", + "name": "Redmi A1 Standard Edition", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 60, + "type": "IPS TFT LCD", + "ppi": 269 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": { + "height_mm": 164.9, + "width_mm": 76.75, + "depth_mm": 9.09 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.513604", + "updated_at": "2026-06-18T09:10:16.513604" +} diff --git a/site/public/v1/smartphones/redmi-a1-standard-edition/score/index.json b/site/public/v1/smartphones/redmi-a1-standard-edition/score/index.json new file mode 100644 index 00000000000..6f2ceb5f945 --- /dev/null +++ b/site/public/v1/smartphones/redmi-a1-standard-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.5, + "performance": null, + "camera": 5.0, + "battery": 30.0, + "display": 17.5, + "value": null +} diff --git a/site/public/v1/smartphones/rog-phone-6d-ultimate/index.json b/site/public/v1/smartphones/rog-phone-6d-ultimate/index.json new file mode 100644 index 00000000000..3f012409491 --- /dev/null +++ b/site/public/v1/smartphones/rog-phone-6d-ultimate/index.json @@ -0,0 +1,81 @@ +{ + "id": 83, + "slug": "rog-phone-6d-ultimate", + "name": "ROG Phone 6D Ultimate", + "brand": { + "id": 89, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "soc": { + "id": 81, + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "ARM Mali-G710", + "url": "/v1/socs/dimensity-9000-plus" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 16, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": "1080x2448", + "refresh_hz": 165, + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 65.0, + "charging_wireless_w": null, + "weight_g": 247.0, + "dimensions": { + "height_mm": 172.83, + "width_mm": 77.25, + "depth_mm": 10.39 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.2", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 49.6, + "performance": null, + "camera": 17.2, + "battery": 69.5, + "display": 62.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.334266", + "updated_at": "2026-06-18T09:10:16.334266" +} diff --git a/site/public/v1/smartphones/rog-phone-6d-ultimate/score/index.json b/site/public/v1/smartphones/rog-phone-6d-ultimate/score/index.json new file mode 100644 index 00000000000..2d7682e6633 --- /dev/null +++ b/site/public/v1/smartphones/rog-phone-6d-ultimate/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 49.6, + "performance": null, + "camera": 17.2, + "battery": 69.5, + "display": 62.0, + "value": null +} diff --git a/site/public/v1/smartphones/rog-phone-6d/index.json b/site/public/v1/smartphones/rog-phone-6d/index.json new file mode 100644 index 00000000000..9e096ec89ea --- /dev/null +++ b/site/public/v1/smartphones/rog-phone-6d/index.json @@ -0,0 +1,81 @@ +{ + "id": 84, + "slug": "rog-phone-6d", + "name": "ROG Phone 6D", + "brand": { + "id": 89, + "slug": "asus", + "name": "ASUS", + "country": "TW", + "url": "/v1/brands/asus" + }, + "soc": { + "id": 81, + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "ARM Mali-G710", + "url": "/v1/socs/dimensity-9000-plus" + }, + "release_date": "2022-09-01", + "msrp_usd": null, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": "1080x2448", + "refresh_hz": 165, + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 50.3 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 65.0, + "charging_wireless_w": null, + "weight_g": 239.0, + "dimensions": { + "height_mm": 172.83, + "width_mm": 77.25, + "depth_mm": 10.39 + }, + "ip_rating": null, + "os": "Android", + "os_version": "12", + "connectivity": { + "bluetooth": "Bluetooth 5.2", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 49.6, + "performance": null, + "camera": 17.2, + "battery": 69.5, + "display": 62.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.334266", + "updated_at": "2026-06-18T09:10:16.334266" +} diff --git a/site/public/v1/smartphones/rog-phone-6d/score/index.json b/site/public/v1/smartphones/rog-phone-6d/score/index.json new file mode 100644 index 00000000000..2d7682e6633 --- /dev/null +++ b/site/public/v1/smartphones/rog-phone-6d/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 49.6, + "performance": null, + "camera": 17.2, + "battery": 69.5, + "display": 62.0, + "value": null +} diff --git a/site/public/v1/smartphones/smart-3-plus/index.json b/site/public/v1/smartphones/smart-3-plus/index.json new file mode 100644 index 00000000000..8370ebe8337 --- /dev/null +++ b/site/public/v1/smartphones/smart-3-plus/index.json @@ -0,0 +1,81 @@ +{ + "id": 334, + "slug": "smart-3-plus", + "name": "Smart 3 Plus", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-06-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 6.21, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 271 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 8.1 + } + ], + "battery_mah": 3500, + "charging_wired_w": 6.0, + "charging_wireless_w": null, + "weight_g": 150.0, + "dimensions": { + "height_mm": 157.0, + "width_mm": 76.0, + "depth_mm": 7.8 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-B (Micro-USB)" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": null, + "camera": 5.4, + "battery": 7.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.386304", + "updated_at": "2026-06-18T09:10:16.386304" +} diff --git a/site/public/v1/smartphones/smart-3-plus/score/index.json b/site/public/v1/smartphones/smart-3-plus/score/index.json new file mode 100644 index 00000000000..d2d57edf800 --- /dev/null +++ b/site/public/v1/smartphones/smart-3-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": null, + "camera": 5.4, + "battery": 7.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/smart-3/index.json b/site/public/v1/smartphones/smart-3/index.json new file mode 100644 index 00000000000..57e860f82c2 --- /dev/null +++ b/site/public/v1/smartphones/smart-3/index.json @@ -0,0 +1,80 @@ +{ + "id": 335, + "slug": "smart-3", + "name": "Smart 3", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-05-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16 + ], + "display": { + "size_inch": 5.5, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 293 + }, + "cameras": [ + { + "type": "main", + "mp": 13.2 + }, + { + "type": "selfie", + "mp": 8.1 + } + ], + "battery_mah": 3500, + "charging_wired_w": 6.0, + "charging_wireless_w": null, + "weight_g": 159.0, + "dimensions": { + "height_mm": 141.0, + "width_mm": 71.0, + "depth_mm": 8.4 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB Micro-B (Micro-USB)" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": null, + "camera": 5.4, + "battery": 7.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.386304", + "updated_at": "2026-06-18T09:10:16.386304" +} diff --git a/site/public/v1/smartphones/smart-3/score/index.json b/site/public/v1/smartphones/smart-3/score/index.json new file mode 100644 index 00000000000..d2d57edf800 --- /dev/null +++ b/site/public/v1/smartphones/smart-3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": null, + "camera": 5.4, + "battery": 7.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/stylo-6/index.json b/site/public/v1/smartphones/stylo-6/index.json new file mode 100644 index 00000000000..197810504eb --- /dev/null +++ b/site/public/v1/smartphones/stylo-6/index.json @@ -0,0 +1,80 @@ +{ + "id": 423, + "slug": "stylo-6", + "name": "Stylo 6", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 43, + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p35" + }, + "release_date": "2020-05-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.79, + "resolution": "1080x2460", + "type": "IPS TFT LCD", + "ppi": 396 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 219.0, + "dimensions": { + "height_mm": 171.4, + "width_mm": 77.7, + "depth_mm": 8.7 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 44.6, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/stylo-6/score/index.json b/site/public/v1/smartphones/stylo-6/score/index.json new file mode 100644 index 00000000000..edcebd82a6c --- /dev/null +++ b/site/public/v1/smartphones/stylo-6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": 44.6, + "value": null +} diff --git a/site/public/v1/smartphones/v60-thinq-5g/index.json b/site/public/v1/smartphones/v60-thinq-5g/index.json new file mode 100644 index 00000000000..e9813646175 --- /dev/null +++ b/site/public/v1/smartphones/v60-thinq-5g/index.json @@ -0,0 +1,81 @@ +{ + "id": 424, + "slug": "v60-thinq-5g", + "name": "V60 ThinQ 5G", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 139, + "slug": "snapdragon-865", + "name": "Snapdragon 865", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-865" + }, + "release_date": "2020-03-01", + "msrp_usd": null, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 63.7 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 25.0, + "charging_wireless_w": null, + "weight_g": 214.0, + "dimensions": { + "height_mm": 169.3, + "width_mm": 77.7, + "depth_mm": 8.9 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.2, + "performance": 3.0, + "camera": 21.5, + "battery": 31.9, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/v60-thinq-5g/score/index.json b/site/public/v1/smartphones/v60-thinq-5g/score/index.json new file mode 100644 index 00000000000..3898f64e8b1 --- /dev/null +++ b/site/public/v1/smartphones/v60-thinq-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.2, + "performance": 3.0, + "camera": 21.5, + "battery": 31.9, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/velvet-5g/index.json b/site/public/v1/smartphones/velvet-5g/index.json new file mode 100644 index 00000000000..bf22b228245 --- /dev/null +++ b/site/public/v1/smartphones/velvet-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 425, + "slug": "velvet-5g", + "name": "Velvet 5G", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 137, + "slug": "snapdragon-765g", + "name": "Snapdragon 765G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 620", + "url": "/v1/socs/snapdragon-765g" + }, + "release_date": "2020-05-14", + "msrp_usd": null, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 15.9 + } + ], + "battery_mah": 4300, + "charging_wired_w": 25.0, + "charging_wireless_w": null, + "weight_g": 179.5, + "dimensions": { + "height_mm": 167.2, + "width_mm": 74.1, + "depth_mm": 7.9 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.1", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.4, + "performance": 3.0, + "camera": 16.5, + "battery": 21.4, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/velvet-5g/score/index.json b/site/public/v1/smartphones/velvet-5g/score/index.json new file mode 100644 index 00000000000..25a6102b94b --- /dev/null +++ b/site/public/v1/smartphones/velvet-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.4, + "performance": 3.0, + "camera": 16.5, + "battery": 21.4, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/w41-plus/index.json b/site/public/v1/smartphones/w41-plus/index.json new file mode 100644 index 00000000000..70053bc0507 --- /dev/null +++ b/site/public/v1/smartphones/w41-plus/index.json @@ -0,0 +1,80 @@ +{ + "id": 427, + "slug": "w41-plus", + "name": "W41 Plus", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 60, + "slug": "helio-g35", + "name": "Helio G35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "PowerVR GE8320", + "url": "/v1/socs/helio-g35" + }, + "release_date": "2021-03-02", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.4, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/w41-plus/score/index.json b/site/public/v1/smartphones/w41-plus/score/index.json new file mode 100644 index 00000000000..99aee406377 --- /dev/null +++ b/site/public/v1/smartphones/w41-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.4, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/w41-pro/index.json b/site/public/v1/smartphones/w41-pro/index.json new file mode 100644 index 00000000000..fa2f73154b6 --- /dev/null +++ b/site/public/v1/smartphones/w41-pro/index.json @@ -0,0 +1,80 @@ +{ + "id": 428, + "slug": "w41-pro", + "name": "W41 Pro", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 60, + "slug": "helio-g35", + "name": "Helio G35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "PowerVR GE8320", + "url": "/v1/socs/helio-g35" + }, + "release_date": "2021-03-02", + "msrp_usd": null, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.8, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/w41-pro/score/index.json b/site/public/v1/smartphones/w41-pro/score/index.json new file mode 100644 index 00000000000..821e1e74f88 --- /dev/null +++ b/site/public/v1/smartphones/w41-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.8, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/w41/index.json b/site/public/v1/smartphones/w41/index.json new file mode 100644 index 00000000000..02f91a4f367 --- /dev/null +++ b/site/public/v1/smartphones/w41/index.json @@ -0,0 +1,80 @@ +{ + "id": 429, + "slug": "w41", + "name": "W41", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 60, + "slug": "helio-g35", + "name": "Helio G35", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "PowerVR GE8320", + "url": "/v1/socs/helio-g35" + }, + "release_date": "2021-03-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.55, + "resolution": "900x1600", + "type": "IPS TFT LCD", + "ppi": 280 + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": { + "height_mm": 165.5, + "width_mm": 77.3, + "depth_mm": 9.3 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.4, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.399360", + "updated_at": "2026-06-18T09:10:16.399360" +} diff --git a/site/public/v1/smartphones/w41/score/index.json b/site/public/v1/smartphones/w41/score/index.json new file mode 100644 index 00000000000..99aee406377 --- /dev/null +++ b/site/public/v1/smartphones/w41/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.4, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/wildfire-e2/index.json b/site/public/v1/smartphones/wildfire-e2/index.json new file mode 100644 index 00000000000..0f342ab485a --- /dev/null +++ b/site/public/v1/smartphones/wildfire-e2/index.json @@ -0,0 +1,81 @@ +{ + "id": 264, + "slug": "wildfire-e2", + "name": "Wildfire E2", + "brand": { + "id": 92, + "slug": "htc", + "name": "HTC", + "country": "TW", + "url": "/v1/brands/htc" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-08-06", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 276 + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 173.5, + "dimensions": { + "height_mm": 158.4, + "width_mm": 75.9, + "depth_mm": 8.95 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.8, + "performance": null, + "camera": 6.3, + "battery": 15.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.378304", + "updated_at": "2026-06-18T09:10:16.378304" +} diff --git a/site/public/v1/smartphones/wildfire-e2/score/index.json b/site/public/v1/smartphones/wildfire-e2/score/index.json new file mode 100644 index 00000000000..7f41dfc3901 --- /dev/null +++ b/site/public/v1/smartphones/wildfire-e2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.8, + "performance": null, + "camera": 6.3, + "battery": 15.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/wildfire-x/index.json b/site/public/v1/smartphones/wildfire-x/index.json new file mode 100644 index 00000000000..f29342ce530 --- /dev/null +++ b/site/public/v1/smartphones/wildfire-x/index.json @@ -0,0 +1,81 @@ +{ + "id": 261, + "slug": "wildfire-x", + "name": "Wildfire X", + "brand": { + "id": 92, + "slug": "htc", + "name": "HTC", + "country": "TW", + "url": "/v1/brands/htc" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-08-22", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 128 + ], + "display": { + "size_inch": 6.22, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 270 + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 160.0, + "dimensions": { + "height_mm": 156.7, + "width_mm": 74.9, + "depth_mm": 7.95 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.1", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": null, + "camera": 5.0, + "battery": 4.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.377304", + "updated_at": "2026-06-18T09:10:16.377304" +} diff --git a/site/public/v1/smartphones/wildfire-x/score/index.json b/site/public/v1/smartphones/wildfire-x/score/index.json new file mode 100644 index 00000000000..6b116545a08 --- /dev/null +++ b/site/public/v1/smartphones/wildfire-x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": null, + "camera": 5.0, + "battery": 4.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/wing-5g/index.json b/site/public/v1/smartphones/wing-5g/index.json new file mode 100644 index 00000000000..bc74d336759 --- /dev/null +++ b/site/public/v1/smartphones/wing-5g/index.json @@ -0,0 +1,81 @@ +{ + "id": 426, + "slug": "wing-5g", + "name": "Wing 5G", + "brand": { + "id": 78, + "slug": "lg", + "name": "LG Electronics", + "country": "KR", + "url": "/v1/brands/lg" + }, + "soc": { + "id": 137, + "slug": "snapdragon-765g", + "name": "Snapdragon 765G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 620", + "url": "/v1/socs/snapdragon-765g" + }, + "release_date": "2020-10-01", + "msrp_usd": null, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": "1080x2460", + "type": "AM-OLED", + "ppi": 395 + }, + "cameras": [ + { + "type": "main", + "mp": 64.4 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 260.0, + "dimensions": { + "height_mm": 169.5, + "width_mm": 74.5, + "depth_mm": 10.9 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 3.0, + "camera": 21.7, + "battery": 15.0, + "display": 44.5, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.398806", + "updated_at": "2026-06-18T09:10:16.398806" +} diff --git a/site/public/v1/smartphones/wing-5g/score/index.json b/site/public/v1/smartphones/wing-5g/score/index.json new file mode 100644 index 00000000000..5bdc0b87db2 --- /dev/null +++ b/site/public/v1/smartphones/wing-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 3.0, + "camera": 21.7, + "battery": 15.0, + "display": 44.5, + "value": null +} diff --git a/site/public/v1/smartphones/xperia-l3/index.json b/site/public/v1/smartphones/xperia-l3/index.json new file mode 100644 index 00000000000..d60ef2645f3 --- /dev/null +++ b/site/public/v1/smartphones/xperia-l3/index.json @@ -0,0 +1,80 @@ +{ + "id": 1158, + "slug": "xperia-l3", + "name": "Xperia L3", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2019-03-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.67, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 284 + }, + "cameras": [ + { + "type": "main", + "mp": 12.8 + }, + { + "type": "selfie", + "mp": 7.7 + } + ], + "battery_mah": 3300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 156.0, + "dimensions": { + "height_mm": 154.0, + "width_mm": 72.0, + "depth_mm": 8.9 + }, + "ip_rating": null, + "os": "Android", + "os_version": "8.1", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.9, + "performance": null, + "camera": 5.2, + "battery": 4.5, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.482604", + "updated_at": "2026-06-18T09:10:16.482604" +} diff --git a/site/public/v1/smartphones/xperia-l3/score/index.json b/site/public/v1/smartphones/xperia-l3/score/index.json new file mode 100644 index 00000000000..61f4c83875e --- /dev/null +++ b/site/public/v1/smartphones/xperia-l3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.9, + "performance": null, + "camera": 5.2, + "battery": 4.5, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/xperia-l4/index.json b/site/public/v1/smartphones/xperia-l4/index.json new file mode 100644 index 00000000000..c3139544d2f --- /dev/null +++ b/site/public/v1/smartphones/xperia-l4/index.json @@ -0,0 +1,80 @@ +{ + "id": 1163, + "slug": "xperia-l4", + "name": "Xperia L4", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-04-27", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.2, + "resolution": "720x1680", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3580, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 178.0, + "dimensions": { + "height_mm": 159.0, + "width_mm": 71.0, + "depth_mm": 8.7 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB C reversible" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.3, + "performance": null, + "camera": 5.3, + "battery": 8.7, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.482604", + "updated_at": "2026-06-18T09:10:16.482604" +} diff --git a/site/public/v1/smartphones/xperia-l4/score/index.json b/site/public/v1/smartphones/xperia-l4/score/index.json new file mode 100644 index 00000000000..a90dcbc1744 --- /dev/null +++ b/site/public/v1/smartphones/xperia-l4/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.3, + "performance": null, + "camera": 5.3, + "battery": 8.7, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y5-2019/index.json b/site/public/v1/smartphones/y5-2019/index.json new file mode 100644 index 00000000000..dc933b6dfbc --- /dev/null +++ b/site/public/v1/smartphones/y5-2019/index.json @@ -0,0 +1,81 @@ +{ + "id": 273, + "slug": "y5-2019", + "name": "Y5 2019", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-05-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 16, + 32 + ], + "display": { + "size_inch": 5.71, + "resolution": "720x1520", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 4.9 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 146.0, + "dimensions": { + "height_mm": 147.13, + "width_mm": 70.78, + "depth_mm": 8.45 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.379304", + "updated_at": "2026-06-18T09:10:16.379304" +} diff --git a/site/public/v1/smartphones/y5-2019/score/index.json b/site/public/v1/smartphones/y5-2019/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/y5-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y5p-2020/index.json b/site/public/v1/smartphones/y5p-2020/index.json new file mode 100644 index 00000000000..659a481d011 --- /dev/null +++ b/site/public/v1/smartphones/y5p-2020/index.json @@ -0,0 +1,80 @@ +{ + "id": 287, + "slug": "y5p-2020", + "name": "Y5p 2020", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-05-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 5.45, + "resolution": "720x1440", + "type": "IPS TFT LCD", + "ppi": 295 + }, + "cameras": [ + { + "type": "main", + "mp": 8.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": 5.0, + "charging_wireless_w": null, + "weight_g": 144.0, + "dimensions": { + "height_mm": 146.5, + "width_mm": 70.94, + "depth_mm": 8.35 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.0, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.380303", + "updated_at": "2026-06-18T09:10:16.380303" +} diff --git a/site/public/v1/smartphones/y5p-2020/score/index.json b/site/public/v1/smartphones/y5p-2020/score/index.json new file mode 100644 index 00000000000..f0f6ca0e2b1 --- /dev/null +++ b/site/public/v1/smartphones/y5p-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.4, + "performance": null, + "camera": 5.0, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y6-2019-lte/index.json b/site/public/v1/smartphones/y6-2019-lte/index.json new file mode 100644 index 00000000000..148013d48c3 --- /dev/null +++ b/site/public/v1/smartphones/y6-2019-lte/index.json @@ -0,0 +1,80 @@ +{ + "id": 274, + "slug": "y6-2019-lte", + "name": "Y6 2019 LTE", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-03-07", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.379304", + "updated_at": "2026-06-18T09:10:16.379304" +} diff --git a/site/public/v1/smartphones/y6-2019-lte/score/index.json b/site/public/v1/smartphones/y6-2019-lte/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/y6-2019-lte/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y6-2019/index.json b/site/public/v1/smartphones/y6-2019/index.json new file mode 100644 index 00000000000..abe8871e279 --- /dev/null +++ b/site/public/v1/smartphones/y6-2019/index.json @@ -0,0 +1,80 @@ +{ + "id": 275, + "slug": "y6-2019", + "name": "Y6 2019", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-03-01", + "msrp_usd": null, + "ram_gb": 2, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.379304", + "updated_at": "2026-06-18T09:10:16.379304" +} diff --git a/site/public/v1/smartphones/y6-2019/score/index.json b/site/public/v1/smartphones/y6-2019/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/y6-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y6-prime-2019/index.json b/site/public/v1/smartphones/y6-prime-2019/index.json new file mode 100644 index 00000000000..57cff718741 --- /dev/null +++ b/site/public/v1/smartphones/y6-prime-2019/index.json @@ -0,0 +1,80 @@ +{ + "id": 276, + "slug": "y6-prime-2019", + "name": "Y6 Prime 2019", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-03-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Yes", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.379304", + "updated_at": "2026-06-18T09:10:16.379304" +} diff --git a/site/public/v1/smartphones/y6-prime-2019/score/index.json b/site/public/v1/smartphones/y6-prime-2019/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/y6-prime-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y6-pro-2019/index.json b/site/public/v1/smartphones/y6-pro-2019/index.json new file mode 100644 index 00000000000..07f953b8d53 --- /dev/null +++ b/site/public/v1/smartphones/y6-pro-2019/index.json @@ -0,0 +1,80 @@ +{ + "id": 277, + "slug": "y6-pro-2019", + "name": "Y6 Pro 2019", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8300", + "url": "/v1/socs/helio-a22" + }, + "release_date": "2019-02-01", + "msrp_usd": null, + "ram_gb": 3, + "storage_options_gb": [ + 32 + ], + "display": { + "size_inch": 6.09, + "resolution": "720x1560", + "type": "IPS TFT LCD", + "ppi": 282 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3020, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 150.0, + "dimensions": { + "height_mm": 156.28, + "width_mm": 73.5, + "depth_mm": 8.0 + }, + "ip_rating": null, + "os": "Android", + "os_version": "9.0", + "connectivity": { + "bluetooth": "Bluetooth 4.2", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.379304", + "updated_at": "2026-06-18T09:10:16.379304" +} diff --git a/site/public/v1/smartphones/y6-pro-2019/score/index.json b/site/public/v1/smartphones/y6-pro-2019/score/index.json new file mode 100644 index 00000000000..124cad705d7 --- /dev/null +++ b/site/public/v1/smartphones/y6-pro-2019/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": null, + "camera": 5.3, + "battery": 0.3, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/smartphones/y6p-2020/index.json b/site/public/v1/smartphones/y6p-2020/index.json new file mode 100644 index 00000000000..c1093720290 --- /dev/null +++ b/site/public/v1/smartphones/y6p-2020/index.json @@ -0,0 +1,80 @@ +{ + "id": 288, + "slug": "y6p-2020", + "name": "Y6p 2020", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "IMG PowerVR GE8320", + "url": "/v1/socs/helio-p22" + }, + "release_date": "2020-05-01", + "msrp_usd": null, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": "720x1600", + "type": "IPS TFT LCD", + "ppi": 279 + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 10.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": { + "height_mm": 159.7, + "width_mm": 74.06, + "depth_mm": 9.04 + }, + "ip_rating": null, + "os": "Android", + "os_version": "10", + "connectivity": { + "bluetooth": "Bluetooth 5.0", + "usb": "USB Micro-AB" + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": null, + "camera": 5.3, + "battery": 30.0, + "display": 35.0, + "value": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.381303", + "updated_at": "2026-06-18T09:10:16.381303" +} diff --git a/site/public/v1/smartphones/y6p-2020/score/index.json b/site/public/v1/smartphones/y6p-2020/score/index.json new file mode 100644 index 00000000000..d19ba3069c5 --- /dev/null +++ b/site/public/v1/smartphones/y6p-2020/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": null, + "camera": 5.3, + "battery": 30.0, + "display": 35.0, + "value": null +} diff --git a/site/public/v1/socs/dimensity-8000/index.json b/site/public/v1/socs/dimensity-8000/index.json new file mode 100644 index 00000000000..f48a50e1d00 --- /dev/null +++ b/site/public/v1/socs/dimensity-8000/index.json @@ -0,0 +1,32 @@ +{ + "id": 77, + "slug": "dimensity-8000", + "name": "Dimensity 8000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2022-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 8000 MT6895, 2022, 64 bit, octa-core, 4096 Kbyte L3, 5 nm, ARM Mali-G610 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.223188", + "updated_at": "2026-06-18T09:10:16.223188", + "url": "/v1/socs/dimensity-8000" +} diff --git a/site/public/v1/socs/dimensity-9000-plus/index.json b/site/public/v1/socs/dimensity-9000-plus/index.json new file mode 100644 index 00000000000..1fd5b6de696 --- /dev/null +++ b/site/public/v1/socs/dimensity-9000-plus/index.json @@ -0,0 +1,32 @@ +{ + "id": 81, + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2022-01-01", + "process_nm": 4.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 9000+ MT6983Z, 2022, 64 bit, octa-core, 8192 Kbyte L3, 4 nm, ARM Mali-G710 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G710", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.223188", + "updated_at": "2026-06-18T09:10:16.223188", + "url": "/v1/socs/dimensity-9000-plus" +} diff --git a/site/public/v1/socs/dimensity-930/index.json b/site/public/v1/socs/dimensity-930/index.json new file mode 100644 index 00000000000..3b831dc2271 --- /dev/null +++ b/site/public/v1/socs/dimensity-930/index.json @@ -0,0 +1,32 @@ +{ + "id": 83, + "slug": "dimensity-930", + "name": "Dimensity 930", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2022-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Dimensity 930 MT6855, 2022, 64 bit, octa-core, 6 nm, IMG BXM-8-256 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG BXM-8-256", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.223188", + "updated_at": "2026-06-18T09:10:16.223188", + "url": "/v1/socs/dimensity-930" +} diff --git a/site/public/v1/socs/exynos-1330/index.json b/site/public/v1/socs/exynos-1330/index.json new file mode 100644 index 00000000000..00174630661 --- /dev/null +++ b/site/public/v1/socs/exynos-1330/index.json @@ -0,0 +1,32 @@ +{ + "id": 203, + "slug": "exynos-1330", + "name": "Exynos 1330 5G", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2023-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Samsung Exynos 1330 5G S5E8535, 2023, 64 bit, octa-core, 5 nm, ARM Mali-G68 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G68", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.228693", + "updated_at": "2026-06-18T09:10:16.228693", + "url": "/v1/socs/exynos-1330" +} diff --git a/site/public/v1/socs/helio-a22/index.json b/site/public/v1/socs/helio-a22/index.json new file mode 100644 index 00000000000..dc2412b77ca --- /dev/null +++ b/site/public/v1/socs/helio-a22/index.json @@ -0,0 +1,32 @@ +{ + "id": 41, + "slug": "helio-a22", + "name": "Helio A22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio A22 MT6761, 2018, 64 bit, quad-core, 12 nm, IMG PowerVR GE8300 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "IMG PowerVR GE8300", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.221189", + "updated_at": "2026-06-18T09:10:16.221189", + "url": "/v1/socs/helio-a22" +} diff --git a/site/public/v1/socs/helio-g37/index.json b/site/public/v1/socs/helio-g37/index.json new file mode 100644 index 00000000000..7f1d681ae57 --- /dev/null +++ b/site/public/v1/socs/helio-g37/index.json @@ -0,0 +1,32 @@ +{ + "id": 72, + "slug": "helio-g37", + "name": "Helio G37", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio G37 MT6765H, 2021, 64 bit, octa-core, 12 nm, IMG PowerVR GE8320 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.222188", + "updated_at": "2026-06-18T09:10:16.222188", + "url": "/v1/socs/helio-g37" +} diff --git a/site/public/v1/socs/helio-p22/index.json b/site/public/v1/socs/helio-p22/index.json new file mode 100644 index 00000000000..e40241fe5bb --- /dev/null +++ b/site/public/v1/socs/helio-p22/index.json @@ -0,0 +1,32 @@ +{ + "id": 42, + "slug": "helio-p22", + "name": "Helio P22", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "MediaTek Helio P22 MT6762, 2018, 64 bit, octa-core, 12 nm, IMG PowerVR GE8320 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.221189", + "updated_at": "2026-06-18T09:10:16.221189", + "url": "/v1/socs/helio-p22" +} diff --git a/site/public/v1/socs/index.json b/site/public/v1/socs/index.json index bc869be873d..98ba7c79501 100644 --- a/site/public/v1/socs/index.json +++ b/site/public/v1/socs/index.json @@ -1,5 +1,5 @@ { - "count": 195, + "count": 216, "results": [ { "slug": "apple-a10-fusion", @@ -121,6 +121,11 @@ "name": "Dimensity 800", "url": "/v1/socs/dimensity-800" }, + { + "slug": "dimensity-8000", + "name": "Dimensity 8000", + "url": "/v1/socs/dimensity-8000" + }, { "slug": "dimensity-800u", "name": "Dimensity 800U", @@ -166,11 +171,21 @@ "name": "Dimensity 9000", "url": "/v1/socs/dimensity-9000" }, + { + "slug": "dimensity-9000-plus", + "name": "Dimensity 9000+", + "url": "/v1/socs/dimensity-9000-plus" + }, { "slug": "dimensity-920", "name": "Dimensity 920", "url": "/v1/socs/dimensity-920" }, + { + "slug": "dimensity-930", + "name": "Dimensity 930", + "url": "/v1/socs/dimensity-930" + }, { "slug": "dimensity-9400-plus", "name": "Dimensity 9400+", @@ -191,6 +206,11 @@ "name": "Exynos 1080", "url": "/v1/socs/exynos-1080" }, + { + "slug": "exynos-1330", + "name": "Exynos 1330 5G", + "url": "/v1/socs/exynos-1330" + }, { "slug": "exynos-1580", "name": "Exynos 1580", @@ -316,6 +336,11 @@ "name": "Google Tensor G5", "url": "/v1/socs/tensor-g5" }, + { + "slug": "helio-a22", + "name": "Helio A22", + "url": "/v1/socs/helio-a22" + }, { "slug": "helio-a25", "name": "Helio A25", @@ -331,6 +356,11 @@ "name": "Helio G35", "url": "/v1/socs/helio-g35" }, + { + "slug": "helio-g37", + "name": "Helio G37", + "url": "/v1/socs/helio-g37" + }, { "slug": "helio-g70", "name": "Helio G70", @@ -361,6 +391,11 @@ "name": "Helio G96", "url": "/v1/socs/helio-g96" }, + { + "slug": "helio-p22", + "name": "Helio P22", + "url": "/v1/socs/helio-p22" + }, { "slug": "helio-p23", "name": "Helio P23", @@ -616,6 +651,26 @@ "name": "Samsung Exynos 990", "url": "/v1/socs/exynos-990" }, + { + "slug": "snapdragon-200", + "name": "Snapdragon 200", + "url": "/v1/socs/snapdragon-200" + }, + { + "slug": "snapdragon-210", + "name": "Snapdragon 210", + "url": "/v1/socs/snapdragon-210" + }, + { + "slug": "snapdragon-212", + "name": "Snapdragon 212", + "url": "/v1/socs/snapdragon-212" + }, + { + "slug": "snapdragon-215", + "name": "Snapdragon 215", + "url": "/v1/socs/snapdragon-215" + }, { "slug": "snapdragon-4-gen-1", "name": "Snapdragon 4 Gen 1", @@ -626,11 +681,51 @@ "name": "Snapdragon 4 Gen 2", "url": "/v1/socs/snapdragon-4-gen-2" }, + { + "slug": "snapdragon-400", + "name": "Snapdragon 400", + "url": "/v1/socs/snapdragon-400" + }, + { + "slug": "snapdragon-410", + "name": "Snapdragon 410", + "url": "/v1/socs/snapdragon-410" + }, + { + "slug": "snapdragon-425", + "name": "Snapdragon 425", + "url": "/v1/socs/snapdragon-425" + }, + { + "slug": "snapdragon-427", + "name": "Snapdragon 427", + "url": "/v1/socs/snapdragon-427" + }, + { + "slug": "snapdragon-429", + "name": "Snapdragon 429", + "url": "/v1/socs/snapdragon-429" + }, + { + "slug": "snapdragon-430", + "name": "Snapdragon 430", + "url": "/v1/socs/snapdragon-430" + }, + { + "slug": "snapdragon-435", + "name": "Snapdragon 435", + "url": "/v1/socs/snapdragon-435" + }, { "slug": "snapdragon-439", "name": "Snapdragon 439", "url": "/v1/socs/snapdragon-439" }, + { + "slug": "snapdragon-450", + "name": "Snapdragon 450", + "url": "/v1/socs/snapdragon-450" + }, { "slug": "snapdragon-460", "name": "Snapdragon 460", @@ -661,6 +756,11 @@ "name": "Snapdragon 600", "url": "/v1/socs/snapdragon-600" }, + { + "slug": "snapdragon-625", + "name": "Snapdragon 625", + "url": "/v1/socs/snapdragon-625" + }, { "slug": "snapdragon-630", "name": "Snapdragon 630", @@ -951,6 +1051,11 @@ "name": "Snapdragon 8s Gen 4", "url": "/v1/socs/snapdragon-8s-gen-4" }, + { + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "url": "/v1/socs/unisoc-t612" + }, { "slug": "unisoc-t606", "name": "Unisoc T606", diff --git a/site/public/v1/socs/snapdragon-200/index.json b/site/public/v1/socs/snapdragon-200/index.json new file mode 100644 index 00000000000..c030f1bd247 --- /dev/null +++ b/site/public/v1/socs/snapdragon-200/index.json @@ -0,0 +1,32 @@ +{ + "id": 100, + "slug": "snapdragon-200", + "name": "Snapdragon 200", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2013-01-01", + "process_nm": 45.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 200 MSM8210, 2013, 32 bit, dual-core, 45 nm, Qualcomm Adreno 302 GPU", + "clocks_ghz": [], + "core_count": 2 + }, + "gpu_name": "Qualcomm Adreno 302", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-200" +} diff --git a/site/public/v1/socs/snapdragon-210/index.json b/site/public/v1/socs/snapdragon-210/index.json new file mode 100644 index 00000000000..d523099b570 --- /dev/null +++ b/site/public/v1/socs/snapdragon-210/index.json @@ -0,0 +1,32 @@ +{ + "id": 104, + "slug": "snapdragon-210", + "name": "Snapdragon 210", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2014-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 210 MSM8909, 2014, 32 bit, quad-core, 28 nm, Qualcomm Adreno 304 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 304", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-210" +} diff --git a/site/public/v1/socs/snapdragon-212/index.json b/site/public/v1/socs/snapdragon-212/index.json new file mode 100644 index 00000000000..d8c751c2bf3 --- /dev/null +++ b/site/public/v1/socs/snapdragon-212/index.json @@ -0,0 +1,32 @@ +{ + "id": 108, + "slug": "snapdragon-212", + "name": "Snapdragon 212", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2015-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 212 MSM8909v2, 2015, 32 bit, quad-core, 28 nm, Qualcomm Adreno 304 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 304", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-212" +} diff --git a/site/public/v1/socs/snapdragon-215/index.json b/site/public/v1/socs/snapdragon-215/index.json new file mode 100644 index 00000000000..314edf4d7da --- /dev/null +++ b/site/public/v1/socs/snapdragon-215/index.json @@ -0,0 +1,32 @@ +{ + "id": 131, + "slug": "snapdragon-215", + "name": "Snapdragon 215", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2019-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 215 QM215, 2019, 64 bit, quad-core, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.225188", + "updated_at": "2026-06-18T09:10:16.225188", + "url": "/v1/socs/snapdragon-215" +} diff --git a/site/public/v1/socs/snapdragon-400/index.json b/site/public/v1/socs/snapdragon-400/index.json new file mode 100644 index 00000000000..26648d5f890 --- /dev/null +++ b/site/public/v1/socs/snapdragon-400/index.json @@ -0,0 +1,32 @@ +{ + "id": 101, + "slug": "snapdragon-400", + "name": "Snapdragon 400", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2013-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 400 MSM8630 (Snapdragon S4), 2013, 32 bit, dual-core, 16 Kbyte I-Cache, 16 Kbyte D-Cache, 1024 Kbyte L2, 28 nm, Qualcomm Adreno 305 GPU", + "clocks_ghz": [], + "core_count": 2 + }, + "gpu_name": "Qualcomm Adreno 305", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-400" +} diff --git a/site/public/v1/socs/snapdragon-410/index.json b/site/public/v1/socs/snapdragon-410/index.json new file mode 100644 index 00000000000..5c74103c755 --- /dev/null +++ b/site/public/v1/socs/snapdragon-410/index.json @@ -0,0 +1,32 @@ +{ + "id": 105, + "slug": "snapdragon-410", + "name": "Snapdragon 410", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2014-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 410 MSM8916, 2014, 64 bit, quad-core, 28 nm, Qualcomm Adreno 306 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 306", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-410" +} diff --git a/site/public/v1/socs/snapdragon-425/index.json b/site/public/v1/socs/snapdragon-425/index.json new file mode 100644 index 00000000000..e5f53c2d69e --- /dev/null +++ b/site/public/v1/socs/snapdragon-425/index.json @@ -0,0 +1,32 @@ +{ + "id": 111, + "slug": "snapdragon-425", + "name": "Snapdragon 425", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 425 MSM8917, 2016, 64 bit, quad-core, 512 Kbyte L2, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-425" +} diff --git a/site/public/v1/socs/snapdragon-427/index.json b/site/public/v1/socs/snapdragon-427/index.json new file mode 100644 index 00000000000..0eb43add8ef --- /dev/null +++ b/site/public/v1/socs/snapdragon-427/index.json @@ -0,0 +1,32 @@ +{ + "id": 117, + "slug": "snapdragon-427", + "name": "Snapdragon 427", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2017-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 427 MSM8920, 2017, 64 bit, quad-core, 28 nm, Qualcomm Adreno 308 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 308", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-427" +} diff --git a/site/public/v1/socs/snapdragon-429/index.json b/site/public/v1/socs/snapdragon-429/index.json new file mode 100644 index 00000000000..6cfdca6f35b --- /dev/null +++ b/site/public/v1/socs/snapdragon-429/index.json @@ -0,0 +1,32 @@ +{ + "id": 124, + "slug": "snapdragon-429", + "name": "Snapdragon 429", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 429 SDM429, 2018, 64 bit, quad-core, 12 nm, Qualcomm Adreno 504 GPU", + "clocks_ghz": [], + "core_count": 4 + }, + "gpu_name": "Qualcomm Adreno 504", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.225188", + "updated_at": "2026-06-18T09:10:16.225188", + "url": "/v1/socs/snapdragon-429" +} diff --git a/site/public/v1/socs/snapdragon-430/index.json b/site/public/v1/socs/snapdragon-430/index.json new file mode 100644 index 00000000000..e1b47096d60 --- /dev/null +++ b/site/public/v1/socs/snapdragon-430/index.json @@ -0,0 +1,32 @@ +{ + "id": 112, + "slug": "snapdragon-430", + "name": "Snapdragon 430", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 430 MSM8937, 2016, 64 bit, octa-core, 512 Kbyte L2, 28 nm, Qualcomm Adreno 505 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-430" +} diff --git a/site/public/v1/socs/snapdragon-435/index.json b/site/public/v1/socs/snapdragon-435/index.json new file mode 100644 index 00000000000..045e37ccf42 --- /dev/null +++ b/site/public/v1/socs/snapdragon-435/index.json @@ -0,0 +1,32 @@ +{ + "id": 113, + "slug": "snapdragon-435", + "name": "Snapdragon 435", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2016-01-01", + "process_nm": 28.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 435 MSM8940, 2016, 64 bit, octa-core, 28 nm, Qualcomm Adreno 505 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-435" +} diff --git a/site/public/v1/socs/snapdragon-450/index.json b/site/public/v1/socs/snapdragon-450/index.json new file mode 100644 index 00000000000..a939a395897 --- /dev/null +++ b/site/public/v1/socs/snapdragon-450/index.json @@ -0,0 +1,32 @@ +{ + "id": 118, + "slug": "snapdragon-450", + "name": "Snapdragon 450", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2017-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 450 SDM450, 2017, 64 bit, octa-core, 14 nm, Qualcomm Adreno 506 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-450" +} diff --git a/site/public/v1/socs/snapdragon-625/index.json b/site/public/v1/socs/snapdragon-625/index.json new file mode 100644 index 00000000000..712c2f6a1f6 --- /dev/null +++ b/site/public/v1/socs/snapdragon-625/index.json @@ -0,0 +1,32 @@ +{ + "id": 114, + "slug": "snapdragon-625", + "name": "Snapdragon 625", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2016-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "Qualcomm Snapdragon 625 MSM8953, 2016, 64 bit, octa-core, 14 nm, Qualcomm Adreno 506 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "Qualcomm Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.224188", + "updated_at": "2026-06-18T09:10:16.224188", + "url": "/v1/socs/snapdragon-625" +} diff --git a/site/public/v1/socs/unisoc-t612/index.json b/site/public/v1/socs/unisoc-t612/index.json new file mode 100644 index 00000000000..41807260c0d --- /dev/null +++ b/site/public/v1/socs/unisoc-t612/index.json @@ -0,0 +1,32 @@ +{ + "id": 216, + "slug": "unisoc-t612", + "name": "UNISOC Tiger T612", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2022-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "UNISOC Tiger T612, 2022, 64 bit, octa-core, 12 nm, ARM Mali-G57 GPU", + "clocks_ghz": [], + "core_count": 8 + }, + "gpu_name": "ARM Mali-G57", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/sady36/mobile-phones-specs" + ], + "created_at": "2026-06-18T09:10:16.228693", + "updated_at": "2026-06-18T09:10:16.228693", + "url": "/v1/socs/unisoc-t612" +} From a5176ee50a5e74f1eeb05a104b76566d94a116eb Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 18:18:28 +0900 Subject: [PATCH 6/6] ci(pr): link tracking issues in metadata triage Refs #1 Refs #19 --- .github/pull_request_template.md | 2 +- .github/workflows/pr-metadata.yml | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2bee292b5ae..f0903169639 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ ## What & why - + ## Source diff --git a/.github/workflows/pr-metadata.yml b/.github/workflows/pr-metadata.yml index 72c4b50e6ec..625ee6bd5c4 100644 --- a/.github/workflows/pr-metadata.yml +++ b/.github/workflows/pr-metadata.yml @@ -101,6 +101,38 @@ jobs: break; } + const trackingIssuesByLabel = new Map([ + ['data', 1], + ['site', 19], + ]); + const trackingIssues = []; + for (const [label, issueNumber] of trackingIssuesByLabel) { + if (labels.has(label)) trackingIssues.push(issueNumber); + } + if (trackingIssues.length) { + let body = pr.body || ''; + let updatedBody = body; + for (const issueNumber of trackingIssues) { + const closingLine = `Closes #${issueNumber}`; + const closingPattern = new RegExp(`\\b(?:close[sd]?|fix(?:e[sd])?|resolve[sd]?)\\s+#${issueNumber}\\b`, 'i'); + const refsPattern = new RegExp(`\\bRefs\\s+#${issueNumber}\\b`, 'i'); + if (closingPattern.test(updatedBody)) continue; + if (refsPattern.test(updatedBody)) { + updatedBody = updatedBody.replace(refsPattern, closingLine); + } else { + updatedBody = `${updatedBody.trimEnd()}\n\n${closingLine}`; + } + } + if (updatedBody !== body) { + await github.rest.pulls.update({ + owner, + repo, + pull_number: issue_number, + body: updatedBody, + }); + } + } + const changedLines = files.reduce((sum, file) => sum + file.additions + file.deletions, 0); let priority = 'Medium'; if (labels.has('data') && (files.length >= 25 || changedLines >= 1000)) {