From d25cf712e4ed70795c95976122152a7aa2e04fd3 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:03 +0900 Subject: [PATCH 01/22] data(soc): import Kaggle MediaTek mobile processors Refs #1 --- data/soc/mediatek/2018/helio-p35.json | 29 +++++++++++++++++++ data/soc/mediatek/2018/helio-p70.json | 29 +++++++++++++++++++ data/soc/mediatek/2019/dimensity-1000l.json | 29 +++++++++++++++++++ data/soc/mediatek/2019/dimensity-800.json | 29 +++++++++++++++++++ data/soc/mediatek/2019/helio-g90t.json | 29 +++++++++++++++++++ data/soc/mediatek/2019/helio-p65.json | 29 +++++++++++++++++++ .../mediatek/2020/dimensity-1000-plus.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/dimensity-700.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/dimensity-720.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/dimensity-800u.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/helio-a25.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/helio-g25.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/helio-g70.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/helio-g80.json | 29 +++++++++++++++++++ data/soc/mediatek/2020/helio-g95.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/dimensity-1100.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/dimensity-810.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/dimensity-900.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/dimensity-9000.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/dimensity-920.json | 29 +++++++++++++++++++ data/soc/mediatek/2021/helio-g96.json | 29 +++++++++++++++++++ data/soc/mediatek/2022/dimensity-8100.json | 29 +++++++++++++++++++ 22 files changed, 638 insertions(+) create mode 100644 data/soc/mediatek/2018/helio-p35.json create mode 100644 data/soc/mediatek/2018/helio-p70.json create mode 100644 data/soc/mediatek/2019/dimensity-1000l.json create mode 100644 data/soc/mediatek/2019/dimensity-800.json create mode 100644 data/soc/mediatek/2019/helio-g90t.json create mode 100644 data/soc/mediatek/2019/helio-p65.json create mode 100644 data/soc/mediatek/2020/dimensity-1000-plus.json create mode 100644 data/soc/mediatek/2020/dimensity-700.json create mode 100644 data/soc/mediatek/2020/dimensity-720.json create mode 100644 data/soc/mediatek/2020/dimensity-800u.json create mode 100644 data/soc/mediatek/2020/helio-a25.json create mode 100644 data/soc/mediatek/2020/helio-g25.json create mode 100644 data/soc/mediatek/2020/helio-g70.json create mode 100644 data/soc/mediatek/2020/helio-g80.json create mode 100644 data/soc/mediatek/2020/helio-g95.json create mode 100644 data/soc/mediatek/2021/dimensity-1100.json create mode 100644 data/soc/mediatek/2021/dimensity-810.json create mode 100644 data/soc/mediatek/2021/dimensity-900.json create mode 100644 data/soc/mediatek/2021/dimensity-9000.json create mode 100644 data/soc/mediatek/2021/dimensity-920.json create mode 100644 data/soc/mediatek/2021/helio-g96.json create mode 100644 data/soc/mediatek/2022/dimensity-8100.json diff --git a/data/soc/mediatek/2018/helio-p35.json b/data/soc/mediatek/2018/helio-p35.json new file mode 100644 index 00000000000..fd22fdd7d41 --- /dev/null +++ b/data/soc/mediatek/2018/helio-p35.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p35", + "name": "Helio P35", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 169, + "geekbench_multi": 965, + "antutu_score": 99442, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2018/helio-p70.json b/data/soc/mediatek/2018/helio-p70.json new file mode 100644 index 00000000000..b0a8b071d6a --- /dev/null +++ b/data/soc/mediatek/2018/helio-p70.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p70", + "name": "Helio P70", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.1 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 297, + "geekbench_multi": 1394, + "antutu_score": 179665, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/dimensity-1000l.json b/data/soc/mediatek/2019/dimensity-1000l.json new file mode 100644 index 00000000000..44f9c2e9148 --- /dev/null +++ b/data/soc/mediatek/2019/dimensity-1000l.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-1000l", + "name": "Dimensity 1000L", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 648, + "geekbench_multi": 2496, + "antutu_score": 428299, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/dimensity-800.json b/data/soc/mediatek/2019/dimensity-800.json new file mode 100644 index 00000000000..6172a41ae69 --- /dev/null +++ b/data/soc/mediatek/2019/dimensity-800.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-800", + "name": "Dimensity 800", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 507, + "geekbench_multi": 1891, + "antutu_score": 323904, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/helio-g90t.json b/data/soc/mediatek/2019/helio-g90t.json new file mode 100644 index 00000000000..e5635094182 --- /dev/null +++ b/data/soc/mediatek/2019/helio-g90t.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g90t", + "name": "Helio G90T", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 494, + "geekbench_multi": 1618, + "antutu_score": 329108, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/helio-p65.json b/data/soc/mediatek/2019/helio-p65.json new file mode 100644 index 00000000000..d10127520f8 --- /dev/null +++ b/data/soc/mediatek/2019/helio-p65.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p65", + "name": "Helio P65", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 352, + "geekbench_multi": 1274, + "antutu_score": 196163, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/dimensity-1000-plus.json b/data/soc/mediatek/2020/dimensity-1000-plus.json new file mode 100644 index 00000000000..27094ef3aa8 --- /dev/null +++ b/data/soc/mediatek/2020/dimensity-1000-plus.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-1000-plus", + "name": "Dimensity 1000 Plus", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 788, + "geekbench_multi": 2880, + "antutu_score": 594965, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/dimensity-700.json b/data/soc/mediatek/2020/dimensity-700.json new file mode 100644 index 00000000000..af932d5125d --- /dev/null +++ b/data/soc/mediatek/2020/dimensity-700.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 563, + "geekbench_multi": 1722, + "antutu_score": 335210, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/dimensity-720.json b/data/soc/mediatek/2020/dimensity-720.json new file mode 100644 index 00000000000..d6e3a929830 --- /dev/null +++ b/data/soc/mediatek/2020/dimensity-720.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-720", + "name": "Dimensity 720", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 525, + "geekbench_multi": 1713, + "antutu_score": 343466, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/dimensity-800u.json b/data/soc/mediatek/2020/dimensity-800u.json new file mode 100644 index 00000000000..565bc8360fc --- /dev/null +++ b/data/soc/mediatek/2020/dimensity-800u.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-800u", + "name": "Dimensity 800U", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 609, + "geekbench_multi": 1819, + "antutu_score": 389068, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-a25.json b/data/soc/mediatek/2020/helio-a25.json new file mode 100644 index 00000000000..dcfe92a484b --- /dev/null +++ b/data/soc/mediatek/2020/helio-a25.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-a25", + "name": "Helio A25", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 137, + "geekbench_multi": 754, + "antutu_score": 113937, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-g25.json b/data/soc/mediatek/2020/helio-g25.json new file mode 100644 index 00000000000..0bcc815c132 --- /dev/null +++ b/data/soc/mediatek/2020/helio-g25.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g25", + "name": "Helio G25", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(8)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "IMG PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 135, + "geekbench_multi": 471, + "antutu_score": 92753, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-g70.json b/data/soc/mediatek/2020/helio-g70.json new file mode 100644 index 00000000000..d36b7d5d168 --- /dev/null +++ b/data/soc/mediatek/2020/helio-g70.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g70", + "name": "Helio G70", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 2EEMC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 391, + "geekbench_multi": 1300, + "antutu_score": 205296, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-g80.json b/data/soc/mediatek/2020/helio-g80.json new file mode 100644 index 00000000000..ec675d7fba9 --- /dev/null +++ b/data/soc/mediatek/2020/helio-g80.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 350, + "geekbench_multi": 1285, + "antutu_score": 230017, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-g95.json b/data/soc/mediatek/2020/helio-g95.json new file mode 100644 index 00000000000..c05f7836f68 --- /dev/null +++ b/data/soc/mediatek/2020/helio-g95.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g95", + "name": "Helio G95", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 3EEMC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 511, + "geekbench_multi": 1600, + "antutu_score": 336924, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/dimensity-1100.json b/data/soc/mediatek/2021/dimensity-1100.json new file mode 100644 index 00000000000..e8b00861c55 --- /dev/null +++ b/data/soc/mediatek/2021/dimensity-1100.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-1100", + "name": "Dimensity 1100", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 661, + "geekbench_multi": 2486, + "antutu_score": 664145, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/dimensity-810.json b/data/soc/mediatek/2021/dimensity-810.json new file mode 100644 index 00000000000..0cbc67305c8 --- /dev/null +++ b/data/soc/mediatek/2021/dimensity-810.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 622, + "geekbench_multi": 1894, + "antutu_score": 372728, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/dimensity-900.json b/data/soc/mediatek/2021/dimensity-900.json new file mode 100644 index 00000000000..d83fbd4b80e --- /dev/null +++ b/data/soc/mediatek/2021/dimensity-900.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G68 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 701, + "geekbench_multi": 2137, + "antutu_score": 421553, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/dimensity-9000.json b/data/soc/mediatek/2021/dimensity-9000.json new file mode 100644 index 00000000000..9559ab8f2f1 --- /dev/null +++ b/data/soc/mediatek/2021/dimensity-9000.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 3.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G710", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 1269, + "geekbench_multi": 4267, + "antutu_score": 1017817, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/dimensity-920.json b/data/soc/mediatek/2021/dimensity-920.json new file mode 100644 index 00000000000..52069565a05 --- /dev/null +++ b/data/soc/mediatek/2021/dimensity-920.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-920", + "name": "Dimensity 920", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G68 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 783, + "geekbench_multi": 2582, + "antutu_score": 487320, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2021/helio-g96.json b/data/soc/mediatek/2021/helio-g96.json new file mode 100644 index 00000000000..0dab3b8c221 --- /dev/null +++ b/data/soc/mediatek/2021/helio-g96.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g96", + "name": "Helio G96", + "manufacturer": "mediatek", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 537, + "geekbench_multi": 1869, + "antutu_score": 330903, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2022/dimensity-8100.json b/data/soc/mediatek/2022/dimensity-8100.json new file mode 100644 index 00000000000..be51f05c184 --- /dev/null +++ b/data/soc/mediatek/2022/dimensity-8100.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": "mediatek", + "release_date": "2022-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.85 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G610 MC6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 915, + "geekbench_multi": 3775, + "antutu_score": 780778, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From f540ba956e825715dd0cb49ada90a3e6eb62f63b Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:08 +0900 Subject: [PATCH 02/22] data(soc): import Kaggle Qualcomm midrange processors Refs #1 --- data/soc/qualcomm/2018/snapdragon-439.json | 29 +++++++++++++++++++ data/soc/qualcomm/2018/snapdragon-632.json | 29 +++++++++++++++++++ data/soc/qualcomm/2018/snapdragon-670.json | 29 +++++++++++++++++++ data/soc/qualcomm/2018/snapdragon-675.json | 29 +++++++++++++++++++ data/soc/qualcomm/2019/snapdragon-712.json | 29 +++++++++++++++++++ data/soc/qualcomm/2020/snapdragon-460.json | 29 +++++++++++++++++++ data/soc/qualcomm/2020/snapdragon-662.json | 29 +++++++++++++++++++ .../qualcomm/2021/snapdragon-480-plus.json | 29 +++++++++++++++++++ data/soc/qualcomm/2021/snapdragon-480.json | 29 +++++++++++++++++++ .../qualcomm/2021/snapdragon-778g-plus.json | 29 +++++++++++++++++++ data/soc/qualcomm/2021/snapdragon-860.json | 29 +++++++++++++++++++ 11 files changed, 319 insertions(+) create mode 100644 data/soc/qualcomm/2018/snapdragon-439.json create mode 100644 data/soc/qualcomm/2018/snapdragon-632.json create mode 100644 data/soc/qualcomm/2018/snapdragon-670.json create mode 100644 data/soc/qualcomm/2018/snapdragon-675.json create mode 100644 data/soc/qualcomm/2019/snapdragon-712.json create mode 100644 data/soc/qualcomm/2020/snapdragon-460.json create mode 100644 data/soc/qualcomm/2020/snapdragon-662.json create mode 100644 data/soc/qualcomm/2021/snapdragon-480-plus.json create mode 100644 data/soc/qualcomm/2021/snapdragon-480.json create mode 100644 data/soc/qualcomm/2021/snapdragon-778g-plus.json create mode 100644 data/soc/qualcomm/2021/snapdragon-860.json diff --git a/data/soc/qualcomm/2018/snapdragon-439.json b/data/soc/qualcomm/2018/snapdragon-439.json new file mode 100644 index 00000000000..32260419079 --- /dev/null +++ b/data/soc/qualcomm/2018/snapdragon-439.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-439", + "name": "Snapdragon 439", + "manufacturer": "qualcomm", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 177, + "geekbench_multi": 805, + "antutu_score": 102154, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2018/snapdragon-632.json b/data/soc/qualcomm/2018/snapdragon-632.json new file mode 100644 index 00000000000..fd8b3c49571 --- /dev/null +++ b/data/soc/qualcomm/2018/snapdragon-632.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-632", + "name": "Snapdragon 632", + "manufacturer": "qualcomm", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 263, + "geekbench_multi": 1042, + "antutu_score": 147457, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2018/snapdragon-670.json b/data/soc/qualcomm/2018/snapdragon-670.json new file mode 100644 index 00000000000..07c0477f442 --- /dev/null +++ b/data/soc/qualcomm/2018/snapdragon-670.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-670", + "name": "Snapdragon 670", + "manufacturer": "qualcomm", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 615", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 343, + "geekbench_multi": 1320, + "antutu_score": 216423, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2018/snapdragon-675.json b/data/soc/qualcomm/2018/snapdragon-675.json new file mode 100644 index 00000000000..22cae62a189 --- /dev/null +++ b/data/soc/qualcomm/2018/snapdragon-675.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-675", + "name": "Snapdragon 675", + "manufacturer": "qualcomm", + "release_date": "2018-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 612", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 420, + "geekbench_multi": 1375, + "antutu_score": 260078, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2019/snapdragon-712.json b/data/soc/qualcomm/2019/snapdragon-712.json new file mode 100644 index 00000000000..07e537cdfdf --- /dev/null +++ b/data/soc/qualcomm/2019/snapdragon-712.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-712", + "name": "Snapdragon 712", + "manufacturer": "qualcomm", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 616", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 399, + "geekbench_multi": 1496, + "antutu_score": 278912, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2020/snapdragon-460.json b/data/soc/qualcomm/2020/snapdragon-460.json new file mode 100644 index 00000000000..092ab2df1fa --- /dev/null +++ b/data/soc/qualcomm/2020/snapdragon-460.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "manufacturer": "qualcomm", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 253, + "geekbench_multi": 1144, + "antutu_score": 161885, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2020/snapdragon-662.json b/data/soc/qualcomm/2020/snapdragon-662.json new file mode 100644 index 00000000000..07e423e47a3 --- /dev/null +++ b/data/soc/qualcomm/2020/snapdragon-662.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "manufacturer": "qualcomm", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 314, + "geekbench_multi": 1393, + "antutu_score": 205946, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2021/snapdragon-480-plus.json b/data/soc/qualcomm/2021/snapdragon-480-plus.json new file mode 100644 index 00000000000..e4efb3fa93a --- /dev/null +++ b/data/soc/qualcomm/2021/snapdragon-480-plus.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-480-plus", + "name": "Snapdragon 480 Plus", + "manufacturer": "qualcomm", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 619", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 533, + "geekbench_multi": 1590, + "antutu_score": 344096, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2021/snapdragon-480.json b/data/soc/qualcomm/2021/snapdragon-480.json new file mode 100644 index 00000000000..d55b579cccf --- /dev/null +++ b/data/soc/qualcomm/2021/snapdragon-480.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "manufacturer": "qualcomm", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 619", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 508, + "geekbench_multi": 1661, + "antutu_score": 285291, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2021/snapdragon-778g-plus.json b/data/soc/qualcomm/2021/snapdragon-778g-plus.json new file mode 100644 index 00000000000..d84cf738b7f --- /dev/null +++ b/data/soc/qualcomm/2021/snapdragon-778g-plus.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-778g-plus", + "name": "Snapdragon 778G Plus", + "manufacturer": "qualcomm", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 642L", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 815, + "geekbench_multi": 2959, + "antutu_score": 543604, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2021/snapdragon-860.json b/data/soc/qualcomm/2021/snapdragon-860.json new file mode 100644 index 00000000000..358de70c96c --- /dev/null +++ b/data/soc/qualcomm/2021/snapdragon-860.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-860", + "name": "Snapdragon 860", + "manufacturer": "qualcomm", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.96 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 640", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 732, + "geekbench_multi": 2564, + "antutu_score": 564604, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 3430d060a945e44f926ba89bb423be17f66241d3 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:13 +0900 Subject: [PATCH 03/22] data(soc): import Kaggle Huawei Samsung and Unisoc processors Refs #1 --- data/soc/huawei/2019/kirin-710f.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2020/kirin-710a.json | 29 ++++++++++++++++++++++++++ data/soc/samsung/2019/exynos-9609.json | 29 ++++++++++++++++++++++++++ data/soc/samsung/2020/exynos-850.json | 29 ++++++++++++++++++++++++++ data/soc/unisoc/2021/unisoc-t606.json | 29 ++++++++++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 data/soc/huawei/2019/kirin-710f.json create mode 100644 data/soc/huawei/2020/kirin-710a.json create mode 100644 data/soc/samsung/2019/exynos-9609.json create mode 100644 data/soc/samsung/2020/exynos-850.json create mode 100644 data/soc/unisoc/2021/unisoc-t606.json diff --git a/data/soc/huawei/2019/kirin-710f.json b/data/soc/huawei/2019/kirin-710f.json new file mode 100644 index 00000000000..89d16a899d0 --- /dev/null +++ b/data/soc/huawei/2019/kirin-710f.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-710f", + "name": "Kirin 710F", + "manufacturer": "huawei", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 324, + "geekbench_multi": 1328, + "antutu_score": 207028, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2020/kirin-710a.json b/data/soc/huawei/2020/kirin-710a.json new file mode 100644 index 00000000000..5ed3001b6f9 --- /dev/null +++ b/data/soc/huawei/2020/kirin-710a.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-710a", + "name": "Kirin 710A", + "manufacturer": "huawei", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 318, + "geekbench_multi": 1145, + "antutu_score": 196708, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2019/exynos-9609.json b/data/soc/samsung/2019/exynos-9609.json new file mode 100644 index 00000000000..a6da45590af --- /dev/null +++ b/data/soc/samsung/2019/exynos-9609.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-9609", + "name": "Exynos 9609", + "manufacturer": "samsung", + "release_date": "2019-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 329, + "geekbench_multi": 1253, + "antutu_score": 211472, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2020/exynos-850.json b/data/soc/samsung/2020/exynos-850.json new file mode 100644 index 00000000000..d93fe43aaf9 --- /dev/null +++ b/data/soc/samsung/2020/exynos-850.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": "samsung", + "release_date": "2020-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(8)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 160, + "geekbench_multi": 941, + "antutu_score": 143063, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/unisoc/2021/unisoc-t606.json b/data/soc/unisoc/2021/unisoc-t606.json new file mode 100644 index 00000000000..968c65b8c58 --- /dev/null +++ b/data/soc/unisoc/2021/unisoc-t606.json @@ -0,0 +1,29 @@ +{ + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": "unisoc", + "release_date": "2021-01-01", + "process_nm": null, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 311, + "geekbench_multi": 1171, + "antutu_score": 178069, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 42df4972b0c5686b31009c36c1373ce1262f4bcb Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:19 +0900 Subject: [PATCH 04/22] data(smartphone): import Kaggle Samsung Google Sony and Nokia phones Refs #1 --- data/smartphone/google/2019/pixel-3a-xl.json | 43 ++++++++++++++++++ data/smartphone/google/2019/pixel-3a.json | 41 +++++++++++++++++ data/smartphone/nokia/2022/g21.json | 42 ++++++++++++++++++ data/smartphone/nokia/2022/g400.json | 41 +++++++++++++++++ data/smartphone/nokia/2023/g42-5g.json | 41 +++++++++++++++++ .../samsung/2020/galaxy-w21-5g.json | 41 +++++++++++++++++ .../samsung/2020/galaxy-xcover-5.json | 41 +++++++++++++++++ .../samsung/2021/galaxy-w22-5g.json | 41 +++++++++++++++++ data/smartphone/samsung/2022/galaxy-a04.json | 43 ++++++++++++++++++ data/smartphone/samsung/2022/galaxy-m04.json | 44 +++++++++++++++++++ .../samsung/2022/galaxy-xcover-6-pro.json | 41 +++++++++++++++++ data/smartphone/samsung/2023/galaxy-a14.json | 42 ++++++++++++++++++ data/smartphone/samsung/2023/galaxy-a24.json | 44 +++++++++++++++++++ data/smartphone/samsung/2023/galaxy-f14.json | 44 +++++++++++++++++++ data/smartphone/samsung/2023/galaxy-f34.json | 42 ++++++++++++++++++ data/smartphone/samsung/2023/galaxy-f54.json | 42 ++++++++++++++++++ data/smartphone/samsung/2023/galaxy-m14.json | 43 ++++++++++++++++++ data/smartphone/samsung/2023/galaxy-m54.json | 42 ++++++++++++++++++ data/smartphone/sony/2022/xperia-1-iv.json | 41 +++++++++++++++++ data/smartphone/sony/2022/xperia-10-iv.json | 41 +++++++++++++++++ data/smartphone/sony/2022/xperia-5-iv.json | 41 +++++++++++++++++ data/smartphone/sony/2023/xperia-10-v.json | 41 +++++++++++++++++ data/smartphone/sony/2024/xperia-5-vi.json | 41 +++++++++++++++++ 23 files changed, 963 insertions(+) create mode 100644 data/smartphone/google/2019/pixel-3a-xl.json create mode 100644 data/smartphone/google/2019/pixel-3a.json create mode 100644 data/smartphone/nokia/2022/g21.json create mode 100644 data/smartphone/nokia/2022/g400.json create mode 100644 data/smartphone/nokia/2023/g42-5g.json create mode 100644 data/smartphone/samsung/2020/galaxy-w21-5g.json create mode 100644 data/smartphone/samsung/2020/galaxy-xcover-5.json create mode 100644 data/smartphone/samsung/2021/galaxy-w22-5g.json create mode 100644 data/smartphone/samsung/2022/galaxy-a04.json create mode 100644 data/smartphone/samsung/2022/galaxy-m04.json create mode 100644 data/smartphone/samsung/2022/galaxy-xcover-6-pro.json create mode 100644 data/smartphone/samsung/2023/galaxy-a14.json create mode 100644 data/smartphone/samsung/2023/galaxy-a24.json create mode 100644 data/smartphone/samsung/2023/galaxy-f14.json create mode 100644 data/smartphone/samsung/2023/galaxy-f34.json create mode 100644 data/smartphone/samsung/2023/galaxy-f54.json create mode 100644 data/smartphone/samsung/2023/galaxy-m14.json create mode 100644 data/smartphone/samsung/2023/galaxy-m54.json create mode 100644 data/smartphone/sony/2022/xperia-1-iv.json create mode 100644 data/smartphone/sony/2022/xperia-10-iv.json create mode 100644 data/smartphone/sony/2022/xperia-5-iv.json create mode 100644 data/smartphone/sony/2023/xperia-10-v.json create mode 100644 data/smartphone/sony/2024/xperia-5-vi.json diff --git a/data/smartphone/google/2019/pixel-3a-xl.json b/data/smartphone/google/2019/pixel-3a-xl.json new file mode 100644 index 00000000000..8d981e3cc19 --- /dev/null +++ b/data/smartphone/google/2019/pixel-3a-xl.json @@ -0,0 +1,43 @@ +{ + "slug": "pixel-3a-xl", + "name": "Pixel 3a XL", + "brand": "google", + "soc": "snapdragon-670", + "release_date": "2019-01-01", + "msrp_usd": 479, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.0, + "resolution": "1080x2160", + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.2 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3700, + "charging_wired_w": 18, + "weight_g": 167.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/google/2019/pixel-3a.json b/data/smartphone/google/2019/pixel-3a.json new file mode 100644 index 00000000000..b2c935fac13 --- /dev/null +++ b/data/smartphone/google/2019/pixel-3a.json @@ -0,0 +1,41 @@ +{ + "slug": "pixel-3a", + "name": "Pixel 3a", + "brand": "google", + "soc": "snapdragon-670", + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.2 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "weight_g": 147.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/nokia/2022/g21.json b/data/smartphone/nokia/2022/g21.json new file mode 100644 index 00000000000..0808ebd8359 --- /dev/null +++ b/data/smartphone/nokia/2022/g21.json @@ -0,0 +1,42 @@ +{ + "slug": "g21", + "name": "G21", + "brand": "nokia", + "soc": "unisoc-t606", + "release_date": "2022-01-01", + "msrp_usd": 169, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/nokia/2022/g400.json b/data/smartphone/nokia/2022/g400.json new file mode 100644 index 00000000000..0b73580b511 --- /dev/null +++ b/data/smartphone/nokia/2022/g400.json @@ -0,0 +1,41 @@ +{ + "slug": "g400", + "name": "G400", + "brand": "nokia", + "soc": "snapdragon-480", + "release_date": "2022-01-01", + "msrp_usd": 239, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/nokia/2023/g42-5g.json b/data/smartphone/nokia/2023/g42-5g.json new file mode 100644 index 00000000000..822564094b1 --- /dev/null +++ b/data/smartphone/nokia/2023/g42-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "g42-5g", + "name": "G42 5G", + "brand": "nokia", + "soc": "snapdragon-480-plus", + "release_date": "2023-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2020/galaxy-w21-5g.json b/data/smartphone/samsung/2020/galaxy-w21-5g.json new file mode 100644 index 00000000000..e28c045a0ae --- /dev/null +++ b/data/smartphone/samsung/2020/galaxy-w21-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "galaxy-w21-5g", + "name": "Galaxy W21 5G", + "brand": "samsung", + "soc": "snapdragon-888", + "release_date": "2020-01-01", + "msrp_usd": 1399, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 4500, + "weight_g": 229.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2020/galaxy-xcover-5.json b/data/smartphone/samsung/2020/galaxy-xcover-5.json new file mode 100644 index 00000000000..c54b29eb3fe --- /dev/null +++ b/data/smartphone/samsung/2020/galaxy-xcover-5.json @@ -0,0 +1,41 @@ +{ + "slug": "galaxy-xcover-5", + "name": "Galaxy Xcover 5", + "brand": "samsung", + "soc": "exynos-850", + "release_date": "2020-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2021/galaxy-w22-5g.json b/data/smartphone/samsung/2021/galaxy-w22-5g.json new file mode 100644 index 00000000000..40c91832f14 --- /dev/null +++ b/data/smartphone/samsung/2021/galaxy-w22-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "galaxy-w22-5g", + "name": "Galaxy W22 5G", + "brand": "samsung", + "soc": "snapdragon-888", + "release_date": "2021-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 4500, + "weight_g": 228.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2022/galaxy-a04.json b/data/smartphone/samsung/2022/galaxy-a04.json new file mode 100644 index 00000000000..e420c98f21c --- /dev/null +++ b/data/smartphone/samsung/2022/galaxy-a04.json @@ -0,0 +1,43 @@ +{ + "slug": "galaxy-a04", + "name": "Galaxy A04", + "brand": "samsung", + "soc": "exynos-850", + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/samsung/2022/galaxy-m04.json b/data/smartphone/samsung/2022/galaxy-m04.json new file mode 100644 index 00000000000..17829c8f337 --- /dev/null +++ b/data/smartphone/samsung/2022/galaxy-m04.json @@ -0,0 +1,44 @@ +{ + "slug": "galaxy-m04", + "name": "Galaxy M04", + "brand": "samsung", + "soc": "helio-p35", + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/samsung/2022/galaxy-xcover-6-pro.json b/data/smartphone/samsung/2022/galaxy-xcover-6-pro.json new file mode 100644 index 00000000000..0a2e1c48c19 --- /dev/null +++ b/data/smartphone/samsung/2022/galaxy-xcover-6-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "galaxy-xcover-6-pro", + "name": "Galaxy Xcover 6 Pro", + "brand": "samsung", + "soc": "exynos-1380", + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4050, + "weight_g": 235.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-a14.json b/data/smartphone/samsung/2023/galaxy-a14.json new file mode 100644 index 00000000000..c641745bb06 --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-a14.json @@ -0,0 +1,42 @@ +{ + "slug": "galaxy-a14", + "name": "Galaxy A14", + "brand": "samsung", + "soc": "exynos-850", + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-a24.json b/data/smartphone/samsung/2023/galaxy-a24.json new file mode 100644 index 00000000000..f48af66da56 --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-a24.json @@ -0,0 +1,44 @@ +{ + "slug": "galaxy-a24", + "name": "Galaxy A24", + "brand": "samsung", + "soc": "helio-g99", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": "1080x2408", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-f14.json b/data/smartphone/samsung/2023/galaxy-f14.json new file mode 100644 index 00000000000..53177ba91b7 --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-f14.json @@ -0,0 +1,44 @@ +{ + "slug": "galaxy-f14", + "name": "Galaxy F14", + "brand": "samsung", + "soc": "exynos-850", + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": "2408x1080", + "refresh_hz": null, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 25, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-f34.json b/data/smartphone/samsung/2023/galaxy-f34.json new file mode 100644 index 00000000000..306586d929a --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-f34.json @@ -0,0 +1,42 @@ +{ + "slug": "galaxy-f34", + "name": "Galaxy F34", + "brand": "samsung", + "soc": "exynos-1280", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-f54.json b/data/smartphone/samsung/2023/galaxy-f54.json new file mode 100644 index 00000000000..49e4ae41645 --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-f54.json @@ -0,0 +1,42 @@ +{ + "slug": "galaxy-f54", + "name": "Galaxy F54", + "brand": "samsung", + "soc": "exynos-1380", + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-m14.json b/data/smartphone/samsung/2023/galaxy-m14.json new file mode 100644 index 00000000000..90b0e7b2d48 --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-m14.json @@ -0,0 +1,43 @@ +{ + "slug": "galaxy-m14", + "name": "Galaxy M14", + "brand": "samsung", + "soc": "exynos-850", + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/samsung/2023/galaxy-m54.json b/data/smartphone/samsung/2023/galaxy-m54.json new file mode 100644 index 00000000000..a2785f6f7bb --- /dev/null +++ b/data/smartphone/samsung/2023/galaxy-m54.json @@ -0,0 +1,42 @@ +{ + "slug": "galaxy-m54", + "name": "Galaxy M54", + "brand": "samsung", + "soc": "exynos-1380", + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/sony/2022/xperia-1-iv.json b/data/smartphone/sony/2022/xperia-1-iv.json new file mode 100644 index 00000000000..5894fb15ef2 --- /dev/null +++ b/data/smartphone/sony/2022/xperia-1-iv.json @@ -0,0 +1,41 @@ +{ + "slug": "xperia-1-iv", + "name": "Xperia 1 IV", + "brand": "sony", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 1599, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/sony/2022/xperia-10-iv.json b/data/smartphone/sony/2022/xperia-10-iv.json new file mode 100644 index 00000000000..8390c5a4c98 --- /dev/null +++ b/data/smartphone/sony/2022/xperia-10-iv.json @@ -0,0 +1,41 @@ +{ + "slug": "xperia-10-iv", + "name": "Xperia 10 IV", + "brand": "sony", + "soc": "snapdragon-695", + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.0, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 161.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/sony/2022/xperia-5-iv.json b/data/smartphone/sony/2022/xperia-5-iv.json new file mode 100644 index 00000000000..41611248183 --- /dev/null +++ b/data/smartphone/sony/2022/xperia-5-iv.json @@ -0,0 +1,41 @@ +{ + "slug": "xperia-5-iv", + "name": "Xperia 5 IV", + "brand": "sony", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/sony/2023/xperia-10-v.json b/data/smartphone/sony/2023/xperia-10-v.json new file mode 100644 index 00000000000..34d83fb7fee --- /dev/null +++ b/data/smartphone/sony/2023/xperia-10-v.json @@ -0,0 +1,41 @@ +{ + "slug": "xperia-10-v", + "name": "Xperia 10 V", + "brand": "sony", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 164.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/sony/2024/xperia-5-vi.json b/data/smartphone/sony/2024/xperia-5-vi.json new file mode 100644 index 00000000000..bca6ccb1630 --- /dev/null +++ b/data/smartphone/sony/2024/xperia-5-vi.json @@ -0,0 +1,41 @@ +{ + "slug": "xperia-5-vi", + "name": "Xperia 5 VI", + "brand": "sony", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From b0283989db01167c786babb4fc76d979604c9655 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:23 +0900 Subject: [PATCH 05/22] data(smartphone): import Kaggle Honor phones Refs #1 --- data/smartphone/honor/2020/10x-lite.json | 38 +++++++++++++++++++ data/smartphone/honor/2020/30-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2020/9x-lite.json | 38 +++++++++++++++++++ data/smartphone/honor/2020/play-4-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2020/play-4.json | 38 +++++++++++++++++++ data/smartphone/honor/2020/x10-max.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/50-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/50-se.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/50.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/60-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/60-se.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/60.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/magic3-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/magic3.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/play-5.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/v40.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/x20-se.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/x20.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/x30-max.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/x30.json | 38 +++++++++++++++++++ data/smartphone/honor/2021/x30i.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/70-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/70.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/80-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/80-se.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/magic-v.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/magic4-pro.json | 38 +++++++++++++++++++ .../honor/2022/magic4-ultimate.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/magic4.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/play-6t.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/x40.json | 38 +++++++++++++++++++ data/smartphone/honor/2022/x40i.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/90-pro.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/90-se.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/90.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/magic-vs.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/magic5-pro.json | 38 +++++++++++++++++++ .../honor/2023/magic5-ultimate.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/magic5.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/play-8t.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/play-9t.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/x50.json | 38 +++++++++++++++++++ data/smartphone/honor/2023/x60.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic-v2.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic-v3.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic6-pro.json | 38 +++++++++++++++++++ .../honor/2024/magic6-ultimate.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic6.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic7-pro.json | 38 +++++++++++++++++++ .../honor/2024/magic7-ultimate.json | 38 +++++++++++++++++++ data/smartphone/honor/2024/magic7.json | 38 +++++++++++++++++++ 51 files changed, 1938 insertions(+) create mode 100644 data/smartphone/honor/2020/10x-lite.json create mode 100644 data/smartphone/honor/2020/30-pro.json create mode 100644 data/smartphone/honor/2020/9x-lite.json create mode 100644 data/smartphone/honor/2020/play-4-pro.json create mode 100644 data/smartphone/honor/2020/play-4.json create mode 100644 data/smartphone/honor/2020/x10-max.json create mode 100644 data/smartphone/honor/2021/50-pro.json create mode 100644 data/smartphone/honor/2021/50-se.json create mode 100644 data/smartphone/honor/2021/50.json create mode 100644 data/smartphone/honor/2021/60-pro.json create mode 100644 data/smartphone/honor/2021/60-se.json create mode 100644 data/smartphone/honor/2021/60.json create mode 100644 data/smartphone/honor/2021/magic3-pro.json create mode 100644 data/smartphone/honor/2021/magic3.json create mode 100644 data/smartphone/honor/2021/play-5.json create mode 100644 data/smartphone/honor/2021/v40.json create mode 100644 data/smartphone/honor/2021/x20-se.json create mode 100644 data/smartphone/honor/2021/x20.json create mode 100644 data/smartphone/honor/2021/x30-max.json create mode 100644 data/smartphone/honor/2021/x30.json create mode 100644 data/smartphone/honor/2021/x30i.json create mode 100644 data/smartphone/honor/2022/70-pro.json create mode 100644 data/smartphone/honor/2022/70.json create mode 100644 data/smartphone/honor/2022/80-pro.json create mode 100644 data/smartphone/honor/2022/80-se.json create mode 100644 data/smartphone/honor/2022/magic-v.json create mode 100644 data/smartphone/honor/2022/magic4-pro.json create mode 100644 data/smartphone/honor/2022/magic4-ultimate.json create mode 100644 data/smartphone/honor/2022/magic4.json create mode 100644 data/smartphone/honor/2022/play-6t.json create mode 100644 data/smartphone/honor/2022/x40.json create mode 100644 data/smartphone/honor/2022/x40i.json create mode 100644 data/smartphone/honor/2023/90-pro.json create mode 100644 data/smartphone/honor/2023/90-se.json create mode 100644 data/smartphone/honor/2023/90.json create mode 100644 data/smartphone/honor/2023/magic-vs.json create mode 100644 data/smartphone/honor/2023/magic5-pro.json create mode 100644 data/smartphone/honor/2023/magic5-ultimate.json create mode 100644 data/smartphone/honor/2023/magic5.json create mode 100644 data/smartphone/honor/2023/play-8t.json create mode 100644 data/smartphone/honor/2023/play-9t.json create mode 100644 data/smartphone/honor/2023/x50.json create mode 100644 data/smartphone/honor/2023/x60.json create mode 100644 data/smartphone/honor/2024/magic-v2.json create mode 100644 data/smartphone/honor/2024/magic-v3.json create mode 100644 data/smartphone/honor/2024/magic6-pro.json create mode 100644 data/smartphone/honor/2024/magic6-ultimate.json create mode 100644 data/smartphone/honor/2024/magic6.json create mode 100644 data/smartphone/honor/2024/magic7-pro.json create mode 100644 data/smartphone/honor/2024/magic7-ultimate.json create mode 100644 data/smartphone/honor/2024/magic7.json diff --git a/data/smartphone/honor/2020/10x-lite.json b/data/smartphone/honor/2020/10x-lite.json new file mode 100644 index 00000000000..101f5dd27a9 --- /dev/null +++ b/data/smartphone/honor/2020/10x-lite.json @@ -0,0 +1,38 @@ +{ + "slug": "10x-lite", + "name": "10X Lite", + "brand": "honor", + "soc": "kirin-710a", + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2020/30-pro.json b/data/smartphone/honor/2020/30-pro.json new file mode 100644 index 00000000000..9a22bddf3ae --- /dev/null +++ b/data/smartphone/honor/2020/30-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "30-pro", + "name": "30 Pro", + "brand": "honor", + "soc": "kirin-990-5g", + "release_date": "2020-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2020/9x-lite.json b/data/smartphone/honor/2020/9x-lite.json new file mode 100644 index 00000000000..5fa6b978c66 --- /dev/null +++ b/data/smartphone/honor/2020/9x-lite.json @@ -0,0 +1,38 @@ +{ + "slug": "9x-lite", + "name": "9X Lite", + "brand": "honor", + "soc": "kirin-710f", + "release_date": "2020-01-01", + "msrp_usd": 219, + "ram_gb": 4, + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3750, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2020/play-4-pro.json b/data/smartphone/honor/2020/play-4-pro.json new file mode 100644 index 00000000000..f6c5bafd973 --- /dev/null +++ b/data/smartphone/honor/2020/play-4-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "play-4-pro", + "name": "Play 4 Pro", + "brand": "honor", + "soc": "kirin-990-5g", + "release_date": "2020-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 40.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "weight_g": 213.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2020/play-4.json b/data/smartphone/honor/2020/play-4.json new file mode 100644 index 00000000000..b4aad049053 --- /dev/null +++ b/data/smartphone/honor/2020/play-4.json @@ -0,0 +1,38 @@ +{ + "slug": "play-4", + "name": "Play 4", + "brand": "honor", + "soc": "dimensity-800", + "release_date": "2020-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 213.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2020/x10-max.json b/data/smartphone/honor/2020/x10-max.json new file mode 100644 index 00000000000..eef24ee297b --- /dev/null +++ b/data/smartphone/honor/2020/x10-max.json @@ -0,0 +1,38 @@ +{ + "slug": "x10-max", + "name": "X10 Max", + "brand": "honor", + "soc": "dimensity-800", + "release_date": "2020-01-01", + "msrp_usd": 379, + "ram_gb": 8, + "display": { + "size_inch": 7.09, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 227.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/50-pro.json b/data/smartphone/honor/2021/50-pro.json new file mode 100644 index 00000000000..e7be30fa935 --- /dev/null +++ b/data/smartphone/honor/2021/50-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "50-pro", + "name": "50 Pro", + "brand": "honor", + "soc": "snapdragon-778g", + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 187.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/50-se.json b/data/smartphone/honor/2021/50-se.json new file mode 100644 index 00000000000..901063f690f --- /dev/null +++ b/data/smartphone/honor/2021/50-se.json @@ -0,0 +1,38 @@ +{ + "slug": "50-se", + "name": "50 SE", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/50.json b/data/smartphone/honor/2021/50.json new file mode 100644 index 00000000000..261e220b2af --- /dev/null +++ b/data/smartphone/honor/2021/50.json @@ -0,0 +1,38 @@ +{ + "slug": "50", + "name": "50", + "brand": "honor", + "soc": "snapdragon-778g", + "release_date": "2021-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/60-pro.json b/data/smartphone/honor/2021/60-pro.json new file mode 100644 index 00000000000..647e411008e --- /dev/null +++ b/data/smartphone/honor/2021/60-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "60-pro", + "name": "60 Pro", + "brand": "honor", + "soc": "snapdragon-778g-plus", + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4800, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/60-se.json b/data/smartphone/honor/2021/60-se.json new file mode 100644 index 00000000000..c781d531f2d --- /dev/null +++ b/data/smartphone/honor/2021/60-se.json @@ -0,0 +1,38 @@ +{ + "slug": "60-se", + "name": "60 SE", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/60.json b/data/smartphone/honor/2021/60.json new file mode 100644 index 00000000000..f899c1b099b --- /dev/null +++ b/data/smartphone/honor/2021/60.json @@ -0,0 +1,38 @@ +{ + "slug": "60", + "name": "60", + "brand": "honor", + "soc": "snapdragon-778g", + "release_date": "2021-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/magic3-pro.json b/data/smartphone/honor/2021/magic3-pro.json new file mode 100644 index 00000000000..fc386e047d3 --- /dev/null +++ b/data/smartphone/honor/2021/magic3-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "magic3-pro", + "name": "Magic3 Pro", + "brand": "honor", + "soc": "snapdragon-888-plus", + "release_date": "2021-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "display": { + "size_inch": 6.76, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4600, + "weight_g": 213.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/magic3.json b/data/smartphone/honor/2021/magic3.json new file mode 100644 index 00000000000..e9ec10b43a0 --- /dev/null +++ b/data/smartphone/honor/2021/magic3.json @@ -0,0 +1,38 @@ +{ + "slug": "magic3", + "name": "Magic3", + "brand": "honor", + "soc": "snapdragon-888", + "release_date": "2021-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "display": { + "size_inch": 6.76, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4600, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/play-5.json b/data/smartphone/honor/2021/play-5.json new file mode 100644 index 00000000000..006c42c1a99 --- /dev/null +++ b/data/smartphone/honor/2021/play-5.json @@ -0,0 +1,38 @@ +{ + "slug": "play-5", + "name": "Play 5", + "brand": "honor", + "soc": "dimensity-800u", + "release_date": "2021-01-01", + "msrp_usd": 319, + "ram_gb": 8, + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3800, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/v40.json b/data/smartphone/honor/2021/v40.json new file mode 100644 index 00000000000..b898ba92fbc --- /dev/null +++ b/data/smartphone/honor/2021/v40.json @@ -0,0 +1,38 @@ +{ + "slug": "v40", + "name": "V40", + "brand": "honor", + "soc": "dimensity-1000-plus", + "release_date": "2021-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/x20-se.json b/data/smartphone/honor/2021/x20-se.json new file mode 100644 index 00000000000..1a2efae0b61 --- /dev/null +++ b/data/smartphone/honor/2021/x20-se.json @@ -0,0 +1,38 @@ +{ + "slug": "x20-se", + "name": "X20 SE", + "brand": "honor", + "soc": "dimensity-700", + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/x20.json b/data/smartphone/honor/2021/x20.json new file mode 100644 index 00000000000..b6b1bcf56d0 --- /dev/null +++ b/data/smartphone/honor/2021/x20.json @@ -0,0 +1,38 @@ +{ + "slug": "x20", + "name": "X20", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 379, + "ram_gb": 6, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/x30-max.json b/data/smartphone/honor/2021/x30-max.json new file mode 100644 index 00000000000..8499058d204 --- /dev/null +++ b/data/smartphone/honor/2021/x30-max.json @@ -0,0 +1,38 @@ +{ + "slug": "x30-max", + "name": "X30 Max", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "display": { + "size_inch": 7.09, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 228.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/x30.json b/data/smartphone/honor/2021/x30.json new file mode 100644 index 00000000000..70c87b7d1a2 --- /dev/null +++ b/data/smartphone/honor/2021/x30.json @@ -0,0 +1,38 @@ +{ + "slug": "x30", + "name": "X30", + "brand": "honor", + "soc": "snapdragon-695", + "release_date": "2021-01-01", + "msrp_usd": 379, + "ram_gb": 6, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4800, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2021/x30i.json b/data/smartphone/honor/2021/x30i.json new file mode 100644 index 00000000000..51d11f5dab4 --- /dev/null +++ b/data/smartphone/honor/2021/x30i.json @@ -0,0 +1,38 @@ +{ + "slug": "x30i", + "name": "X30i", + "brand": "honor", + "soc": "dimensity-810", + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/70-pro.json b/data/smartphone/honor/2022/70-pro.json new file mode 100644 index 00000000000..c5c89c2949f --- /dev/null +++ b/data/smartphone/honor/2022/70-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "70-pro", + "name": "70 Pro+", + "brand": "honor", + "soc": "dimensity-9000", + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 54.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4500, + "weight_g": 209.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/70.json b/data/smartphone/honor/2022/70.json new file mode 100644 index 00000000000..8f96468c030 --- /dev/null +++ b/data/smartphone/honor/2022/70.json @@ -0,0 +1,38 @@ +{ + "slug": "70", + "name": "70", + "brand": "honor", + "soc": "snapdragon-778g-plus", + "release_date": "2022-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 54.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 178.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/80-pro.json b/data/smartphone/honor/2022/80-pro.json new file mode 100644 index 00000000000..ad5c2284795 --- /dev/null +++ b/data/smartphone/honor/2022/80-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "80-pro", + "name": "80 Pro", + "brand": "honor", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 160.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4800, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/80-se.json b/data/smartphone/honor/2022/80-se.json new file mode 100644 index 00000000000..d0dbecc0cdf --- /dev/null +++ b/data/smartphone/honor/2022/80-se.json @@ -0,0 +1,38 @@ +{ + "slug": "80-se", + "name": "80 SE", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/magic-v.json b/data/smartphone/honor/2022/magic-v.json new file mode 100644 index 00000000000..bea9e3fb07b --- /dev/null +++ b/data/smartphone/honor/2022/magic-v.json @@ -0,0 +1,38 @@ +{ + "slug": "magic-v", + "name": "Magic V", + "brand": "honor", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 1799, + "ram_gb": 12, + "display": { + "size_inch": 7.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 42.0 + } + ], + "battery_mah": 4750, + "weight_g": 288.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/magic4-pro.json b/data/smartphone/honor/2022/magic4-pro.json new file mode 100644 index 00000000000..bc9fd8f5633 --- /dev/null +++ b/data/smartphone/honor/2022/magic4-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "magic4-pro", + "name": "Magic4 Pro", + "brand": "honor", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4600, + "weight_g": 215.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/magic4-ultimate.json b/data/smartphone/honor/2022/magic4-ultimate.json new file mode 100644 index 00000000000..41167bae96c --- /dev/null +++ b/data/smartphone/honor/2022/magic4-ultimate.json @@ -0,0 +1,38 @@ +{ + "slug": "magic4-ultimate", + "name": "Magic4 Ultimate", + "brand": "honor", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4600, + "weight_g": 242.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/magic4.json b/data/smartphone/honor/2022/magic4.json new file mode 100644 index 00000000000..8d07b2f7ccb --- /dev/null +++ b/data/smartphone/honor/2022/magic4.json @@ -0,0 +1,38 @@ +{ + "slug": "magic4", + "name": "Magic4", + "brand": "honor", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4800, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/play-6t.json b/data/smartphone/honor/2022/play-6t.json new file mode 100644 index 00000000000..e42e89969b5 --- /dev/null +++ b/data/smartphone/honor/2022/play-6t.json @@ -0,0 +1,38 @@ +{ + "slug": "play-6t", + "name": "Play 6T", + "brand": "honor", + "soc": "dimensity-700", + "release_date": "2022-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/x40.json b/data/smartphone/honor/2022/x40.json new file mode 100644 index 00000000000..d81b0954da6 --- /dev/null +++ b/data/smartphone/honor/2022/x40.json @@ -0,0 +1,38 @@ +{ + "slug": "x40", + "name": "X40", + "brand": "honor", + "soc": "snapdragon-695", + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5100, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2022/x40i.json b/data/smartphone/honor/2022/x40i.json new file mode 100644 index 00000000000..5e8f8ef2dcc --- /dev/null +++ b/data/smartphone/honor/2022/x40i.json @@ -0,0 +1,38 @@ +{ + "slug": "x40i", + "name": "X40i", + "brand": "honor", + "soc": "dimensity-700", + "release_date": "2022-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/90-pro.json b/data/smartphone/honor/2023/90-pro.json new file mode 100644 index 00000000000..841a516bbce --- /dev/null +++ b/data/smartphone/honor/2023/90-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "90-pro", + "name": "90 Pro", + "brand": "honor", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/90-se.json b/data/smartphone/honor/2023/90-se.json new file mode 100644 index 00000000000..31647600599 --- /dev/null +++ b/data/smartphone/honor/2023/90-se.json @@ -0,0 +1,38 @@ +{ + "slug": "90-se", + "name": "90 SE", + "brand": "honor", + "soc": "dimensity-900", + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/90.json b/data/smartphone/honor/2023/90.json new file mode 100644 index 00000000000..e41d9dad256 --- /dev/null +++ b/data/smartphone/honor/2023/90.json @@ -0,0 +1,38 @@ +{ + "slug": "90", + "name": "90", + "brand": "honor", + "soc": "snapdragon-7-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "weight_g": 183.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/magic-vs.json b/data/smartphone/honor/2023/magic-vs.json new file mode 100644 index 00000000000..c9400637744 --- /dev/null +++ b/data/smartphone/honor/2023/magic-vs.json @@ -0,0 +1,38 @@ +{ + "slug": "magic-vs", + "name": "Magic Vs", + "brand": "honor", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 1699, + "ram_gb": 12, + "display": { + "size_inch": 7.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 267.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/magic5-pro.json b/data/smartphone/honor/2023/magic5-pro.json new file mode 100644 index 00000000000..cbd276824dd --- /dev/null +++ b/data/smartphone/honor/2023/magic5-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "magic5-pro", + "name": "Magic5 Pro", + "brand": "honor", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5100, + "weight_g": 219.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/magic5-ultimate.json b/data/smartphone/honor/2023/magic5-ultimate.json new file mode 100644 index 00000000000..9a18e484c7a --- /dev/null +++ b/data/smartphone/honor/2023/magic5-ultimate.json @@ -0,0 +1,38 @@ +{ + "slug": "magic5-ultimate", + "name": "Magic5 Ultimate", + "brand": "honor", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 1399, + "ram_gb": 16, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5450, + "weight_g": 234.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/magic5.json b/data/smartphone/honor/2023/magic5.json new file mode 100644 index 00000000000..68e3fe555c5 --- /dev/null +++ b/data/smartphone/honor/2023/magic5.json @@ -0,0 +1,38 @@ +{ + "slug": "magic5", + "name": "Magic5", + "brand": "honor", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5100, + "weight_g": 204.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/play-8t.json b/data/smartphone/honor/2023/play-8t.json new file mode 100644 index 00000000000..5c464f3ab0f --- /dev/null +++ b/data/smartphone/honor/2023/play-8t.json @@ -0,0 +1,38 @@ +{ + "slug": "play-8t", + "name": "Play 8T", + "brand": "honor", + "soc": "dimensity-6100-plus", + "release_date": "2023-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5200, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/play-9t.json b/data/smartphone/honor/2023/play-9t.json new file mode 100644 index 00000000000..4d8e98262a1 --- /dev/null +++ b/data/smartphone/honor/2023/play-9t.json @@ -0,0 +1,38 @@ +{ + "slug": "play-9t", + "name": "Play 9T", + "brand": "honor", + "soc": "dimensity-6100-plus", + "release_date": "2023-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5200, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/x50.json b/data/smartphone/honor/2023/x50.json new file mode 100644 index 00000000000..0e8a26b87e5 --- /dev/null +++ b/data/smartphone/honor/2023/x50.json @@ -0,0 +1,38 @@ +{ + "slug": "x50", + "name": "X50", + "brand": "honor", + "soc": "snapdragon-6-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5800, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2023/x60.json b/data/smartphone/honor/2023/x60.json new file mode 100644 index 00000000000..94b6c8a9f17 --- /dev/null +++ b/data/smartphone/honor/2023/x60.json @@ -0,0 +1,38 @@ +{ + "slug": "x60", + "name": "X60", + "brand": "honor", + "soc": "snapdragon-6-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5800, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic-v2.json b/data/smartphone/honor/2024/magic-v2.json new file mode 100644 index 00000000000..6277505a795 --- /dev/null +++ b/data/smartphone/honor/2024/magic-v2.json @@ -0,0 +1,38 @@ +{ + "slug": "magic-v2", + "name": "Magic V2", + "brand": "honor", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 1899, + "ram_gb": 12, + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 231.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic-v3.json b/data/smartphone/honor/2024/magic-v3.json new file mode 100644 index 00000000000..9b8c347f080 --- /dev/null +++ b/data/smartphone/honor/2024/magic-v3.json @@ -0,0 +1,38 @@ +{ + "slug": "magic-v3", + "name": "Magic V3", + "brand": "honor", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 1899, + "ram_gb": 12, + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 231.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic6-pro.json b/data/smartphone/honor/2024/magic6-pro.json new file mode 100644 index 00000000000..75a47b4b7c3 --- /dev/null +++ b/data/smartphone/honor/2024/magic6-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "magic6-pro", + "name": "Magic6 Pro", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5500, + "weight_g": 219.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic6-ultimate.json b/data/smartphone/honor/2024/magic6-ultimate.json new file mode 100644 index 00000000000..ed49243a556 --- /dev/null +++ b/data/smartphone/honor/2024/magic6-ultimate.json @@ -0,0 +1,38 @@ +{ + "slug": "magic6-ultimate", + "name": "Magic6 Ultimate", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 16, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5550, + "weight_g": 234.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic6.json b/data/smartphone/honor/2024/magic6.json new file mode 100644 index 00000000000..a6956f2f6ee --- /dev/null +++ b/data/smartphone/honor/2024/magic6.json @@ -0,0 +1,38 @@ +{ + "slug": "magic6", + "name": "Magic6", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5200, + "weight_g": 203.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic7-pro.json b/data/smartphone/honor/2024/magic7-pro.json new file mode 100644 index 00000000000..78f4ae1fb89 --- /dev/null +++ b/data/smartphone/honor/2024/magic7-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "magic7-pro", + "name": "Magic7 Pro", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5500, + "weight_g": 219.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic7-ultimate.json b/data/smartphone/honor/2024/magic7-ultimate.json new file mode 100644 index 00000000000..0a5bc1de94b --- /dev/null +++ b/data/smartphone/honor/2024/magic7-ultimate.json @@ -0,0 +1,38 @@ +{ + "slug": "magic7-ultimate", + "name": "Magic7 Ultimate", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 16, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5550, + "weight_g": 234.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/honor/2024/magic7.json b/data/smartphone/honor/2024/magic7.json new file mode 100644 index 00000000000..092e04b7b4b --- /dev/null +++ b/data/smartphone/honor/2024/magic7.json @@ -0,0 +1,38 @@ +{ + "slug": "magic7", + "name": "Magic7", + "brand": "honor", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5200, + "weight_g": 203.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 283b489284c358c1f590de4df448a3969766235d Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:29 +0900 Subject: [PATCH 06/22] data(smartphone): import Kaggle Huawei Xiaomi and POCO phones Refs #1 --- data/smartphone/huawei/2023/mate-60-pro.json | 38 ++++++++++++++++ data/smartphone/huawei/2023/mate-60.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/mate-70-pro.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/mate-70.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/mate-x6.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/mate-xt.json | 42 ++++++++++++++++++ data/smartphone/huawei/2024/nova-12-pro.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/nova-12.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/nova-13-pro.json | 42 ++++++++++++++++++ data/smartphone/huawei/2024/nova-13.json | 42 ++++++++++++++++++ data/smartphone/huawei/2024/pura-70-pro.json | 38 ++++++++++++++++ .../smartphone/huawei/2024/pura-70-ultra.json | 38 ++++++++++++++++ data/smartphone/huawei/2024/pura-70.json | 38 ++++++++++++++++ data/smartphone/poco/2020/f2-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2020/m2-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2020/m3.json | 41 ++++++++++++++++++ data/smartphone/poco/2020/x3-nfc.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/f3-gt.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/f3.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/m3-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/m4-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/x3-gt.json | 41 ++++++++++++++++++ data/smartphone/poco/2021/x3-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/f4-gt.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/f4.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/m4-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/m5.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/m5s.json | 41 ++++++++++++++++++ data/smartphone/poco/2022/x4-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/f5-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/f5.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/m6-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/m6.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/x5-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2023/x5.json | 41 ++++++++++++++++++ data/smartphone/poco/2024/c65.json | 41 ++++++++++++++++++ data/smartphone/poco/2024/f6.json | 41 ++++++++++++++++++ data/smartphone/poco/2024/x6-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2024/x6.json | 41 ++++++++++++++++++ data/smartphone/poco/2025/x7-pro.json | 41 ++++++++++++++++++ data/smartphone/poco/2025/x7.json | 41 ++++++++++++++++++ .../smartphone/xiaomi/2023/xiaomi-14-pro.json | 42 ++++++++++++++++++ data/smartphone/xiaomi/2024/redmi-14c-5g.json | 42 ++++++++++++++++++ .../xiaomi/2024/redmi-note-14-4g.json | 42 ++++++++++++++++++ .../xiaomi/2024/redmi-note-14-pro-4g.json | 42 ++++++++++++++++++ .../xiaomi/2024/redmi-note-14-pro-5g.json | 43 +++++++++++++++++++ 46 files changed, 1865 insertions(+) create mode 100644 data/smartphone/huawei/2023/mate-60-pro.json create mode 100644 data/smartphone/huawei/2023/mate-60.json create mode 100644 data/smartphone/huawei/2024/mate-70-pro.json create mode 100644 data/smartphone/huawei/2024/mate-70.json create mode 100644 data/smartphone/huawei/2024/mate-x6.json create mode 100644 data/smartphone/huawei/2024/mate-xt.json create mode 100644 data/smartphone/huawei/2024/nova-12-pro.json create mode 100644 data/smartphone/huawei/2024/nova-12.json create mode 100644 data/smartphone/huawei/2024/nova-13-pro.json create mode 100644 data/smartphone/huawei/2024/nova-13.json create mode 100644 data/smartphone/huawei/2024/pura-70-pro.json create mode 100644 data/smartphone/huawei/2024/pura-70-ultra.json create mode 100644 data/smartphone/huawei/2024/pura-70.json create mode 100644 data/smartphone/poco/2020/f2-pro.json create mode 100644 data/smartphone/poco/2020/m2-pro.json create mode 100644 data/smartphone/poco/2020/m3.json create mode 100644 data/smartphone/poco/2020/x3-nfc.json create mode 100644 data/smartphone/poco/2021/f3-gt.json create mode 100644 data/smartphone/poco/2021/f3.json create mode 100644 data/smartphone/poco/2021/m3-pro-5g.json create mode 100644 data/smartphone/poco/2021/m4-pro-5g.json create mode 100644 data/smartphone/poco/2021/x3-gt.json create mode 100644 data/smartphone/poco/2021/x3-pro.json create mode 100644 data/smartphone/poco/2022/f4-gt.json create mode 100644 data/smartphone/poco/2022/f4.json create mode 100644 data/smartphone/poco/2022/m4-pro.json create mode 100644 data/smartphone/poco/2022/m5.json create mode 100644 data/smartphone/poco/2022/m5s.json create mode 100644 data/smartphone/poco/2022/x4-pro-5g.json create mode 100644 data/smartphone/poco/2023/f5-pro.json create mode 100644 data/smartphone/poco/2023/f5.json create mode 100644 data/smartphone/poco/2023/m6-pro.json create mode 100644 data/smartphone/poco/2023/m6.json create mode 100644 data/smartphone/poco/2023/x5-pro.json create mode 100644 data/smartphone/poco/2023/x5.json create mode 100644 data/smartphone/poco/2024/c65.json create mode 100644 data/smartphone/poco/2024/f6.json create mode 100644 data/smartphone/poco/2024/x6-pro.json create mode 100644 data/smartphone/poco/2024/x6.json create mode 100644 data/smartphone/poco/2025/x7-pro.json create mode 100644 data/smartphone/poco/2025/x7.json create mode 100644 data/smartphone/xiaomi/2023/xiaomi-14-pro.json create mode 100644 data/smartphone/xiaomi/2024/redmi-14c-5g.json create mode 100644 data/smartphone/xiaomi/2024/redmi-note-14-4g.json create mode 100644 data/smartphone/xiaomi/2024/redmi-note-14-pro-4g.json create mode 100644 data/smartphone/xiaomi/2024/redmi-note-14-pro-5g.json diff --git a/data/smartphone/huawei/2023/mate-60-pro.json b/data/smartphone/huawei/2023/mate-60-pro.json new file mode 100644 index 00000000000..a93d08750c7 --- /dev/null +++ b/data/smartphone/huawei/2023/mate-60-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "mate-60-pro", + "name": "Mate 60 Pro", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2023-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 225.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2023/mate-60.json b/data/smartphone/huawei/2023/mate-60.json new file mode 100644 index 00000000000..c1070bf23e3 --- /dev/null +++ b/data/smartphone/huawei/2023/mate-60.json @@ -0,0 +1,38 @@ +{ + "slug": "mate-60", + "name": "Mate 60", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2023-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4750, + "weight_g": 209.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/mate-70-pro.json b/data/smartphone/huawei/2024/mate-70-pro.json new file mode 100644 index 00000000000..2a29ee94e7f --- /dev/null +++ b/data/smartphone/huawei/2024/mate-70-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "mate-70-pro", + "name": "Mate 70 Pro", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 220.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/mate-70.json b/data/smartphone/huawei/2024/mate-70.json new file mode 100644 index 00000000000..3861dd8e375 --- /dev/null +++ b/data/smartphone/huawei/2024/mate-70.json @@ -0,0 +1,38 @@ +{ + "slug": "mate-70", + "name": "Mate 70", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4900, + "weight_g": 220.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/mate-x6.json b/data/smartphone/huawei/2024/mate-x6.json new file mode 100644 index 00000000000..66e6b13c938 --- /dev/null +++ b/data/smartphone/huawei/2024/mate-x6.json @@ -0,0 +1,38 @@ +{ + "slug": "mate-x6", + "name": "Mate X6", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 2499, + "ram_gb": 12, + "display": { + "size_inch": 7.93, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4800, + "weight_g": 241.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/mate-xt.json b/data/smartphone/huawei/2024/mate-xt.json new file mode 100644 index 00000000000..1517f7ddb2c --- /dev/null +++ b/data/smartphone/huawei/2024/mate-xt.json @@ -0,0 +1,42 @@ +{ + "slug": "mate-xt", + "name": "Mate XT", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 2599, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 245.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/nova-12-pro.json b/data/smartphone/huawei/2024/nova-12-pro.json new file mode 100644 index 00000000000..b735d63fb23 --- /dev/null +++ b/data/smartphone/huawei/2024/nova-12-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "nova-12-pro", + "name": "Nova 12 Pro", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4500, + "weight_g": 188.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/nova-12.json b/data/smartphone/huawei/2024/nova-12.json new file mode 100644 index 00000000000..3f973f1d860 --- /dev/null +++ b/data/smartphone/huawei/2024/nova-12.json @@ -0,0 +1,38 @@ +{ + "slug": "nova-12", + "name": "Nova 12", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4500, + "weight_g": 168.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/nova-13-pro.json b/data/smartphone/huawei/2024/nova-13-pro.json new file mode 100644 index 00000000000..60ce86ef594 --- /dev/null +++ b/data/smartphone/huawei/2024/nova-13-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "nova-13-pro", + "name": "Nova 13 Pro", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2024-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4600, + "weight_g": 190.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/nova-13.json b/data/smartphone/huawei/2024/nova-13.json new file mode 100644 index 00000000000..b34bcd11678 --- /dev/null +++ b/data/smartphone/huawei/2024/nova-13.json @@ -0,0 +1,42 @@ +{ + "slug": "nova-13", + "name": "Nova 13", + "brand": "huawei", + "soc": "kirin-9000s", + "release_date": "2024-01-01", + "msrp_usd": 529, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "weight_g": 170.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/pura-70-pro.json b/data/smartphone/huawei/2024/pura-70-pro.json new file mode 100644 index 00000000000..57dd3b64fdb --- /dev/null +++ b/data/smartphone/huawei/2024/pura-70-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "pura-70-pro", + "name": "Pura 70 Pro", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5050, + "weight_g": 220.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/pura-70-ultra.json b/data/smartphone/huawei/2024/pura-70-ultra.json new file mode 100644 index 00000000000..30dcf505f2e --- /dev/null +++ b/data/smartphone/huawei/2024/pura-70-ultra.json @@ -0,0 +1,38 @@ +{ + "slug": "pura-70-ultra", + "name": "Pura 70 Ultra", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 16, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5200, + "weight_g": 226.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/huawei/2024/pura-70.json b/data/smartphone/huawei/2024/pura-70.json new file mode 100644 index 00000000000..2623c49cc16 --- /dev/null +++ b/data/smartphone/huawei/2024/pura-70.json @@ -0,0 +1,38 @@ +{ + "slug": "pura-70", + "name": "Pura 70", + "brand": "huawei", + "soc": "kirin-9010", + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4900, + "weight_g": 220.0, + "os": "HarmonyOS", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2020/f2-pro.json b/data/smartphone/poco/2020/f2-pro.json new file mode 100644 index 00000000000..3ab7cf750eb --- /dev/null +++ b/data/smartphone/poco/2020/f2-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "f2-pro", + "name": "F2 Pro", + "brand": "poco", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4700, + "weight_g": 219.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2020/m2-pro.json b/data/smartphone/poco/2020/m2-pro.json new file mode 100644 index 00000000000..7f9d641dc3d --- /dev/null +++ b/data/smartphone/poco/2020/m2-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "m2-pro", + "name": "M2 Pro", + "brand": "poco", + "soc": "snapdragon-720g", + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 209.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2020/m3.json b/data/smartphone/poco/2020/m3.json new file mode 100644 index 00000000000..a0fc3fc631f --- /dev/null +++ b/data/smartphone/poco/2020/m3.json @@ -0,0 +1,41 @@ +{ + "slug": "m3", + "name": "M3", + "brand": "poco", + "soc": "snapdragon-662", + "release_date": "2020-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2020/x3-nfc.json b/data/smartphone/poco/2020/x3-nfc.json new file mode 100644 index 00000000000..261e5fcb1fe --- /dev/null +++ b/data/smartphone/poco/2020/x3-nfc.json @@ -0,0 +1,41 @@ +{ + "slug": "x3-nfc", + "name": "X3 NFC", + "brand": "poco", + "soc": "snapdragon-732g", + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "weight_g": 215.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/f3-gt.json b/data/smartphone/poco/2021/f3-gt.json new file mode 100644 index 00000000000..e58be2cf4f6 --- /dev/null +++ b/data/smartphone/poco/2021/f3-gt.json @@ -0,0 +1,41 @@ +{ + "slug": "f3-gt", + "name": "F3 GT", + "brand": "poco", + "soc": "dimensity-1200", + "release_date": "2021-01-01", + "msrp_usd": 399, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5065, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/f3.json b/data/smartphone/poco/2021/f3.json new file mode 100644 index 00000000000..361b8b64767 --- /dev/null +++ b/data/smartphone/poco/2021/f3.json @@ -0,0 +1,41 @@ +{ + "slug": "f3", + "name": "F3", + "brand": "poco", + "soc": "snapdragon-870", + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4520, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/m3-pro-5g.json b/data/smartphone/poco/2021/m3-pro-5g.json new file mode 100644 index 00000000000..5ad7752e3a9 --- /dev/null +++ b/data/smartphone/poco/2021/m3-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "m3-pro-5g", + "name": "M3 Pro 5G", + "brand": "poco", + "soc": "dimensity-700", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/m4-pro-5g.json b/data/smartphone/poco/2021/m4-pro-5g.json new file mode 100644 index 00000000000..45d4f289e36 --- /dev/null +++ b/data/smartphone/poco/2021/m4-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "m4-pro-5g", + "name": "M4 Pro 5G", + "brand": "poco", + "soc": "dimensity-810", + "release_date": "2021-01-01", + "msrp_usd": 219, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/x3-gt.json b/data/smartphone/poco/2021/x3-gt.json new file mode 100644 index 00000000000..05c51e7fdbc --- /dev/null +++ b/data/smartphone/poco/2021/x3-gt.json @@ -0,0 +1,41 @@ +{ + "slug": "x3-gt", + "name": "X3 GT", + "brand": "poco", + "soc": "dimensity-1100", + "release_date": "2021-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2021/x3-pro.json b/data/smartphone/poco/2021/x3-pro.json new file mode 100644 index 00000000000..afe3b0c85b4 --- /dev/null +++ b/data/smartphone/poco/2021/x3-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "x3-pro", + "name": "X3 Pro", + "brand": "poco", + "soc": "snapdragon-860", + "release_date": "2021-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "weight_g": 215.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/f4-gt.json b/data/smartphone/poco/2022/f4-gt.json new file mode 100644 index 00000000000..1544578c19c --- /dev/null +++ b/data/smartphone/poco/2022/f4-gt.json @@ -0,0 +1,41 @@ +{ + "slug": "f4-gt", + "name": "F4 GT", + "brand": "poco", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4700, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/f4.json b/data/smartphone/poco/2022/f4.json new file mode 100644 index 00000000000..760f1596b10 --- /dev/null +++ b/data/smartphone/poco/2022/f4.json @@ -0,0 +1,41 @@ +{ + "slug": "f4", + "name": "F4", + "brand": "poco", + "soc": "snapdragon-870", + "release_date": "2022-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4500, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/m4-pro.json b/data/smartphone/poco/2022/m4-pro.json new file mode 100644 index 00000000000..fbb9368c1cf --- /dev/null +++ b/data/smartphone/poco/2022/m4-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "m4-pro", + "name": "M4 Pro", + "brand": "poco", + "soc": "helio-g96", + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/m5.json b/data/smartphone/poco/2022/m5.json new file mode 100644 index 00000000000..a0678e2c791 --- /dev/null +++ b/data/smartphone/poco/2022/m5.json @@ -0,0 +1,41 @@ +{ + "slug": "m5", + "name": "M5", + "brand": "poco", + "soc": "helio-g99", + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "weight_g": 201.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/m5s.json b/data/smartphone/poco/2022/m5s.json new file mode 100644 index 00000000000..0555689d46a --- /dev/null +++ b/data/smartphone/poco/2022/m5s.json @@ -0,0 +1,41 @@ +{ + "slug": "m5s", + "name": "M5s", + "brand": "poco", + "soc": "helio-g95", + "release_date": "2022-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 178.8, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2022/x4-pro-5g.json b/data/smartphone/poco/2022/x4-pro-5g.json new file mode 100644 index 00000000000..0fb30ed4b77 --- /dev/null +++ b/data/smartphone/poco/2022/x4-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "x4-pro-5g", + "name": "X4 Pro 5G", + "brand": "poco", + "soc": "snapdragon-695", + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/f5-pro.json b/data/smartphone/poco/2023/f5-pro.json new file mode 100644 index 00000000000..16e28fcb80d --- /dev/null +++ b/data/smartphone/poco/2023/f5-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "f5-pro", + "name": "F5 Pro", + "brand": "poco", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "weight_g": 204.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/f5.json b/data/smartphone/poco/2023/f5.json new file mode 100644 index 00000000000..57be076d4c3 --- /dev/null +++ b/data/smartphone/poco/2023/f5.json @@ -0,0 +1,41 @@ +{ + "slug": "f5", + "name": "F5", + "brand": "poco", + "soc": "snapdragon-7-plus-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 181.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/m6-pro.json b/data/smartphone/poco/2023/m6-pro.json new file mode 100644 index 00000000000..4d85c826e80 --- /dev/null +++ b/data/smartphone/poco/2023/m6-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "m6-pro", + "name": "M6 Pro", + "brand": "poco", + "soc": "snapdragon-4-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.79, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/m6.json b/data/smartphone/poco/2023/m6.json new file mode 100644 index 00000000000..cf8ce83f664 --- /dev/null +++ b/data/smartphone/poco/2023/m6.json @@ -0,0 +1,41 @@ +{ + "slug": "m6", + "name": "M6", + "brand": "poco", + "soc": "helio-g88", + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/x5-pro.json b/data/smartphone/poco/2023/x5-pro.json new file mode 100644 index 00000000000..809c38cd2b8 --- /dev/null +++ b/data/smartphone/poco/2023/x5-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "x5-pro", + "name": "X5 Pro", + "brand": "poco", + "soc": "snapdragon-778g", + "release_date": "2023-01-01", + "msrp_usd": 329, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 181.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2023/x5.json b/data/smartphone/poco/2023/x5.json new file mode 100644 index 00000000000..4d77ba76504 --- /dev/null +++ b/data/smartphone/poco/2023/x5.json @@ -0,0 +1,41 @@ +{ + "slug": "x5", + "name": "X5", + "brand": "poco", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2024/c65.json b/data/smartphone/poco/2024/c65.json new file mode 100644 index 00000000000..728aee52d7c --- /dev/null +++ b/data/smartphone/poco/2024/c65.json @@ -0,0 +1,41 @@ +{ + "slug": "c65", + "name": "C65", + "brand": "poco", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2024/f6.json b/data/smartphone/poco/2024/f6.json new file mode 100644 index 00000000000..09b94b2b3b4 --- /dev/null +++ b/data/smartphone/poco/2024/f6.json @@ -0,0 +1,41 @@ +{ + "slug": "f6", + "name": "F6", + "brand": "poco", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2024/x6-pro.json b/data/smartphone/poco/2024/x6-pro.json new file mode 100644 index 00000000000..4516f474d47 --- /dev/null +++ b/data/smartphone/poco/2024/x6-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "x6-pro", + "name": "X6 Pro", + "brand": "poco", + "soc": "dimensity-8300", + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5000, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2024/x6.json b/data/smartphone/poco/2024/x6.json new file mode 100644 index 00000000000..0d1714a577e --- /dev/null +++ b/data/smartphone/poco/2024/x6.json @@ -0,0 +1,41 @@ +{ + "slug": "x6", + "name": "X6", + "brand": "poco", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2025/x7-pro.json b/data/smartphone/poco/2025/x7-pro.json new file mode 100644 index 00000000000..9d928139db1 --- /dev/null +++ b/data/smartphone/poco/2025/x7-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "x7-pro", + "name": "X7 Pro", + "brand": "poco", + "soc": "dimensity-8400", + "release_date": "2025-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 6000, + "weight_g": 207.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/poco/2025/x7.json b/data/smartphone/poco/2025/x7.json new file mode 100644 index 00000000000..586730ebcc4 --- /dev/null +++ b/data/smartphone/poco/2025/x7.json @@ -0,0 +1,41 @@ +{ + "slug": "x7", + "name": "X7", + "brand": "poco", + "soc": "dimensity-8200", + "release_date": "2025-01-01", + "msrp_usd": 329, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/xiaomi/2023/xiaomi-14-pro.json b/data/smartphone/xiaomi/2023/xiaomi-14-pro.json new file mode 100644 index 00000000000..f75eb29d0c9 --- /dev/null +++ b/data/smartphone/xiaomi/2023/xiaomi-14-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "xiaomi-14-pro", + "name": "Xiaomi 14 Pro", + "brand": "xiaomi", + "soc": "snapdragon-8-gen-3", + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.73, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/xiaomi/2024/redmi-14c-5g.json b/data/smartphone/xiaomi/2024/redmi-14c-5g.json new file mode 100644 index 00000000000..487df1d50c5 --- /dev/null +++ b/data/smartphone/xiaomi/2024/redmi-14c-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "redmi-14c-5g", + "name": "Redmi 14C 5G", + "brand": "xiaomi", + "soc": "dimensity-700", + "release_date": "2024-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/xiaomi/2024/redmi-note-14-4g.json b/data/smartphone/xiaomi/2024/redmi-note-14-4g.json new file mode 100644 index 00000000000..4006fc8d481 --- /dev/null +++ b/data/smartphone/xiaomi/2024/redmi-note-14-4g.json @@ -0,0 +1,42 @@ +{ + "slug": "redmi-note-14-4g", + "name": "Redmi Note 14 4G", + "brand": "xiaomi", + "soc": "snapdragon-680", + "release_date": "2024-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/xiaomi/2024/redmi-note-14-pro-4g.json b/data/smartphone/xiaomi/2024/redmi-note-14-pro-4g.json new file mode 100644 index 00000000000..aed13f4a764 --- /dev/null +++ b/data/smartphone/xiaomi/2024/redmi-note-14-pro-4g.json @@ -0,0 +1,42 @@ +{ + "slug": "redmi-note-14-pro-4g", + "name": "Redmi Note 14 Pro 4G", + "brand": "xiaomi", + "soc": "snapdragon-732g", + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/xiaomi/2024/redmi-note-14-pro-5g.json b/data/smartphone/xiaomi/2024/redmi-note-14-pro-5g.json new file mode 100644 index 00000000000..818cad02328 --- /dev/null +++ b/data/smartphone/xiaomi/2024/redmi-note-14-pro-5g.json @@ -0,0 +1,43 @@ +{ + "slug": "redmi-note-14-pro-5g", + "name": "Redmi Note 14 Pro+ 5G", + "brand": "xiaomi", + "soc": "snapdragon-7s-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 375, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5110, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 60ee03a222f1ad8eee702fa284cf014338309993 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:34 +0900 Subject: [PATCH 07/22] data(smartphone): import Kaggle OPPO phones Refs #1 --- data/smartphone/oppo/2019/reno3-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2019/reno3-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/a49-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/a50-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/a51-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/a52-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/a53-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/k7-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2020/k7x.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/reno4-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2020/reno4-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2020/reno5-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2020/reno5-pro-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/a54-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2021/a55-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2021/a56-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2021/k9-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/k9-pro-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/k9x.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/reno6-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/reno6-pro-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/reno7-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2021/reno7-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/a57-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/a58-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/find-n2.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/find-x5-pro.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2022/find-x5.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/k10x.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2022/reno8-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2022/reno8-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2022/reno9-5g.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2022/reno9-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2023/f25-pro.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2023/find-n3-flip.json | 41 +++++++++++++++++++ data/smartphone/oppo/2023/find-n3.json | 41 +++++++++++++++++++ data/smartphone/oppo/2023/find-x6-pro.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2023/find-x6.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2023/k11x.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2023/reno10-pro-5g.json | 41 +++++++++++++++++++ data/smartphone/oppo/2024/a5-pro.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2024/a80.json | 41 +++++++++++++++++++ data/smartphone/oppo/2024/find-x7-ultra.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2024/find-x7.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2024/find-x8-pro.json | 41 +++++++++++++++++++ data/smartphone/oppo/2024/find-x8.json | 41 +++++++++++++++++++ data/smartphone/oppo/2024/k12-plus.json | 42 ++++++++++++++++++++ data/smartphone/oppo/2024/reno11-pro.json | 41 +++++++++++++++++++ data/smartphone/oppo/2024/reno12-pro.json | 41 +++++++++++++++++++ data/smartphone/oppo/2025/reno13-pro.json | 41 +++++++++++++++++++ data/smartphone/oppo/2025/reno13.json | 41 +++++++++++++++++++ 51 files changed, 2114 insertions(+) create mode 100644 data/smartphone/oppo/2019/reno3-5g.json create mode 100644 data/smartphone/oppo/2019/reno3-pro-5g.json create mode 100644 data/smartphone/oppo/2020/a49-5g.json create mode 100644 data/smartphone/oppo/2020/a50-5g.json create mode 100644 data/smartphone/oppo/2020/a51-5g.json create mode 100644 data/smartphone/oppo/2020/a52-5g.json create mode 100644 data/smartphone/oppo/2020/a53-5g.json create mode 100644 data/smartphone/oppo/2020/k7-5g.json create mode 100644 data/smartphone/oppo/2020/k7x.json create mode 100644 data/smartphone/oppo/2020/reno4-5g.json create mode 100644 data/smartphone/oppo/2020/reno4-pro-5g.json create mode 100644 data/smartphone/oppo/2020/reno5-5g.json create mode 100644 data/smartphone/oppo/2020/reno5-pro-5g.json create mode 100644 data/smartphone/oppo/2021/a54-5g.json create mode 100644 data/smartphone/oppo/2021/a55-5g.json create mode 100644 data/smartphone/oppo/2021/a56-5g.json create mode 100644 data/smartphone/oppo/2021/k9-5g.json create mode 100644 data/smartphone/oppo/2021/k9-pro-5g.json create mode 100644 data/smartphone/oppo/2021/k9x.json create mode 100644 data/smartphone/oppo/2021/reno6-5g.json create mode 100644 data/smartphone/oppo/2021/reno6-pro-5g.json create mode 100644 data/smartphone/oppo/2021/reno7-5g.json create mode 100644 data/smartphone/oppo/2021/reno7-pro-5g.json create mode 100644 data/smartphone/oppo/2022/a57-5g.json create mode 100644 data/smartphone/oppo/2022/a58-5g.json create mode 100644 data/smartphone/oppo/2022/find-n2.json create mode 100644 data/smartphone/oppo/2022/find-x5-pro.json create mode 100644 data/smartphone/oppo/2022/find-x5.json create mode 100644 data/smartphone/oppo/2022/k10x.json create mode 100644 data/smartphone/oppo/2022/reno8-5g.json create mode 100644 data/smartphone/oppo/2022/reno8-pro-5g.json create mode 100644 data/smartphone/oppo/2022/reno9-5g.json create mode 100644 data/smartphone/oppo/2022/reno9-pro-5g.json create mode 100644 data/smartphone/oppo/2023/f25-pro.json create mode 100644 data/smartphone/oppo/2023/find-n3-flip.json create mode 100644 data/smartphone/oppo/2023/find-n3.json create mode 100644 data/smartphone/oppo/2023/find-x6-pro.json create mode 100644 data/smartphone/oppo/2023/find-x6.json create mode 100644 data/smartphone/oppo/2023/k11x.json create mode 100644 data/smartphone/oppo/2023/reno10-pro-5g.json create mode 100644 data/smartphone/oppo/2024/a5-pro.json create mode 100644 data/smartphone/oppo/2024/a80.json create mode 100644 data/smartphone/oppo/2024/find-x7-ultra.json create mode 100644 data/smartphone/oppo/2024/find-x7.json create mode 100644 data/smartphone/oppo/2024/find-x8-pro.json create mode 100644 data/smartphone/oppo/2024/find-x8.json create mode 100644 data/smartphone/oppo/2024/k12-plus.json create mode 100644 data/smartphone/oppo/2024/reno11-pro.json create mode 100644 data/smartphone/oppo/2024/reno12-pro.json create mode 100644 data/smartphone/oppo/2025/reno13-pro.json create mode 100644 data/smartphone/oppo/2025/reno13.json diff --git a/data/smartphone/oppo/2019/reno3-5g.json b/data/smartphone/oppo/2019/reno3-5g.json new file mode 100644 index 00000000000..112877d42ab --- /dev/null +++ b/data/smartphone/oppo/2019/reno3-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno3-5g", + "name": "Reno3 5G", + "brand": "oppo", + "soc": "dimensity-1000l", + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "weight_g": 181.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2019/reno3-pro-5g.json b/data/smartphone/oppo/2019/reno3-pro-5g.json new file mode 100644 index 00000000000..910fdc2a818 --- /dev/null +++ b/data/smartphone/oppo/2019/reno3-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno3-pro-5g", + "name": "Reno3 Pro 5G", + "brand": "oppo", + "soc": "snapdragon-765g", + "release_date": "2019-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "weight_g": 171.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/a49-5g.json b/data/smartphone/oppo/2020/a49-5g.json new file mode 100644 index 00000000000..8bf1551e218 --- /dev/null +++ b/data/smartphone/oppo/2020/a49-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a49-5g", + "name": "A49 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2020-01-01", + "msrp_usd": 129, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/a50-5g.json b/data/smartphone/oppo/2020/a50-5g.json new file mode 100644 index 00000000000..1d6457b136b --- /dev/null +++ b/data/smartphone/oppo/2020/a50-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a50-5g", + "name": "A50 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2020-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/a51-5g.json b/data/smartphone/oppo/2020/a51-5g.json new file mode 100644 index 00000000000..120d3567b8f --- /dev/null +++ b/data/smartphone/oppo/2020/a51-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a51-5g", + "name": "A51 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2020-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/a52-5g.json b/data/smartphone/oppo/2020/a52-5g.json new file mode 100644 index 00000000000..26c25e63f6e --- /dev/null +++ b/data/smartphone/oppo/2020/a52-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a52-5g", + "name": "A52 5G", + "brand": "oppo", + "soc": "dimensity-720", + "release_date": "2020-01-01", + "msrp_usd": 169, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "weight_g": 184.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/a53-5g.json b/data/smartphone/oppo/2020/a53-5g.json new file mode 100644 index 00000000000..1635dbe90bc --- /dev/null +++ b/data/smartphone/oppo/2020/a53-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a53-5g", + "name": "A53 5G", + "brand": "oppo", + "soc": "dimensity-720", + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4040, + "weight_g": 175.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/k7-5g.json b/data/smartphone/oppo/2020/k7-5g.json new file mode 100644 index 00000000000..5b40f5edd68 --- /dev/null +++ b/data/smartphone/oppo/2020/k7-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "k7-5g", + "name": "K7 5G", + "brand": "oppo", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/k7x.json b/data/smartphone/oppo/2020/k7x.json new file mode 100644 index 00000000000..1868518beeb --- /dev/null +++ b/data/smartphone/oppo/2020/k7x.json @@ -0,0 +1,41 @@ +{ + "slug": "k7x", + "name": "K7x", + "brand": "oppo", + "soc": "dimensity-720", + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 194.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/reno4-5g.json b/data/smartphone/oppo/2020/reno4-5g.json new file mode 100644 index 00000000000..2d2b45be2dc --- /dev/null +++ b/data/smartphone/oppo/2020/reno4-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno4-5g", + "name": "Reno4 5G", + "brand": "oppo", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 183.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/reno4-pro-5g.json b/data/smartphone/oppo/2020/reno4-pro-5g.json new file mode 100644 index 00000000000..9b6ff8ba0ba --- /dev/null +++ b/data/smartphone/oppo/2020/reno4-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno4-pro-5g", + "name": "Reno4 Pro 5G", + "brand": "oppo", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/reno5-5g.json b/data/smartphone/oppo/2020/reno5-5g.json new file mode 100644 index 00000000000..1c18129c9ae --- /dev/null +++ b/data/smartphone/oppo/2020/reno5-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno5-5g", + "name": "Reno5 5G", + "brand": "oppo", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2020/reno5-pro-5g.json b/data/smartphone/oppo/2020/reno5-pro-5g.json new file mode 100644 index 00000000000..118440be373 --- /dev/null +++ b/data/smartphone/oppo/2020/reno5-pro-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno5-pro-5g", + "name": "Reno5 Pro 5G", + "brand": "oppo", + "soc": "dimensity-1000-plus", + "release_date": "2020-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4350, + "weight_g": 173.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/a54-5g.json b/data/smartphone/oppo/2021/a54-5g.json new file mode 100644 index 00000000000..d33cf9f265b --- /dev/null +++ b/data/smartphone/oppo/2021/a54-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a54-5g", + "name": "A54 5G", + "brand": "oppo", + "soc": "snapdragon-480", + "release_date": "2021-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/a55-5g.json b/data/smartphone/oppo/2021/a55-5g.json new file mode 100644 index 00000000000..e4533ece982 --- /dev/null +++ b/data/smartphone/oppo/2021/a55-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a55-5g", + "name": "A55 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2021-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/a56-5g.json b/data/smartphone/oppo/2021/a56-5g.json new file mode 100644 index 00000000000..b660d4aad82 --- /dev/null +++ b/data/smartphone/oppo/2021/a56-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a56-5g", + "name": "A56 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/k9-5g.json b/data/smartphone/oppo/2021/k9-5g.json new file mode 100644 index 00000000000..f2a1645f519 --- /dev/null +++ b/data/smartphone/oppo/2021/k9-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "k9-5g", + "name": "K9 5G", + "brand": "oppo", + "soc": "snapdragon-768g", + "release_date": "2021-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/k9-pro-5g.json b/data/smartphone/oppo/2021/k9-pro-5g.json new file mode 100644 index 00000000000..f37b2151821 --- /dev/null +++ b/data/smartphone/oppo/2021/k9-pro-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "k9-pro-5g", + "name": "K9 Pro 5G", + "brand": "oppo", + "soc": "dimensity-1200", + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/k9x.json b/data/smartphone/oppo/2021/k9x.json new file mode 100644 index 00000000000..0d3b99b71f1 --- /dev/null +++ b/data/smartphone/oppo/2021/k9x.json @@ -0,0 +1,42 @@ +{ + "slug": "k9x", + "name": "K9x", + "brand": "oppo", + "soc": "dimensity-810", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 194.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/reno6-5g.json b/data/smartphone/oppo/2021/reno6-5g.json new file mode 100644 index 00000000000..5bcb0ea676d --- /dev/null +++ b/data/smartphone/oppo/2021/reno6-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno6-5g", + "name": "Reno6 5G", + "brand": "oppo", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 182.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/reno6-pro-5g.json b/data/smartphone/oppo/2021/reno6-pro-5g.json new file mode 100644 index 00000000000..fdbc8178747 --- /dev/null +++ b/data/smartphone/oppo/2021/reno6-pro-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno6-pro-5g", + "name": "Reno6 Pro 5G", + "brand": "oppo", + "soc": "dimensity-1200", + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 177.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/reno7-5g.json b/data/smartphone/oppo/2021/reno7-5g.json new file mode 100644 index 00000000000..ad67046519d --- /dev/null +++ b/data/smartphone/oppo/2021/reno7-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno7-5g", + "name": "Reno7 5G", + "brand": "oppo", + "soc": "dimensity-900", + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 173.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2021/reno7-pro-5g.json b/data/smartphone/oppo/2021/reno7-pro-5g.json new file mode 100644 index 00000000000..fc40a386892 --- /dev/null +++ b/data/smartphone/oppo/2021/reno7-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno7-pro-5g", + "name": "Reno7 Pro 5G", + "brand": "oppo", + "soc": "dimensity-1200", + "release_date": "2021-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/a57-5g.json b/data/smartphone/oppo/2022/a57-5g.json new file mode 100644 index 00000000000..fb76d8ad09b --- /dev/null +++ b/data/smartphone/oppo/2022/a57-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a57-5g", + "name": "A57 5G", + "brand": "oppo", + "soc": "dimensity-810", + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/a58-5g.json b/data/smartphone/oppo/2022/a58-5g.json new file mode 100644 index 00000000000..ead2586feaf --- /dev/null +++ b/data/smartphone/oppo/2022/a58-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "a58-5g", + "name": "A58 5G", + "brand": "oppo", + "soc": "dimensity-700", + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/find-n2.json b/data/smartphone/oppo/2022/find-n2.json new file mode 100644 index 00000000000..897d9ab28be --- /dev/null +++ b/data/smartphone/oppo/2022/find-n2.json @@ -0,0 +1,41 @@ +{ + "slug": "find-n2", + "name": "Find N2", + "brand": "oppo", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4520, + "weight_g": 233.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/find-x5-pro.json b/data/smartphone/oppo/2022/find-x5-pro.json new file mode 100644 index 00000000000..a9185d0b01d --- /dev/null +++ b/data/smartphone/oppo/2022/find-x5-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "find-x5-pro", + "name": "Find X5 Pro", + "brand": "oppo", + "soc": "snapdragon-8-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 218.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/find-x5.json b/data/smartphone/oppo/2022/find-x5.json new file mode 100644 index 00000000000..d8cafb7545f --- /dev/null +++ b/data/smartphone/oppo/2022/find-x5.json @@ -0,0 +1,41 @@ +{ + "slug": "find-x5", + "name": "Find X5", + "brand": "oppo", + "soc": "snapdragon-888", + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/k10x.json b/data/smartphone/oppo/2022/k10x.json new file mode 100644 index 00000000000..24958536afe --- /dev/null +++ b/data/smartphone/oppo/2022/k10x.json @@ -0,0 +1,42 @@ +{ + "slug": "k10x", + "name": "K10x", + "brand": "oppo", + "soc": "snapdragon-695", + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/reno8-5g.json b/data/smartphone/oppo/2022/reno8-5g.json new file mode 100644 index 00000000000..e8397af2631 --- /dev/null +++ b/data/smartphone/oppo/2022/reno8-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno8-5g", + "name": "Reno8 5G", + "brand": "oppo", + "soc": "dimensity-1300", + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/reno8-pro-5g.json b/data/smartphone/oppo/2022/reno8-pro-5g.json new file mode 100644 index 00000000000..f4d0cfdf37f --- /dev/null +++ b/data/smartphone/oppo/2022/reno8-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno8-pro-5g", + "name": "Reno8 Pro 5G", + "brand": "oppo", + "soc": "dimensity-8100", + "release_date": "2022-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 183.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/reno9-5g.json b/data/smartphone/oppo/2022/reno9-5g.json new file mode 100644 index 00000000000..f19cc246a6a --- /dev/null +++ b/data/smartphone/oppo/2022/reno9-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "reno9-5g", + "name": "Reno9 5G", + "brand": "oppo", + "soc": "snapdragon-778g", + "release_date": "2022-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 174.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2022/reno9-pro-5g.json b/data/smartphone/oppo/2022/reno9-pro-5g.json new file mode 100644 index 00000000000..d678e0c6787 --- /dev/null +++ b/data/smartphone/oppo/2022/reno9-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno9-pro-5g", + "name": "Reno9 Pro 5G", + "brand": "oppo", + "soc": "dimensity-8100", + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 184.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/f25-pro.json b/data/smartphone/oppo/2023/f25-pro.json new file mode 100644 index 00000000000..00415ac9e15 --- /dev/null +++ b/data/smartphone/oppo/2023/f25-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "f25-pro", + "name": "F25 Pro", + "brand": "oppo", + "soc": "snapdragon-778g", + "release_date": "2023-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 173.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/find-n3-flip.json b/data/smartphone/oppo/2023/find-n3-flip.json new file mode 100644 index 00000000000..f3dc334e12d --- /dev/null +++ b/data/smartphone/oppo/2023/find-n3-flip.json @@ -0,0 +1,41 @@ +{ + "slug": "find-n3-flip", + "name": "Find N3 Flip", + "brand": "oppo", + "soc": "dimensity-9200", + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/find-n3.json b/data/smartphone/oppo/2023/find-n3.json new file mode 100644 index 00000000000..7f4551bc466 --- /dev/null +++ b/data/smartphone/oppo/2023/find-n3.json @@ -0,0 +1,41 @@ +{ + "slug": "find-n3", + "name": "Find N3", + "brand": "oppo", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 1399, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 7.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4805, + "weight_g": 239.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/find-x6-pro.json b/data/smartphone/oppo/2023/find-x6-pro.json new file mode 100644 index 00000000000..8ea6a6f9e82 --- /dev/null +++ b/data/smartphone/oppo/2023/find-x6-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "find-x6-pro", + "name": "Find X6 Pro", + "brand": "oppo", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 218.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/find-x6.json b/data/smartphone/oppo/2023/find-x6.json new file mode 100644 index 00000000000..ee60eceea9a --- /dev/null +++ b/data/smartphone/oppo/2023/find-x6.json @@ -0,0 +1,42 @@ +{ + "slug": "find-x6", + "name": "Find X6", + "brand": "oppo", + "soc": "dimensity-9200", + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 207.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/k11x.json b/data/smartphone/oppo/2023/k11x.json new file mode 100644 index 00000000000..e4707c4f23c --- /dev/null +++ b/data/smartphone/oppo/2023/k11x.json @@ -0,0 +1,42 @@ +{ + "slug": "k11x", + "name": "K11x", + "brand": "oppo", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2023/reno10-pro-5g.json b/data/smartphone/oppo/2023/reno10-pro-5g.json new file mode 100644 index 00000000000..603395b5b31 --- /dev/null +++ b/data/smartphone/oppo/2023/reno10-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "reno10-pro-5g", + "name": "Reno10 Pro 5G", + "brand": "oppo", + "soc": "snapdragon-778g", + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/a5-pro.json b/data/smartphone/oppo/2024/a5-pro.json new file mode 100644 index 00000000000..c930bd1b701 --- /dev/null +++ b/data/smartphone/oppo/2024/a5-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "a5-pro", + "name": "A5 Pro", + "brand": "oppo", + "soc": "dimensity-7300", + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/a80.json b/data/smartphone/oppo/2024/a80.json new file mode 100644 index 00000000000..5be6a536e61 --- /dev/null +++ b/data/smartphone/oppo/2024/a80.json @@ -0,0 +1,41 @@ +{ + "slug": "a80", + "name": "A80", + "brand": "oppo", + "soc": "dimensity-6300", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5100, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/find-x7-ultra.json b/data/smartphone/oppo/2024/find-x7-ultra.json new file mode 100644 index 00000000000..d768faae734 --- /dev/null +++ b/data/smartphone/oppo/2024/find-x7-ultra.json @@ -0,0 +1,42 @@ +{ + "slug": "find-x7-ultra", + "name": "Find X7 Ultra", + "brand": "oppo", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 221.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/find-x7.json b/data/smartphone/oppo/2024/find-x7.json new file mode 100644 index 00000000000..24b46eebdcd --- /dev/null +++ b/data/smartphone/oppo/2024/find-x7.json @@ -0,0 +1,42 @@ +{ + "slug": "find-x7", + "name": "Find X7", + "brand": "oppo", + "soc": "dimensity-9300", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/find-x8-pro.json b/data/smartphone/oppo/2024/find-x8-pro.json new file mode 100644 index 00000000000..915db7bfe2a --- /dev/null +++ b/data/smartphone/oppo/2024/find-x8-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "find-x8-pro", + "name": "Find X8 Pro", + "brand": "oppo", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/find-x8.json b/data/smartphone/oppo/2024/find-x8.json new file mode 100644 index 00000000000..e9d3ef3f6c8 --- /dev/null +++ b/data/smartphone/oppo/2024/find-x8.json @@ -0,0 +1,41 @@ +{ + "slug": "find-x8", + "name": "Find X8", + "brand": "oppo", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/k12-plus.json b/data/smartphone/oppo/2024/k12-plus.json new file mode 100644 index 00000000000..66d27f2196c --- /dev/null +++ b/data/smartphone/oppo/2024/k12-plus.json @@ -0,0 +1,42 @@ +{ + "slug": "k12-plus", + "name": "K12 Plus", + "brand": "oppo", + "soc": "snapdragon-7-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6400, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/reno11-pro.json b/data/smartphone/oppo/2024/reno11-pro.json new file mode 100644 index 00000000000..6a314a53f99 --- /dev/null +++ b/data/smartphone/oppo/2024/reno11-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "reno11-pro", + "name": "Reno11 Pro", + "brand": "oppo", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2024/reno12-pro.json b/data/smartphone/oppo/2024/reno12-pro.json new file mode 100644 index 00000000000..2c67449a662 --- /dev/null +++ b/data/smartphone/oppo/2024/reno12-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "reno12-pro", + "name": "Reno12 Pro", + "brand": "oppo", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 749, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2025/reno13-pro.json b/data/smartphone/oppo/2025/reno13-pro.json new file mode 100644 index 00000000000..1ee85929f2a --- /dev/null +++ b/data/smartphone/oppo/2025/reno13-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "reno13-pro", + "name": "Reno13 Pro", + "brand": "oppo", + "soc": "dimensity-8350", + "release_date": "2025-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.83, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5800, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oppo/2025/reno13.json b/data/smartphone/oppo/2025/reno13.json new file mode 100644 index 00000000000..2ff8b34713a --- /dev/null +++ b/data/smartphone/oppo/2025/reno13.json @@ -0,0 +1,41 @@ +{ + "slug": "reno13", + "name": "Reno13", + "brand": "oppo", + "soc": "dimensity-8350", + "release_date": "2025-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5600, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 1463e8f4af7b6efbce96f62f610b70667f291150 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:38 +0900 Subject: [PATCH 08/22] data(smartphone): import Kaggle vivo phones Refs #1 --- data/smartphone/vivo/2018/x21.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2018/y95.json | 41 +++++++++++++++++++ data/smartphone/vivo/2018/z3.json | 41 +++++++++++++++++++ data/smartphone/vivo/2019/s1-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/v15-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/v15.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/v17-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/x27-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/x30-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/y11.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2019/z1-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2020/v19.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2020/v20-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2020/y12s.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2020/y30.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/v23e.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/x60-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/x70-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/y21.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/y33s.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/y53s.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2021/y75-5g.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2022/t1-5g.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2022/v23-5g.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2022/v25-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2022/x80.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2022/x90-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2023/t2-series.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2023/v27-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2023/v27.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2023/y100.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2024/s18-pro.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/t3-5g.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/v30-pro.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/v40e.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/x200-pro-mini.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/x200-pro.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2024/x200.json | 42 ++++++++++++++++++++ data/smartphone/vivo/2024/y100-5g.json | 41 +++++++++++++++++++ data/smartphone/vivo/2024/y200-gt.json | 41 +++++++++++++++++++ 40 files changed, 1671 insertions(+) create mode 100644 data/smartphone/vivo/2018/x21.json create mode 100644 data/smartphone/vivo/2018/y95.json create mode 100644 data/smartphone/vivo/2018/z3.json create mode 100644 data/smartphone/vivo/2019/s1-pro.json create mode 100644 data/smartphone/vivo/2019/v15-pro.json create mode 100644 data/smartphone/vivo/2019/v15.json create mode 100644 data/smartphone/vivo/2019/v17-pro.json create mode 100644 data/smartphone/vivo/2019/x27-pro.json create mode 100644 data/smartphone/vivo/2019/x30-pro.json create mode 100644 data/smartphone/vivo/2019/y11.json create mode 100644 data/smartphone/vivo/2019/z1-pro.json create mode 100644 data/smartphone/vivo/2020/v19.json create mode 100644 data/smartphone/vivo/2020/v20-pro.json create mode 100644 data/smartphone/vivo/2020/y12s.json create mode 100644 data/smartphone/vivo/2020/y30.json create mode 100644 data/smartphone/vivo/2021/v23e.json create mode 100644 data/smartphone/vivo/2021/x60-pro.json create mode 100644 data/smartphone/vivo/2021/x70-pro.json create mode 100644 data/smartphone/vivo/2021/y21.json create mode 100644 data/smartphone/vivo/2021/y33s.json create mode 100644 data/smartphone/vivo/2021/y53s.json create mode 100644 data/smartphone/vivo/2021/y75-5g.json create mode 100644 data/smartphone/vivo/2022/t1-5g.json create mode 100644 data/smartphone/vivo/2022/v23-5g.json create mode 100644 data/smartphone/vivo/2022/v25-pro.json create mode 100644 data/smartphone/vivo/2022/x80.json create mode 100644 data/smartphone/vivo/2022/x90-pro.json create mode 100644 data/smartphone/vivo/2023/t2-series.json create mode 100644 data/smartphone/vivo/2023/v27-pro.json create mode 100644 data/smartphone/vivo/2023/v27.json create mode 100644 data/smartphone/vivo/2023/y100.json create mode 100644 data/smartphone/vivo/2024/s18-pro.json create mode 100644 data/smartphone/vivo/2024/t3-5g.json create mode 100644 data/smartphone/vivo/2024/v30-pro.json create mode 100644 data/smartphone/vivo/2024/v40e.json create mode 100644 data/smartphone/vivo/2024/x200-pro-mini.json create mode 100644 data/smartphone/vivo/2024/x200-pro.json create mode 100644 data/smartphone/vivo/2024/x200.json create mode 100644 data/smartphone/vivo/2024/y100-5g.json create mode 100644 data/smartphone/vivo/2024/y200-gt.json diff --git a/data/smartphone/vivo/2018/x21.json b/data/smartphone/vivo/2018/x21.json new file mode 100644 index 00000000000..a018a90fcd9 --- /dev/null +++ b/data/smartphone/vivo/2018/x21.json @@ -0,0 +1,42 @@ +{ + "slug": "x21", + "name": "X21", + "brand": "vivo", + "soc": "snapdragon-660", + "release_date": "2018-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.28, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 3200, + "weight_g": 156.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2018/y95.json b/data/smartphone/vivo/2018/y95.json new file mode 100644 index 00000000000..b030a002cbc --- /dev/null +++ b/data/smartphone/vivo/2018/y95.json @@ -0,0 +1,41 @@ +{ + "slug": "y95", + "name": "Y95", + "brand": "vivo", + "soc": "snapdragon-439", + "release_date": "2018-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4030, + "weight_g": 163.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2018/z3.json b/data/smartphone/vivo/2018/z3.json new file mode 100644 index 00000000000..536d75df929 --- /dev/null +++ b/data/smartphone/vivo/2018/z3.json @@ -0,0 +1,41 @@ +{ + "slug": "z3", + "name": "Z3", + "brand": "vivo", + "soc": "snapdragon-710", + "release_date": "2018-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 3315, + "weight_g": 162.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/s1-pro.json b/data/smartphone/vivo/2019/s1-pro.json new file mode 100644 index 00000000000..e6bb60fcceb --- /dev/null +++ b/data/smartphone/vivo/2019/s1-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "s1-pro", + "name": "S1 Pro", + "brand": "vivo", + "soc": "helio-p65", + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.38, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/v15-pro.json b/data/smartphone/vivo/2019/v15-pro.json new file mode 100644 index 00000000000..b25203b70aa --- /dev/null +++ b/data/smartphone/vivo/2019/v15-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "v15-pro", + "name": "V15 Pro", + "brand": "vivo", + "soc": "snapdragon-675", + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3700, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/v15.json b/data/smartphone/vivo/2019/v15.json new file mode 100644 index 00000000000..33f0ccdac82 --- /dev/null +++ b/data/smartphone/vivo/2019/v15.json @@ -0,0 +1,42 @@ +{ + "slug": "v15", + "name": "V15", + "brand": "vivo", + "soc": "helio-p70", + "release_date": "2019-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/v17-pro.json b/data/smartphone/vivo/2019/v17-pro.json new file mode 100644 index 00000000000..5f64939b569 --- /dev/null +++ b/data/smartphone/vivo/2019/v17-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "v17-pro", + "name": "V17 Pro", + "brand": "vivo", + "soc": "snapdragon-675", + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4100, + "weight_g": 201.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/x27-pro.json b/data/smartphone/vivo/2019/x27-pro.json new file mode 100644 index 00000000000..94ce69e001e --- /dev/null +++ b/data/smartphone/vivo/2019/x27-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x27-pro", + "name": "X27 Pro", + "brand": "vivo", + "soc": "snapdragon-710", + "release_date": "2019-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/x30-pro.json b/data/smartphone/vivo/2019/x30-pro.json new file mode 100644 index 00000000000..d95d4dbc476 --- /dev/null +++ b/data/smartphone/vivo/2019/x30-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x30-pro", + "name": "X30 Pro", + "brand": "vivo", + "soc": "snapdragon-855", + "release_date": "2019-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/y11.json b/data/smartphone/vivo/2019/y11.json new file mode 100644 index 00000000000..a57a52bda10 --- /dev/null +++ b/data/smartphone/vivo/2019/y11.json @@ -0,0 +1,42 @@ +{ + "slug": "y11", + "name": "Y11", + "brand": "vivo", + "soc": "snapdragon-439", + "release_date": "2019-01-01", + "msrp_usd": 149, + "ram_gb": 3, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.35, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2019/z1-pro.json b/data/smartphone/vivo/2019/z1-pro.json new file mode 100644 index 00000000000..3e0b9bc16e1 --- /dev/null +++ b/data/smartphone/vivo/2019/z1-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "z1-pro", + "name": "Z1 Pro", + "brand": "vivo", + "soc": "snapdragon-712", + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 159.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2020/v19.json b/data/smartphone/vivo/2020/v19.json new file mode 100644 index 00000000000..9ead57e8215 --- /dev/null +++ b/data/smartphone/vivo/2020/v19.json @@ -0,0 +1,42 @@ +{ + "slug": "v19", + "name": "V19", + "brand": "vivo", + "soc": "snapdragon-712", + "release_date": "2020-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 176.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2020/v20-pro.json b/data/smartphone/vivo/2020/v20-pro.json new file mode 100644 index 00000000000..732046b7a5a --- /dev/null +++ b/data/smartphone/vivo/2020/v20-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "v20-pro", + "name": "V20 Pro", + "brand": "vivo", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 44.0 + } + ], + "battery_mah": 4000, + "weight_g": 173.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2020/y12s.json b/data/smartphone/vivo/2020/y12s.json new file mode 100644 index 00000000000..f26dd833fe1 --- /dev/null +++ b/data/smartphone/vivo/2020/y12s.json @@ -0,0 +1,42 @@ +{ + "slug": "y12s", + "name": "Y12s", + "brand": "vivo", + "soc": "helio-p35", + "release_date": "2020-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.51, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2020/y30.json b/data/smartphone/vivo/2020/y30.json new file mode 100644 index 00000000000..37900cc3b9c --- /dev/null +++ b/data/smartphone/vivo/2020/y30.json @@ -0,0 +1,42 @@ +{ + "slug": "y30", + "name": "Y30", + "brand": "vivo", + "soc": "helio-p35", + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.47, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/v23e.json b/data/smartphone/vivo/2021/v23e.json new file mode 100644 index 00000000000..fc7743f2b1e --- /dev/null +++ b/data/smartphone/vivo/2021/v23e.json @@ -0,0 +1,42 @@ +{ + "slug": "v23e", + "name": "V23e", + "brand": "vivo", + "soc": "helio-g96", + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4050, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/x60-pro.json b/data/smartphone/vivo/2021/x60-pro.json new file mode 100644 index 00000000000..ba8cc5ac8f0 --- /dev/null +++ b/data/smartphone/vivo/2021/x60-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x60-pro", + "name": "X60 Pro", + "brand": "vivo", + "soc": "snapdragon-870", + "release_date": "2021-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/x70-pro.json b/data/smartphone/vivo/2021/x70-pro.json new file mode 100644 index 00000000000..fa3b0d47ed2 --- /dev/null +++ b/data/smartphone/vivo/2021/x70-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x70-pro", + "name": "X70 Pro", + "brand": "vivo", + "soc": "dimensity-1200", + "release_date": "2021-01-01", + "msrp_usd": 749, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4450, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/y21.json b/data/smartphone/vivo/2021/y21.json new file mode 100644 index 00000000000..62db93db1b4 --- /dev/null +++ b/data/smartphone/vivo/2021/y21.json @@ -0,0 +1,42 @@ +{ + "slug": "y21", + "name": "Y21", + "brand": "vivo", + "soc": "helio-p35", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.51, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 182.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/y33s.json b/data/smartphone/vivo/2021/y33s.json new file mode 100644 index 00000000000..dfdd52d382c --- /dev/null +++ b/data/smartphone/vivo/2021/y33s.json @@ -0,0 +1,42 @@ +{ + "slug": "y33s", + "name": "Y33s", + "brand": "vivo", + "soc": "helio-g80", + "release_date": "2021-01-01", + "msrp_usd": 239, + "ram_gb": 8, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 182.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/y53s.json b/data/smartphone/vivo/2021/y53s.json new file mode 100644 index 00000000000..ae8bce607d7 --- /dev/null +++ b/data/smartphone/vivo/2021/y53s.json @@ -0,0 +1,42 @@ +{ + "slug": "y53s", + "name": "Y53s", + "brand": "vivo", + "soc": "helio-g80", + "release_date": "2021-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2021/y75-5g.json b/data/smartphone/vivo/2021/y75-5g.json new file mode 100644 index 00000000000..daa6fa7c8ad --- /dev/null +++ b/data/smartphone/vivo/2021/y75-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "y75-5g", + "name": "Y75 5G", + "brand": "vivo", + "soc": "dimensity-700", + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2022/t1-5g.json b/data/smartphone/vivo/2022/t1-5g.json new file mode 100644 index 00000000000..3b1b21e170a --- /dev/null +++ b/data/smartphone/vivo/2022/t1-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "t1-5g", + "name": "T1 5G", + "brand": "vivo", + "soc": "snapdragon-695", + "release_date": "2022-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 181.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2022/v23-5g.json b/data/smartphone/vivo/2022/v23-5g.json new file mode 100644 index 00000000000..9b29a156f76 --- /dev/null +++ b/data/smartphone/vivo/2022/v23-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "v23-5g", + "name": "V23 5G", + "brand": "vivo", + "soc": "dimensity-920", + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4200, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2022/v25-pro.json b/data/smartphone/vivo/2022/v25-pro.json new file mode 100644 index 00000000000..9998d598a23 --- /dev/null +++ b/data/smartphone/vivo/2022/v25-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "v25-pro", + "name": "V25 Pro", + "brand": "vivo", + "soc": "dimensity-1300", + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4830, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2022/x80.json b/data/smartphone/vivo/2022/x80.json new file mode 100644 index 00000000000..6e4ffc27cf2 --- /dev/null +++ b/data/smartphone/vivo/2022/x80.json @@ -0,0 +1,42 @@ +{ + "slug": "x80", + "name": "X80", + "brand": "vivo", + "soc": "dimensity-9000", + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2022/x90-pro.json b/data/smartphone/vivo/2022/x90-pro.json new file mode 100644 index 00000000000..eb9e83b8e4a --- /dev/null +++ b/data/smartphone/vivo/2022/x90-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x90-pro", + "name": "X90 Pro", + "brand": "vivo", + "soc": "dimensity-9200", + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4870, + "weight_g": 221.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2023/t2-series.json b/data/smartphone/vivo/2023/t2-series.json new file mode 100644 index 00000000000..a811c1cfb58 --- /dev/null +++ b/data/smartphone/vivo/2023/t2-series.json @@ -0,0 +1,42 @@ +{ + "slug": "t2-series", + "name": "T2 Series", + "brand": "vivo", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2023/v27-pro.json b/data/smartphone/vivo/2023/v27-pro.json new file mode 100644 index 00000000000..b721df1640f --- /dev/null +++ b/data/smartphone/vivo/2023/v27-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "v27-pro", + "name": "V27 Pro", + "brand": "vivo", + "soc": "dimensity-8200", + "release_date": "2023-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "weight_g": 182.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2023/v27.json b/data/smartphone/vivo/2023/v27.json new file mode 100644 index 00000000000..369c20ff463 --- /dev/null +++ b/data/smartphone/vivo/2023/v27.json @@ -0,0 +1,42 @@ +{ + "slug": "v27", + "name": "V27", + "brand": "vivo", + "soc": "dimensity-8200", + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "weight_g": 182.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2023/y100.json b/data/smartphone/vivo/2023/y100.json new file mode 100644 index 00000000000..fb99fd3c469 --- /dev/null +++ b/data/smartphone/vivo/2023/y100.json @@ -0,0 +1,42 @@ +{ + "slug": "y100", + "name": "Y100", + "brand": "vivo", + "soc": "dimensity-900", + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/s18-pro.json b/data/smartphone/vivo/2024/s18-pro.json new file mode 100644 index 00000000000..7a50c55957e --- /dev/null +++ b/data/smartphone/vivo/2024/s18-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "s18-pro", + "name": "S18 Pro", + "brand": "vivo", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/t3-5g.json b/data/smartphone/vivo/2024/t3-5g.json new file mode 100644 index 00000000000..a9c8c3ebd2c --- /dev/null +++ b/data/smartphone/vivo/2024/t3-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "t3-5g", + "name": "T3 5G", + "brand": "vivo", + "soc": "snapdragon-870", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/v30-pro.json b/data/smartphone/vivo/2024/v30-pro.json new file mode 100644 index 00000000000..2a40d81aca3 --- /dev/null +++ b/data/smartphone/vivo/2024/v30-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "v30-pro", + "name": "V30 Pro", + "brand": "vivo", + "soc": "dimensity-1100", + "release_date": "2024-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/v40e.json b/data/smartphone/vivo/2024/v40e.json new file mode 100644 index 00000000000..983e59d4879 --- /dev/null +++ b/data/smartphone/vivo/2024/v40e.json @@ -0,0 +1,41 @@ +{ + "slug": "v40e", + "name": "V40e", + "brand": "vivo", + "soc": "snapdragon-778g", + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 44.0 + } + ], + "battery_mah": 4100, + "weight_g": 179.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/x200-pro-mini.json b/data/smartphone/vivo/2024/x200-pro-mini.json new file mode 100644 index 00000000000..5a6b0d456ed --- /dev/null +++ b/data/smartphone/vivo/2024/x200-pro-mini.json @@ -0,0 +1,41 @@ +{ + "slug": "x200-pro-mini", + "name": "X200 Pro Mini", + "brand": "vivo", + "soc": "dimensity-9400", + "release_date": "2024-01-01", + "msrp_usd": 949, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.31, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5700, + "weight_g": 187.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/x200-pro.json b/data/smartphone/vivo/2024/x200-pro.json new file mode 100644 index 00000000000..c1a7a068c22 --- /dev/null +++ b/data/smartphone/vivo/2024/x200-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "x200-pro", + "name": "X200 Pro", + "brand": "vivo", + "soc": "dimensity-9400", + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 223.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/x200.json b/data/smartphone/vivo/2024/x200.json new file mode 100644 index 00000000000..addbcfbc934 --- /dev/null +++ b/data/smartphone/vivo/2024/x200.json @@ -0,0 +1,42 @@ +{ + "slug": "x200", + "name": "X200", + "brand": "vivo", + "soc": "dimensity-9400", + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 223.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/y100-5g.json b/data/smartphone/vivo/2024/y100-5g.json new file mode 100644 index 00000000000..332a651a28d --- /dev/null +++ b/data/smartphone/vivo/2024/y100-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "y100-5g", + "name": "Y100 5G", + "brand": "vivo", + "soc": "dimensity-900", + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.38, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 181.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/vivo/2024/y200-gt.json b/data/smartphone/vivo/2024/y200-gt.json new file mode 100644 index 00000000000..bc792b4c403 --- /dev/null +++ b/data/smartphone/vivo/2024/y200-gt.json @@ -0,0 +1,41 @@ +{ + "slug": "y200-gt", + "name": "Y200 GT", + "brand": "vivo", + "soc": "dimensity-1200", + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 006ee42d01bc6fdf68e05ede017d36632c9140c0 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:45 +0900 Subject: [PATCH 09/22] data(smartphone): import Kaggle OnePlus phones Refs #1 --- .../2017/oneplus-5-special-edition.json | 41 ++++++++++++++++++ .../2017/oneplus-5t-star-wars-edition.json | 41 ++++++++++++++++++ .../2018/oneplus-6-special-edition.json | 41 ++++++++++++++++++ .../2018/oneplus-6t-mclaren-edition.json | 41 ++++++++++++++++++ .../oneplus-7t-pro-5g-mclaren-edition.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2020/oneplus-7r.json | 41 ++++++++++++++++++ .../2020/oneplus-8-pro-mclaren-edition.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2020/oneplus-8.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2020/oneplus-8r.json | 41 ++++++++++++++++++ .../oneplus-8t-cyberpunk-2077-edition.json | 41 ++++++++++++++++++ .../2020/oneplus-8t-cyberpunk-edition.json | 41 ++++++++++++++++++ .../oneplus/2020/oneplus-nord-1.json | 41 ++++++++++++++++++ .../oneplus/2020/oneplus-nord-n10-5g.json | 41 ++++++++++++++++++ .../oneplus/2020/oneplus-nord-n100-5g.json | 41 ++++++++++++++++++ .../oneplus/2020/oneplus-nord-n100.json | 43 +++++++++++++++++++ .../oneplus/2020/oneplus-nord-x.json | 41 ++++++++++++++++++ .../oneplus/2021/oneplus-9r-5g.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2021/oneplus-9t.json | 43 +++++++++++++++++++ .../oneplus/2021/oneplus-nord-ce-5g.json | 41 ++++++++++++++++++ .../oneplus/2021/oneplus-nord-n200.json | 43 +++++++++++++++++++ data/smartphone/oneplus/2022/oneplus-10r.json | 41 ++++++++++++++++++ .../oneplus/2022/oneplus-nord-2t.json | 43 +++++++++++++++++++ .../oneplus/2022/oneplus-nord-ce-2-lite.json | 41 ++++++++++++++++++ .../oneplus/2022/oneplus-nord-ce-2.json | 41 ++++++++++++++++++ .../oneplus/2023/oneplus-11-pro.json | 43 +++++++++++++++++++ data/smartphone/oneplus/2023/oneplus-11t.json | 41 ++++++++++++++++++ .../oneplus/2023/oneplus-12t-5g.json | 41 ++++++++++++++++++ .../oneplus/2023/oneplus-13-pro.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2023/oneplus-14.json | 41 ++++++++++++++++++ data/smartphone/oneplus/2023/oneplus-15r.json | 41 ++++++++++++++++++ .../oneplus/2023/oneplus-nord-3.json | 41 ++++++++++++++++++ .../oneplus/2023/oneplus-nord-ce-3-lite.json | 41 ++++++++++++++++++ .../smartphone/oneplus/2024/oneplus-open.json | 41 ++++++++++++++++++ 33 files changed, 1363 insertions(+) create mode 100644 data/smartphone/oneplus/2017/oneplus-5-special-edition.json create mode 100644 data/smartphone/oneplus/2017/oneplus-5t-star-wars-edition.json create mode 100644 data/smartphone/oneplus/2018/oneplus-6-special-edition.json create mode 100644 data/smartphone/oneplus/2018/oneplus-6t-mclaren-edition.json create mode 100644 data/smartphone/oneplus/2019/oneplus-7t-pro-5g-mclaren-edition.json create mode 100644 data/smartphone/oneplus/2020/oneplus-7r.json create mode 100644 data/smartphone/oneplus/2020/oneplus-8-pro-mclaren-edition.json create mode 100644 data/smartphone/oneplus/2020/oneplus-8.json create mode 100644 data/smartphone/oneplus/2020/oneplus-8r.json create mode 100644 data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-2077-edition.json create mode 100644 data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-edition.json create mode 100644 data/smartphone/oneplus/2020/oneplus-nord-1.json create mode 100644 data/smartphone/oneplus/2020/oneplus-nord-n10-5g.json create mode 100644 data/smartphone/oneplus/2020/oneplus-nord-n100-5g.json create mode 100644 data/smartphone/oneplus/2020/oneplus-nord-n100.json create mode 100644 data/smartphone/oneplus/2020/oneplus-nord-x.json create mode 100644 data/smartphone/oneplus/2021/oneplus-9r-5g.json create mode 100644 data/smartphone/oneplus/2021/oneplus-9t.json create mode 100644 data/smartphone/oneplus/2021/oneplus-nord-ce-5g.json create mode 100644 data/smartphone/oneplus/2021/oneplus-nord-n200.json create mode 100644 data/smartphone/oneplus/2022/oneplus-10r.json create mode 100644 data/smartphone/oneplus/2022/oneplus-nord-2t.json create mode 100644 data/smartphone/oneplus/2022/oneplus-nord-ce-2-lite.json create mode 100644 data/smartphone/oneplus/2022/oneplus-nord-ce-2.json create mode 100644 data/smartphone/oneplus/2023/oneplus-11-pro.json create mode 100644 data/smartphone/oneplus/2023/oneplus-11t.json create mode 100644 data/smartphone/oneplus/2023/oneplus-12t-5g.json create mode 100644 data/smartphone/oneplus/2023/oneplus-13-pro.json create mode 100644 data/smartphone/oneplus/2023/oneplus-14.json create mode 100644 data/smartphone/oneplus/2023/oneplus-15r.json create mode 100644 data/smartphone/oneplus/2023/oneplus-nord-3.json create mode 100644 data/smartphone/oneplus/2023/oneplus-nord-ce-3-lite.json create mode 100644 data/smartphone/oneplus/2024/oneplus-open.json diff --git a/data/smartphone/oneplus/2017/oneplus-5-special-edition.json b/data/smartphone/oneplus/2017/oneplus-5-special-edition.json new file mode 100644 index 00000000000..77c43e41cf6 --- /dev/null +++ b/data/smartphone/oneplus/2017/oneplus-5-special-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-5-special-edition", + "name": "OnePlus 5 Special Edition", + "brand": "oneplus", + "soc": "snapdragon-835", + "release_date": "2017-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 5.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "weight_g": 155.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2017/oneplus-5t-star-wars-edition.json b/data/smartphone/oneplus/2017/oneplus-5t-star-wars-edition.json new file mode 100644 index 00000000000..94939c23a34 --- /dev/null +++ b/data/smartphone/oneplus/2017/oneplus-5t-star-wars-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-5t-star-wars-edition", + "name": "OnePlus 5T Star Wars Edition", + "brand": "oneplus", + "soc": "snapdragon-835", + "release_date": "2017-01-01", + "msrp_usd": 649, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.01, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "weight_g": 162.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2018/oneplus-6-special-edition.json b/data/smartphone/oneplus/2018/oneplus-6-special-edition.json new file mode 100644 index 00000000000..97af2457cb2 --- /dev/null +++ b/data/smartphone/oneplus/2018/oneplus-6-special-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-6-special-edition", + "name": "OnePlus 6 Special Edition", + "brand": "oneplus", + "soc": "snapdragon-845", + "release_date": "2018-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.28, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "weight_g": 177.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2018/oneplus-6t-mclaren-edition.json b/data/smartphone/oneplus/2018/oneplus-6t-mclaren-edition.json new file mode 100644 index 00000000000..62247d54773 --- /dev/null +++ b/data/smartphone/oneplus/2018/oneplus-6t-mclaren-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-6t-mclaren-edition", + "name": "OnePlus 6T McLaren Edition", + "brand": "oneplus", + "soc": "snapdragon-845", + "release_date": "2018-01-01", + "msrp_usd": 799, + "ram_gb": 10, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.41, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3700, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2019/oneplus-7t-pro-5g-mclaren-edition.json b/data/smartphone/oneplus/2019/oneplus-7t-pro-5g-mclaren-edition.json new file mode 100644 index 00000000000..16670462f77 --- /dev/null +++ b/data/smartphone/oneplus/2019/oneplus-7t-pro-5g-mclaren-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-7t-pro-5g-mclaren-edition", + "name": "OnePlus 7T Pro 5G McLaren Edition", + "brand": "oneplus", + "soc": "snapdragon-855", + "release_date": "2019-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4085, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-7r.json b/data/smartphone/oneplus/2020/oneplus-7r.json new file mode 100644 index 00000000000..53d561dc3f7 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-7r.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-7r", + "name": "OnePlus 7R", + "brand": "oneplus", + "soc": "snapdragon-855", + "release_date": "2020-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.41, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3700, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-8-pro-mclaren-edition.json b/data/smartphone/oneplus/2020/oneplus-8-pro-mclaren-edition.json new file mode 100644 index 00000000000..a08eedd7b3e --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-8-pro-mclaren-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-8-pro-mclaren-edition", + "name": "OnePlus 8 Pro McLaren Edition", + "brand": "oneplus", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4510, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-8.json b/data/smartphone/oneplus/2020/oneplus-8.json new file mode 100644 index 00000000000..abcb9fc90d3 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-8.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-8", + "name": "OnePlus 8", + "brand": "oneplus", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-8r.json b/data/smartphone/oneplus/2020/oneplus-8r.json new file mode 100644 index 00000000000..a63b9c5ac5b --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-8r.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-8r", + "name": "OnePlus 8R", + "brand": "oneplus", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-2077-edition.json b/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-2077-edition.json new file mode 100644 index 00000000000..54de88701bd --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-2077-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-8t-cyberpunk-2077-edition", + "name": "OnePlus 8T Cyberpunk 2077 Edition", + "brand": "oneplus", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 749, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-edition.json b/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-edition.json new file mode 100644 index 00000000000..9474522c112 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-8t-cyberpunk-edition.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-8t-cyberpunk-edition", + "name": "OnePlus 8T Cyberpunk Edition", + "brand": "oneplus", + "soc": "snapdragon-865", + "release_date": "2020-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-nord-1.json b/data/smartphone/oneplus/2020/oneplus-nord-1.json new file mode 100644 index 00000000000..bd6e89d9a1c --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-nord-1.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-1", + "name": "OnePlus Nord 1", + "brand": "oneplus", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4115, + "weight_g": 184.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-nord-n10-5g.json b/data/smartphone/oneplus/2020/oneplus-nord-n10-5g.json new file mode 100644 index 00000000000..69b0f28b71c --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-nord-n10-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-n10-5g", + "name": "OnePlus Nord N10 5G", + "brand": "oneplus", + "soc": "snapdragon-690", + "release_date": "2020-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.49, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-nord-n100-5g.json b/data/smartphone/oneplus/2020/oneplus-nord-n100-5g.json new file mode 100644 index 00000000000..0f8b3243a28 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-nord-n100-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-n100-5g", + "name": "OnePlus Nord N100 5G", + "brand": "oneplus", + "soc": "snapdragon-460", + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-nord-n100.json b/data/smartphone/oneplus/2020/oneplus-nord-n100.json new file mode 100644 index 00000000000..45c4e4e86c8 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-nord-n100.json @@ -0,0 +1,43 @@ +{ + "slug": "oneplus-nord-n100", + "name": "OnePlus Nord N100", + "brand": "oneplus", + "soc": "snapdragon-460", + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/oneplus/2020/oneplus-nord-x.json b/data/smartphone/oneplus/2020/oneplus-nord-x.json new file mode 100644 index 00000000000..44a890fa378 --- /dev/null +++ b/data/smartphone/oneplus/2020/oneplus-nord-x.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-x", + "name": "OnePlus Nord X", + "brand": "oneplus", + "soc": "snapdragon-765g", + "release_date": "2020-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2021/oneplus-9r-5g.json b/data/smartphone/oneplus/2021/oneplus-9r-5g.json new file mode 100644 index 00000000000..e7826216cef --- /dev/null +++ b/data/smartphone/oneplus/2021/oneplus-9r-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-9r-5g", + "name": "OnePlus 9R 5G", + "brand": "oneplus", + "soc": "snapdragon-870", + "release_date": "2021-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2021/oneplus-9t.json b/data/smartphone/oneplus/2021/oneplus-9t.json new file mode 100644 index 00000000000..8bd17209969 --- /dev/null +++ b/data/smartphone/oneplus/2021/oneplus-9t.json @@ -0,0 +1,43 @@ +{ + "slug": "oneplus-9t", + "name": "OnePlus 9T", + "brand": "oneplus", + "soc": "snapdragon-888", + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "1080x2400", + "refresh_hz": 120, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": 65, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/oneplus/2021/oneplus-nord-ce-5g.json b/data/smartphone/oneplus/2021/oneplus-nord-ce-5g.json new file mode 100644 index 00000000000..4e931e76463 --- /dev/null +++ b/data/smartphone/oneplus/2021/oneplus-nord-ce-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-ce-5g", + "name": "OnePlus Nord CE 5G", + "brand": "oneplus", + "soc": "snapdragon-750g", + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 170.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2021/oneplus-nord-n200.json b/data/smartphone/oneplus/2021/oneplus-nord-n200.json new file mode 100644 index 00000000000..05eed429c77 --- /dev/null +++ b/data/smartphone/oneplus/2021/oneplus-nord-n200.json @@ -0,0 +1,43 @@ +{ + "slug": "oneplus-nord-n200", + "name": "OnePlus Nord N200", + "brand": "oneplus", + "soc": "snapdragon-480", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.49, + "resolution": "1080x2400", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/oneplus/2022/oneplus-10r.json b/data/smartphone/oneplus/2022/oneplus-10r.json new file mode 100644 index 00000000000..92a1645a12d --- /dev/null +++ b/data/smartphone/oneplus/2022/oneplus-10r.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-10r", + "name": "OnePlus 10R", + "brand": "oneplus", + "soc": "dimensity-8100", + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2022/oneplus-nord-2t.json b/data/smartphone/oneplus/2022/oneplus-nord-2t.json new file mode 100644 index 00000000000..6441809fc81 --- /dev/null +++ b/data/smartphone/oneplus/2022/oneplus-nord-2t.json @@ -0,0 +1,43 @@ +{ + "slug": "oneplus-nord-2t", + "name": "OnePlus Nord 2T", + "brand": "oneplus", + "soc": "dimensity-1300", + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": "1080x2400", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": 80, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/oneplus/2022/oneplus-nord-ce-2-lite.json b/data/smartphone/oneplus/2022/oneplus-nord-ce-2-lite.json new file mode 100644 index 00000000000..6d1f9421335 --- /dev/null +++ b/data/smartphone/oneplus/2022/oneplus-nord-ce-2-lite.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-ce-2-lite", + "name": "OnePlus Nord CE 2 Lite", + "brand": "oneplus", + "soc": "dimensity-900", + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2022/oneplus-nord-ce-2.json b/data/smartphone/oneplus/2022/oneplus-nord-ce-2.json new file mode 100644 index 00000000000..1a62cb6c065 --- /dev/null +++ b/data/smartphone/oneplus/2022/oneplus-nord-ce-2.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-ce-2", + "name": "OnePlus Nord CE 2", + "brand": "oneplus", + "soc": "dimensity-1200", + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 173.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-11-pro.json b/data/smartphone/oneplus/2023/oneplus-11-pro.json new file mode 100644 index 00000000000..a2c49c9020b --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-11-pro.json @@ -0,0 +1,43 @@ +{ + "slug": "oneplus-11-pro", + "name": "OnePlus 11 Pro", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": "1440x3216", + "refresh_hz": 120, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 100, + "weight_g": 204.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-11t.json b/data/smartphone/oneplus/2023/oneplus-11t.json new file mode 100644 index 00000000000..7d193123384 --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-11t.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-11t", + "name": "OnePlus 11T", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-12t-5g.json b/data/smartphone/oneplus/2023/oneplus-12t-5g.json new file mode 100644 index 00000000000..d2bab99c4c0 --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-12t-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-12t-5g", + "name": "OnePlus 12T 5G", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 849, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-13-pro.json b/data/smartphone/oneplus/2023/oneplus-13-pro.json new file mode 100644 index 00000000000..3c628655924 --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-13-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-13-pro", + "name": "OnePlus 13 Pro", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 215.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-14.json b/data/smartphone/oneplus/2023/oneplus-14.json new file mode 100644 index 00000000000..c90a4f323d2 --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-14.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-14", + "name": "OnePlus 14+", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4800, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-15r.json b/data/smartphone/oneplus/2023/oneplus-15r.json new file mode 100644 index 00000000000..014be7a0b3c --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-15r.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-15r", + "name": "OnePlus 15R", + "brand": "oneplus", + "soc": "snapdragon-8-gen-3", + "release_date": "2023-01-01", + "msrp_usd": 849, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-nord-3.json b/data/smartphone/oneplus/2023/oneplus-nord-3.json new file mode 100644 index 00000000000..ef87e0328b4 --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-nord-3.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-3", + "name": "OnePlus Nord 3", + "brand": "oneplus", + "soc": "dimensity-9000", + "release_date": "2023-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2023/oneplus-nord-ce-3-lite.json b/data/smartphone/oneplus/2023/oneplus-nord-ce-3-lite.json new file mode 100644 index 00000000000..bf82389c24e --- /dev/null +++ b/data/smartphone/oneplus/2023/oneplus-nord-ce-3-lite.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-nord-ce-3-lite", + "name": "OnePlus Nord CE 3 Lite", + "brand": "oneplus", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/oneplus/2024/oneplus-open.json b/data/smartphone/oneplus/2024/oneplus-open.json new file mode 100644 index 00000000000..ea48d30c566 --- /dev/null +++ b/data/smartphone/oneplus/2024/oneplus-open.json @@ -0,0 +1,41 @@ +{ + "slug": "oneplus-open", + "name": "OnePlus Open", + "brand": "oneplus", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "weight_g": 238.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 127d70346aed8d0c762dcc37425daf3476fde605 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:53:49 +0900 Subject: [PATCH 10/22] data(smartphone): import Kaggle realme phones Refs #1 --- data/smartphone/realme/2023/c55.json | 42 ++++++++++++++++++ data/smartphone/realme/2023/gt-6.json | 43 +++++++++++++++++++ data/smartphone/realme/2023/gt-6t.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/13-5g.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/13-pro-5g.json | 43 +++++++++++++++++++ data/smartphone/realme/2024/c63.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/c67.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/c75.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/gt-7-pro.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/gt-7.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/narzo-70-5g.json | 41 ++++++++++++++++++ .../realme/2024/narzo-70-turbo-5g.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/narzo-n61.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/narzo-n63.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/narzo-n65-5g.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/neo-7.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/note-50.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/note-60.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/note-60x.json | 41 ++++++++++++++++++ data/smartphone/realme/2024/p1-5g.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/p1-speed-5g.json | 42 ++++++++++++++++++ data/smartphone/realme/2024/p2-pro-5g.json | 43 +++++++++++++++++++ data/smartphone/realme/2024/realme-c65.json | 42 ++++++++++++++++++ data/smartphone/realme/2025/14-pro-5g.json | 42 ++++++++++++++++++ data/smartphone/realme/2025/14x-5g.json | 42 ++++++++++++++++++ 25 files changed, 1046 insertions(+) create mode 100644 data/smartphone/realme/2023/c55.json create mode 100644 data/smartphone/realme/2023/gt-6.json create mode 100644 data/smartphone/realme/2023/gt-6t.json create mode 100644 data/smartphone/realme/2024/13-5g.json create mode 100644 data/smartphone/realme/2024/13-pro-5g.json create mode 100644 data/smartphone/realme/2024/c63.json create mode 100644 data/smartphone/realme/2024/c67.json create mode 100644 data/smartphone/realme/2024/c75.json create mode 100644 data/smartphone/realme/2024/gt-7-pro.json create mode 100644 data/smartphone/realme/2024/gt-7.json create mode 100644 data/smartphone/realme/2024/narzo-70-5g.json create mode 100644 data/smartphone/realme/2024/narzo-70-turbo-5g.json create mode 100644 data/smartphone/realme/2024/narzo-n61.json create mode 100644 data/smartphone/realme/2024/narzo-n63.json create mode 100644 data/smartphone/realme/2024/narzo-n65-5g.json create mode 100644 data/smartphone/realme/2024/neo-7.json create mode 100644 data/smartphone/realme/2024/note-50.json create mode 100644 data/smartphone/realme/2024/note-60.json create mode 100644 data/smartphone/realme/2024/note-60x.json create mode 100644 data/smartphone/realme/2024/p1-5g.json create mode 100644 data/smartphone/realme/2024/p1-speed-5g.json create mode 100644 data/smartphone/realme/2024/p2-pro-5g.json create mode 100644 data/smartphone/realme/2024/realme-c65.json create mode 100644 data/smartphone/realme/2025/14-pro-5g.json create mode 100644 data/smartphone/realme/2025/14x-5g.json diff --git a/data/smartphone/realme/2023/c55.json b/data/smartphone/realme/2023/c55.json new file mode 100644 index 00000000000..4574d8af571 --- /dev/null +++ b/data/smartphone/realme/2023/c55.json @@ -0,0 +1,42 @@ +{ + "slug": "c55", + "name": "C55", + "brand": "realme", + "soc": "helio-g88", + "release_date": "2023-01-01", + "msrp_usd": 170, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2023/gt-6.json b/data/smartphone/realme/2023/gt-6.json new file mode 100644 index 00000000000..09f5f632413 --- /dev/null +++ b/data/smartphone/realme/2023/gt-6.json @@ -0,0 +1,43 @@ +{ + "slug": "gt-6", + "name": "GT 6", + "brand": "realme", + "soc": "snapdragon-8s-gen-3", + "release_date": "2023-01-01", + "msrp_usd": 380, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2023/gt-6t.json b/data/smartphone/realme/2023/gt-6t.json new file mode 100644 index 00000000000..4b28995846e --- /dev/null +++ b/data/smartphone/realme/2023/gt-6t.json @@ -0,0 +1,42 @@ +{ + "slug": "gt-6t", + "name": "GT 6T", + "brand": "realme", + "soc": "snapdragon-7-plus-gen-3", + "release_date": "2023-01-01", + "msrp_usd": 360, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/13-5g.json b/data/smartphone/realme/2024/13-5g.json new file mode 100644 index 00000000000..3c083bec2ac --- /dev/null +++ b/data/smartphone/realme/2024/13-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "13-5g", + "name": "13+ 5G", + "brand": "realme", + "soc": "dimensity-7200", + "release_date": "2024-01-01", + "msrp_usd": 250, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/13-pro-5g.json b/data/smartphone/realme/2024/13-pro-5g.json new file mode 100644 index 00000000000..add669a3cc9 --- /dev/null +++ b/data/smartphone/realme/2024/13-pro-5g.json @@ -0,0 +1,43 @@ +{ + "slug": "13-pro-5g", + "name": "13 Pro 5G", + "brand": "realme", + "soc": "snapdragon-7s-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/c63.json b/data/smartphone/realme/2024/c63.json new file mode 100644 index 00000000000..bc8a523a182 --- /dev/null +++ b/data/smartphone/realme/2024/c63.json @@ -0,0 +1,41 @@ +{ + "slug": "c63", + "name": "C63", + "brand": "realme", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 150, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/c67.json b/data/smartphone/realme/2024/c67.json new file mode 100644 index 00000000000..c87335e1e3f --- /dev/null +++ b/data/smartphone/realme/2024/c67.json @@ -0,0 +1,42 @@ +{ + "slug": "c67", + "name": "C67", + "brand": "realme", + "soc": "helio-g88", + "release_date": "2024-01-01", + "msrp_usd": 170, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/c75.json b/data/smartphone/realme/2024/c75.json new file mode 100644 index 00000000000..bfe0be3907e --- /dev/null +++ b/data/smartphone/realme/2024/c75.json @@ -0,0 +1,42 @@ +{ + "slug": "c75", + "name": "C75", + "brand": "realme", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/gt-7-pro.json b/data/smartphone/realme/2024/gt-7-pro.json new file mode 100644 index 00000000000..c2d9a943a66 --- /dev/null +++ b/data/smartphone/realme/2024/gt-7-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "gt-7-pro", + "name": "GT 7 Pro", + "brand": "realme", + "soc": "snapdragon-8-elite", + "release_date": "2024-01-01", + "msrp_usd": 470, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6500, + "weight_g": 222.8, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/gt-7.json b/data/smartphone/realme/2024/gt-7.json new file mode 100644 index 00000000000..2ac07fc8a51 --- /dev/null +++ b/data/smartphone/realme/2024/gt-7.json @@ -0,0 +1,42 @@ +{ + "slug": "gt-7", + "name": "GT 7", + "brand": "realme", + "soc": "snapdragon-8-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 440, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 199.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/narzo-70-5g.json b/data/smartphone/realme/2024/narzo-70-5g.json new file mode 100644 index 00000000000..ab76564cdd0 --- /dev/null +++ b/data/smartphone/realme/2024/narzo-70-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "narzo-70-5g", + "name": "Narzo 70 5G", + "brand": "realme", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 230, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/narzo-70-turbo-5g.json b/data/smartphone/realme/2024/narzo-70-turbo-5g.json new file mode 100644 index 00000000000..63ebf15b542 --- /dev/null +++ b/data/smartphone/realme/2024/narzo-70-turbo-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "narzo-70-turbo-5g", + "name": "Narzo 70 Turbo 5G", + "brand": "realme", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 240, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/narzo-n61.json b/data/smartphone/realme/2024/narzo-n61.json new file mode 100644 index 00000000000..0b096d48c6f --- /dev/null +++ b/data/smartphone/realme/2024/narzo-n61.json @@ -0,0 +1,41 @@ +{ + "slug": "narzo-n61", + "name": "Narzo N61", + "brand": "realme", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 180, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/narzo-n63.json b/data/smartphone/realme/2024/narzo-n63.json new file mode 100644 index 00000000000..73a4a89fc09 --- /dev/null +++ b/data/smartphone/realme/2024/narzo-n63.json @@ -0,0 +1,41 @@ +{ + "slug": "narzo-n63", + "name": "Narzo N63", + "brand": "realme", + "soc": "helio-g88", + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/narzo-n65-5g.json b/data/smartphone/realme/2024/narzo-n65-5g.json new file mode 100644 index 00000000000..f4e0991fe99 --- /dev/null +++ b/data/smartphone/realme/2024/narzo-n65-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "narzo-n65-5g", + "name": "Narzo N65 5G", + "brand": "realme", + "soc": "dimensity-700", + "release_date": "2024-01-01", + "msrp_usd": 210, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/neo-7.json b/data/smartphone/realme/2024/neo-7.json new file mode 100644 index 00000000000..6fc682044ee --- /dev/null +++ b/data/smartphone/realme/2024/neo-7.json @@ -0,0 +1,42 @@ +{ + "slug": "neo-7", + "name": "Neo 7", + "brand": "realme", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 330, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 193.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/note-50.json b/data/smartphone/realme/2024/note-50.json new file mode 100644 index 00000000000..9ca6f53ae86 --- /dev/null +++ b/data/smartphone/realme/2024/note-50.json @@ -0,0 +1,41 @@ +{ + "slug": "note-50", + "name": "Note 50", + "brand": "realme", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 170, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/note-60.json b/data/smartphone/realme/2024/note-60.json new file mode 100644 index 00000000000..0748f963ed9 --- /dev/null +++ b/data/smartphone/realme/2024/note-60.json @@ -0,0 +1,42 @@ +{ + "slug": "note-60", + "name": "Note 60", + "brand": "realme", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 220, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/note-60x.json b/data/smartphone/realme/2024/note-60x.json new file mode 100644 index 00000000000..6d0b5c4d6d8 --- /dev/null +++ b/data/smartphone/realme/2024/note-60x.json @@ -0,0 +1,41 @@ +{ + "slug": "note-60x", + "name": "Note 60x", + "brand": "realme", + "soc": "dimensity-6100-plus", + "release_date": "2024-01-01", + "msrp_usd": 210, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/p1-5g.json b/data/smartphone/realme/2024/p1-5g.json new file mode 100644 index 00000000000..e614ac0293f --- /dev/null +++ b/data/smartphone/realme/2024/p1-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "p1-5g", + "name": "P1 5G", + "brand": "realme", + "soc": "dimensity-6100-plus", + "release_date": "2024-01-01", + "msrp_usd": 200, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 184.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/p1-speed-5g.json b/data/smartphone/realme/2024/p1-speed-5g.json new file mode 100644 index 00000000000..ab923f31527 --- /dev/null +++ b/data/smartphone/realme/2024/p1-speed-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "p1-speed-5g", + "name": "P1 Speed 5G", + "brand": "realme", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 250, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5100, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/p2-pro-5g.json b/data/smartphone/realme/2024/p2-pro-5g.json new file mode 100644 index 00000000000..9965dc4255a --- /dev/null +++ b/data/smartphone/realme/2024/p2-pro-5g.json @@ -0,0 +1,43 @@ +{ + "slug": "p2-pro-5g", + "name": "P2 Pro 5G", + "brand": "realme", + "soc": "snapdragon-7-plus-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 340, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2024/realme-c65.json b/data/smartphone/realme/2024/realme-c65.json new file mode 100644 index 00000000000..b8c71136abd --- /dev/null +++ b/data/smartphone/realme/2024/realme-c65.json @@ -0,0 +1,42 @@ +{ + "slug": "realme-c65", + "name": "C65", + "brand": "realme", + "soc": "snapdragon-680", + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2025/14-pro-5g.json b/data/smartphone/realme/2025/14-pro-5g.json new file mode 100644 index 00000000000..e7f3bdcf4f6 --- /dev/null +++ b/data/smartphone/realme/2025/14-pro-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "14-pro-5g", + "name": "14 Pro+ 5G", + "brand": "realme", + "soc": "snapdragon-7s-gen-3", + "release_date": "2025-01-01", + "msrp_usd": 340, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.83, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "weight_g": 184.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/realme/2025/14x-5g.json b/data/smartphone/realme/2025/14x-5g.json new file mode 100644 index 00000000000..2905115f373 --- /dev/null +++ b/data/smartphone/realme/2025/14x-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "14x-5g", + "name": "14x 5G", + "brand": "realme", + "soc": "snapdragon-7s-gen-2", + "release_date": "2025-01-01", + "msrp_usd": 270, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5500, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 7f196762852312c14bec982392a0c3ede82f0233 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:55:12 +0900 Subject: [PATCH 11/22] data(smartphone): import Kaggle Infinix phones Refs #1 --- data/smartphone/infinix/2020/hot-10-lite.json | 41 +++++++++++++++++++ data/smartphone/infinix/2020/hot-10.json | 41 +++++++++++++++++++ data/smartphone/infinix/2020/note-8.json | 41 +++++++++++++++++++ data/smartphone/infinix/2020/note-8i.json | 41 +++++++++++++++++++ data/smartphone/infinix/2020/zero-8.json | 41 +++++++++++++++++++ data/smartphone/infinix/2020/zero-8i.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-10-play.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-10s-nfc.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-10s.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-10t.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-11-play.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-11.json | 41 +++++++++++++++++++ data/smartphone/infinix/2021/hot-11s.json | 41 +++++++++++++++++++ data/smartphone/infinix/2022/hot-12.json | 41 +++++++++++++++++++ data/smartphone/infinix/2022/hot-20-5g.json | 41 +++++++++++++++++++ data/smartphone/infinix/2022/hot-20.json | 41 +++++++++++++++++++ data/smartphone/infinix/2022/hot-20i.json | 41 +++++++++++++++++++ data/smartphone/infinix/2022/hot-20s.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/gt-10-pro.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/hot-30-5g.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/hot-30.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/hot-30i-nfc.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/hot-30i.json | 41 +++++++++++++++++++ data/smartphone/infinix/2023/hot-40-pro.json | 38 +++++++++++++++++ data/smartphone/infinix/2023/hot-40.json | 38 +++++++++++++++++ data/smartphone/infinix/2023/hot-40i.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/gt-20-pro.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/hot-50-5g.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/hot-50-pro.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/hot-50.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/hot-50i.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/note-40-5g.json | 38 +++++++++++++++++ .../infinix/2024/note-40-pro-5g.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/note-40-pro.json | 38 +++++++++++++++++ .../infinix/2024/note-40-racing-edition.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/note-40.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/note-40s.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/note-40x-5g.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/zero-40-5g.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/zero-40.json | 38 +++++++++++++++++ data/smartphone/infinix/2024/zero-flip.json | 38 +++++++++++++++++ 41 files changed, 1627 insertions(+) create mode 100644 data/smartphone/infinix/2020/hot-10-lite.json create mode 100644 data/smartphone/infinix/2020/hot-10.json create mode 100644 data/smartphone/infinix/2020/note-8.json create mode 100644 data/smartphone/infinix/2020/note-8i.json create mode 100644 data/smartphone/infinix/2020/zero-8.json create mode 100644 data/smartphone/infinix/2020/zero-8i.json create mode 100644 data/smartphone/infinix/2021/hot-10-play.json create mode 100644 data/smartphone/infinix/2021/hot-10s-nfc.json create mode 100644 data/smartphone/infinix/2021/hot-10s.json create mode 100644 data/smartphone/infinix/2021/hot-10t.json create mode 100644 data/smartphone/infinix/2021/hot-11-play.json create mode 100644 data/smartphone/infinix/2021/hot-11.json create mode 100644 data/smartphone/infinix/2021/hot-11s.json create mode 100644 data/smartphone/infinix/2022/hot-12.json create mode 100644 data/smartphone/infinix/2022/hot-20-5g.json create mode 100644 data/smartphone/infinix/2022/hot-20.json create mode 100644 data/smartphone/infinix/2022/hot-20i.json create mode 100644 data/smartphone/infinix/2022/hot-20s.json create mode 100644 data/smartphone/infinix/2023/gt-10-pro.json create mode 100644 data/smartphone/infinix/2023/hot-30-5g.json create mode 100644 data/smartphone/infinix/2023/hot-30.json create mode 100644 data/smartphone/infinix/2023/hot-30i-nfc.json create mode 100644 data/smartphone/infinix/2023/hot-30i.json create mode 100644 data/smartphone/infinix/2023/hot-40-pro.json create mode 100644 data/smartphone/infinix/2023/hot-40.json create mode 100644 data/smartphone/infinix/2023/hot-40i.json create mode 100644 data/smartphone/infinix/2024/gt-20-pro.json create mode 100644 data/smartphone/infinix/2024/hot-50-5g.json create mode 100644 data/smartphone/infinix/2024/hot-50-pro.json create mode 100644 data/smartphone/infinix/2024/hot-50.json create mode 100644 data/smartphone/infinix/2024/hot-50i.json create mode 100644 data/smartphone/infinix/2024/note-40-5g.json create mode 100644 data/smartphone/infinix/2024/note-40-pro-5g.json create mode 100644 data/smartphone/infinix/2024/note-40-pro.json create mode 100644 data/smartphone/infinix/2024/note-40-racing-edition.json create mode 100644 data/smartphone/infinix/2024/note-40.json create mode 100644 data/smartphone/infinix/2024/note-40s.json create mode 100644 data/smartphone/infinix/2024/note-40x-5g.json create mode 100644 data/smartphone/infinix/2024/zero-40-5g.json create mode 100644 data/smartphone/infinix/2024/zero-40.json create mode 100644 data/smartphone/infinix/2024/zero-flip.json diff --git a/data/smartphone/infinix/2020/hot-10-lite.json b/data/smartphone/infinix/2020/hot-10-lite.json new file mode 100644 index 00000000000..4869d3bf92d --- /dev/null +++ b/data/smartphone/infinix/2020/hot-10-lite.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10-lite", + "name": "Hot 10 Lite", + "brand": "infinix", + "soc": "helio-a25", + "release_date": "2020-01-01", + "msrp_usd": 109, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2020/hot-10.json b/data/smartphone/infinix/2020/hot-10.json new file mode 100644 index 00000000000..9110bc8e47b --- /dev/null +++ b/data/smartphone/infinix/2020/hot-10.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10", + "name": "Hot 10", + "brand": "infinix", + "soc": "helio-g70", + "release_date": "2020-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "weight_g": 204.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2020/note-8.json b/data/smartphone/infinix/2020/note-8.json new file mode 100644 index 00000000000..93ade98b73b --- /dev/null +++ b/data/smartphone/infinix/2020/note-8.json @@ -0,0 +1,41 @@ +{ + "slug": "note-8", + "name": "Note 8", + "brand": "infinix", + "soc": "helio-g80", + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.95, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2020/note-8i.json b/data/smartphone/infinix/2020/note-8i.json new file mode 100644 index 00000000000..69bfc34692d --- /dev/null +++ b/data/smartphone/infinix/2020/note-8i.json @@ -0,0 +1,41 @@ +{ + "slug": "note-8i", + "name": "Note 8i", + "brand": "infinix", + "soc": "helio-g80", + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2020/zero-8.json b/data/smartphone/infinix/2020/zero-8.json new file mode 100644 index 00000000000..2f92420ac68 --- /dev/null +++ b/data/smartphone/infinix/2020/zero-8.json @@ -0,0 +1,41 @@ +{ + "slug": "zero-8", + "name": "Zero 8", + "brand": "infinix", + "soc": "helio-g90t", + "release_date": "2020-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 48.0 + } + ], + "battery_mah": 4500, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2020/zero-8i.json b/data/smartphone/infinix/2020/zero-8i.json new file mode 100644 index 00000000000..25bb98a60a5 --- /dev/null +++ b/data/smartphone/infinix/2020/zero-8i.json @@ -0,0 +1,41 @@ +{ + "slug": "zero-8i", + "name": "Zero 8i", + "brand": "infinix", + "soc": "helio-g90t", + "release_date": "2020-01-01", + "msrp_usd": 249, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-10-play.json b/data/smartphone/infinix/2021/hot-10-play.json new file mode 100644 index 00000000000..ef6343d8c7a --- /dev/null +++ b/data/smartphone/infinix/2021/hot-10-play.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10-play", + "name": "Hot 10 Play", + "brand": "infinix", + "soc": "helio-g25", + "release_date": "2021-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "weight_g": 207.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-10s-nfc.json b/data/smartphone/infinix/2021/hot-10s-nfc.json new file mode 100644 index 00000000000..67ffdaecbf1 --- /dev/null +++ b/data/smartphone/infinix/2021/hot-10s-nfc.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10s-nfc", + "name": "Hot 10S NFC", + "brand": "infinix", + "soc": "helio-g85", + "release_date": "2021-01-01", + "msrp_usd": 179, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "weight_g": 211.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-10s.json b/data/smartphone/infinix/2021/hot-10s.json new file mode 100644 index 00000000000..528cd6e8b57 --- /dev/null +++ b/data/smartphone/infinix/2021/hot-10s.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10s", + "name": "Hot 10S", + "brand": "infinix", + "soc": "helio-g85", + "release_date": "2021-01-01", + "msrp_usd": 169, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "weight_g": 211.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-10t.json b/data/smartphone/infinix/2021/hot-10t.json new file mode 100644 index 00000000000..95c99f91d5b --- /dev/null +++ b/data/smartphone/infinix/2021/hot-10t.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-10t", + "name": "Hot 10T", + "brand": "infinix", + "soc": "helio-g70", + "release_date": "2021-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-11-play.json b/data/smartphone/infinix/2021/hot-11-play.json new file mode 100644 index 00000000000..443dd2cc5e9 --- /dev/null +++ b/data/smartphone/infinix/2021/hot-11-play.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-11-play", + "name": "Hot 11 Play", + "brand": "infinix", + "soc": "helio-g35", + "release_date": "2021-01-01", + "msrp_usd": 169, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "weight_g": 209.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-11.json b/data/smartphone/infinix/2021/hot-11.json new file mode 100644 index 00000000000..45a394ed39b --- /dev/null +++ b/data/smartphone/infinix/2021/hot-11.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-11", + "name": "Hot 11", + "brand": "infinix", + "soc": "helio-g70", + "release_date": "2021-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "weight_g": 201.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2021/hot-11s.json b/data/smartphone/infinix/2021/hot-11s.json new file mode 100644 index 00000000000..cf989b23811 --- /dev/null +++ b/data/smartphone/infinix/2021/hot-11s.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-11s", + "name": "Hot 11s", + "brand": "infinix", + "soc": "helio-g88", + "release_date": "2021-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2022/hot-12.json b/data/smartphone/infinix/2022/hot-12.json new file mode 100644 index 00000000000..2abe65157f9 --- /dev/null +++ b/data/smartphone/infinix/2022/hot-12.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-12", + "name": "Hot 12", + "brand": "infinix", + "soc": "helio-g85", + "release_date": "2022-01-01", + "msrp_usd": 179, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2022/hot-20-5g.json b/data/smartphone/infinix/2022/hot-20-5g.json new file mode 100644 index 00000000000..3ca34b709ae --- /dev/null +++ b/data/smartphone/infinix/2022/hot-20-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-20-5g", + "name": "Hot 20 5G", + "brand": "infinix", + "soc": "dimensity-810", + "release_date": "2022-01-01", + "msrp_usd": 239, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 204.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2022/hot-20.json b/data/smartphone/infinix/2022/hot-20.json new file mode 100644 index 00000000000..35a2f79b4a0 --- /dev/null +++ b/data/smartphone/infinix/2022/hot-20.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-20", + "name": "Hot 20", + "brand": "infinix", + "soc": "helio-g85", + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2022/hot-20i.json b/data/smartphone/infinix/2022/hot-20i.json new file mode 100644 index 00000000000..6be7230de25 --- /dev/null +++ b/data/smartphone/infinix/2022/hot-20i.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-20i", + "name": "Hot 20i", + "brand": "infinix", + "soc": "helio-g25", + "release_date": "2022-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2022/hot-20s.json b/data/smartphone/infinix/2022/hot-20s.json new file mode 100644 index 00000000000..56de5b4198b --- /dev/null +++ b/data/smartphone/infinix/2022/hot-20s.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-20s", + "name": "Hot 20s", + "brand": "infinix", + "soc": "helio-g96", + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/gt-10-pro.json b/data/smartphone/infinix/2023/gt-10-pro.json new file mode 100644 index 00000000000..72bd95a0513 --- /dev/null +++ b/data/smartphone/infinix/2023/gt-10-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "gt-10-pro", + "name": "GT 10 Pro", + "brand": "infinix", + "soc": "dimensity-8050", + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 187.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-30-5g.json b/data/smartphone/infinix/2023/hot-30-5g.json new file mode 100644 index 00000000000..2521d88073c --- /dev/null +++ b/data/smartphone/infinix/2023/hot-30-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-30-5g", + "name": "Hot 30 5G", + "brand": "infinix", + "soc": "dimensity-810", + "release_date": "2023-01-01", + "msrp_usd": 239, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-30.json b/data/smartphone/infinix/2023/hot-30.json new file mode 100644 index 00000000000..af7ae8b73e6 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-30.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-30", + "name": "Hot 30", + "brand": "infinix", + "soc": "helio-g88", + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-30i-nfc.json b/data/smartphone/infinix/2023/hot-30i-nfc.json new file mode 100644 index 00000000000..bfac1b9a1d9 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-30i-nfc.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-30i-nfc", + "name": "Hot 30i NFC", + "brand": "infinix", + "soc": "unisoc-t606", + "release_date": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-30i.json b/data/smartphone/infinix/2023/hot-30i.json new file mode 100644 index 00000000000..6d9e5a60908 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-30i.json @@ -0,0 +1,41 @@ +{ + "slug": "hot-30i", + "name": "Hot 30i", + "brand": "infinix", + "soc": "unisoc-t606", + "release_date": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 191.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-40-pro.json b/data/smartphone/infinix/2023/hot-40-pro.json new file mode 100644 index 00000000000..f9438375d61 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-40-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-40-pro", + "name": "Hot 40 Pro", + "brand": "infinix", + "soc": "helio-g99", + "release_date": "2023-01-01", + "msrp_usd": 229, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-40.json b/data/smartphone/infinix/2023/hot-40.json new file mode 100644 index 00000000000..416394f8429 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-40.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-40", + "name": "Hot 40", + "brand": "infinix", + "soc": "helio-g88", + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2023/hot-40i.json b/data/smartphone/infinix/2023/hot-40i.json new file mode 100644 index 00000000000..634d2b18625 --- /dev/null +++ b/data/smartphone/infinix/2023/hot-40i.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-40i", + "name": "Hot 40i", + "brand": "infinix", + "soc": "unisoc-t606", + "release_date": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/gt-20-pro.json b/data/smartphone/infinix/2024/gt-20-pro.json new file mode 100644 index 00000000000..af292c6d9a3 --- /dev/null +++ b/data/smartphone/infinix/2024/gt-20-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "gt-20-pro", + "name": "GT 20 Pro", + "brand": "infinix", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/hot-50-5g.json b/data/smartphone/infinix/2024/hot-50-5g.json new file mode 100644 index 00000000000..01ec09edbe6 --- /dev/null +++ b/data/smartphone/infinix/2024/hot-50-5g.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-50-5g", + "name": "Hot 50 5G", + "brand": "infinix", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 289, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/hot-50-pro.json b/data/smartphone/infinix/2024/hot-50-pro.json new file mode 100644 index 00000000000..31e63209f9b --- /dev/null +++ b/data/smartphone/infinix/2024/hot-50-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-50-pro", + "name": "Hot 50 Pro", + "brand": "infinix", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 12, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 194.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/hot-50.json b/data/smartphone/infinix/2024/hot-50.json new file mode 100644 index 00000000000..c5182c3af35 --- /dev/null +++ b/data/smartphone/infinix/2024/hot-50.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-50", + "name": "Hot 50", + "brand": "infinix", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/hot-50i.json b/data/smartphone/infinix/2024/hot-50i.json new file mode 100644 index 00000000000..36b860d2ffa --- /dev/null +++ b/data/smartphone/infinix/2024/hot-50i.json @@ -0,0 +1,38 @@ +{ + "slug": "hot-50i", + "name": "Hot 50i", + "brand": "infinix", + "soc": "unisoc-t606", + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40-5g.json b/data/smartphone/infinix/2024/note-40-5g.json new file mode 100644 index 00000000000..04472e18368 --- /dev/null +++ b/data/smartphone/infinix/2024/note-40-5g.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40-5g", + "name": "Note 40 5G", + "brand": "infinix", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 319, + "ram_gb": 8, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40-pro-5g.json b/data/smartphone/infinix/2024/note-40-pro-5g.json new file mode 100644 index 00000000000..9cf4d2f18b6 --- /dev/null +++ b/data/smartphone/infinix/2024/note-40-pro-5g.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40-pro-5g", + "name": "Note 40 Pro 5G", + "brand": "infinix", + "soc": "dimensity-9000", + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5300, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40-pro.json b/data/smartphone/infinix/2024/note-40-pro.json new file mode 100644 index 00000000000..ea8cb808ded --- /dev/null +++ b/data/smartphone/infinix/2024/note-40-pro.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40-pro", + "name": "Note 40 Pro", + "brand": "infinix", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40-racing-edition.json b/data/smartphone/infinix/2024/note-40-racing-edition.json new file mode 100644 index 00000000000..755cff52cfc --- /dev/null +++ b/data/smartphone/infinix/2024/note-40-racing-edition.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40-racing-edition", + "name": "Note 40 Racing Edition", + "brand": "infinix", + "soc": "dimensity-9200", + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40.json b/data/smartphone/infinix/2024/note-40.json new file mode 100644 index 00000000000..3148bd6cc7a --- /dev/null +++ b/data/smartphone/infinix/2024/note-40.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40", + "name": "Note 40", + "brand": "infinix", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40s.json b/data/smartphone/infinix/2024/note-40s.json new file mode 100644 index 00000000000..abd13381d72 --- /dev/null +++ b/data/smartphone/infinix/2024/note-40s.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40s", + "name": "Note 40S", + "brand": "infinix", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 196.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/note-40x-5g.json b/data/smartphone/infinix/2024/note-40x-5g.json new file mode 100644 index 00000000000..0cecb2b70fe --- /dev/null +++ b/data/smartphone/infinix/2024/note-40x-5g.json @@ -0,0 +1,38 @@ +{ + "slug": "note-40x-5g", + "name": "Note 40X 5G", + "brand": "infinix", + "soc": "dimensity-7200", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/zero-40-5g.json b/data/smartphone/infinix/2024/zero-40-5g.json new file mode 100644 index 00000000000..bc25b8ea308 --- /dev/null +++ b/data/smartphone/infinix/2024/zero-40-5g.json @@ -0,0 +1,38 @@ +{ + "slug": "zero-40-5g", + "name": "Zero 40 5G", + "brand": "infinix", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 379, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/zero-40.json b/data/smartphone/infinix/2024/zero-40.json new file mode 100644 index 00000000000..f6f569cc30e --- /dev/null +++ b/data/smartphone/infinix/2024/zero-40.json @@ -0,0 +1,38 @@ +{ + "slug": "zero-40", + "name": "Zero 40", + "brand": "infinix", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/infinix/2024/zero-flip.json b/data/smartphone/infinix/2024/zero-flip.json new file mode 100644 index 00000000000..416fc9bd4df --- /dev/null +++ b/data/smartphone/infinix/2024/zero-flip.json @@ -0,0 +1,38 @@ +{ + "slug": "zero-flip", + "name": "Zero Flip", + "brand": "infinix", + "soc": "snapdragon-778g", + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 07fbb0786b0afd602c3e7a4a23409c4c3e74b2e5 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:55:53 +0900 Subject: [PATCH 12/22] data(smartphone): import Kaggle Tecno phones Refs #1 --- .../tecno/2024/camon-20-premier.json | 41 ++++++++++++++++++ .../tecno/2024/camon-20-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-20-pro.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-20.json | 41 ++++++++++++++++++ .../tecno/2024/camon-20s-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-20s-pro.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-20s.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-30-5g.json | 41 ++++++++++++++++++ .../tecno/2024/camon-30-premier.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-30-pro.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-30.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-30s-pro.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/camon-30s.json | 41 ++++++++++++++++++ .../tecno/2024/phantom-v-flip2.json | 41 ++++++++++++++++++ .../tecno/2024/phantom-v-fold2.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/pova-5.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/pova-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/pova-6-neo-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/pova-6-neo.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/pova-6-pro.json | 41 ++++++++++++++++++ .../tecno/2024/spark-20-pro-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-20-pro.json | 42 +++++++++++++++++++ data/smartphone/tecno/2024/spark-20.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-20c.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-20p.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-30-pro.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-30.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-30c-5g.json | 41 ++++++++++++++++++ data/smartphone/tecno/2024/spark-30c.json | 41 ++++++++++++++++++ 29 files changed, 1190 insertions(+) create mode 100644 data/smartphone/tecno/2024/camon-20-premier.json create mode 100644 data/smartphone/tecno/2024/camon-20-pro-5g.json create mode 100644 data/smartphone/tecno/2024/camon-20-pro.json create mode 100644 data/smartphone/tecno/2024/camon-20.json create mode 100644 data/smartphone/tecno/2024/camon-20s-pro-5g.json create mode 100644 data/smartphone/tecno/2024/camon-20s-pro.json create mode 100644 data/smartphone/tecno/2024/camon-20s.json create mode 100644 data/smartphone/tecno/2024/camon-30-5g.json create mode 100644 data/smartphone/tecno/2024/camon-30-premier.json create mode 100644 data/smartphone/tecno/2024/camon-30-pro.json create mode 100644 data/smartphone/tecno/2024/camon-30.json create mode 100644 data/smartphone/tecno/2024/camon-30s-pro.json create mode 100644 data/smartphone/tecno/2024/camon-30s.json create mode 100644 data/smartphone/tecno/2024/phantom-v-flip2.json create mode 100644 data/smartphone/tecno/2024/phantom-v-fold2.json create mode 100644 data/smartphone/tecno/2024/pova-5.json create mode 100644 data/smartphone/tecno/2024/pova-5g.json create mode 100644 data/smartphone/tecno/2024/pova-6-neo-5g.json create mode 100644 data/smartphone/tecno/2024/pova-6-neo.json create mode 100644 data/smartphone/tecno/2024/pova-6-pro.json create mode 100644 data/smartphone/tecno/2024/spark-20-pro-5g.json create mode 100644 data/smartphone/tecno/2024/spark-20-pro.json create mode 100644 data/smartphone/tecno/2024/spark-20.json create mode 100644 data/smartphone/tecno/2024/spark-20c.json create mode 100644 data/smartphone/tecno/2024/spark-20p.json create mode 100644 data/smartphone/tecno/2024/spark-30-pro.json create mode 100644 data/smartphone/tecno/2024/spark-30.json create mode 100644 data/smartphone/tecno/2024/spark-30c-5g.json create mode 100644 data/smartphone/tecno/2024/spark-30c.json diff --git a/data/smartphone/tecno/2024/camon-20-premier.json b/data/smartphone/tecno/2024/camon-20-premier.json new file mode 100644 index 00000000000..271518d1bf1 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20-premier.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20-premier", + "name": "Camon 20 Premier", + "brand": "tecno", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 1049, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20-pro-5g.json b/data/smartphone/tecno/2024/camon-20-pro-5g.json new file mode 100644 index 00000000000..1aadc295085 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20-pro-5g", + "name": "Camon 20 Pro 5G", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20-pro.json b/data/smartphone/tecno/2024/camon-20-pro.json new file mode 100644 index 00000000000..1a1a7d5c9c5 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20-pro", + "name": "Camon 20 Pro", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20.json b/data/smartphone/tecno/2024/camon-20.json new file mode 100644 index 00000000000..2feb49eea15 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20", + "name": "Camon 20", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20s-pro-5g.json b/data/smartphone/tecno/2024/camon-20s-pro-5g.json new file mode 100644 index 00000000000..9cfd12318a1 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20s-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20s-pro-5g", + "name": "Camon 20s Pro 5G", + "brand": "tecno", + "soc": "dimensity-9200", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20s-pro.json b/data/smartphone/tecno/2024/camon-20s-pro.json new file mode 100644 index 00000000000..bae2b99bbf6 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20s-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20s-pro", + "name": "Camon 20s Pro", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-20s.json b/data/smartphone/tecno/2024/camon-20s.json new file mode 100644 index 00000000000..d562d984b31 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-20s.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-20s", + "name": "Camon 20s", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30-5g.json b/data/smartphone/tecno/2024/camon-30-5g.json new file mode 100644 index 00000000000..cfa1b7425c4 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30-5g", + "name": "Camon 30 5G", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30-premier.json b/data/smartphone/tecno/2024/camon-30-premier.json new file mode 100644 index 00000000000..f5de9aa59ce --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30-premier.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30-premier", + "name": "Camon 30 Premier", + "brand": "tecno", + "soc": "dimensity-9200", + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30-pro.json b/data/smartphone/tecno/2024/camon-30-pro.json new file mode 100644 index 00000000000..84c0cfed83e --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30-pro", + "name": "Camon 30 Pro", + "brand": "tecno", + "soc": "dimensity-8200", + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30.json b/data/smartphone/tecno/2024/camon-30.json new file mode 100644 index 00000000000..f77f4a2fc06 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30", + "name": "Camon 30", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30s-pro.json b/data/smartphone/tecno/2024/camon-30s-pro.json new file mode 100644 index 00000000000..e198dc8c7a8 --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30s-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30s-pro", + "name": "Camon 30S Pro", + "brand": "tecno", + "soc": "dimensity-9200", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "weight_g": 202.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/camon-30s.json b/data/smartphone/tecno/2024/camon-30s.json new file mode 100644 index 00000000000..d5fd994643b --- /dev/null +++ b/data/smartphone/tecno/2024/camon-30s.json @@ -0,0 +1,41 @@ +{ + "slug": "camon-30s", + "name": "Camon 30S", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/phantom-v-flip2.json b/data/smartphone/tecno/2024/phantom-v-flip2.json new file mode 100644 index 00000000000..0a0165f1a78 --- /dev/null +++ b/data/smartphone/tecno/2024/phantom-v-flip2.json @@ -0,0 +1,41 @@ +{ + "slug": "phantom-v-flip2", + "name": "Phantom V Flip2", + "brand": "tecno", + "soc": "dimensity-8050", + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/phantom-v-fold2.json b/data/smartphone/tecno/2024/phantom-v-fold2.json new file mode 100644 index 00000000000..b71cae6ce89 --- /dev/null +++ b/data/smartphone/tecno/2024/phantom-v-fold2.json @@ -0,0 +1,41 @@ +{ + "slug": "phantom-v-fold2", + "name": "Phantom V Fold2", + "brand": "tecno", + "soc": "dimensity-9200-plus", + "release_date": "2024-01-01", + "msrp_usd": 1799, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 7.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "weight_g": 280.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/pova-5.json b/data/smartphone/tecno/2024/pova-5.json new file mode 100644 index 00000000000..5556e16205b --- /dev/null +++ b/data/smartphone/tecno/2024/pova-5.json @@ -0,0 +1,41 @@ +{ + "slug": "pova-5", + "name": "Pova 5", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "weight_g": 230.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/pova-5g.json b/data/smartphone/tecno/2024/pova-5g.json new file mode 100644 index 00000000000..4dd59f20aaa --- /dev/null +++ b/data/smartphone/tecno/2024/pova-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "pova-5g", + "name": "Pova 5G", + "brand": "tecno", + "soc": "dimensity-900", + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 240.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/pova-6-neo-5g.json b/data/smartphone/tecno/2024/pova-6-neo-5g.json new file mode 100644 index 00000000000..45232c95020 --- /dev/null +++ b/data/smartphone/tecno/2024/pova-6-neo-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "pova-6-neo-5g", + "name": "Pova 6 Neo 5G", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "weight_g": 225.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/pova-6-neo.json b/data/smartphone/tecno/2024/pova-6-neo.json new file mode 100644 index 00000000000..5758d47c560 --- /dev/null +++ b/data/smartphone/tecno/2024/pova-6-neo.json @@ -0,0 +1,41 @@ +{ + "slug": "pova-6-neo", + "name": "Pova 6 Neo", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "weight_g": 230.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/pova-6-pro.json b/data/smartphone/tecno/2024/pova-6-pro.json new file mode 100644 index 00000000000..b892f809b71 --- /dev/null +++ b/data/smartphone/tecno/2024/pova-6-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "pova-6-pro", + "name": "Pova 6 Pro", + "brand": "tecno", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "weight_g": 230.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-20-pro-5g.json b/data/smartphone/tecno/2024/spark-20-pro-5g.json new file mode 100644 index 00000000000..6018f1e227d --- /dev/null +++ b/data/smartphone/tecno/2024/spark-20-pro-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-20-pro-5g", + "name": "Spark 20 Pro 5G", + "brand": "tecno", + "soc": "dimensity-810", + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-20-pro.json b/data/smartphone/tecno/2024/spark-20-pro.json new file mode 100644 index 00000000000..4e514a6a5b8 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-20-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "spark-20-pro", + "name": "Spark 20 Pro+", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-20.json b/data/smartphone/tecno/2024/spark-20.json new file mode 100644 index 00000000000..7cd3e406325 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-20.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-20", + "name": "Spark 20", + "brand": "tecno", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-20c.json b/data/smartphone/tecno/2024/spark-20c.json new file mode 100644 index 00000000000..a167a21f969 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-20c.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-20c", + "name": "Spark 20C", + "brand": "tecno", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-20p.json b/data/smartphone/tecno/2024/spark-20p.json new file mode 100644 index 00000000000..91b4c0fca91 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-20p.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-20p", + "name": "Spark 20P", + "brand": "tecno", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-30-pro.json b/data/smartphone/tecno/2024/spark-30-pro.json new file mode 100644 index 00000000000..af82cddb027 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-30-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-30-pro", + "name": "Spark 30 Pro", + "brand": "tecno", + "soc": "helio-g99", + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-30.json b/data/smartphone/tecno/2024/spark-30.json new file mode 100644 index 00000000000..b9d9feeb431 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-30.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-30", + "name": "Spark 30", + "brand": "tecno", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-30c-5g.json b/data/smartphone/tecno/2024/spark-30c-5g.json new file mode 100644 index 00000000000..f7709fd6db7 --- /dev/null +++ b/data/smartphone/tecno/2024/spark-30c-5g.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-30c-5g", + "name": "Spark 30C 5G", + "brand": "tecno", + "soc": "dimensity-6100-plus", + "release_date": "2024-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/tecno/2024/spark-30c.json b/data/smartphone/tecno/2024/spark-30c.json new file mode 100644 index 00000000000..3840331f38e --- /dev/null +++ b/data/smartphone/tecno/2024/spark-30c.json @@ -0,0 +1,41 @@ +{ + "slug": "spark-30c", + "name": "Spark 30C", + "brand": "tecno", + "soc": "helio-g85", + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From a4120fee46c1e638001e467053631f062d0a6e57 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:56:00 +0900 Subject: [PATCH 13/22] data(smartphone): import Kaggle Motorola phones Refs #1 --- .../smartphone/motorola/2022/moto-g-play.json | 42 +++++++++++++++++++ .../motorola/2022/moto-g-power.json | 42 +++++++++++++++++++ data/smartphone/motorola/2023/g84-5g.json | 42 +++++++++++++++++++ .../motorola/2023/moto-g-stylus.json | 42 +++++++++++++++++++ data/smartphone/motorola/2023/razr.json | 42 +++++++++++++++++++ .../motorola/2024/edge-50-fusion.json | 42 +++++++++++++++++++ .../motorola/2024/edge-50-lite.json | 42 +++++++++++++++++++ .../smartphone/motorola/2024/edge-50-neo.json | 42 +++++++++++++++++++ .../smartphone/motorola/2024/edge-50-pro.json | 42 +++++++++++++++++++ .../motorola/2024/edge-50-ultra.json | 41 ++++++++++++++++++ data/smartphone/motorola/2024/edge-50.json | 42 +++++++++++++++++++ data/smartphone/motorola/2024/edge.json | 42 +++++++++++++++++++ data/smartphone/motorola/2024/moto-e14.json | 42 +++++++++++++++++++ .../motorola/2024/moto-g-stylus-5g.json | 42 +++++++++++++++++++ .../smartphone/motorola/2024/moto-g75-5g.json | 42 +++++++++++++++++++ data/smartphone/motorola/2024/moto-s50.json | 42 +++++++++++++++++++ .../motorola/2024/moto-x50-ultra.json | 41 ++++++++++++++++++ .../motorola/2024/one-vision-3.json | 42 +++++++++++++++++++ .../motorola/2024/razr-50-ultra.json | 41 ++++++++++++++++++ data/smartphone/motorola/2024/razr-50.json | 41 ++++++++++++++++++ data/smartphone/motorola/2024/s50-neo.json | 42 +++++++++++++++++++ 21 files changed, 878 insertions(+) create mode 100644 data/smartphone/motorola/2022/moto-g-play.json create mode 100644 data/smartphone/motorola/2022/moto-g-power.json create mode 100644 data/smartphone/motorola/2023/g84-5g.json create mode 100644 data/smartphone/motorola/2023/moto-g-stylus.json create mode 100644 data/smartphone/motorola/2023/razr.json create mode 100644 data/smartphone/motorola/2024/edge-50-fusion.json create mode 100644 data/smartphone/motorola/2024/edge-50-lite.json create mode 100644 data/smartphone/motorola/2024/edge-50-neo.json create mode 100644 data/smartphone/motorola/2024/edge-50-pro.json create mode 100644 data/smartphone/motorola/2024/edge-50-ultra.json create mode 100644 data/smartphone/motorola/2024/edge-50.json create mode 100644 data/smartphone/motorola/2024/edge.json create mode 100644 data/smartphone/motorola/2024/moto-e14.json create mode 100644 data/smartphone/motorola/2024/moto-g-stylus-5g.json create mode 100644 data/smartphone/motorola/2024/moto-g75-5g.json create mode 100644 data/smartphone/motorola/2024/moto-s50.json create mode 100644 data/smartphone/motorola/2024/moto-x50-ultra.json create mode 100644 data/smartphone/motorola/2024/one-vision-3.json create mode 100644 data/smartphone/motorola/2024/razr-50-ultra.json create mode 100644 data/smartphone/motorola/2024/razr-50.json create mode 100644 data/smartphone/motorola/2024/s50-neo.json diff --git a/data/smartphone/motorola/2022/moto-g-play.json b/data/smartphone/motorola/2022/moto-g-play.json new file mode 100644 index 00000000000..9e69ccae2f2 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-g-play.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-g-play", + "name": "Moto G Play", + "brand": "motorola", + "soc": "helio-g25", + "release_date": "2022-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "weight_g": 203.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2022/moto-g-power.json b/data/smartphone/motorola/2022/moto-g-power.json new file mode 100644 index 00000000000..b1e12975ed7 --- /dev/null +++ b/data/smartphone/motorola/2022/moto-g-power.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-g-power", + "name": "Moto G Power", + "brand": "motorola", + "soc": "snapdragon-662", + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 206.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2023/g84-5g.json b/data/smartphone/motorola/2023/g84-5g.json new file mode 100644 index 00000000000..d7c28cc6708 --- /dev/null +++ b/data/smartphone/motorola/2023/g84-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "g84-5g", + "name": "G84 5G", + "brand": "motorola", + "soc": "snapdragon-695", + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 166.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2023/moto-g-stylus.json b/data/smartphone/motorola/2023/moto-g-stylus.json new file mode 100644 index 00000000000..0c458d6077c --- /dev/null +++ b/data/smartphone/motorola/2023/moto-g-stylus.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-g-stylus", + "name": "Moto G Stylus", + "brand": "motorola", + "soc": "helio-g88", + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2023/razr.json b/data/smartphone/motorola/2023/razr.json new file mode 100644 index 00000000000..89282206612 --- /dev/null +++ b/data/smartphone/motorola/2023/razr.json @@ -0,0 +1,42 @@ +{ + "slug": "razr", + "name": "Razr", + "brand": "motorola", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3500, + "weight_g": 192.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50-fusion.json b/data/smartphone/motorola/2024/edge-50-fusion.json new file mode 100644 index 00000000000..67af0e91c1d --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50-fusion.json @@ -0,0 +1,42 @@ +{ + "slug": "edge-50-fusion", + "name": "Edge 50 Fusion", + "brand": "motorola", + "soc": "snapdragon-7-gen-1", + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 168.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50-lite.json b/data/smartphone/motorola/2024/edge-50-lite.json new file mode 100644 index 00000000000..3d58c187a91 --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50-lite.json @@ -0,0 +1,42 @@ +{ + "slug": "edge-50-lite", + "name": "Edge 50 Lite", + "brand": "motorola", + "soc": "snapdragon-695", + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "weight_g": 170.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50-neo.json b/data/smartphone/motorola/2024/edge-50-neo.json new file mode 100644 index 00000000000..db73fb7129b --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50-neo.json @@ -0,0 +1,42 @@ +{ + "slug": "edge-50-neo", + "name": "Edge 50 Neo", + "brand": "motorola", + "soc": "dimensity-7300", + "release_date": "2024-01-01", + "msrp_usd": 400, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4310, + "weight_g": 171.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50-pro.json b/data/smartphone/motorola/2024/edge-50-pro.json new file mode 100644 index 00000000000..fa22b49a466 --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "edge-50-pro", + "name": "Edge 50 Pro", + "brand": "motorola", + "soc": "snapdragon-7-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4500, + "weight_g": 186.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50-ultra.json b/data/smartphone/motorola/2024/edge-50-ultra.json new file mode 100644 index 00000000000..dc0d61765fc --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50-ultra.json @@ -0,0 +1,41 @@ +{ + "slug": "edge-50-ultra", + "name": "Edge 50 Ultra", + "brand": "motorola", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge-50.json b/data/smartphone/motorola/2024/edge-50.json new file mode 100644 index 00000000000..8e4ea290f24 --- /dev/null +++ b/data/smartphone/motorola/2024/edge-50.json @@ -0,0 +1,42 @@ +{ + "slug": "edge-50", + "name": "Edge 50", + "brand": "motorola", + "soc": "snapdragon-7s-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 450, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/edge.json b/data/smartphone/motorola/2024/edge.json new file mode 100644 index 00000000000..19256c75c9a --- /dev/null +++ b/data/smartphone/motorola/2024/edge.json @@ -0,0 +1,42 @@ +{ + "slug": "edge", + "name": "Edge", + "brand": "motorola", + "soc": "snapdragon-7s-gen-2", + "release_date": "2024-01-01", + "msrp_usd": 450, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "weight_g": 174.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/moto-e14.json b/data/smartphone/motorola/2024/moto-e14.json new file mode 100644 index 00000000000..0da2fee9828 --- /dev/null +++ b/data/smartphone/motorola/2024/moto-e14.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-e14", + "name": "Moto E14", + "brand": "motorola", + "soc": "unisoc-t606", + "release_date": "2024-01-01", + "msrp_usd": 150, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/moto-g-stylus-5g.json b/data/smartphone/motorola/2024/moto-g-stylus-5g.json new file mode 100644 index 00000000000..df32962c2ea --- /dev/null +++ b/data/smartphone/motorola/2024/moto-g-stylus-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-g-stylus-5g", + "name": "Moto G Stylus 5G", + "brand": "motorola", + "soc": "snapdragon-6-gen-1", + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 195.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/moto-g75-5g.json b/data/smartphone/motorola/2024/moto-g75-5g.json new file mode 100644 index 00000000000..461fc33cd62 --- /dev/null +++ b/data/smartphone/motorola/2024/moto-g75-5g.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-g75-5g", + "name": "Moto G75 5G", + "brand": "motorola", + "soc": "snapdragon-6-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 320, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 205.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/moto-s50.json b/data/smartphone/motorola/2024/moto-s50.json new file mode 100644 index 00000000000..e423ded791a --- /dev/null +++ b/data/smartphone/motorola/2024/moto-s50.json @@ -0,0 +1,42 @@ +{ + "slug": "moto-s50", + "name": "Moto S50", + "brand": "motorola", + "soc": "dimensity-8100", + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "weight_g": 190.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/moto-x50-ultra.json b/data/smartphone/motorola/2024/moto-x50-ultra.json new file mode 100644 index 00000000000..d9daeaedc39 --- /dev/null +++ b/data/smartphone/motorola/2024/moto-x50-ultra.json @@ -0,0 +1,41 @@ +{ + "slug": "moto-x50-ultra", + "name": "Moto X50 Ultra", + "brand": "motorola", + "soc": "snapdragon-8-gen-3", + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 5000, + "weight_g": 198.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/one-vision-3.json b/data/smartphone/motorola/2024/one-vision-3.json new file mode 100644 index 00000000000..5ed7605e038 --- /dev/null +++ b/data/smartphone/motorola/2024/one-vision-3.json @@ -0,0 +1,42 @@ +{ + "slug": "one-vision-3", + "name": "One Vision 3", + "brand": "motorola", + "soc": "exynos-9609", + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 25.0 + } + ], + "battery_mah": 3500, + "weight_g": 180.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/razr-50-ultra.json b/data/smartphone/motorola/2024/razr-50-ultra.json new file mode 100644 index 00000000000..adeead8dd26 --- /dev/null +++ b/data/smartphone/motorola/2024/razr-50-ultra.json @@ -0,0 +1,41 @@ +{ + "slug": "razr-50-ultra", + "name": "Razr 50 Ultra", + "brand": "motorola", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 189.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/razr-50.json b/data/smartphone/motorola/2024/razr-50.json new file mode 100644 index 00000000000..4d1a1e9b705 --- /dev/null +++ b/data/smartphone/motorola/2024/razr-50.json @@ -0,0 +1,41 @@ +{ + "slug": "razr-50", + "name": "Razr 50", + "brand": "motorola", + "soc": "snapdragon-7-gen-1", + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3800, + "weight_g": 188.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/motorola/2024/s50-neo.json b/data/smartphone/motorola/2024/s50-neo.json new file mode 100644 index 00000000000..8a58d702599 --- /dev/null +++ b/data/smartphone/motorola/2024/s50-neo.json @@ -0,0 +1,42 @@ +{ + "slug": "s50-neo", + "name": "S50 Neo", + "brand": "motorola", + "soc": "dimensity-7200", + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "weight_g": 170.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 03136643b54b263e256740f4d7060d3de5102b3c Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:56:07 +0900 Subject: [PATCH 14/22] data(smartphone): import Kaggle Lenovo phones Refs #1 --- data/smartphone/lenovo/2018/z5-pro.json | 41 ++++++++++++++++++++ data/smartphone/lenovo/2019/k10-note.json | 42 ++++++++++++++++++++ data/smartphone/lenovo/2019/k10-plus.json | 41 ++++++++++++++++++++ data/smartphone/lenovo/2019/z6-pro.json | 42 ++++++++++++++++++++ data/smartphone/lenovo/2021/k13-note.json | 41 ++++++++++++++++++++ data/smartphone/lenovo/2021/k13-pro.json | 41 ++++++++++++++++++++ data/smartphone/lenovo/2022/legion-y70.json | 43 +++++++++++++++++++++ 7 files changed, 291 insertions(+) create mode 100644 data/smartphone/lenovo/2018/z5-pro.json create mode 100644 data/smartphone/lenovo/2019/k10-note.json create mode 100644 data/smartphone/lenovo/2019/k10-plus.json create mode 100644 data/smartphone/lenovo/2019/z6-pro.json create mode 100644 data/smartphone/lenovo/2021/k13-note.json create mode 100644 data/smartphone/lenovo/2021/k13-pro.json create mode 100644 data/smartphone/lenovo/2022/legion-y70.json diff --git a/data/smartphone/lenovo/2018/z5-pro.json b/data/smartphone/lenovo/2018/z5-pro.json new file mode 100644 index 00000000000..dde632dfd71 --- /dev/null +++ b/data/smartphone/lenovo/2018/z5-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "z5-pro", + "name": "Z5 Pro", + "brand": "lenovo", + "soc": "snapdragon-710", + "release_date": "2018-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3350, + "weight_g": 210.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2019/k10-note.json b/data/smartphone/lenovo/2019/k10-note.json new file mode 100644 index 00000000000..e1ed7ae8a77 --- /dev/null +++ b/data/smartphone/lenovo/2019/k10-note.json @@ -0,0 +1,42 @@ +{ + "slug": "k10-note", + "name": "K10 Note", + "brand": "lenovo", + "soc": "snapdragon-710", + "release_date": "2019-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4050, + "weight_g": 164.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2019/k10-plus.json b/data/smartphone/lenovo/2019/k10-plus.json new file mode 100644 index 00000000000..031bd23015c --- /dev/null +++ b/data/smartphone/lenovo/2019/k10-plus.json @@ -0,0 +1,41 @@ +{ + "slug": "k10-plus", + "name": "K10 Plus", + "brand": "lenovo", + "soc": "snapdragon-632", + "release_date": "2019-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4050, + "weight_g": 172.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2019/z6-pro.json b/data/smartphone/lenovo/2019/z6-pro.json new file mode 100644 index 00000000000..a1ad75f4248 --- /dev/null +++ b/data/smartphone/lenovo/2019/z6-pro.json @@ -0,0 +1,42 @@ +{ + "slug": "z6-pro", + "name": "Z6 Pro", + "brand": "lenovo", + "soc": "snapdragon-855", + "release_date": "2019-01-01", + "msrp_usd": 429, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "weight_g": 185.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2021/k13-note.json b/data/smartphone/lenovo/2021/k13-note.json new file mode 100644 index 00000000000..c1c3c61813c --- /dev/null +++ b/data/smartphone/lenovo/2021/k13-note.json @@ -0,0 +1,41 @@ +{ + "slug": "k13-note", + "name": "K13 Note", + "brand": "lenovo", + "soc": "snapdragon-460", + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2021/k13-pro.json b/data/smartphone/lenovo/2021/k13-pro.json new file mode 100644 index 00000000000..34090170e9a --- /dev/null +++ b/data/smartphone/lenovo/2021/k13-pro.json @@ -0,0 +1,41 @@ +{ + "slug": "k13-pro", + "name": "K13 Pro", + "brand": "lenovo", + "soc": "snapdragon-662", + "release_date": "2021-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "weight_g": 200.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} diff --git a/data/smartphone/lenovo/2022/legion-y70.json b/data/smartphone/lenovo/2022/legion-y70.json new file mode 100644 index 00000000000..70db0488125 --- /dev/null +++ b/data/smartphone/lenovo/2022/legion-y70.json @@ -0,0 +1,43 @@ +{ + "slug": "legion-y70", + "name": "Legion Y70", + "brand": "lenovo", + "soc": "snapdragon-8-plus-gen-1", + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5100, + "weight_g": 209.0, + "os": "Android", + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ] +} From 21e7ea78c653432bb30847bff60619257547e9a3 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:57:58 +0900 Subject: [PATCH 15/22] data(soc): fill process nodes for Kaggle imports Refs #1 --- data/soc/huawei/2019/kirin-710f.json | 2 +- data/soc/huawei/2020/kirin-710a.json | 2 +- data/soc/mediatek/2018/helio-p35.json | 2 +- data/soc/mediatek/2018/helio-p70.json | 2 +- data/soc/mediatek/2019/dimensity-1000l.json | 2 +- data/soc/mediatek/2019/dimensity-800.json | 2 +- data/soc/mediatek/2019/helio-g90t.json | 2 +- data/soc/mediatek/2019/helio-p65.json | 2 +- data/soc/mediatek/2020/dimensity-1000-plus.json | 2 +- data/soc/mediatek/2020/dimensity-700.json | 2 +- data/soc/mediatek/2020/dimensity-720.json | 2 +- data/soc/mediatek/2020/dimensity-800u.json | 2 +- data/soc/mediatek/2020/helio-a25.json | 2 +- data/soc/mediatek/2020/helio-g25.json | 2 +- data/soc/mediatek/2020/helio-g70.json | 2 +- data/soc/mediatek/2020/helio-g80.json | 2 +- data/soc/mediatek/2020/helio-g95.json | 2 +- data/soc/mediatek/2021/dimensity-1100.json | 2 +- data/soc/mediatek/2021/dimensity-810.json | 2 +- data/soc/mediatek/2021/dimensity-900.json | 2 +- data/soc/mediatek/2021/dimensity-9000.json | 2 +- data/soc/mediatek/2021/dimensity-920.json | 2 +- data/soc/mediatek/2021/helio-g96.json | 2 +- data/soc/mediatek/2022/dimensity-8100.json | 2 +- data/soc/qualcomm/2018/snapdragon-439.json | 2 +- data/soc/qualcomm/2018/snapdragon-632.json | 2 +- data/soc/qualcomm/2018/snapdragon-670.json | 2 +- data/soc/qualcomm/2018/snapdragon-675.json | 2 +- data/soc/qualcomm/2019/snapdragon-712.json | 2 +- data/soc/qualcomm/2020/snapdragon-460.json | 2 +- data/soc/qualcomm/2020/snapdragon-662.json | 2 +- data/soc/qualcomm/2021/snapdragon-480-plus.json | 2 +- data/soc/qualcomm/2021/snapdragon-480.json | 2 +- data/soc/qualcomm/2021/snapdragon-778g-plus.json | 2 +- data/soc/qualcomm/2021/snapdragon-860.json | 2 +- data/soc/samsung/2019/exynos-9609.json | 2 +- data/soc/samsung/2020/exynos-850.json | 2 +- data/soc/unisoc/2021/unisoc-t606.json | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/data/soc/huawei/2019/kirin-710f.json b/data/soc/huawei/2019/kirin-710f.json index 89d16a899d0..fa80e811149 100644 --- a/data/soc/huawei/2019/kirin-710f.json +++ b/data/soc/huawei/2019/kirin-710f.json @@ -3,7 +3,7 @@ "name": "Kirin 710F", "manufacturer": "huawei", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/huawei/2020/kirin-710a.json b/data/soc/huawei/2020/kirin-710a.json index 5ed3001b6f9..07de9136d10 100644 --- a/data/soc/huawei/2020/kirin-710a.json +++ b/data/soc/huawei/2020/kirin-710a.json @@ -3,7 +3,7 @@ "name": "Kirin 710A", "manufacturer": "huawei", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2018/helio-p35.json b/data/soc/mediatek/2018/helio-p35.json index fd22fdd7d41..0aa509c06f0 100644 --- a/data/soc/mediatek/2018/helio-p35.json +++ b/data/soc/mediatek/2018/helio-p35.json @@ -3,7 +3,7 @@ "name": "Helio P35", "manufacturer": "mediatek", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2018/helio-p70.json b/data/soc/mediatek/2018/helio-p70.json index b0a8b071d6a..0dd6c50eb50 100644 --- a/data/soc/mediatek/2018/helio-p70.json +++ b/data/soc/mediatek/2018/helio-p70.json @@ -3,7 +3,7 @@ "name": "Helio P70", "manufacturer": "mediatek", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2019/dimensity-1000l.json b/data/soc/mediatek/2019/dimensity-1000l.json index 44f9c2e9148..78d297901f7 100644 --- a/data/soc/mediatek/2019/dimensity-1000l.json +++ b/data/soc/mediatek/2019/dimensity-1000l.json @@ -3,7 +3,7 @@ "name": "Dimensity 1000L", "manufacturer": "mediatek", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2019/dimensity-800.json b/data/soc/mediatek/2019/dimensity-800.json index 6172a41ae69..b6a4e23e192 100644 --- a/data/soc/mediatek/2019/dimensity-800.json +++ b/data/soc/mediatek/2019/dimensity-800.json @@ -3,7 +3,7 @@ "name": "Dimensity 800", "manufacturer": "mediatek", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2019/helio-g90t.json b/data/soc/mediatek/2019/helio-g90t.json index e5635094182..fd928d64941 100644 --- a/data/soc/mediatek/2019/helio-g90t.json +++ b/data/soc/mediatek/2019/helio-g90t.json @@ -3,7 +3,7 @@ "name": "Helio G90T", "manufacturer": "mediatek", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2019/helio-p65.json b/data/soc/mediatek/2019/helio-p65.json index d10127520f8..c435116d455 100644 --- a/data/soc/mediatek/2019/helio-p65.json +++ b/data/soc/mediatek/2019/helio-p65.json @@ -3,7 +3,7 @@ "name": "Helio P65", "manufacturer": "mediatek", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/dimensity-1000-plus.json b/data/soc/mediatek/2020/dimensity-1000-plus.json index 27094ef3aa8..9441e6523d0 100644 --- a/data/soc/mediatek/2020/dimensity-1000-plus.json +++ b/data/soc/mediatek/2020/dimensity-1000-plus.json @@ -3,7 +3,7 @@ "name": "Dimensity 1000 Plus", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/dimensity-700.json b/data/soc/mediatek/2020/dimensity-700.json index af932d5125d..a63fc00655b 100644 --- a/data/soc/mediatek/2020/dimensity-700.json +++ b/data/soc/mediatek/2020/dimensity-700.json @@ -3,7 +3,7 @@ "name": "Dimensity 700", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/dimensity-720.json b/data/soc/mediatek/2020/dimensity-720.json index d6e3a929830..8f376d1d669 100644 --- a/data/soc/mediatek/2020/dimensity-720.json +++ b/data/soc/mediatek/2020/dimensity-720.json @@ -3,7 +3,7 @@ "name": "Dimensity 720", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/dimensity-800u.json b/data/soc/mediatek/2020/dimensity-800u.json index 565bc8360fc..9c307ab68ad 100644 --- a/data/soc/mediatek/2020/dimensity-800u.json +++ b/data/soc/mediatek/2020/dimensity-800u.json @@ -3,7 +3,7 @@ "name": "Dimensity 800U", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/helio-a25.json b/data/soc/mediatek/2020/helio-a25.json index dcfe92a484b..7af7db9ed15 100644 --- a/data/soc/mediatek/2020/helio-a25.json +++ b/data/soc/mediatek/2020/helio-a25.json @@ -3,7 +3,7 @@ "name": "Helio A25", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/helio-g25.json b/data/soc/mediatek/2020/helio-g25.json index 0bcc815c132..279e4739c94 100644 --- a/data/soc/mediatek/2020/helio-g25.json +++ b/data/soc/mediatek/2020/helio-g25.json @@ -3,7 +3,7 @@ "name": "Helio G25", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/helio-g70.json b/data/soc/mediatek/2020/helio-g70.json index d36b7d5d168..28579f521ab 100644 --- a/data/soc/mediatek/2020/helio-g70.json +++ b/data/soc/mediatek/2020/helio-g70.json @@ -3,7 +3,7 @@ "name": "Helio G70", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/helio-g80.json b/data/soc/mediatek/2020/helio-g80.json index ec675d7fba9..76aecd54fbb 100644 --- a/data/soc/mediatek/2020/helio-g80.json +++ b/data/soc/mediatek/2020/helio-g80.json @@ -3,7 +3,7 @@ "name": "Helio G80", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2020/helio-g95.json b/data/soc/mediatek/2020/helio-g95.json index c05f7836f68..c8951cc35e0 100644 --- a/data/soc/mediatek/2020/helio-g95.json +++ b/data/soc/mediatek/2020/helio-g95.json @@ -3,7 +3,7 @@ "name": "Helio G95", "manufacturer": "mediatek", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/dimensity-1100.json b/data/soc/mediatek/2021/dimensity-1100.json index e8b00861c55..c54e1dc43ab 100644 --- a/data/soc/mediatek/2021/dimensity-1100.json +++ b/data/soc/mediatek/2021/dimensity-1100.json @@ -3,7 +3,7 @@ "name": "Dimensity 1100", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 6, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/dimensity-810.json b/data/soc/mediatek/2021/dimensity-810.json index 0cbc67305c8..63b5e4f5d37 100644 --- a/data/soc/mediatek/2021/dimensity-810.json +++ b/data/soc/mediatek/2021/dimensity-810.json @@ -3,7 +3,7 @@ "name": "Dimensity 810", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 6, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/dimensity-900.json b/data/soc/mediatek/2021/dimensity-900.json index d83fbd4b80e..9c376ad53a3 100644 --- a/data/soc/mediatek/2021/dimensity-900.json +++ b/data/soc/mediatek/2021/dimensity-900.json @@ -3,7 +3,7 @@ "name": "Dimensity 900", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 6, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/dimensity-9000.json b/data/soc/mediatek/2021/dimensity-9000.json index 9559ab8f2f1..15aacd3e8fa 100644 --- a/data/soc/mediatek/2021/dimensity-9000.json +++ b/data/soc/mediatek/2021/dimensity-9000.json @@ -3,7 +3,7 @@ "name": "Dimensity 9000", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 4, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/dimensity-920.json b/data/soc/mediatek/2021/dimensity-920.json index 52069565a05..f45cd61785c 100644 --- a/data/soc/mediatek/2021/dimensity-920.json +++ b/data/soc/mediatek/2021/dimensity-920.json @@ -3,7 +3,7 @@ "name": "Dimensity 920", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 6, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2021/helio-g96.json b/data/soc/mediatek/2021/helio-g96.json index 0dab3b8c221..13b427ede14 100644 --- a/data/soc/mediatek/2021/helio-g96.json +++ b/data/soc/mediatek/2021/helio-g96.json @@ -3,7 +3,7 @@ "name": "Helio G96", "manufacturer": "mediatek", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/mediatek/2022/dimensity-8100.json b/data/soc/mediatek/2022/dimensity-8100.json index be51f05c184..7d8c9065bcf 100644 --- a/data/soc/mediatek/2022/dimensity-8100.json +++ b/data/soc/mediatek/2022/dimensity-8100.json @@ -3,7 +3,7 @@ "name": "Dimensity 8100", "manufacturer": "mediatek", "release_date": "2022-01-01", - "process_nm": null, + "process_nm": 5, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2018/snapdragon-439.json b/data/soc/qualcomm/2018/snapdragon-439.json index 32260419079..eb150de175d 100644 --- a/data/soc/qualcomm/2018/snapdragon-439.json +++ b/data/soc/qualcomm/2018/snapdragon-439.json @@ -3,7 +3,7 @@ "name": "Snapdragon 439", "manufacturer": "qualcomm", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2018/snapdragon-632.json b/data/soc/qualcomm/2018/snapdragon-632.json index fd8b3c49571..43d356417a3 100644 --- a/data/soc/qualcomm/2018/snapdragon-632.json +++ b/data/soc/qualcomm/2018/snapdragon-632.json @@ -3,7 +3,7 @@ "name": "Snapdragon 632", "manufacturer": "qualcomm", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 14, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2018/snapdragon-670.json b/data/soc/qualcomm/2018/snapdragon-670.json index 07c0477f442..ec0ee885446 100644 --- a/data/soc/qualcomm/2018/snapdragon-670.json +++ b/data/soc/qualcomm/2018/snapdragon-670.json @@ -3,7 +3,7 @@ "name": "Snapdragon 670", "manufacturer": "qualcomm", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 10, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2018/snapdragon-675.json b/data/soc/qualcomm/2018/snapdragon-675.json index 22cae62a189..fa5bb9bcf94 100644 --- a/data/soc/qualcomm/2018/snapdragon-675.json +++ b/data/soc/qualcomm/2018/snapdragon-675.json @@ -3,7 +3,7 @@ "name": "Snapdragon 675", "manufacturer": "qualcomm", "release_date": "2018-01-01", - "process_nm": null, + "process_nm": 11, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2019/snapdragon-712.json b/data/soc/qualcomm/2019/snapdragon-712.json index 07e537cdfdf..4c6a5d0eb08 100644 --- a/data/soc/qualcomm/2019/snapdragon-712.json +++ b/data/soc/qualcomm/2019/snapdragon-712.json @@ -3,7 +3,7 @@ "name": "Snapdragon 712", "manufacturer": "qualcomm", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 10, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2020/snapdragon-460.json b/data/soc/qualcomm/2020/snapdragon-460.json index 092ab2df1fa..1e369524cb9 100644 --- a/data/soc/qualcomm/2020/snapdragon-460.json +++ b/data/soc/qualcomm/2020/snapdragon-460.json @@ -3,7 +3,7 @@ "name": "Snapdragon 460", "manufacturer": "qualcomm", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 11, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2020/snapdragon-662.json b/data/soc/qualcomm/2020/snapdragon-662.json index 07e423e47a3..14613ee9b03 100644 --- a/data/soc/qualcomm/2020/snapdragon-662.json +++ b/data/soc/qualcomm/2020/snapdragon-662.json @@ -3,7 +3,7 @@ "name": "Snapdragon 662", "manufacturer": "qualcomm", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 11, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2021/snapdragon-480-plus.json b/data/soc/qualcomm/2021/snapdragon-480-plus.json index e4efb3fa93a..1144af92a8d 100644 --- a/data/soc/qualcomm/2021/snapdragon-480-plus.json +++ b/data/soc/qualcomm/2021/snapdragon-480-plus.json @@ -3,7 +3,7 @@ "name": "Snapdragon 480 Plus", "manufacturer": "qualcomm", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 8, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2021/snapdragon-480.json b/data/soc/qualcomm/2021/snapdragon-480.json index d55b579cccf..043ac0030f3 100644 --- a/data/soc/qualcomm/2021/snapdragon-480.json +++ b/data/soc/qualcomm/2021/snapdragon-480.json @@ -3,7 +3,7 @@ "name": "Snapdragon 480", "manufacturer": "qualcomm", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 8, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2021/snapdragon-778g-plus.json b/data/soc/qualcomm/2021/snapdragon-778g-plus.json index d84cf738b7f..4eee96c1f2d 100644 --- a/data/soc/qualcomm/2021/snapdragon-778g-plus.json +++ b/data/soc/qualcomm/2021/snapdragon-778g-plus.json @@ -3,7 +3,7 @@ "name": "Snapdragon 778G Plus", "manufacturer": "qualcomm", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 6, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/qualcomm/2021/snapdragon-860.json b/data/soc/qualcomm/2021/snapdragon-860.json index 358de70c96c..dc91c6fad93 100644 --- a/data/soc/qualcomm/2021/snapdragon-860.json +++ b/data/soc/qualcomm/2021/snapdragon-860.json @@ -3,7 +3,7 @@ "name": "Snapdragon 860", "manufacturer": "qualcomm", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 7, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/samsung/2019/exynos-9609.json b/data/soc/samsung/2019/exynos-9609.json index a6da45590af..5e60da94b66 100644 --- a/data/soc/samsung/2019/exynos-9609.json +++ b/data/soc/samsung/2019/exynos-9609.json @@ -3,7 +3,7 @@ "name": "Exynos 9609", "manufacturer": "samsung", "release_date": "2019-01-01", - "process_nm": null, + "process_nm": 10, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/samsung/2020/exynos-850.json b/data/soc/samsung/2020/exynos-850.json index d93fe43aaf9..1f1bbf3f489 100644 --- a/data/soc/samsung/2020/exynos-850.json +++ b/data/soc/samsung/2020/exynos-850.json @@ -3,7 +3,7 @@ "name": "Exynos 850", "manufacturer": "samsung", "release_date": "2020-01-01", - "process_nm": null, + "process_nm": 8, "transistors_billion": null, "cpu_config": { "performance": null, diff --git a/data/soc/unisoc/2021/unisoc-t606.json b/data/soc/unisoc/2021/unisoc-t606.json index 968c65b8c58..c7d823a8dc4 100644 --- a/data/soc/unisoc/2021/unisoc-t606.json +++ b/data/soc/unisoc/2021/unisoc-t606.json @@ -3,7 +3,7 @@ "name": "Unisoc T606", "manufacturer": "unisoc", "release_date": "2021-01-01", - "process_nm": null, + "process_nm": 12, "transistors_billion": null, "cpu_config": { "performance": null, From 5d70c4c44e74c2bca7353463df4afbcaa59b6c80 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 15:59:49 +0900 Subject: [PATCH 16/22] chore(data): regenerate public mobile dump Refs #1 --- site/public/v1/index.json | 4 +- .../public/v1/smartphones/10x-lite/index.json | 76 + .../v1/smartphones/10x-lite/score/index.json | 9 + site/public/v1/smartphones/13-5g/index.json | 79 + .../v1/smartphones/13-5g/score/index.json | 9 + .../v1/smartphones/13-pro-5g/index.json | 80 + .../v1/smartphones/13-pro-5g/score/index.json | 9 + .../v1/smartphones/14-pro-5g/index.json | 79 + .../v1/smartphones/14-pro-5g/score/index.json | 9 + site/public/v1/smartphones/14x-5g/index.json | 79 + .../v1/smartphones/14x-5g/score/index.json | 9 + site/public/v1/smartphones/30-pro/index.json | 76 + .../v1/smartphones/30-pro/score/index.json | 9 + site/public/v1/smartphones/50-pro/index.json | 76 + .../v1/smartphones/50-pro/score/index.json | 9 + site/public/v1/smartphones/50-se/index.json | 76 + .../v1/smartphones/50-se/score/index.json | 9 + site/public/v1/smartphones/50/index.json | 76 + .../public/v1/smartphones/50/score/index.json | 9 + site/public/v1/smartphones/60-pro/index.json | 76 + .../v1/smartphones/60-pro/score/index.json | 9 + site/public/v1/smartphones/60-se/index.json | 76 + .../v1/smartphones/60-se/score/index.json | 9 + site/public/v1/smartphones/60/index.json | 76 + .../public/v1/smartphones/60/score/index.json | 9 + site/public/v1/smartphones/70-pro/index.json | 76 + .../v1/smartphones/70-pro/score/index.json | 9 + site/public/v1/smartphones/70/index.json | 76 + .../public/v1/smartphones/70/score/index.json | 9 + site/public/v1/smartphones/80-pro/index.json | 76 + .../v1/smartphones/80-pro/score/index.json | 9 + site/public/v1/smartphones/80-se/index.json | 76 + .../v1/smartphones/80-se/score/index.json | 9 + site/public/v1/smartphones/90-pro/index.json | 76 + .../v1/smartphones/90-pro/score/index.json | 9 + site/public/v1/smartphones/90-se/index.json | 76 + .../v1/smartphones/90-se/score/index.json | 9 + site/public/v1/smartphones/90/index.json | 76 + .../public/v1/smartphones/90/score/index.json | 9 + site/public/v1/smartphones/9x-lite/index.json | 76 + .../v1/smartphones/9x-lite/score/index.json | 9 + site/public/v1/smartphones/a49-5g/index.json | 78 + .../v1/smartphones/a49-5g/score/index.json | 9 + site/public/v1/smartphones/a5-pro/index.json | 79 + .../v1/smartphones/a5-pro/score/index.json | 9 + site/public/v1/smartphones/a50-5g/index.json | 78 + .../v1/smartphones/a50-5g/score/index.json | 9 + site/public/v1/smartphones/a51-5g/index.json | 78 + .../v1/smartphones/a51-5g/score/index.json | 9 + site/public/v1/smartphones/a52-5g/index.json | 78 + .../v1/smartphones/a52-5g/score/index.json | 9 + site/public/v1/smartphones/a53-5g/index.json | 78 + .../v1/smartphones/a53-5g/score/index.json | 9 + site/public/v1/smartphones/a54-5g/index.json | 78 + .../v1/smartphones/a54-5g/score/index.json | 9 + site/public/v1/smartphones/a55-5g/index.json | 78 + .../v1/smartphones/a55-5g/score/index.json | 9 + site/public/v1/smartphones/a56-5g/index.json | 78 + .../v1/smartphones/a56-5g/score/index.json | 9 + site/public/v1/smartphones/a57-5g/index.json | 78 + .../v1/smartphones/a57-5g/score/index.json | 9 + site/public/v1/smartphones/a58-5g/index.json | 78 + .../v1/smartphones/a58-5g/score/index.json | 9 + site/public/v1/smartphones/a80/index.json | 78 + .../v1/smartphones/a80/score/index.json | 9 + site/public/v1/smartphones/c55/index.json | 79 + .../v1/smartphones/c55/score/index.json | 9 + site/public/v1/smartphones/c63/index.json | 78 + .../v1/smartphones/c63/score/index.json | 9 + site/public/v1/smartphones/c65/index.json | 78 + .../v1/smartphones/c65/score/index.json | 9 + site/public/v1/smartphones/c67/index.json | 79 + .../v1/smartphones/c67/score/index.json | 9 + site/public/v1/smartphones/c75/index.json | 79 + .../v1/smartphones/c75/score/index.json | 9 + .../smartphones/camon-20-premier/index.json | 78 + .../camon-20-premier/score/index.json | 9 + .../v1/smartphones/camon-20-pro-5g/index.json | 78 + .../camon-20-pro-5g/score/index.json | 9 + .../v1/smartphones/camon-20-pro/index.json | 78 + .../smartphones/camon-20-pro/score/index.json | 9 + .../public/v1/smartphones/camon-20/index.json | 78 + .../v1/smartphones/camon-20/score/index.json | 9 + .../smartphones/camon-20s-pro-5g/index.json | 78 + .../camon-20s-pro-5g/score/index.json | 9 + .../v1/smartphones/camon-20s-pro/index.json | 78 + .../camon-20s-pro/score/index.json | 9 + .../v1/smartphones/camon-20s/index.json | 78 + .../v1/smartphones/camon-20s/score/index.json | 9 + .../v1/smartphones/camon-30-5g/index.json | 78 + .../smartphones/camon-30-5g/score/index.json | 9 + .../smartphones/camon-30-premier/index.json | 78 + .../camon-30-premier/score/index.json | 9 + .../v1/smartphones/camon-30-pro/index.json | 78 + .../smartphones/camon-30-pro/score/index.json | 9 + .../public/v1/smartphones/camon-30/index.json | 78 + .../v1/smartphones/camon-30/score/index.json | 9 + .../v1/smartphones/camon-30s-pro/index.json | 78 + .../camon-30s-pro/score/index.json | 9 + .../v1/smartphones/camon-30s/index.json | 78 + .../v1/smartphones/camon-30s/score/index.json | 9 + .../v1/smartphones/edge-50-fusion/index.json | 79 + .../edge-50-fusion/score/index.json | 9 + .../v1/smartphones/edge-50-lite/index.json | 79 + .../smartphones/edge-50-lite/score/index.json | 9 + .../v1/smartphones/edge-50-neo/index.json | 79 + .../smartphones/edge-50-neo/score/index.json | 9 + .../v1/smartphones/edge-50-pro/index.json | 79 + .../smartphones/edge-50-pro/score/index.json | 9 + .../v1/smartphones/edge-50-ultra/index.json | 78 + .../edge-50-ultra/score/index.json | 9 + site/public/v1/smartphones/edge-50/index.json | 79 + .../v1/smartphones/edge-50/score/index.json | 9 + site/public/v1/smartphones/edge/index.json | 79 + .../v1/smartphones/edge/score/index.json | 9 + site/public/v1/smartphones/f2-pro/index.json | 78 + .../v1/smartphones/f2-pro/score/index.json | 9 + site/public/v1/smartphones/f25-pro/index.json | 79 + .../v1/smartphones/f25-pro/score/index.json | 9 + site/public/v1/smartphones/f3-gt/index.json | 78 + .../v1/smartphones/f3-gt/score/index.json | 9 + site/public/v1/smartphones/f3/index.json | 78 + .../public/v1/smartphones/f3/score/index.json | 9 + site/public/v1/smartphones/f4-gt/index.json | 78 + .../v1/smartphones/f4-gt/score/index.json | 9 + site/public/v1/smartphones/f4/index.json | 78 + .../public/v1/smartphones/f4/score/index.json | 9 + site/public/v1/smartphones/f5-pro/index.json | 78 + .../v1/smartphones/f5-pro/score/index.json | 9 + site/public/v1/smartphones/f5/index.json | 78 + .../public/v1/smartphones/f5/score/index.json | 9 + site/public/v1/smartphones/f6/index.json | 78 + .../public/v1/smartphones/f6/score/index.json | 9 + site/public/v1/smartphones/find-n2/index.json | 78 + .../v1/smartphones/find-n2/score/index.json | 9 + .../v1/smartphones/find-n3-flip/index.json | 78 + .../smartphones/find-n3-flip/score/index.json | 9 + site/public/v1/smartphones/find-n3/index.json | 78 + .../v1/smartphones/find-n3/score/index.json | 9 + .../v1/smartphones/find-x5-pro/index.json | 79 + .../smartphones/find-x5-pro/score/index.json | 9 + site/public/v1/smartphones/find-x5/index.json | 78 + .../v1/smartphones/find-x5/score/index.json | 9 + .../v1/smartphones/find-x6-pro/index.json | 79 + .../smartphones/find-x6-pro/score/index.json | 9 + site/public/v1/smartphones/find-x6/index.json | 79 + .../v1/smartphones/find-x6/score/index.json | 9 + .../v1/smartphones/find-x7-ultra/index.json | 79 + .../find-x7-ultra/score/index.json | 9 + site/public/v1/smartphones/find-x7/index.json | 79 + .../v1/smartphones/find-x7/score/index.json | 9 + .../v1/smartphones/find-x8-pro/index.json | 78 + .../smartphones/find-x8-pro/score/index.json | 9 + site/public/v1/smartphones/find-x8/index.json | 78 + .../v1/smartphones/find-x8/score/index.json | 9 + site/public/v1/smartphones/g21/index.json | 79 + .../v1/smartphones/g21/score/index.json | 9 + site/public/v1/smartphones/g400/index.json | 78 + .../v1/smartphones/g400/score/index.json | 9 + site/public/v1/smartphones/g42-5g/index.json | 78 + .../v1/smartphones/g42-5g/score/index.json | 9 + site/public/v1/smartphones/g84-5g/index.json | 79 + .../v1/smartphones/g84-5g/score/index.json | 9 + .../v1/smartphones/galaxy-a04/index.json | 80 + .../smartphones/galaxy-a04/score/index.json | 9 + .../v1/smartphones/galaxy-a14/index.json | 79 + .../smartphones/galaxy-a14/score/index.json | 9 + .../v1/smartphones/galaxy-a24/index.json | 80 + .../smartphones/galaxy-a24/score/index.json | 9 + .../v1/smartphones/galaxy-f14/index.json | 80 + .../smartphones/galaxy-f14/score/index.json | 9 + .../v1/smartphones/galaxy-f34/index.json | 79 + .../smartphones/galaxy-f34/score/index.json | 9 + .../v1/smartphones/galaxy-f54/index.json | 79 + .../smartphones/galaxy-f54/score/index.json | 9 + .../v1/smartphones/galaxy-m04/index.json | 80 + .../smartphones/galaxy-m04/score/index.json | 9 + .../v1/smartphones/galaxy-m14/index.json | 80 + .../smartphones/galaxy-m14/score/index.json | 9 + .../v1/smartphones/galaxy-m54/index.json | 79 + .../smartphones/galaxy-m54/score/index.json | 9 + .../v1/smartphones/galaxy-w21-5g/index.json | 78 + .../galaxy-w21-5g/score/index.json | 9 + .../v1/smartphones/galaxy-w22-5g/index.json | 78 + .../galaxy-w22-5g/score/index.json | 9 + .../v1/smartphones/galaxy-xcover-5/index.json | 78 + .../galaxy-xcover-5/score/index.json | 9 + .../galaxy-xcover-6-pro/index.json | 78 + .../galaxy-xcover-6-pro/score/index.json | 9 + .../v1/smartphones/gt-10-pro/index.json | 78 + .../v1/smartphones/gt-10-pro/score/index.json | 9 + .../v1/smartphones/gt-20-pro/index.json | 76 + .../v1/smartphones/gt-20-pro/score/index.json | 9 + site/public/v1/smartphones/gt-6/index.json | 80 + .../v1/smartphones/gt-6/score/index.json | 9 + site/public/v1/smartphones/gt-6t/index.json | 79 + .../v1/smartphones/gt-6t/score/index.json | 9 + .../public/v1/smartphones/gt-7-pro/index.json | 79 + .../v1/smartphones/gt-7-pro/score/index.json | 9 + site/public/v1/smartphones/gt-7/index.json | 79 + .../v1/smartphones/gt-7/score/index.json | 9 + .../v1/smartphones/hot-10-lite/index.json | 78 + .../smartphones/hot-10-lite/score/index.json | 9 + .../v1/smartphones/hot-10-play/index.json | 78 + .../smartphones/hot-10-play/score/index.json | 9 + site/public/v1/smartphones/hot-10/index.json | 78 + .../v1/smartphones/hot-10/score/index.json | 9 + .../v1/smartphones/hot-10s-nfc/index.json | 78 + .../smartphones/hot-10s-nfc/score/index.json | 9 + site/public/v1/smartphones/hot-10s/index.json | 78 + .../v1/smartphones/hot-10s/score/index.json | 9 + site/public/v1/smartphones/hot-10t/index.json | 78 + .../v1/smartphones/hot-10t/score/index.json | 9 + .../v1/smartphones/hot-11-play/index.json | 78 + .../smartphones/hot-11-play/score/index.json | 9 + site/public/v1/smartphones/hot-11/index.json | 78 + .../v1/smartphones/hot-11/score/index.json | 9 + site/public/v1/smartphones/hot-11s/index.json | 78 + .../v1/smartphones/hot-11s/score/index.json | 9 + site/public/v1/smartphones/hot-12/index.json | 78 + .../v1/smartphones/hot-12/score/index.json | 9 + .../v1/smartphones/hot-20-5g/index.json | 78 + .../v1/smartphones/hot-20-5g/score/index.json | 9 + site/public/v1/smartphones/hot-20/index.json | 78 + .../v1/smartphones/hot-20/score/index.json | 9 + site/public/v1/smartphones/hot-20i/index.json | 78 + .../v1/smartphones/hot-20i/score/index.json | 9 + site/public/v1/smartphones/hot-20s/index.json | 78 + .../v1/smartphones/hot-20s/score/index.json | 9 + .../v1/smartphones/hot-30-5g/index.json | 78 + .../v1/smartphones/hot-30-5g/score/index.json | 9 + site/public/v1/smartphones/hot-30/index.json | 78 + .../v1/smartphones/hot-30/score/index.json | 9 + .../v1/smartphones/hot-30i-nfc/index.json | 78 + .../smartphones/hot-30i-nfc/score/index.json | 9 + site/public/v1/smartphones/hot-30i/index.json | 78 + .../v1/smartphones/hot-30i/score/index.json | 9 + .../v1/smartphones/hot-40-pro/index.json | 76 + .../smartphones/hot-40-pro/score/index.json | 9 + site/public/v1/smartphones/hot-40/index.json | 76 + .../v1/smartphones/hot-40/score/index.json | 9 + site/public/v1/smartphones/hot-40i/index.json | 76 + .../v1/smartphones/hot-40i/score/index.json | 9 + .../v1/smartphones/hot-50-5g/index.json | 76 + .../v1/smartphones/hot-50-5g/score/index.json | 9 + .../v1/smartphones/hot-50-pro/index.json | 76 + .../smartphones/hot-50-pro/score/index.json | 9 + site/public/v1/smartphones/hot-50/index.json | 76 + .../v1/smartphones/hot-50/score/index.json | 9 + site/public/v1/smartphones/hot-50i/index.json | 76 + .../v1/smartphones/hot-50i/score/index.json | 9 + site/public/v1/smartphones/index.json | 1845 ++++++++++++++++- .../public/v1/smartphones/k10-note/index.json | 79 + .../v1/smartphones/k10-note/score/index.json | 9 + .../public/v1/smartphones/k10-plus/index.json | 78 + .../v1/smartphones/k10-plus/score/index.json | 9 + site/public/v1/smartphones/k10x/index.json | 79 + .../v1/smartphones/k10x/score/index.json | 9 + site/public/v1/smartphones/k11x/index.json | 79 + .../v1/smartphones/k11x/score/index.json | 9 + .../public/v1/smartphones/k12-plus/index.json | 79 + .../v1/smartphones/k12-plus/score/index.json | 9 + .../public/v1/smartphones/k13-note/index.json | 78 + .../v1/smartphones/k13-note/score/index.json | 9 + site/public/v1/smartphones/k13-pro/index.json | 78 + .../v1/smartphones/k13-pro/score/index.json | 9 + site/public/v1/smartphones/k7-5g/index.json | 79 + .../v1/smartphones/k7-5g/score/index.json | 9 + site/public/v1/smartphones/k7x/index.json | 78 + .../v1/smartphones/k7x/score/index.json | 9 + site/public/v1/smartphones/k9-5g/index.json | 79 + .../v1/smartphones/k9-5g/score/index.json | 9 + .../v1/smartphones/k9-pro-5g/index.json | 79 + .../v1/smartphones/k9-pro-5g/score/index.json | 9 + site/public/v1/smartphones/k9x/index.json | 79 + .../v1/smartphones/k9x/score/index.json | 9 + .../v1/smartphones/legion-y70/index.json | 80 + .../smartphones/legion-y70/score/index.json | 9 + site/public/v1/smartphones/m2-pro/index.json | 78 + .../v1/smartphones/m2-pro/score/index.json | 9 + .../v1/smartphones/m3-pro-5g/index.json | 78 + .../v1/smartphones/m3-pro-5g/score/index.json | 9 + site/public/v1/smartphones/m3/index.json | 78 + .../public/v1/smartphones/m3/score/index.json | 9 + .../v1/smartphones/m4-pro-5g/index.json | 78 + .../v1/smartphones/m4-pro-5g/score/index.json | 9 + site/public/v1/smartphones/m4-pro/index.json | 78 + .../v1/smartphones/m4-pro/score/index.json | 9 + site/public/v1/smartphones/m5/index.json | 78 + .../public/v1/smartphones/m5/score/index.json | 9 + site/public/v1/smartphones/m5s/index.json | 78 + .../v1/smartphones/m5s/score/index.json | 9 + site/public/v1/smartphones/m6-pro/index.json | 78 + .../v1/smartphones/m6-pro/score/index.json | 9 + site/public/v1/smartphones/m6/index.json | 78 + .../public/v1/smartphones/m6/score/index.json | 9 + site/public/v1/smartphones/magic-v/index.json | 76 + .../v1/smartphones/magic-v/score/index.json | 9 + .../public/v1/smartphones/magic-v2/index.json | 76 + .../v1/smartphones/magic-v2/score/index.json | 9 + .../public/v1/smartphones/magic-v3/index.json | 76 + .../v1/smartphones/magic-v3/score/index.json | 9 + .../public/v1/smartphones/magic-vs/index.json | 76 + .../v1/smartphones/magic-vs/score/index.json | 9 + .../v1/smartphones/magic3-pro/index.json | 76 + .../smartphones/magic3-pro/score/index.json | 9 + site/public/v1/smartphones/magic3/index.json | 76 + .../v1/smartphones/magic3/score/index.json | 9 + .../v1/smartphones/magic4-pro/index.json | 76 + .../smartphones/magic4-pro/score/index.json | 9 + .../v1/smartphones/magic4-ultimate/index.json | 76 + .../magic4-ultimate/score/index.json | 9 + site/public/v1/smartphones/magic4/index.json | 76 + .../v1/smartphones/magic4/score/index.json | 9 + .../v1/smartphones/magic5-pro/index.json | 76 + .../smartphones/magic5-pro/score/index.json | 9 + .../v1/smartphones/magic5-ultimate/index.json | 76 + .../magic5-ultimate/score/index.json | 9 + site/public/v1/smartphones/magic5/index.json | 76 + .../v1/smartphones/magic5/score/index.json | 9 + .../v1/smartphones/magic6-pro/index.json | 76 + .../smartphones/magic6-pro/score/index.json | 9 + .../v1/smartphones/magic6-ultimate/index.json | 76 + .../magic6-ultimate/score/index.json | 9 + site/public/v1/smartphones/magic6/index.json | 76 + .../v1/smartphones/magic6/score/index.json | 9 + .../v1/smartphones/magic7-pro/index.json | 76 + .../smartphones/magic7-pro/score/index.json | 9 + .../v1/smartphones/magic7-ultimate/index.json | 76 + .../magic7-ultimate/score/index.json | 9 + site/public/v1/smartphones/magic7/index.json | 76 + .../v1/smartphones/magic7/score/index.json | 9 + .../v1/smartphones/mate-60-pro/index.json | 76 + .../smartphones/mate-60-pro/score/index.json | 9 + site/public/v1/smartphones/mate-60/index.json | 76 + .../v1/smartphones/mate-60/score/index.json | 9 + .../v1/smartphones/mate-70-pro/index.json | 76 + .../smartphones/mate-70-pro/score/index.json | 9 + site/public/v1/smartphones/mate-70/index.json | 76 + .../v1/smartphones/mate-70/score/index.json | 9 + site/public/v1/smartphones/mate-x6/index.json | 76 + .../v1/smartphones/mate-x6/score/index.json | 9 + site/public/v1/smartphones/mate-xt/index.json | 79 + .../v1/smartphones/mate-xt/score/index.json | 9 + .../public/v1/smartphones/moto-e14/index.json | 79 + .../v1/smartphones/moto-e14/score/index.json | 9 + .../v1/smartphones/moto-g-play/index.json | 79 + .../smartphones/moto-g-play/score/index.json | 9 + .../v1/smartphones/moto-g-power/index.json | 79 + .../smartphones/moto-g-power/score/index.json | 9 + .../smartphones/moto-g-stylus-5g/index.json | 79 + .../moto-g-stylus-5g/score/index.json | 9 + .../v1/smartphones/moto-g-stylus/index.json | 79 + .../moto-g-stylus/score/index.json | 9 + .../v1/smartphones/moto-g75-5g/index.json | 79 + .../smartphones/moto-g75-5g/score/index.json | 9 + .../public/v1/smartphones/moto-s50/index.json | 79 + .../v1/smartphones/moto-s50/score/index.json | 9 + .../v1/smartphones/moto-x50-ultra/index.json | 78 + .../moto-x50-ultra/score/index.json | 9 + .../v1/smartphones/narzo-70-5g/index.json | 78 + .../smartphones/narzo-70-5g/score/index.json | 9 + .../smartphones/narzo-70-turbo-5g/index.json | 79 + .../narzo-70-turbo-5g/score/index.json | 9 + .../v1/smartphones/narzo-n61/index.json | 78 + .../v1/smartphones/narzo-n61/score/index.json | 9 + .../v1/smartphones/narzo-n63/index.json | 78 + .../v1/smartphones/narzo-n63/score/index.json | 9 + .../v1/smartphones/narzo-n65-5g/index.json | 78 + .../smartphones/narzo-n65-5g/score/index.json | 9 + site/public/v1/smartphones/neo-7/index.json | 79 + .../v1/smartphones/neo-7/score/index.json | 9 + .../v1/smartphones/note-40-5g/index.json | 76 + .../smartphones/note-40-5g/score/index.json | 9 + .../v1/smartphones/note-40-pro-5g/index.json | 76 + .../note-40-pro-5g/score/index.json | 9 + .../v1/smartphones/note-40-pro/index.json | 76 + .../smartphones/note-40-pro/score/index.json | 9 + .../note-40-racing-edition/index.json | 76 + .../note-40-racing-edition/score/index.json | 9 + site/public/v1/smartphones/note-40/index.json | 76 + .../v1/smartphones/note-40/score/index.json | 9 + .../public/v1/smartphones/note-40s/index.json | 76 + .../v1/smartphones/note-40s/score/index.json | 9 + .../v1/smartphones/note-40x-5g/index.json | 76 + .../smartphones/note-40x-5g/score/index.json | 9 + site/public/v1/smartphones/note-50/index.json | 78 + .../v1/smartphones/note-50/score/index.json | 9 + site/public/v1/smartphones/note-60/index.json | 79 + .../v1/smartphones/note-60/score/index.json | 9 + .../public/v1/smartphones/note-60x/index.json | 78 + .../v1/smartphones/note-60x/score/index.json | 9 + site/public/v1/smartphones/note-8/index.json | 78 + .../v1/smartphones/note-8/score/index.json | 9 + site/public/v1/smartphones/note-8i/index.json | 78 + .../v1/smartphones/note-8i/score/index.json | 9 + .../v1/smartphones/nova-12-pro/index.json | 76 + .../smartphones/nova-12-pro/score/index.json | 9 + site/public/v1/smartphones/nova-12/index.json | 76 + .../v1/smartphones/nova-12/score/index.json | 9 + .../v1/smartphones/nova-13-pro/index.json | 79 + .../smartphones/nova-13-pro/score/index.json | 9 + site/public/v1/smartphones/nova-13/index.json | 79 + .../v1/smartphones/nova-13/score/index.json | 9 + .../v1/smartphones/one-vision-3/index.json | 79 + .../smartphones/one-vision-3/score/index.json | 9 + .../v1/smartphones/oneplus-10r/index.json | 78 + .../smartphones/oneplus-10r/score/index.json | 9 + .../v1/smartphones/oneplus-11-pro/index.json | 79 + .../oneplus-11-pro/score/index.json | 9 + .../v1/smartphones/oneplus-11t/index.json | 78 + .../smartphones/oneplus-11t/score/index.json | 9 + .../v1/smartphones/oneplus-12t-5g/index.json | 78 + .../oneplus-12t-5g/score/index.json | 9 + .../v1/smartphones/oneplus-13-pro/index.json | 78 + .../oneplus-13-pro/score/index.json | 9 + .../v1/smartphones/oneplus-14/index.json | 78 + .../smartphones/oneplus-14/score/index.json | 9 + .../v1/smartphones/oneplus-15r/index.json | 78 + .../smartphones/oneplus-15r/score/index.json | 9 + .../oneplus-5-special-edition/index.json | 78 + .../score/index.json | 9 + .../oneplus-5t-star-wars-edition/index.json | 78 + .../score/index.json | 9 + .../oneplus-6-special-edition/index.json | 78 + .../score/index.json | 9 + .../oneplus-6t-mclaren-edition/index.json | 78 + .../score/index.json | 9 + .../v1/smartphones/oneplus-7r/index.json | 78 + .../smartphones/oneplus-7r/score/index.json | 9 + .../index.json | 78 + .../score/index.json | 9 + .../oneplus-8-pro-mclaren-edition/index.json | 78 + .../score/index.json | 9 + .../v1/smartphones/oneplus-8/index.json | 78 + .../v1/smartphones/oneplus-8/score/index.json | 9 + .../v1/smartphones/oneplus-8r/index.json | 78 + .../smartphones/oneplus-8r/score/index.json | 9 + .../index.json | 78 + .../score/index.json | 9 + .../oneplus-8t-cyberpunk-edition/index.json | 78 + .../score/index.json | 9 + .../v1/smartphones/oneplus-9r-5g/index.json | 78 + .../oneplus-9r-5g/score/index.json | 9 + .../v1/smartphones/oneplus-9t/index.json | 79 + .../smartphones/oneplus-9t/score/index.json | 9 + .../v1/smartphones/oneplus-nord-1/index.json | 78 + .../oneplus-nord-1/score/index.json | 9 + .../v1/smartphones/oneplus-nord-2t/index.json | 79 + .../oneplus-nord-2t/score/index.json | 9 + .../v1/smartphones/oneplus-nord-3/index.json | 78 + .../oneplus-nord-3/score/index.json | 9 + .../oneplus-nord-ce-2-lite/index.json | 78 + .../oneplus-nord-ce-2-lite/score/index.json | 9 + .../smartphones/oneplus-nord-ce-2/index.json | 78 + .../oneplus-nord-ce-2/score/index.json | 9 + .../oneplus-nord-ce-3-lite/index.json | 78 + .../oneplus-nord-ce-3-lite/score/index.json | 9 + .../smartphones/oneplus-nord-ce-5g/index.json | 78 + .../oneplus-nord-ce-5g/score/index.json | 9 + .../oneplus-nord-n10-5g/index.json | 78 + .../oneplus-nord-n10-5g/score/index.json | 9 + .../oneplus-nord-n100-5g/index.json | 78 + .../oneplus-nord-n100-5g/score/index.json | 9 + .../smartphones/oneplus-nord-n100/index.json | 79 + .../oneplus-nord-n100/score/index.json | 9 + .../smartphones/oneplus-nord-n200/index.json | 79 + .../oneplus-nord-n200/score/index.json | 9 + .../v1/smartphones/oneplus-nord-x/index.json | 78 + .../oneplus-nord-x/score/index.json | 9 + .../v1/smartphones/oneplus-open/index.json | 78 + .../smartphones/oneplus-open/score/index.json | 9 + site/public/v1/smartphones/p1-5g/index.json | 79 + .../v1/smartphones/p1-5g/score/index.json | 9 + .../v1/smartphones/p1-speed-5g/index.json | 79 + .../smartphones/p1-speed-5g/score/index.json | 9 + .../v1/smartphones/p2-pro-5g/index.json | 80 + .../v1/smartphones/p2-pro-5g/score/index.json | 9 + .../v1/smartphones/phantom-v-flip2/index.json | 78 + .../phantom-v-flip2/score/index.json | 9 + .../v1/smartphones/phantom-v-fold2/index.json | 78 + .../phantom-v-fold2/score/index.json | 9 + .../v1/smartphones/pixel-3a-xl/index.json | 79 + .../smartphones/pixel-3a-xl/score/index.json | 9 + .../public/v1/smartphones/pixel-3a/index.json | 78 + .../v1/smartphones/pixel-3a/score/index.json | 9 + .../v1/smartphones/play-4-pro/index.json | 76 + .../smartphones/play-4-pro/score/index.json | 9 + site/public/v1/smartphones/play-4/index.json | 76 + .../v1/smartphones/play-4/score/index.json | 9 + site/public/v1/smartphones/play-5/index.json | 76 + .../v1/smartphones/play-5/score/index.json | 9 + site/public/v1/smartphones/play-6t/index.json | 76 + .../v1/smartphones/play-6t/score/index.json | 9 + site/public/v1/smartphones/play-8t/index.json | 76 + .../v1/smartphones/play-8t/score/index.json | 9 + site/public/v1/smartphones/play-9t/index.json | 76 + .../v1/smartphones/play-9t/score/index.json | 9 + site/public/v1/smartphones/pova-5/index.json | 78 + .../v1/smartphones/pova-5/score/index.json | 9 + site/public/v1/smartphones/pova-5g/index.json | 78 + .../v1/smartphones/pova-5g/score/index.json | 9 + .../v1/smartphones/pova-6-neo-5g/index.json | 78 + .../pova-6-neo-5g/score/index.json | 9 + .../v1/smartphones/pova-6-neo/index.json | 78 + .../smartphones/pova-6-neo/score/index.json | 9 + .../v1/smartphones/pova-6-pro/index.json | 78 + .../smartphones/pova-6-pro/score/index.json | 9 + .../v1/smartphones/pura-70-pro/index.json | 76 + .../smartphones/pura-70-pro/score/index.json | 9 + .../v1/smartphones/pura-70-ultra/index.json | 76 + .../pura-70-ultra/score/index.json | 9 + site/public/v1/smartphones/pura-70/index.json | 76 + .../v1/smartphones/pura-70/score/index.json | 9 + .../v1/smartphones/razr-50-ultra/index.json | 78 + .../razr-50-ultra/score/index.json | 9 + site/public/v1/smartphones/razr-50/index.json | 78 + .../v1/smartphones/razr-50/score/index.json | 9 + site/public/v1/smartphones/razr/index.json | 79 + .../v1/smartphones/razr/score/index.json | 9 + .../v1/smartphones/realme-c65/index.json | 79 + .../smartphones/realme-c65/score/index.json | 9 + .../v1/smartphones/redmi-14c-5g/index.json | 79 + .../smartphones/redmi-14c-5g/score/index.json | 9 + .../smartphones/redmi-note-14-4g/index.json | 79 + .../redmi-note-14-4g/score/index.json | 9 + .../redmi-note-14-pro-4g/index.json | 79 + .../redmi-note-14-pro-4g/score/index.json | 9 + .../redmi-note-14-pro-5g/index.json | 80 + .../redmi-note-14-pro-5g/score/index.json | 9 + .../v1/smartphones/reno10-pro-5g/index.json | 78 + .../reno10-pro-5g/score/index.json | 9 + .../v1/smartphones/reno11-pro/index.json | 78 + .../smartphones/reno11-pro/score/index.json | 9 + .../v1/smartphones/reno12-pro/index.json | 78 + .../smartphones/reno12-pro/score/index.json | 9 + .../v1/smartphones/reno13-pro/index.json | 78 + .../smartphones/reno13-pro/score/index.json | 9 + site/public/v1/smartphones/reno13/index.json | 78 + .../v1/smartphones/reno13/score/index.json | 9 + .../public/v1/smartphones/reno3-5g/index.json | 79 + .../v1/smartphones/reno3-5g/score/index.json | 9 + .../v1/smartphones/reno3-pro-5g/index.json | 78 + .../smartphones/reno3-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno4-5g/index.json | 79 + .../v1/smartphones/reno4-5g/score/index.json | 9 + .../v1/smartphones/reno4-pro-5g/index.json | 78 + .../smartphones/reno4-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno5-5g/index.json | 79 + .../v1/smartphones/reno5-5g/score/index.json | 9 + .../v1/smartphones/reno5-pro-5g/index.json | 79 + .../smartphones/reno5-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno6-5g/index.json | 79 + .../v1/smartphones/reno6-5g/score/index.json | 9 + .../v1/smartphones/reno6-pro-5g/index.json | 79 + .../smartphones/reno6-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno7-5g/index.json | 79 + .../v1/smartphones/reno7-5g/score/index.json | 9 + .../v1/smartphones/reno7-pro-5g/index.json | 78 + .../smartphones/reno7-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno8-5g/index.json | 79 + .../v1/smartphones/reno8-5g/score/index.json | 9 + .../v1/smartphones/reno8-pro-5g/index.json | 78 + .../smartphones/reno8-pro-5g/score/index.json | 9 + .../public/v1/smartphones/reno9-5g/index.json | 79 + .../v1/smartphones/reno9-5g/score/index.json | 9 + .../v1/smartphones/reno9-pro-5g/index.json | 78 + .../smartphones/reno9-pro-5g/score/index.json | 9 + site/public/v1/smartphones/s1-pro/index.json | 79 + .../v1/smartphones/s1-pro/score/index.json | 9 + site/public/v1/smartphones/s18-pro/index.json | 78 + .../v1/smartphones/s18-pro/score/index.json | 9 + site/public/v1/smartphones/s50-neo/index.json | 79 + .../v1/smartphones/s50-neo/score/index.json | 9 + .../v1/smartphones/spark-20-pro-5g/index.json | 78 + .../spark-20-pro-5g/score/index.json | 9 + .../v1/smartphones/spark-20-pro/index.json | 79 + .../smartphones/spark-20-pro/score/index.json | 9 + .../public/v1/smartphones/spark-20/index.json | 78 + .../v1/smartphones/spark-20/score/index.json | 9 + .../v1/smartphones/spark-20c/index.json | 78 + .../v1/smartphones/spark-20c/score/index.json | 9 + .../v1/smartphones/spark-20p/index.json | 78 + .../v1/smartphones/spark-20p/score/index.json | 9 + .../v1/smartphones/spark-30-pro/index.json | 78 + .../smartphones/spark-30-pro/score/index.json | 9 + .../public/v1/smartphones/spark-30/index.json | 78 + .../v1/smartphones/spark-30/score/index.json | 9 + .../v1/smartphones/spark-30c-5g/index.json | 78 + .../smartphones/spark-30c-5g/score/index.json | 9 + .../v1/smartphones/spark-30c/index.json | 78 + .../v1/smartphones/spark-30c/score/index.json | 9 + site/public/v1/smartphones/t1-5g/index.json | 79 + .../v1/smartphones/t1-5g/score/index.json | 9 + .../v1/smartphones/t2-series/index.json | 79 + .../v1/smartphones/t2-series/score/index.json | 9 + site/public/v1/smartphones/t3-5g/index.json | 78 + .../v1/smartphones/t3-5g/score/index.json | 9 + site/public/v1/smartphones/v15-pro/index.json | 79 + .../v1/smartphones/v15-pro/score/index.json | 9 + site/public/v1/smartphones/v15/index.json | 79 + .../v1/smartphones/v15/score/index.json | 9 + site/public/v1/smartphones/v17-pro/index.json | 79 + .../v1/smartphones/v17-pro/score/index.json | 9 + site/public/v1/smartphones/v19/index.json | 79 + .../v1/smartphones/v19/score/index.json | 9 + site/public/v1/smartphones/v20-pro/index.json | 79 + .../v1/smartphones/v20-pro/score/index.json | 9 + site/public/v1/smartphones/v23-5g/index.json | 79 + .../v1/smartphones/v23-5g/score/index.json | 9 + site/public/v1/smartphones/v23e/index.json | 79 + .../v1/smartphones/v23e/score/index.json | 9 + site/public/v1/smartphones/v25-pro/index.json | 79 + .../v1/smartphones/v25-pro/score/index.json | 9 + site/public/v1/smartphones/v27-pro/index.json | 79 + .../v1/smartphones/v27-pro/score/index.json | 9 + site/public/v1/smartphones/v27/index.json | 79 + .../v1/smartphones/v27/score/index.json | 9 + site/public/v1/smartphones/v30-pro/index.json | 78 + .../v1/smartphones/v30-pro/score/index.json | 9 + site/public/v1/smartphones/v40/index.json | 76 + .../v1/smartphones/v40/score/index.json | 9 + site/public/v1/smartphones/v40e/index.json | 78 + .../v1/smartphones/v40e/score/index.json | 9 + site/public/v1/smartphones/x10-max/index.json | 76 + .../v1/smartphones/x10-max/score/index.json | 9 + site/public/v1/smartphones/x20-se/index.json | 76 + .../v1/smartphones/x20-se/score/index.json | 9 + site/public/v1/smartphones/x20/index.json | 76 + .../v1/smartphones/x20/score/index.json | 9 + .../v1/smartphones/x200-pro-mini/index.json | 78 + .../x200-pro-mini/score/index.json | 9 + .../public/v1/smartphones/x200-pro/index.json | 79 + .../v1/smartphones/x200-pro/score/index.json | 9 + site/public/v1/smartphones/x200/index.json | 79 + .../v1/smartphones/x200/score/index.json | 9 + site/public/v1/smartphones/x21/index.json | 79 + .../v1/smartphones/x21/score/index.json | 9 + site/public/v1/smartphones/x27-pro/index.json | 79 + .../v1/smartphones/x27-pro/score/index.json | 9 + site/public/v1/smartphones/x3-gt/index.json | 78 + .../v1/smartphones/x3-gt/score/index.json | 9 + site/public/v1/smartphones/x3-nfc/index.json | 78 + .../v1/smartphones/x3-nfc/score/index.json | 9 + site/public/v1/smartphones/x3-pro/index.json | 78 + .../v1/smartphones/x3-pro/score/index.json | 9 + site/public/v1/smartphones/x30-max/index.json | 76 + .../v1/smartphones/x30-max/score/index.json | 9 + site/public/v1/smartphones/x30-pro/index.json | 79 + .../v1/smartphones/x30-pro/score/index.json | 9 + site/public/v1/smartphones/x30/index.json | 76 + .../v1/smartphones/x30/score/index.json | 9 + site/public/v1/smartphones/x30i/index.json | 76 + .../v1/smartphones/x30i/score/index.json | 9 + .../v1/smartphones/x4-pro-5g/index.json | 78 + .../v1/smartphones/x4-pro-5g/score/index.json | 9 + site/public/v1/smartphones/x40/index.json | 76 + .../v1/smartphones/x40/score/index.json | 9 + site/public/v1/smartphones/x40i/index.json | 76 + .../v1/smartphones/x40i/score/index.json | 9 + site/public/v1/smartphones/x5-pro/index.json | 78 + .../v1/smartphones/x5-pro/score/index.json | 9 + site/public/v1/smartphones/x5/index.json | 78 + .../public/v1/smartphones/x5/score/index.json | 9 + site/public/v1/smartphones/x50/index.json | 76 + .../v1/smartphones/x50/score/index.json | 9 + site/public/v1/smartphones/x6-pro/index.json | 78 + .../v1/smartphones/x6-pro/score/index.json | 9 + site/public/v1/smartphones/x6/index.json | 78 + .../public/v1/smartphones/x6/score/index.json | 9 + site/public/v1/smartphones/x60-pro/index.json | 79 + .../v1/smartphones/x60-pro/score/index.json | 9 + site/public/v1/smartphones/x60/index.json | 76 + .../v1/smartphones/x60/score/index.json | 9 + site/public/v1/smartphones/x7-pro/index.json | 78 + .../v1/smartphones/x7-pro/score/index.json | 9 + site/public/v1/smartphones/x7/index.json | 78 + .../public/v1/smartphones/x7/score/index.json | 9 + site/public/v1/smartphones/x70-pro/index.json | 79 + .../v1/smartphones/x70-pro/score/index.json | 9 + site/public/v1/smartphones/x80/index.json | 79 + .../v1/smartphones/x80/score/index.json | 9 + site/public/v1/smartphones/x90-pro/index.json | 79 + .../v1/smartphones/x90-pro/score/index.json | 9 + .../v1/smartphones/xiaomi-14-pro/index.json | 79 + .../xiaomi-14-pro/score/index.json | 9 + .../v1/smartphones/xperia-1-iv/index.json | 78 + .../smartphones/xperia-1-iv/score/index.json | 9 + .../v1/smartphones/xperia-10-iv/index.json | 78 + .../smartphones/xperia-10-iv/score/index.json | 9 + .../v1/smartphones/xperia-10-v/index.json | 78 + .../smartphones/xperia-10-v/score/index.json | 9 + .../v1/smartphones/xperia-5-iv/index.json | 78 + .../smartphones/xperia-5-iv/score/index.json | 9 + .../v1/smartphones/xperia-5-vi/index.json | 78 + .../smartphones/xperia-5-vi/score/index.json | 9 + site/public/v1/smartphones/y100-5g/index.json | 78 + .../v1/smartphones/y100-5g/score/index.json | 9 + site/public/v1/smartphones/y100/index.json | 79 + .../v1/smartphones/y100/score/index.json | 9 + site/public/v1/smartphones/y11/index.json | 79 + .../v1/smartphones/y11/score/index.json | 9 + site/public/v1/smartphones/y12s/index.json | 79 + .../v1/smartphones/y12s/score/index.json | 9 + site/public/v1/smartphones/y200-gt/index.json | 78 + .../v1/smartphones/y200-gt/score/index.json | 9 + site/public/v1/smartphones/y21/index.json | 79 + .../v1/smartphones/y21/score/index.json | 9 + site/public/v1/smartphones/y30/index.json | 79 + .../v1/smartphones/y30/score/index.json | 9 + site/public/v1/smartphones/y33s/index.json | 79 + .../v1/smartphones/y33s/score/index.json | 9 + site/public/v1/smartphones/y53s/index.json | 79 + .../v1/smartphones/y53s/score/index.json | 9 + site/public/v1/smartphones/y75-5g/index.json | 79 + .../v1/smartphones/y75-5g/score/index.json | 9 + site/public/v1/smartphones/y95/index.json | 78 + .../v1/smartphones/y95/score/index.json | 9 + site/public/v1/smartphones/z1-pro/index.json | 79 + .../v1/smartphones/z1-pro/score/index.json | 9 + site/public/v1/smartphones/z3/index.json | 78 + .../public/v1/smartphones/z3/score/index.json | 9 + site/public/v1/smartphones/z5-pro/index.json | 78 + .../v1/smartphones/z5-pro/score/index.json | 9 + site/public/v1/smartphones/z6-pro/index.json | 79 + .../v1/smartphones/z6-pro/score/index.json | 9 + .../v1/smartphones/zero-40-5g/index.json | 76 + .../smartphones/zero-40-5g/score/index.json | 9 + site/public/v1/smartphones/zero-40/index.json | 76 + .../v1/smartphones/zero-40/score/index.json | 9 + site/public/v1/smartphones/zero-8/index.json | 78 + .../v1/smartphones/zero-8/score/index.json | 9 + site/public/v1/smartphones/zero-8i/index.json | 78 + .../v1/smartphones/zero-8i/score/index.json | 9 + .../v1/smartphones/zero-flip/index.json | 76 + .../v1/smartphones/zero-flip/score/index.json | 9 + .../v1/socs/dimensity-1000-plus/index.json | 34 + .../public/v1/socs/dimensity-1000l/index.json | 34 + site/public/v1/socs/dimensity-1100/index.json | 34 + site/public/v1/socs/dimensity-700/index.json | 34 + site/public/v1/socs/dimensity-720/index.json | 34 + site/public/v1/socs/dimensity-800/index.json | 34 + site/public/v1/socs/dimensity-800u/index.json | 34 + site/public/v1/socs/dimensity-810/index.json | 34 + site/public/v1/socs/dimensity-8100/index.json | 34 + site/public/v1/socs/dimensity-900/index.json | 34 + site/public/v1/socs/dimensity-9000/index.json | 34 + site/public/v1/socs/dimensity-920/index.json | 34 + site/public/v1/socs/exynos-850/index.json | 34 + site/public/v1/socs/exynos-9609/index.json | 34 + site/public/v1/socs/helio-a25/index.json | 34 + site/public/v1/socs/helio-g25/index.json | 34 + site/public/v1/socs/helio-g70/index.json | 34 + site/public/v1/socs/helio-g80/index.json | 34 + site/public/v1/socs/helio-g90t/index.json | 34 + site/public/v1/socs/helio-g95/index.json | 34 + site/public/v1/socs/helio-g96/index.json | 34 + site/public/v1/socs/helio-p35/index.json | 34 + site/public/v1/socs/helio-p65/index.json | 34 + site/public/v1/socs/helio-p70/index.json | 34 + site/public/v1/socs/index.json | 192 +- site/public/v1/socs/kirin-710a/index.json | 34 + site/public/v1/socs/kirin-710f/index.json | 34 + site/public/v1/socs/snapdragon-439/index.json | 34 + site/public/v1/socs/snapdragon-460/index.json | 34 + .../v1/socs/snapdragon-480-plus/index.json | 34 + site/public/v1/socs/snapdragon-480/index.json | 34 + site/public/v1/socs/snapdragon-632/index.json | 34 + site/public/v1/socs/snapdragon-662/index.json | 34 + site/public/v1/socs/snapdragon-670/index.json | 34 + site/public/v1/socs/snapdragon-675/index.json | 34 + site/public/v1/socs/snapdragon-712/index.json | 34 + .../v1/socs/snapdragon-778g-plus/index.json | 34 + site/public/v1/socs/snapdragon-860/index.json | 34 + site/public/v1/socs/unisoc-t606/index.json | 34 + 775 files changed, 35223 insertions(+), 8 deletions(-) create mode 100644 site/public/v1/smartphones/10x-lite/index.json create mode 100644 site/public/v1/smartphones/10x-lite/score/index.json create mode 100644 site/public/v1/smartphones/13-5g/index.json create mode 100644 site/public/v1/smartphones/13-5g/score/index.json create mode 100644 site/public/v1/smartphones/13-pro-5g/index.json create mode 100644 site/public/v1/smartphones/13-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/14-pro-5g/index.json create mode 100644 site/public/v1/smartphones/14-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/14x-5g/index.json create mode 100644 site/public/v1/smartphones/14x-5g/score/index.json create mode 100644 site/public/v1/smartphones/30-pro/index.json create mode 100644 site/public/v1/smartphones/30-pro/score/index.json create mode 100644 site/public/v1/smartphones/50-pro/index.json create mode 100644 site/public/v1/smartphones/50-pro/score/index.json create mode 100644 site/public/v1/smartphones/50-se/index.json create mode 100644 site/public/v1/smartphones/50-se/score/index.json create mode 100644 site/public/v1/smartphones/50/index.json create mode 100644 site/public/v1/smartphones/50/score/index.json create mode 100644 site/public/v1/smartphones/60-pro/index.json create mode 100644 site/public/v1/smartphones/60-pro/score/index.json create mode 100644 site/public/v1/smartphones/60-se/index.json create mode 100644 site/public/v1/smartphones/60-se/score/index.json create mode 100644 site/public/v1/smartphones/60/index.json create mode 100644 site/public/v1/smartphones/60/score/index.json create mode 100644 site/public/v1/smartphones/70-pro/index.json create mode 100644 site/public/v1/smartphones/70-pro/score/index.json create mode 100644 site/public/v1/smartphones/70/index.json create mode 100644 site/public/v1/smartphones/70/score/index.json create mode 100644 site/public/v1/smartphones/80-pro/index.json create mode 100644 site/public/v1/smartphones/80-pro/score/index.json create mode 100644 site/public/v1/smartphones/80-se/index.json create mode 100644 site/public/v1/smartphones/80-se/score/index.json create mode 100644 site/public/v1/smartphones/90-pro/index.json create mode 100644 site/public/v1/smartphones/90-pro/score/index.json create mode 100644 site/public/v1/smartphones/90-se/index.json create mode 100644 site/public/v1/smartphones/90-se/score/index.json create mode 100644 site/public/v1/smartphones/90/index.json create mode 100644 site/public/v1/smartphones/90/score/index.json create mode 100644 site/public/v1/smartphones/9x-lite/index.json create mode 100644 site/public/v1/smartphones/9x-lite/score/index.json create mode 100644 site/public/v1/smartphones/a49-5g/index.json create mode 100644 site/public/v1/smartphones/a49-5g/score/index.json create mode 100644 site/public/v1/smartphones/a5-pro/index.json create mode 100644 site/public/v1/smartphones/a5-pro/score/index.json create mode 100644 site/public/v1/smartphones/a50-5g/index.json create mode 100644 site/public/v1/smartphones/a50-5g/score/index.json create mode 100644 site/public/v1/smartphones/a51-5g/index.json create mode 100644 site/public/v1/smartphones/a51-5g/score/index.json create mode 100644 site/public/v1/smartphones/a52-5g/index.json create mode 100644 site/public/v1/smartphones/a52-5g/score/index.json create mode 100644 site/public/v1/smartphones/a53-5g/index.json create mode 100644 site/public/v1/smartphones/a53-5g/score/index.json create mode 100644 site/public/v1/smartphones/a54-5g/index.json create mode 100644 site/public/v1/smartphones/a54-5g/score/index.json create mode 100644 site/public/v1/smartphones/a55-5g/index.json create mode 100644 site/public/v1/smartphones/a55-5g/score/index.json create mode 100644 site/public/v1/smartphones/a56-5g/index.json create mode 100644 site/public/v1/smartphones/a56-5g/score/index.json create mode 100644 site/public/v1/smartphones/a57-5g/index.json create mode 100644 site/public/v1/smartphones/a57-5g/score/index.json create mode 100644 site/public/v1/smartphones/a58-5g/index.json create mode 100644 site/public/v1/smartphones/a58-5g/score/index.json create mode 100644 site/public/v1/smartphones/a80/index.json create mode 100644 site/public/v1/smartphones/a80/score/index.json create mode 100644 site/public/v1/smartphones/c55/index.json create mode 100644 site/public/v1/smartphones/c55/score/index.json create mode 100644 site/public/v1/smartphones/c63/index.json create mode 100644 site/public/v1/smartphones/c63/score/index.json create mode 100644 site/public/v1/smartphones/c65/index.json create mode 100644 site/public/v1/smartphones/c65/score/index.json create mode 100644 site/public/v1/smartphones/c67/index.json create mode 100644 site/public/v1/smartphones/c67/score/index.json create mode 100644 site/public/v1/smartphones/c75/index.json create mode 100644 site/public/v1/smartphones/c75/score/index.json create mode 100644 site/public/v1/smartphones/camon-20-premier/index.json create mode 100644 site/public/v1/smartphones/camon-20-premier/score/index.json create mode 100644 site/public/v1/smartphones/camon-20-pro-5g/index.json create mode 100644 site/public/v1/smartphones/camon-20-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/camon-20-pro/index.json create mode 100644 site/public/v1/smartphones/camon-20-pro/score/index.json create mode 100644 site/public/v1/smartphones/camon-20/index.json create mode 100644 site/public/v1/smartphones/camon-20/score/index.json create mode 100644 site/public/v1/smartphones/camon-20s-pro-5g/index.json create mode 100644 site/public/v1/smartphones/camon-20s-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/camon-20s-pro/index.json create mode 100644 site/public/v1/smartphones/camon-20s-pro/score/index.json create mode 100644 site/public/v1/smartphones/camon-20s/index.json create mode 100644 site/public/v1/smartphones/camon-20s/score/index.json create mode 100644 site/public/v1/smartphones/camon-30-5g/index.json create mode 100644 site/public/v1/smartphones/camon-30-5g/score/index.json create mode 100644 site/public/v1/smartphones/camon-30-premier/index.json create mode 100644 site/public/v1/smartphones/camon-30-premier/score/index.json create mode 100644 site/public/v1/smartphones/camon-30-pro/index.json create mode 100644 site/public/v1/smartphones/camon-30-pro/score/index.json create mode 100644 site/public/v1/smartphones/camon-30/index.json create mode 100644 site/public/v1/smartphones/camon-30/score/index.json create mode 100644 site/public/v1/smartphones/camon-30s-pro/index.json create mode 100644 site/public/v1/smartphones/camon-30s-pro/score/index.json create mode 100644 site/public/v1/smartphones/camon-30s/index.json create mode 100644 site/public/v1/smartphones/camon-30s/score/index.json create mode 100644 site/public/v1/smartphones/edge-50-fusion/index.json create mode 100644 site/public/v1/smartphones/edge-50-fusion/score/index.json create mode 100644 site/public/v1/smartphones/edge-50-lite/index.json create mode 100644 site/public/v1/smartphones/edge-50-lite/score/index.json create mode 100644 site/public/v1/smartphones/edge-50-neo/index.json create mode 100644 site/public/v1/smartphones/edge-50-neo/score/index.json create mode 100644 site/public/v1/smartphones/edge-50-pro/index.json create mode 100644 site/public/v1/smartphones/edge-50-pro/score/index.json create mode 100644 site/public/v1/smartphones/edge-50-ultra/index.json create mode 100644 site/public/v1/smartphones/edge-50-ultra/score/index.json create mode 100644 site/public/v1/smartphones/edge-50/index.json create mode 100644 site/public/v1/smartphones/edge-50/score/index.json create mode 100644 site/public/v1/smartphones/edge/index.json create mode 100644 site/public/v1/smartphones/edge/score/index.json create mode 100644 site/public/v1/smartphones/f2-pro/index.json create mode 100644 site/public/v1/smartphones/f2-pro/score/index.json create mode 100644 site/public/v1/smartphones/f25-pro/index.json create mode 100644 site/public/v1/smartphones/f25-pro/score/index.json create mode 100644 site/public/v1/smartphones/f3-gt/index.json create mode 100644 site/public/v1/smartphones/f3-gt/score/index.json create mode 100644 site/public/v1/smartphones/f3/index.json create mode 100644 site/public/v1/smartphones/f3/score/index.json create mode 100644 site/public/v1/smartphones/f4-gt/index.json create mode 100644 site/public/v1/smartphones/f4-gt/score/index.json create mode 100644 site/public/v1/smartphones/f4/index.json create mode 100644 site/public/v1/smartphones/f4/score/index.json create mode 100644 site/public/v1/smartphones/f5-pro/index.json create mode 100644 site/public/v1/smartphones/f5-pro/score/index.json create mode 100644 site/public/v1/smartphones/f5/index.json create mode 100644 site/public/v1/smartphones/f5/score/index.json create mode 100644 site/public/v1/smartphones/f6/index.json create mode 100644 site/public/v1/smartphones/f6/score/index.json create mode 100644 site/public/v1/smartphones/find-n2/index.json create mode 100644 site/public/v1/smartphones/find-n2/score/index.json create mode 100644 site/public/v1/smartphones/find-n3-flip/index.json create mode 100644 site/public/v1/smartphones/find-n3-flip/score/index.json create mode 100644 site/public/v1/smartphones/find-n3/index.json create mode 100644 site/public/v1/smartphones/find-n3/score/index.json create mode 100644 site/public/v1/smartphones/find-x5-pro/index.json create mode 100644 site/public/v1/smartphones/find-x5-pro/score/index.json create mode 100644 site/public/v1/smartphones/find-x5/index.json create mode 100644 site/public/v1/smartphones/find-x5/score/index.json create mode 100644 site/public/v1/smartphones/find-x6-pro/index.json create mode 100644 site/public/v1/smartphones/find-x6-pro/score/index.json create mode 100644 site/public/v1/smartphones/find-x6/index.json create mode 100644 site/public/v1/smartphones/find-x6/score/index.json create mode 100644 site/public/v1/smartphones/find-x7-ultra/index.json create mode 100644 site/public/v1/smartphones/find-x7-ultra/score/index.json create mode 100644 site/public/v1/smartphones/find-x7/index.json create mode 100644 site/public/v1/smartphones/find-x7/score/index.json create mode 100644 site/public/v1/smartphones/find-x8-pro/index.json create mode 100644 site/public/v1/smartphones/find-x8-pro/score/index.json create mode 100644 site/public/v1/smartphones/find-x8/index.json create mode 100644 site/public/v1/smartphones/find-x8/score/index.json create mode 100644 site/public/v1/smartphones/g21/index.json create mode 100644 site/public/v1/smartphones/g21/score/index.json create mode 100644 site/public/v1/smartphones/g400/index.json create mode 100644 site/public/v1/smartphones/g400/score/index.json create mode 100644 site/public/v1/smartphones/g42-5g/index.json create mode 100644 site/public/v1/smartphones/g42-5g/score/index.json create mode 100644 site/public/v1/smartphones/g84-5g/index.json create mode 100644 site/public/v1/smartphones/g84-5g/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-a04/index.json create mode 100644 site/public/v1/smartphones/galaxy-a04/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-a14/index.json create mode 100644 site/public/v1/smartphones/galaxy-a14/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-a24/index.json create mode 100644 site/public/v1/smartphones/galaxy-a24/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-f14/index.json create mode 100644 site/public/v1/smartphones/galaxy-f14/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-f34/index.json create mode 100644 site/public/v1/smartphones/galaxy-f34/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-f54/index.json create mode 100644 site/public/v1/smartphones/galaxy-f54/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-m04/index.json create mode 100644 site/public/v1/smartphones/galaxy-m04/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-m14/index.json create mode 100644 site/public/v1/smartphones/galaxy-m14/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-m54/index.json create mode 100644 site/public/v1/smartphones/galaxy-m54/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-w21-5g/index.json create mode 100644 site/public/v1/smartphones/galaxy-w21-5g/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-w22-5g/index.json create mode 100644 site/public/v1/smartphones/galaxy-w22-5g/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-xcover-5/index.json create mode 100644 site/public/v1/smartphones/galaxy-xcover-5/score/index.json create mode 100644 site/public/v1/smartphones/galaxy-xcover-6-pro/index.json create mode 100644 site/public/v1/smartphones/galaxy-xcover-6-pro/score/index.json create mode 100644 site/public/v1/smartphones/gt-10-pro/index.json create mode 100644 site/public/v1/smartphones/gt-10-pro/score/index.json create mode 100644 site/public/v1/smartphones/gt-20-pro/index.json create mode 100644 site/public/v1/smartphones/gt-20-pro/score/index.json create mode 100644 site/public/v1/smartphones/gt-6/index.json create mode 100644 site/public/v1/smartphones/gt-6/score/index.json create mode 100644 site/public/v1/smartphones/gt-6t/index.json create mode 100644 site/public/v1/smartphones/gt-6t/score/index.json create mode 100644 site/public/v1/smartphones/gt-7-pro/index.json create mode 100644 site/public/v1/smartphones/gt-7-pro/score/index.json create mode 100644 site/public/v1/smartphones/gt-7/index.json create mode 100644 site/public/v1/smartphones/gt-7/score/index.json create mode 100644 site/public/v1/smartphones/hot-10-lite/index.json create mode 100644 site/public/v1/smartphones/hot-10-lite/score/index.json create mode 100644 site/public/v1/smartphones/hot-10-play/index.json create mode 100644 site/public/v1/smartphones/hot-10-play/score/index.json create mode 100644 site/public/v1/smartphones/hot-10/index.json create mode 100644 site/public/v1/smartphones/hot-10/score/index.json create mode 100644 site/public/v1/smartphones/hot-10s-nfc/index.json create mode 100644 site/public/v1/smartphones/hot-10s-nfc/score/index.json create mode 100644 site/public/v1/smartphones/hot-10s/index.json create mode 100644 site/public/v1/smartphones/hot-10s/score/index.json create mode 100644 site/public/v1/smartphones/hot-10t/index.json create mode 100644 site/public/v1/smartphones/hot-10t/score/index.json create mode 100644 site/public/v1/smartphones/hot-11-play/index.json create mode 100644 site/public/v1/smartphones/hot-11-play/score/index.json create mode 100644 site/public/v1/smartphones/hot-11/index.json create mode 100644 site/public/v1/smartphones/hot-11/score/index.json create mode 100644 site/public/v1/smartphones/hot-11s/index.json create mode 100644 site/public/v1/smartphones/hot-11s/score/index.json create mode 100644 site/public/v1/smartphones/hot-12/index.json create mode 100644 site/public/v1/smartphones/hot-12/score/index.json create mode 100644 site/public/v1/smartphones/hot-20-5g/index.json create mode 100644 site/public/v1/smartphones/hot-20-5g/score/index.json create mode 100644 site/public/v1/smartphones/hot-20/index.json create mode 100644 site/public/v1/smartphones/hot-20/score/index.json create mode 100644 site/public/v1/smartphones/hot-20i/index.json create mode 100644 site/public/v1/smartphones/hot-20i/score/index.json create mode 100644 site/public/v1/smartphones/hot-20s/index.json create mode 100644 site/public/v1/smartphones/hot-20s/score/index.json create mode 100644 site/public/v1/smartphones/hot-30-5g/index.json create mode 100644 site/public/v1/smartphones/hot-30-5g/score/index.json create mode 100644 site/public/v1/smartphones/hot-30/index.json create mode 100644 site/public/v1/smartphones/hot-30/score/index.json create mode 100644 site/public/v1/smartphones/hot-30i-nfc/index.json create mode 100644 site/public/v1/smartphones/hot-30i-nfc/score/index.json create mode 100644 site/public/v1/smartphones/hot-30i/index.json create mode 100644 site/public/v1/smartphones/hot-30i/score/index.json create mode 100644 site/public/v1/smartphones/hot-40-pro/index.json create mode 100644 site/public/v1/smartphones/hot-40-pro/score/index.json create mode 100644 site/public/v1/smartphones/hot-40/index.json create mode 100644 site/public/v1/smartphones/hot-40/score/index.json create mode 100644 site/public/v1/smartphones/hot-40i/index.json create mode 100644 site/public/v1/smartphones/hot-40i/score/index.json create mode 100644 site/public/v1/smartphones/hot-50-5g/index.json create mode 100644 site/public/v1/smartphones/hot-50-5g/score/index.json create mode 100644 site/public/v1/smartphones/hot-50-pro/index.json create mode 100644 site/public/v1/smartphones/hot-50-pro/score/index.json create mode 100644 site/public/v1/smartphones/hot-50/index.json create mode 100644 site/public/v1/smartphones/hot-50/score/index.json create mode 100644 site/public/v1/smartphones/hot-50i/index.json create mode 100644 site/public/v1/smartphones/hot-50i/score/index.json create mode 100644 site/public/v1/smartphones/k10-note/index.json create mode 100644 site/public/v1/smartphones/k10-note/score/index.json create mode 100644 site/public/v1/smartphones/k10-plus/index.json create mode 100644 site/public/v1/smartphones/k10-plus/score/index.json create mode 100644 site/public/v1/smartphones/k10x/index.json create mode 100644 site/public/v1/smartphones/k10x/score/index.json create mode 100644 site/public/v1/smartphones/k11x/index.json create mode 100644 site/public/v1/smartphones/k11x/score/index.json create mode 100644 site/public/v1/smartphones/k12-plus/index.json create mode 100644 site/public/v1/smartphones/k12-plus/score/index.json create mode 100644 site/public/v1/smartphones/k13-note/index.json create mode 100644 site/public/v1/smartphones/k13-note/score/index.json create mode 100644 site/public/v1/smartphones/k13-pro/index.json create mode 100644 site/public/v1/smartphones/k13-pro/score/index.json create mode 100644 site/public/v1/smartphones/k7-5g/index.json create mode 100644 site/public/v1/smartphones/k7-5g/score/index.json create mode 100644 site/public/v1/smartphones/k7x/index.json create mode 100644 site/public/v1/smartphones/k7x/score/index.json create mode 100644 site/public/v1/smartphones/k9-5g/index.json create mode 100644 site/public/v1/smartphones/k9-5g/score/index.json create mode 100644 site/public/v1/smartphones/k9-pro-5g/index.json create mode 100644 site/public/v1/smartphones/k9-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/k9x/index.json create mode 100644 site/public/v1/smartphones/k9x/score/index.json create mode 100644 site/public/v1/smartphones/legion-y70/index.json create mode 100644 site/public/v1/smartphones/legion-y70/score/index.json create mode 100644 site/public/v1/smartphones/m2-pro/index.json create mode 100644 site/public/v1/smartphones/m2-pro/score/index.json create mode 100644 site/public/v1/smartphones/m3-pro-5g/index.json create mode 100644 site/public/v1/smartphones/m3-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/m3/index.json create mode 100644 site/public/v1/smartphones/m3/score/index.json create mode 100644 site/public/v1/smartphones/m4-pro-5g/index.json create mode 100644 site/public/v1/smartphones/m4-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/m4-pro/index.json create mode 100644 site/public/v1/smartphones/m4-pro/score/index.json create mode 100644 site/public/v1/smartphones/m5/index.json create mode 100644 site/public/v1/smartphones/m5/score/index.json create mode 100644 site/public/v1/smartphones/m5s/index.json create mode 100644 site/public/v1/smartphones/m5s/score/index.json create mode 100644 site/public/v1/smartphones/m6-pro/index.json create mode 100644 site/public/v1/smartphones/m6-pro/score/index.json create mode 100644 site/public/v1/smartphones/m6/index.json create mode 100644 site/public/v1/smartphones/m6/score/index.json create mode 100644 site/public/v1/smartphones/magic-v/index.json create mode 100644 site/public/v1/smartphones/magic-v/score/index.json create mode 100644 site/public/v1/smartphones/magic-v2/index.json create mode 100644 site/public/v1/smartphones/magic-v2/score/index.json create mode 100644 site/public/v1/smartphones/magic-v3/index.json create mode 100644 site/public/v1/smartphones/magic-v3/score/index.json create mode 100644 site/public/v1/smartphones/magic-vs/index.json create mode 100644 site/public/v1/smartphones/magic-vs/score/index.json create mode 100644 site/public/v1/smartphones/magic3-pro/index.json create mode 100644 site/public/v1/smartphones/magic3-pro/score/index.json create mode 100644 site/public/v1/smartphones/magic3/index.json create mode 100644 site/public/v1/smartphones/magic3/score/index.json create mode 100644 site/public/v1/smartphones/magic4-pro/index.json create mode 100644 site/public/v1/smartphones/magic4-pro/score/index.json create mode 100644 site/public/v1/smartphones/magic4-ultimate/index.json create mode 100644 site/public/v1/smartphones/magic4-ultimate/score/index.json create mode 100644 site/public/v1/smartphones/magic4/index.json create mode 100644 site/public/v1/smartphones/magic4/score/index.json create mode 100644 site/public/v1/smartphones/magic5-pro/index.json create mode 100644 site/public/v1/smartphones/magic5-pro/score/index.json create mode 100644 site/public/v1/smartphones/magic5-ultimate/index.json create mode 100644 site/public/v1/smartphones/magic5-ultimate/score/index.json create mode 100644 site/public/v1/smartphones/magic5/index.json create mode 100644 site/public/v1/smartphones/magic5/score/index.json create mode 100644 site/public/v1/smartphones/magic6-pro/index.json create mode 100644 site/public/v1/smartphones/magic6-pro/score/index.json create mode 100644 site/public/v1/smartphones/magic6-ultimate/index.json create mode 100644 site/public/v1/smartphones/magic6-ultimate/score/index.json create mode 100644 site/public/v1/smartphones/magic6/index.json create mode 100644 site/public/v1/smartphones/magic6/score/index.json create mode 100644 site/public/v1/smartphones/magic7-pro/index.json create mode 100644 site/public/v1/smartphones/magic7-pro/score/index.json create mode 100644 site/public/v1/smartphones/magic7-ultimate/index.json create mode 100644 site/public/v1/smartphones/magic7-ultimate/score/index.json create mode 100644 site/public/v1/smartphones/magic7/index.json create mode 100644 site/public/v1/smartphones/magic7/score/index.json create mode 100644 site/public/v1/smartphones/mate-60-pro/index.json create mode 100644 site/public/v1/smartphones/mate-60-pro/score/index.json create mode 100644 site/public/v1/smartphones/mate-60/index.json create mode 100644 site/public/v1/smartphones/mate-60/score/index.json create mode 100644 site/public/v1/smartphones/mate-70-pro/index.json create mode 100644 site/public/v1/smartphones/mate-70-pro/score/index.json create mode 100644 site/public/v1/smartphones/mate-70/index.json create mode 100644 site/public/v1/smartphones/mate-70/score/index.json create mode 100644 site/public/v1/smartphones/mate-x6/index.json create mode 100644 site/public/v1/smartphones/mate-x6/score/index.json create mode 100644 site/public/v1/smartphones/mate-xt/index.json create mode 100644 site/public/v1/smartphones/mate-xt/score/index.json create mode 100644 site/public/v1/smartphones/moto-e14/index.json create mode 100644 site/public/v1/smartphones/moto-e14/score/index.json create mode 100644 site/public/v1/smartphones/moto-g-play/index.json create mode 100644 site/public/v1/smartphones/moto-g-play/score/index.json create mode 100644 site/public/v1/smartphones/moto-g-power/index.json create mode 100644 site/public/v1/smartphones/moto-g-power/score/index.json create mode 100644 site/public/v1/smartphones/moto-g-stylus-5g/index.json create mode 100644 site/public/v1/smartphones/moto-g-stylus-5g/score/index.json create mode 100644 site/public/v1/smartphones/moto-g-stylus/index.json create mode 100644 site/public/v1/smartphones/moto-g-stylus/score/index.json create mode 100644 site/public/v1/smartphones/moto-g75-5g/index.json create mode 100644 site/public/v1/smartphones/moto-g75-5g/score/index.json create mode 100644 site/public/v1/smartphones/moto-s50/index.json create mode 100644 site/public/v1/smartphones/moto-s50/score/index.json create mode 100644 site/public/v1/smartphones/moto-x50-ultra/index.json create mode 100644 site/public/v1/smartphones/moto-x50-ultra/score/index.json create mode 100644 site/public/v1/smartphones/narzo-70-5g/index.json create mode 100644 site/public/v1/smartphones/narzo-70-5g/score/index.json create mode 100644 site/public/v1/smartphones/narzo-70-turbo-5g/index.json create mode 100644 site/public/v1/smartphones/narzo-70-turbo-5g/score/index.json create mode 100644 site/public/v1/smartphones/narzo-n61/index.json create mode 100644 site/public/v1/smartphones/narzo-n61/score/index.json create mode 100644 site/public/v1/smartphones/narzo-n63/index.json create mode 100644 site/public/v1/smartphones/narzo-n63/score/index.json create mode 100644 site/public/v1/smartphones/narzo-n65-5g/index.json create mode 100644 site/public/v1/smartphones/narzo-n65-5g/score/index.json create mode 100644 site/public/v1/smartphones/neo-7/index.json create mode 100644 site/public/v1/smartphones/neo-7/score/index.json create mode 100644 site/public/v1/smartphones/note-40-5g/index.json create mode 100644 site/public/v1/smartphones/note-40-5g/score/index.json create mode 100644 site/public/v1/smartphones/note-40-pro-5g/index.json create mode 100644 site/public/v1/smartphones/note-40-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/note-40-pro/index.json create mode 100644 site/public/v1/smartphones/note-40-pro/score/index.json create mode 100644 site/public/v1/smartphones/note-40-racing-edition/index.json create mode 100644 site/public/v1/smartphones/note-40-racing-edition/score/index.json create mode 100644 site/public/v1/smartphones/note-40/index.json create mode 100644 site/public/v1/smartphones/note-40/score/index.json create mode 100644 site/public/v1/smartphones/note-40s/index.json create mode 100644 site/public/v1/smartphones/note-40s/score/index.json create mode 100644 site/public/v1/smartphones/note-40x-5g/index.json create mode 100644 site/public/v1/smartphones/note-40x-5g/score/index.json create mode 100644 site/public/v1/smartphones/note-50/index.json create mode 100644 site/public/v1/smartphones/note-50/score/index.json create mode 100644 site/public/v1/smartphones/note-60/index.json create mode 100644 site/public/v1/smartphones/note-60/score/index.json create mode 100644 site/public/v1/smartphones/note-60x/index.json create mode 100644 site/public/v1/smartphones/note-60x/score/index.json create mode 100644 site/public/v1/smartphones/note-8/index.json create mode 100644 site/public/v1/smartphones/note-8/score/index.json create mode 100644 site/public/v1/smartphones/note-8i/index.json create mode 100644 site/public/v1/smartphones/note-8i/score/index.json create mode 100644 site/public/v1/smartphones/nova-12-pro/index.json create mode 100644 site/public/v1/smartphones/nova-12-pro/score/index.json create mode 100644 site/public/v1/smartphones/nova-12/index.json create mode 100644 site/public/v1/smartphones/nova-12/score/index.json create mode 100644 site/public/v1/smartphones/nova-13-pro/index.json create mode 100644 site/public/v1/smartphones/nova-13-pro/score/index.json create mode 100644 site/public/v1/smartphones/nova-13/index.json create mode 100644 site/public/v1/smartphones/nova-13/score/index.json create mode 100644 site/public/v1/smartphones/one-vision-3/index.json create mode 100644 site/public/v1/smartphones/one-vision-3/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-10r/index.json create mode 100644 site/public/v1/smartphones/oneplus-10r/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-11-pro/index.json create mode 100644 site/public/v1/smartphones/oneplus-11-pro/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-11t/index.json create mode 100644 site/public/v1/smartphones/oneplus-11t/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-12t-5g/index.json create mode 100644 site/public/v1/smartphones/oneplus-12t-5g/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-13-pro/index.json create mode 100644 site/public/v1/smartphones/oneplus-13-pro/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-14/index.json create mode 100644 site/public/v1/smartphones/oneplus-14/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-15r/index.json create mode 100644 site/public/v1/smartphones/oneplus-15r/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-5-special-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-5-special-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-5t-star-wars-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-5t-star-wars-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-6-special-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-6-special-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-6t-mclaren-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-6t-mclaren-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-7r/index.json create mode 100644 site/public/v1/smartphones/oneplus-7r/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-8/index.json create mode 100644 site/public/v1/smartphones/oneplus-8/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-8r/index.json create mode 100644 site/public/v1/smartphones/oneplus-8r/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/index.json create mode 100644 site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-9r-5g/index.json create mode 100644 site/public/v1/smartphones/oneplus-9r-5g/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-9t/index.json create mode 100644 site/public/v1/smartphones/oneplus-9t/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-1/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-1/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-2t/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-2t/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-3/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-3/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-2-lite/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-2-lite/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-2/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-2/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-3-lite/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-3-lite/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-5g/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-ce-5g/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n10-5g/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n10-5g/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n100-5g/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n100-5g/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n100/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n100/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n200/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-n200/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-x/index.json create mode 100644 site/public/v1/smartphones/oneplus-nord-x/score/index.json create mode 100644 site/public/v1/smartphones/oneplus-open/index.json create mode 100644 site/public/v1/smartphones/oneplus-open/score/index.json create mode 100644 site/public/v1/smartphones/p1-5g/index.json create mode 100644 site/public/v1/smartphones/p1-5g/score/index.json create mode 100644 site/public/v1/smartphones/p1-speed-5g/index.json create mode 100644 site/public/v1/smartphones/p1-speed-5g/score/index.json create mode 100644 site/public/v1/smartphones/p2-pro-5g/index.json create mode 100644 site/public/v1/smartphones/p2-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/phantom-v-flip2/index.json create mode 100644 site/public/v1/smartphones/phantom-v-flip2/score/index.json create mode 100644 site/public/v1/smartphones/phantom-v-fold2/index.json create mode 100644 site/public/v1/smartphones/phantom-v-fold2/score/index.json create mode 100644 site/public/v1/smartphones/pixel-3a-xl/index.json create mode 100644 site/public/v1/smartphones/pixel-3a-xl/score/index.json create mode 100644 site/public/v1/smartphones/pixel-3a/index.json create mode 100644 site/public/v1/smartphones/pixel-3a/score/index.json create mode 100644 site/public/v1/smartphones/play-4-pro/index.json create mode 100644 site/public/v1/smartphones/play-4-pro/score/index.json create mode 100644 site/public/v1/smartphones/play-4/index.json create mode 100644 site/public/v1/smartphones/play-4/score/index.json create mode 100644 site/public/v1/smartphones/play-5/index.json create mode 100644 site/public/v1/smartphones/play-5/score/index.json create mode 100644 site/public/v1/smartphones/play-6t/index.json create mode 100644 site/public/v1/smartphones/play-6t/score/index.json create mode 100644 site/public/v1/smartphones/play-8t/index.json create mode 100644 site/public/v1/smartphones/play-8t/score/index.json create mode 100644 site/public/v1/smartphones/play-9t/index.json create mode 100644 site/public/v1/smartphones/play-9t/score/index.json create mode 100644 site/public/v1/smartphones/pova-5/index.json create mode 100644 site/public/v1/smartphones/pova-5/score/index.json create mode 100644 site/public/v1/smartphones/pova-5g/index.json create mode 100644 site/public/v1/smartphones/pova-5g/score/index.json create mode 100644 site/public/v1/smartphones/pova-6-neo-5g/index.json create mode 100644 site/public/v1/smartphones/pova-6-neo-5g/score/index.json create mode 100644 site/public/v1/smartphones/pova-6-neo/index.json create mode 100644 site/public/v1/smartphones/pova-6-neo/score/index.json create mode 100644 site/public/v1/smartphones/pova-6-pro/index.json create mode 100644 site/public/v1/smartphones/pova-6-pro/score/index.json create mode 100644 site/public/v1/smartphones/pura-70-pro/index.json create mode 100644 site/public/v1/smartphones/pura-70-pro/score/index.json create mode 100644 site/public/v1/smartphones/pura-70-ultra/index.json create mode 100644 site/public/v1/smartphones/pura-70-ultra/score/index.json create mode 100644 site/public/v1/smartphones/pura-70/index.json create mode 100644 site/public/v1/smartphones/pura-70/score/index.json create mode 100644 site/public/v1/smartphones/razr-50-ultra/index.json create mode 100644 site/public/v1/smartphones/razr-50-ultra/score/index.json create mode 100644 site/public/v1/smartphones/razr-50/index.json create mode 100644 site/public/v1/smartphones/razr-50/score/index.json create mode 100644 site/public/v1/smartphones/razr/index.json create mode 100644 site/public/v1/smartphones/razr/score/index.json create mode 100644 site/public/v1/smartphones/realme-c65/index.json create mode 100644 site/public/v1/smartphones/realme-c65/score/index.json create mode 100644 site/public/v1/smartphones/redmi-14c-5g/index.json create mode 100644 site/public/v1/smartphones/redmi-14c-5g/score/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-4g/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-4g/score/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-pro-4g/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-pro-4g/score/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-pro-5g/index.json create mode 100644 site/public/v1/smartphones/redmi-note-14-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno10-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno10-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno11-pro/index.json create mode 100644 site/public/v1/smartphones/reno11-pro/score/index.json create mode 100644 site/public/v1/smartphones/reno12-pro/index.json create mode 100644 site/public/v1/smartphones/reno12-pro/score/index.json create mode 100644 site/public/v1/smartphones/reno13-pro/index.json create mode 100644 site/public/v1/smartphones/reno13-pro/score/index.json create mode 100644 site/public/v1/smartphones/reno13/index.json create mode 100644 site/public/v1/smartphones/reno13/score/index.json create mode 100644 site/public/v1/smartphones/reno3-5g/index.json create mode 100644 site/public/v1/smartphones/reno3-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno3-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno3-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno4-5g/index.json create mode 100644 site/public/v1/smartphones/reno4-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno4-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno4-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno5-5g/index.json create mode 100644 site/public/v1/smartphones/reno5-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno5-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno5-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno6-5g/index.json create mode 100644 site/public/v1/smartphones/reno6-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno6-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno6-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno7-5g/index.json create mode 100644 site/public/v1/smartphones/reno7-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno7-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno7-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno8-5g/index.json create mode 100644 site/public/v1/smartphones/reno8-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno8-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno8-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno9-5g/index.json create mode 100644 site/public/v1/smartphones/reno9-5g/score/index.json create mode 100644 site/public/v1/smartphones/reno9-pro-5g/index.json create mode 100644 site/public/v1/smartphones/reno9-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/s1-pro/index.json create mode 100644 site/public/v1/smartphones/s1-pro/score/index.json create mode 100644 site/public/v1/smartphones/s18-pro/index.json create mode 100644 site/public/v1/smartphones/s18-pro/score/index.json create mode 100644 site/public/v1/smartphones/s50-neo/index.json create mode 100644 site/public/v1/smartphones/s50-neo/score/index.json create mode 100644 site/public/v1/smartphones/spark-20-pro-5g/index.json create mode 100644 site/public/v1/smartphones/spark-20-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/spark-20-pro/index.json create mode 100644 site/public/v1/smartphones/spark-20-pro/score/index.json create mode 100644 site/public/v1/smartphones/spark-20/index.json create mode 100644 site/public/v1/smartphones/spark-20/score/index.json create mode 100644 site/public/v1/smartphones/spark-20c/index.json create mode 100644 site/public/v1/smartphones/spark-20c/score/index.json create mode 100644 site/public/v1/smartphones/spark-20p/index.json create mode 100644 site/public/v1/smartphones/spark-20p/score/index.json create mode 100644 site/public/v1/smartphones/spark-30-pro/index.json create mode 100644 site/public/v1/smartphones/spark-30-pro/score/index.json create mode 100644 site/public/v1/smartphones/spark-30/index.json create mode 100644 site/public/v1/smartphones/spark-30/score/index.json create mode 100644 site/public/v1/smartphones/spark-30c-5g/index.json create mode 100644 site/public/v1/smartphones/spark-30c-5g/score/index.json create mode 100644 site/public/v1/smartphones/spark-30c/index.json create mode 100644 site/public/v1/smartphones/spark-30c/score/index.json create mode 100644 site/public/v1/smartphones/t1-5g/index.json create mode 100644 site/public/v1/smartphones/t1-5g/score/index.json create mode 100644 site/public/v1/smartphones/t2-series/index.json create mode 100644 site/public/v1/smartphones/t2-series/score/index.json create mode 100644 site/public/v1/smartphones/t3-5g/index.json create mode 100644 site/public/v1/smartphones/t3-5g/score/index.json create mode 100644 site/public/v1/smartphones/v15-pro/index.json create mode 100644 site/public/v1/smartphones/v15-pro/score/index.json create mode 100644 site/public/v1/smartphones/v15/index.json create mode 100644 site/public/v1/smartphones/v15/score/index.json create mode 100644 site/public/v1/smartphones/v17-pro/index.json create mode 100644 site/public/v1/smartphones/v17-pro/score/index.json create mode 100644 site/public/v1/smartphones/v19/index.json create mode 100644 site/public/v1/smartphones/v19/score/index.json create mode 100644 site/public/v1/smartphones/v20-pro/index.json create mode 100644 site/public/v1/smartphones/v20-pro/score/index.json create mode 100644 site/public/v1/smartphones/v23-5g/index.json create mode 100644 site/public/v1/smartphones/v23-5g/score/index.json create mode 100644 site/public/v1/smartphones/v23e/index.json create mode 100644 site/public/v1/smartphones/v23e/score/index.json create mode 100644 site/public/v1/smartphones/v25-pro/index.json create mode 100644 site/public/v1/smartphones/v25-pro/score/index.json create mode 100644 site/public/v1/smartphones/v27-pro/index.json create mode 100644 site/public/v1/smartphones/v27-pro/score/index.json create mode 100644 site/public/v1/smartphones/v27/index.json create mode 100644 site/public/v1/smartphones/v27/score/index.json create mode 100644 site/public/v1/smartphones/v30-pro/index.json create mode 100644 site/public/v1/smartphones/v30-pro/score/index.json create mode 100644 site/public/v1/smartphones/v40/index.json create mode 100644 site/public/v1/smartphones/v40/score/index.json create mode 100644 site/public/v1/smartphones/v40e/index.json create mode 100644 site/public/v1/smartphones/v40e/score/index.json create mode 100644 site/public/v1/smartphones/x10-max/index.json create mode 100644 site/public/v1/smartphones/x10-max/score/index.json create mode 100644 site/public/v1/smartphones/x20-se/index.json create mode 100644 site/public/v1/smartphones/x20-se/score/index.json create mode 100644 site/public/v1/smartphones/x20/index.json create mode 100644 site/public/v1/smartphones/x20/score/index.json create mode 100644 site/public/v1/smartphones/x200-pro-mini/index.json create mode 100644 site/public/v1/smartphones/x200-pro-mini/score/index.json create mode 100644 site/public/v1/smartphones/x200-pro/index.json create mode 100644 site/public/v1/smartphones/x200-pro/score/index.json create mode 100644 site/public/v1/smartphones/x200/index.json create mode 100644 site/public/v1/smartphones/x200/score/index.json create mode 100644 site/public/v1/smartphones/x21/index.json create mode 100644 site/public/v1/smartphones/x21/score/index.json create mode 100644 site/public/v1/smartphones/x27-pro/index.json create mode 100644 site/public/v1/smartphones/x27-pro/score/index.json create mode 100644 site/public/v1/smartphones/x3-gt/index.json create mode 100644 site/public/v1/smartphones/x3-gt/score/index.json create mode 100644 site/public/v1/smartphones/x3-nfc/index.json create mode 100644 site/public/v1/smartphones/x3-nfc/score/index.json create mode 100644 site/public/v1/smartphones/x3-pro/index.json create mode 100644 site/public/v1/smartphones/x3-pro/score/index.json create mode 100644 site/public/v1/smartphones/x30-max/index.json create mode 100644 site/public/v1/smartphones/x30-max/score/index.json create mode 100644 site/public/v1/smartphones/x30-pro/index.json create mode 100644 site/public/v1/smartphones/x30-pro/score/index.json create mode 100644 site/public/v1/smartphones/x30/index.json create mode 100644 site/public/v1/smartphones/x30/score/index.json create mode 100644 site/public/v1/smartphones/x30i/index.json create mode 100644 site/public/v1/smartphones/x30i/score/index.json create mode 100644 site/public/v1/smartphones/x4-pro-5g/index.json create mode 100644 site/public/v1/smartphones/x4-pro-5g/score/index.json create mode 100644 site/public/v1/smartphones/x40/index.json create mode 100644 site/public/v1/smartphones/x40/score/index.json create mode 100644 site/public/v1/smartphones/x40i/index.json create mode 100644 site/public/v1/smartphones/x40i/score/index.json create mode 100644 site/public/v1/smartphones/x5-pro/index.json create mode 100644 site/public/v1/smartphones/x5-pro/score/index.json create mode 100644 site/public/v1/smartphones/x5/index.json create mode 100644 site/public/v1/smartphones/x5/score/index.json create mode 100644 site/public/v1/smartphones/x50/index.json create mode 100644 site/public/v1/smartphones/x50/score/index.json create mode 100644 site/public/v1/smartphones/x6-pro/index.json create mode 100644 site/public/v1/smartphones/x6-pro/score/index.json create mode 100644 site/public/v1/smartphones/x6/index.json create mode 100644 site/public/v1/smartphones/x6/score/index.json create mode 100644 site/public/v1/smartphones/x60-pro/index.json create mode 100644 site/public/v1/smartphones/x60-pro/score/index.json create mode 100644 site/public/v1/smartphones/x60/index.json create mode 100644 site/public/v1/smartphones/x60/score/index.json create mode 100644 site/public/v1/smartphones/x7-pro/index.json create mode 100644 site/public/v1/smartphones/x7-pro/score/index.json create mode 100644 site/public/v1/smartphones/x7/index.json create mode 100644 site/public/v1/smartphones/x7/score/index.json create mode 100644 site/public/v1/smartphones/x70-pro/index.json create mode 100644 site/public/v1/smartphones/x70-pro/score/index.json create mode 100644 site/public/v1/smartphones/x80/index.json create mode 100644 site/public/v1/smartphones/x80/score/index.json create mode 100644 site/public/v1/smartphones/x90-pro/index.json create mode 100644 site/public/v1/smartphones/x90-pro/score/index.json create mode 100644 site/public/v1/smartphones/xiaomi-14-pro/index.json create mode 100644 site/public/v1/smartphones/xiaomi-14-pro/score/index.json create mode 100644 site/public/v1/smartphones/xperia-1-iv/index.json create mode 100644 site/public/v1/smartphones/xperia-1-iv/score/index.json create mode 100644 site/public/v1/smartphones/xperia-10-iv/index.json create mode 100644 site/public/v1/smartphones/xperia-10-iv/score/index.json create mode 100644 site/public/v1/smartphones/xperia-10-v/index.json create mode 100644 site/public/v1/smartphones/xperia-10-v/score/index.json create mode 100644 site/public/v1/smartphones/xperia-5-iv/index.json create mode 100644 site/public/v1/smartphones/xperia-5-iv/score/index.json create mode 100644 site/public/v1/smartphones/xperia-5-vi/index.json create mode 100644 site/public/v1/smartphones/xperia-5-vi/score/index.json create mode 100644 site/public/v1/smartphones/y100-5g/index.json create mode 100644 site/public/v1/smartphones/y100-5g/score/index.json create mode 100644 site/public/v1/smartphones/y100/index.json create mode 100644 site/public/v1/smartphones/y100/score/index.json create mode 100644 site/public/v1/smartphones/y11/index.json create mode 100644 site/public/v1/smartphones/y11/score/index.json create mode 100644 site/public/v1/smartphones/y12s/index.json create mode 100644 site/public/v1/smartphones/y12s/score/index.json create mode 100644 site/public/v1/smartphones/y200-gt/index.json create mode 100644 site/public/v1/smartphones/y200-gt/score/index.json create mode 100644 site/public/v1/smartphones/y21/index.json create mode 100644 site/public/v1/smartphones/y21/score/index.json create mode 100644 site/public/v1/smartphones/y30/index.json create mode 100644 site/public/v1/smartphones/y30/score/index.json create mode 100644 site/public/v1/smartphones/y33s/index.json create mode 100644 site/public/v1/smartphones/y33s/score/index.json create mode 100644 site/public/v1/smartphones/y53s/index.json create mode 100644 site/public/v1/smartphones/y53s/score/index.json create mode 100644 site/public/v1/smartphones/y75-5g/index.json create mode 100644 site/public/v1/smartphones/y75-5g/score/index.json create mode 100644 site/public/v1/smartphones/y95/index.json create mode 100644 site/public/v1/smartphones/y95/score/index.json create mode 100644 site/public/v1/smartphones/z1-pro/index.json create mode 100644 site/public/v1/smartphones/z1-pro/score/index.json create mode 100644 site/public/v1/smartphones/z3/index.json create mode 100644 site/public/v1/smartphones/z3/score/index.json create mode 100644 site/public/v1/smartphones/z5-pro/index.json create mode 100644 site/public/v1/smartphones/z5-pro/score/index.json create mode 100644 site/public/v1/smartphones/z6-pro/index.json create mode 100644 site/public/v1/smartphones/z6-pro/score/index.json create mode 100644 site/public/v1/smartphones/zero-40-5g/index.json create mode 100644 site/public/v1/smartphones/zero-40-5g/score/index.json create mode 100644 site/public/v1/smartphones/zero-40/index.json create mode 100644 site/public/v1/smartphones/zero-40/score/index.json create mode 100644 site/public/v1/smartphones/zero-8/index.json create mode 100644 site/public/v1/smartphones/zero-8/score/index.json create mode 100644 site/public/v1/smartphones/zero-8i/index.json create mode 100644 site/public/v1/smartphones/zero-8i/score/index.json create mode 100644 site/public/v1/smartphones/zero-flip/index.json create mode 100644 site/public/v1/smartphones/zero-flip/score/index.json create mode 100644 site/public/v1/socs/dimensity-1000-plus/index.json create mode 100644 site/public/v1/socs/dimensity-1000l/index.json create mode 100644 site/public/v1/socs/dimensity-1100/index.json create mode 100644 site/public/v1/socs/dimensity-700/index.json create mode 100644 site/public/v1/socs/dimensity-720/index.json create mode 100644 site/public/v1/socs/dimensity-800/index.json create mode 100644 site/public/v1/socs/dimensity-800u/index.json create mode 100644 site/public/v1/socs/dimensity-810/index.json create mode 100644 site/public/v1/socs/dimensity-8100/index.json create mode 100644 site/public/v1/socs/dimensity-900/index.json create mode 100644 site/public/v1/socs/dimensity-9000/index.json create mode 100644 site/public/v1/socs/dimensity-920/index.json create mode 100644 site/public/v1/socs/exynos-850/index.json create mode 100644 site/public/v1/socs/exynos-9609/index.json create mode 100644 site/public/v1/socs/helio-a25/index.json create mode 100644 site/public/v1/socs/helio-g25/index.json create mode 100644 site/public/v1/socs/helio-g70/index.json create mode 100644 site/public/v1/socs/helio-g80/index.json create mode 100644 site/public/v1/socs/helio-g90t/index.json create mode 100644 site/public/v1/socs/helio-g95/index.json create mode 100644 site/public/v1/socs/helio-g96/index.json create mode 100644 site/public/v1/socs/helio-p35/index.json create mode 100644 site/public/v1/socs/helio-p65/index.json create mode 100644 site/public/v1/socs/helio-p70/index.json create mode 100644 site/public/v1/socs/kirin-710a/index.json create mode 100644 site/public/v1/socs/kirin-710f/index.json create mode 100644 site/public/v1/socs/snapdragon-439/index.json create mode 100644 site/public/v1/socs/snapdragon-460/index.json create mode 100644 site/public/v1/socs/snapdragon-480-plus/index.json create mode 100644 site/public/v1/socs/snapdragon-480/index.json create mode 100644 site/public/v1/socs/snapdragon-632/index.json create mode 100644 site/public/v1/socs/snapdragon-662/index.json create mode 100644 site/public/v1/socs/snapdragon-670/index.json create mode 100644 site/public/v1/socs/snapdragon-675/index.json create mode 100644 site/public/v1/socs/snapdragon-712/index.json create mode 100644 site/public/v1/socs/snapdragon-778g-plus/index.json create mode 100644 site/public/v1/socs/snapdragon-860/index.json create mode 100644 site/public/v1/socs/unisoc-t606/index.json diff --git a/site/public/v1/index.json b/site/public/v1/index.json index f8849d938b4..6ea65fd6097 100644 --- a/site/public/v1/index.json +++ b/site/public/v1/index.json @@ -6,11 +6,11 @@ "url": "/v1/brands/index.json" }, "socs": { - "count": 123, + "count": 161, "url": "/v1/socs/index.json" }, "smartphones": { - "count": 367, + "count": 734, "url": "/v1/smartphones/index.json" }, "gpus": { diff --git a/site/public/v1/smartphones/10x-lite/index.json b/site/public/v1/smartphones/10x-lite/index.json new file mode 100644 index 00000000000..f5ae607410a --- /dev/null +++ b/site/public/v1/smartphones/10x-lite/index.json @@ -0,0 +1,76 @@ +{ + "id": 94, + "slug": "10x-lite", + "name": "10X Lite", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 26, + "slug": "kirin-710a", + "name": "Kirin 710A", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G51", + "url": "/v1/socs/kirin-710a" + }, + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/10x-lite/score/index.json b/site/public/v1/smartphones/10x-lite/score/index.json new file mode 100644 index 00000000000..a7911b9269f --- /dev/null +++ b/site/public/v1/smartphones/10x-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 +} diff --git a/site/public/v1/smartphones/13-5g/index.json b/site/public/v1/smartphones/13-5g/index.json new file mode 100644 index 00000000000..e879cdf8d35 --- /dev/null +++ b/site/public/v1/smartphones/13-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 447, + "slug": "13-5g", + "name": "13+ 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 63, + "slug": "dimensity-7200", + "name": "MediaTek Dimensity 7200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC4", + "url": "/v1/socs/dimensity-7200" + }, + "release_date": "2024-01-01", + "msrp_usd": 250, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.6, + "performance": 5.8, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 61.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.229362", + "updated_at": "2026-06-18T06:58:10.229362" +} diff --git a/site/public/v1/smartphones/13-5g/score/index.json b/site/public/v1/smartphones/13-5g/score/index.json new file mode 100644 index 00000000000..5bc75740a11 --- /dev/null +++ b/site/public/v1/smartphones/13-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.6, + "performance": 5.8, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 61.3 +} diff --git a/site/public/v1/smartphones/13-pro-5g/index.json b/site/public/v1/smartphones/13-pro-5g/index.json new file mode 100644 index 00000000000..984e21278b2 --- /dev/null +++ b/site/public/v1/smartphones/13-pro-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 448, + "slug": "13-pro-5g", + "name": "13 Pro 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 127, + "slug": "snapdragon-7s-gen-2", + "name": "Snapdragon 7s Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-7s-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.7, + "performance": 9.0, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 62.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.229362", + "updated_at": "2026-06-18T06:58:10.229362" +} diff --git a/site/public/v1/smartphones/13-pro-5g/score/index.json b/site/public/v1/smartphones/13-pro-5g/score/index.json new file mode 100644 index 00000000000..d1b1041adc3 --- /dev/null +++ b/site/public/v1/smartphones/13-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.7, + "performance": 9.0, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 62.4 +} diff --git a/site/public/v1/smartphones/14-pro-5g/index.json b/site/public/v1/smartphones/14-pro-5g/index.json new file mode 100644 index 00000000000..df47798adc6 --- /dev/null +++ b/site/public/v1/smartphones/14-pro-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 470, + "slug": "14-pro-5g", + "name": "14 Pro+ 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 134, + "slug": "snapdragon-7s-gen-3", + "name": "Snapdragon 7s Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 810", + "url": "/v1/socs/snapdragon-7s-gen-3" + }, + "release_date": "2025-01-01", + "msrp_usd": 340, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.83, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 29.8, + "performance": 12.3, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 63.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.232360", + "updated_at": "2026-06-18T06:58:10.232360" +} diff --git a/site/public/v1/smartphones/14-pro-5g/score/index.json b/site/public/v1/smartphones/14-pro-5g/score/index.json new file mode 100644 index 00000000000..de3529acf07 --- /dev/null +++ b/site/public/v1/smartphones/14-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 29.8, + "performance": 12.3, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 63.4 +} diff --git a/site/public/v1/smartphones/14x-5g/index.json b/site/public/v1/smartphones/14x-5g/index.json new file mode 100644 index 00000000000..8eb4d026610 --- /dev/null +++ b/site/public/v1/smartphones/14x-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 471, + "slug": "14x-5g", + "name": "14x 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 127, + "slug": "snapdragon-7s-gen-2", + "name": "Snapdragon 7s Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-7s-gen-2" + }, + "release_date": "2025-01-01", + "msrp_usd": 270, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.0, + "performance": 3.0, + "camera": 16.5, + "battery": 52.5, + "display": null, + "value": 62.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.232360", + "updated_at": "2026-06-18T06:58:10.232360" +} diff --git a/site/public/v1/smartphones/14x-5g/score/index.json b/site/public/v1/smartphones/14x-5g/score/index.json new file mode 100644 index 00000000000..a29e1e1e48c --- /dev/null +++ b/site/public/v1/smartphones/14x-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.0, + "performance": 3.0, + "camera": 16.5, + "battery": 52.5, + "display": null, + "value": 62.0 +} diff --git a/site/public/v1/smartphones/30-pro/index.json b/site/public/v1/smartphones/30-pro/index.json new file mode 100644 index 00000000000..2eb75c14732 --- /dev/null +++ b/site/public/v1/smartphones/30-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 95, + "slug": "30-pro", + "name": "30 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 25, + "slug": "kirin-990-5g", + "name": "HiSilicon Kirin 990 5G", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G76 MP16", + "url": "/v1/socs/kirin-990-5g" + }, + "release_date": "2020-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 6.0, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 44.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/30-pro/score/index.json b/site/public/v1/smartphones/30-pro/score/index.json new file mode 100644 index 00000000000..c116163746a --- /dev/null +++ b/site/public/v1/smartphones/30-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 6.0, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 44.9 +} diff --git a/site/public/v1/smartphones/50-pro/index.json b/site/public/v1/smartphones/50-pro/index.json new file mode 100644 index 00000000000..f50993ef11e --- /dev/null +++ b/site/public/v1/smartphones/50-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 100, + "slug": "50-pro", + "name": "50 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 187.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 3.0, + "camera": 35.7, + "battery": 20.0, + "display": null, + "value": 46.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185386", + "updated_at": "2026-06-18T06:58:10.185386" +} diff --git a/site/public/v1/smartphones/50-pro/score/index.json b/site/public/v1/smartphones/50-pro/score/index.json new file mode 100644 index 00000000000..b99b642ea7f --- /dev/null +++ b/site/public/v1/smartphones/50-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 3.0, + "camera": 35.7, + "battery": 20.0, + "display": null, + "value": 46.4 +} diff --git a/site/public/v1/smartphones/50-se/index.json b/site/public/v1/smartphones/50-se/index.json new file mode 100644 index 00000000000..663aa3526e7 --- /dev/null +++ b/site/public/v1/smartphones/50-se/index.json @@ -0,0 +1,76 @@ +{ + "id": 101, + "slug": "50-se", + "name": "50 SE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 3.0, + "camera": 35.7, + "battery": 20.0, + "display": null, + "value": 54.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185386", + "updated_at": "2026-06-18T06:58:10.185386" +} diff --git a/site/public/v1/smartphones/50-se/score/index.json b/site/public/v1/smartphones/50-se/score/index.json new file mode 100644 index 00000000000..c2316f86cfd --- /dev/null +++ b/site/public/v1/smartphones/50-se/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 3.0, + "camera": 35.7, + "battery": 20.0, + "display": null, + "value": 54.0 +} diff --git a/site/public/v1/smartphones/50/index.json b/site/public/v1/smartphones/50/index.json new file mode 100644 index 00000000000..370defc43a6 --- /dev/null +++ b/site/public/v1/smartphones/50/index.json @@ -0,0 +1,76 @@ +{ + "id": 102, + "slug": "50", + "name": "50", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2021-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 3.0, + "camera": 35.7, + "battery": 24.5, + "display": null, + "value": 51.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185386", + "updated_at": "2026-06-18T06:58:10.185386" +} diff --git a/site/public/v1/smartphones/50/score/index.json b/site/public/v1/smartphones/50/score/index.json new file mode 100644 index 00000000000..171a40af296 --- /dev/null +++ b/site/public/v1/smartphones/50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 3.0, + "camera": 35.7, + "battery": 24.5, + "display": null, + "value": 51.0 +} diff --git a/site/public/v1/smartphones/60-pro/index.json b/site/public/v1/smartphones/60-pro/index.json new file mode 100644 index 00000000000..6d154972e6c --- /dev/null +++ b/site/public/v1/smartphones/60-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 103, + "slug": "60-pro", + "name": "60 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 113, + "slug": "snapdragon-778g-plus", + "name": "Snapdragon 778G Plus", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g-plus" + }, + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.6, + "performance": 3.0, + "camera": 35.7, + "battery": 32.0, + "display": null, + "value": 48.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/60-pro/score/index.json b/site/public/v1/smartphones/60-pro/score/index.json new file mode 100644 index 00000000000..d5b70a0ed7a --- /dev/null +++ b/site/public/v1/smartphones/60-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.6, + "performance": 3.0, + "camera": 35.7, + "battery": 32.0, + "display": null, + "value": 48.4 +} diff --git a/site/public/v1/smartphones/60-se/index.json b/site/public/v1/smartphones/60-se/index.json new file mode 100644 index 00000000000..5c79d0e64ff --- /dev/null +++ b/site/public/v1/smartphones/60-se/index.json @@ -0,0 +1,76 @@ +{ + "id": 104, + "slug": "60-se", + "name": "60 SE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.4, + "performance": 3.0, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 52.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/60-se/score/index.json b/site/public/v1/smartphones/60-se/score/index.json new file mode 100644 index 00000000000..654c779e8ac --- /dev/null +++ b/site/public/v1/smartphones/60-se/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.4, + "performance": 3.0, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 52.5 +} diff --git a/site/public/v1/smartphones/60/index.json b/site/public/v1/smartphones/60/index.json new file mode 100644 index 00000000000..b01c9b49484 --- /dev/null +++ b/site/public/v1/smartphones/60/index.json @@ -0,0 +1,76 @@ +{ + "id": 105, + "slug": "60", + "name": "60", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2021-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.6, + "performance": 3.0, + "camera": 35.7, + "battery": 32.0, + "display": null, + "value": 52.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/60/score/index.json b/site/public/v1/smartphones/60/score/index.json new file mode 100644 index 00000000000..077e6173091 --- /dev/null +++ b/site/public/v1/smartphones/60/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.6, + "performance": 3.0, + "camera": 35.7, + "battery": 32.0, + "display": null, + "value": 52.2 +} diff --git a/site/public/v1/smartphones/70-pro/index.json b/site/public/v1/smartphones/70-pro/index.json new file mode 100644 index 00000000000..6577e847a08 --- /dev/null +++ b/site/public/v1/smartphones/70-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 115, + "slug": "70-pro", + "name": "70 Pro+", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 51, + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G710", + "url": "/v1/socs/dimensity-9000" + }, + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 54.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 209.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.3, + "performance": 17.1, + "camera": 18.4, + "battery": 37.5, + "display": null, + "value": 43.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/70-pro/score/index.json b/site/public/v1/smartphones/70-pro/score/index.json new file mode 100644 index 00000000000..5f6f992b35e --- /dev/null +++ b/site/public/v1/smartphones/70-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.3, + "performance": 17.1, + "camera": 18.4, + "battery": 37.5, + "display": null, + "value": 43.0 +} diff --git a/site/public/v1/smartphones/70/index.json b/site/public/v1/smartphones/70/index.json new file mode 100644 index 00000000000..b8c83af3690 --- /dev/null +++ b/site/public/v1/smartphones/70/index.json @@ -0,0 +1,76 @@ +{ + "id": 116, + "slug": "70", + "name": "70", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 113, + "slug": "snapdragon-778g-plus", + "name": "Snapdragon 778G Plus", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g-plus" + }, + "release_date": "2022-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 54.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 178.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 3.0, + "camera": 18.4, + "battery": 32.0, + "display": null, + "value": 49.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/70/score/index.json b/site/public/v1/smartphones/70/score/index.json new file mode 100644 index 00000000000..1d464c4ce2b --- /dev/null +++ b/site/public/v1/smartphones/70/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 3.0, + "camera": 18.4, + "battery": 32.0, + "display": null, + "value": 49.3 +} diff --git a/site/public/v1/smartphones/80-pro/index.json b/site/public/v1/smartphones/80-pro/index.json new file mode 100644 index 00000000000..07ef7976530 --- /dev/null +++ b/site/public/v1/smartphones/80-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 117, + "slug": "80-pro", + "name": "80 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 160.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 39.8, + "performance": 25.2, + "camera": 52.2, + "battery": 42.0, + "display": null, + "value": 50.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/80-pro/score/index.json b/site/public/v1/smartphones/80-pro/score/index.json new file mode 100644 index 00000000000..41a0f1a12eb --- /dev/null +++ b/site/public/v1/smartphones/80-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 39.8, + "performance": 25.2, + "camera": 52.2, + "battery": 42.0, + "display": null, + "value": 50.7 +} diff --git a/site/public/v1/smartphones/80-se/index.json b/site/public/v1/smartphones/80-se/index.json new file mode 100644 index 00000000000..1ad6e9bf0bd --- /dev/null +++ b/site/public/v1/smartphones/80-se/index.json @@ -0,0 +1,76 @@ +{ + "id": 118, + "slug": "80-se", + "name": "80 SE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 3.0, + "camera": 21.6, + "battery": 29.0, + "display": null, + "value": 55.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/80-se/score/index.json b/site/public/v1/smartphones/80-se/score/index.json new file mode 100644 index 00000000000..6941bda00d8 --- /dev/null +++ b/site/public/v1/smartphones/80-se/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 3.0, + "camera": 21.6, + "battery": 29.0, + "display": null, + "value": 55.2 +} diff --git a/site/public/v1/smartphones/90-pro/index.json b/site/public/v1/smartphones/90-pro/index.json new file mode 100644 index 00000000000..fe01da01398 --- /dev/null +++ b/site/public/v1/smartphones/90-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 127, + "slug": "90-pro", + "name": "90 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 45.1, + "performance": 25.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 57.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.189804", + "updated_at": "2026-06-18T06:58:10.189804" +} diff --git a/site/public/v1/smartphones/90-pro/score/index.json b/site/public/v1/smartphones/90-pro/score/index.json new file mode 100644 index 00000000000..7f601600c86 --- /dev/null +++ b/site/public/v1/smartphones/90-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 45.1, + "performance": 25.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 57.2 +} diff --git a/site/public/v1/smartphones/90-se/index.json b/site/public/v1/smartphones/90-se/index.json new file mode 100644 index 00000000000..def2b5dd767 --- /dev/null +++ b/site/public/v1/smartphones/90-se/index.json @@ -0,0 +1,76 @@ +{ + "id": 128, + "slug": "90-se", + "name": "90 SE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 3.0, + "camera": 21.6, + "battery": 29.0, + "display": null, + "value": 55.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.189804", + "updated_at": "2026-06-18T06:58:10.189804" +} diff --git a/site/public/v1/smartphones/90-se/score/index.json b/site/public/v1/smartphones/90-se/score/index.json new file mode 100644 index 00000000000..6941bda00d8 --- /dev/null +++ b/site/public/v1/smartphones/90-se/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 3.0, + "camera": 21.6, + "battery": 29.0, + "display": null, + "value": 55.2 +} diff --git a/site/public/v1/smartphones/90/index.json b/site/public/v1/smartphones/90/index.json new file mode 100644 index 00000000000..b5435d6e5ad --- /dev/null +++ b/site/public/v1/smartphones/90/index.json @@ -0,0 +1,76 @@ +{ + "id": 129, + "slug": "90", + "name": "90", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 121, + "slug": "snapdragon-7-gen-1", + "name": "Snapdragon 7 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 644", + "url": "/v1/socs/snapdragon-7-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 183.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 39.0, + "performance": 6.9, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 58.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.189804", + "updated_at": "2026-06-18T06:58:10.189804" +} diff --git a/site/public/v1/smartphones/90/score/index.json b/site/public/v1/smartphones/90/score/index.json new file mode 100644 index 00000000000..ab4885a3246 --- /dev/null +++ b/site/public/v1/smartphones/90/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 39.0, + "performance": 6.9, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 58.0 +} diff --git a/site/public/v1/smartphones/9x-lite/index.json b/site/public/v1/smartphones/9x-lite/index.json new file mode 100644 index 00000000000..8d8be4f6d7a --- /dev/null +++ b/site/public/v1/smartphones/9x-lite/index.json @@ -0,0 +1,76 @@ +{ + "id": 96, + "slug": "9x-lite", + "name": "9X Lite", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 24, + "slug": "kirin-710f", + "name": "Kirin 710F", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G51 MP4", + "url": "/v1/socs/kirin-710f" + }, + "release_date": "2020-01-01", + "msrp_usd": 219, + "ram_gb": 4, + "storage_options_gb": [], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3750, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 9.2, + "performance": 0.0, + "camera": 16.5, + "battery": 11.2, + "display": null, + "value": 54.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/9x-lite/score/index.json b/site/public/v1/smartphones/9x-lite/score/index.json new file mode 100644 index 00000000000..11e0f5f66ce --- /dev/null +++ b/site/public/v1/smartphones/9x-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 9.2, + "performance": 0.0, + "camera": 16.5, + "battery": 11.2, + "display": null, + "value": 54.6 +} diff --git a/site/public/v1/smartphones/a49-5g/index.json b/site/public/v1/smartphones/a49-5g/index.json new file mode 100644 index 00000000000..15cf475d0e6 --- /dev/null +++ b/site/public/v1/smartphones/a49-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 349, + "slug": "a49-5g", + "name": "A49 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2020-01-01", + "msrp_usd": 129, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/a49-5g/score/index.json b/site/public/v1/smartphones/a49-5g/score/index.json new file mode 100644 index 00000000000..6c11b2b142b --- /dev/null +++ b/site/public/v1/smartphones/a49-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 +} diff --git a/site/public/v1/smartphones/a5-pro/index.json b/site/public/v1/smartphones/a5-pro/index.json new file mode 100644 index 00000000000..cf1f41c12c6 --- /dev/null +++ b/site/public/v1/smartphones/a5-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 393, + "slug": "a5-pro", + "name": "A5 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 68, + "slug": "dimensity-7300", + "name": "MediaTek Dimensity 7300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G615 MC2", + "url": "/v1/socs/dimensity-7300" + }, + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 27.7, + "performance": 6.0, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 52.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/a5-pro/score/index.json b/site/public/v1/smartphones/a5-pro/score/index.json new file mode 100644 index 00000000000..7bdd30a7261 --- /dev/null +++ b/site/public/v1/smartphones/a5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 27.7, + "performance": 6.0, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 52.4 +} diff --git a/site/public/v1/smartphones/a50-5g/index.json b/site/public/v1/smartphones/a50-5g/index.json new file mode 100644 index 00000000000..f16b9133cf7 --- /dev/null +++ b/site/public/v1/smartphones/a50-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 350, + "slug": "a50-5g", + "name": "A50 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2020-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/a50-5g/score/index.json b/site/public/v1/smartphones/a50-5g/score/index.json new file mode 100644 index 00000000000..6c11b2b142b --- /dev/null +++ b/site/public/v1/smartphones/a50-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 +} diff --git a/site/public/v1/smartphones/a51-5g/index.json b/site/public/v1/smartphones/a51-5g/index.json new file mode 100644 index 00000000000..7adae722bc7 --- /dev/null +++ b/site/public/v1/smartphones/a51-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 351, + "slug": "a51-5g", + "name": "A51 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2020-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/a51-5g/score/index.json b/site/public/v1/smartphones/a51-5g/score/index.json new file mode 100644 index 00000000000..6c11b2b142b --- /dev/null +++ b/site/public/v1/smartphones/a51-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 6.8, + "performance": 0.0, + "camera": 5.3, + "battery": 15.0, + "display": null, + "value": 53.4 +} diff --git a/site/public/v1/smartphones/a52-5g/index.json b/site/public/v1/smartphones/a52-5g/index.json new file mode 100644 index 00000000000..10ff6e3ba42 --- /dev/null +++ b/site/public/v1/smartphones/a52-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 352, + "slug": "a52-5g", + "name": "A52 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 38, + "slug": "dimensity-720", + "name": "Dimensity 720", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC3", + "url": "/v1/socs/dimensity-720" + }, + "release_date": "2020-01-01", + "msrp_usd": 169, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 6.7, + "performance": 0.0, + "camera": 5.0, + "battery": 15.0, + "display": null, + "value": 53.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/a52-5g/score/index.json b/site/public/v1/smartphones/a52-5g/score/index.json new file mode 100644 index 00000000000..90723a3dec5 --- /dev/null +++ b/site/public/v1/smartphones/a52-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 6.7, + "performance": 0.0, + "camera": 5.0, + "battery": 15.0, + "display": null, + "value": 53.4 +} diff --git a/site/public/v1/smartphones/a53-5g/index.json b/site/public/v1/smartphones/a53-5g/index.json new file mode 100644 index 00000000000..53bfd61e422 --- /dev/null +++ b/site/public/v1/smartphones/a53-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 353, + "slug": "a53-5g", + "name": "A53 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 38, + "slug": "dimensity-720", + "name": "Dimensity 720", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC3", + "url": "/v1/socs/dimensity-720" + }, + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4040, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 7.3, + "performance": 0.0, + "camera": 6.3, + "battery": 15.6, + "display": null, + "value": 53.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/a53-5g/score/index.json b/site/public/v1/smartphones/a53-5g/score/index.json new file mode 100644 index 00000000000..1403baef9b0 --- /dev/null +++ b/site/public/v1/smartphones/a53-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 7.3, + "performance": 0.0, + "camera": 6.3, + "battery": 15.6, + "display": null, + "value": 53.6 +} diff --git a/site/public/v1/smartphones/a54-5g/index.json b/site/public/v1/smartphones/a54-5g/index.json new file mode 100644 index 00000000000..54c5ffadaca --- /dev/null +++ b/site/public/v1/smartphones/a54-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 360, + "slug": "a54-5g", + "name": "A54 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 110, + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-480" + }, + "release_date": "2021-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/a54-5g/score/index.json b/site/public/v1/smartphones/a54-5g/score/index.json new file mode 100644 index 00000000000..435dda80330 --- /dev/null +++ b/site/public/v1/smartphones/a54-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 +} diff --git a/site/public/v1/smartphones/a55-5g/index.json b/site/public/v1/smartphones/a55-5g/index.json new file mode 100644 index 00000000000..89ec1dfc230 --- /dev/null +++ b/site/public/v1/smartphones/a55-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 361, + "slug": "a55-5g", + "name": "A55 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2021-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/a55-5g/score/index.json b/site/public/v1/smartphones/a55-5g/score/index.json new file mode 100644 index 00000000000..d7d116d2c08 --- /dev/null +++ b/site/public/v1/smartphones/a55-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 +} diff --git a/site/public/v1/smartphones/a56-5g/index.json b/site/public/v1/smartphones/a56-5g/index.json new file mode 100644 index 00000000000..7ca001a0282 --- /dev/null +++ b/site/public/v1/smartphones/a56-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 362, + "slug": "a56-5g", + "name": "A56 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/a56-5g/score/index.json b/site/public/v1/smartphones/a56-5g/score/index.json new file mode 100644 index 00000000000..d7d116d2c08 --- /dev/null +++ b/site/public/v1/smartphones/a56-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 +} diff --git a/site/public/v1/smartphones/a57-5g/index.json b/site/public/v1/smartphones/a57-5g/index.json new file mode 100644 index 00000000000..fd531aba2ba --- /dev/null +++ b/site/public/v1/smartphones/a57-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 370, + "slug": "a57-5g", + "name": "A57 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.9, + "performance": 1.5, + "camera": 5.3, + "battery": 35.0, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220776", + "updated_at": "2026-06-18T06:58:10.220776" +} diff --git a/site/public/v1/smartphones/a57-5g/score/index.json b/site/public/v1/smartphones/a57-5g/score/index.json new file mode 100644 index 00000000000..41e25dff5e7 --- /dev/null +++ b/site/public/v1/smartphones/a57-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.9, + "performance": 1.5, + "camera": 5.3, + "battery": 35.0, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/a58-5g/index.json b/site/public/v1/smartphones/a58-5g/index.json new file mode 100644 index 00000000000..41fa66634ab --- /dev/null +++ b/site/public/v1/smartphones/a58-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 371, + "slug": "a58-5g", + "name": "A58 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220776", + "updated_at": "2026-06-18T06:58:10.220776" +} diff --git a/site/public/v1/smartphones/a58-5g/score/index.json b/site/public/v1/smartphones/a58-5g/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/a58-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/a80/index.json b/site/public/v1/smartphones/a80/index.json new file mode 100644 index 00000000000..5ba625ba605 --- /dev/null +++ b/site/public/v1/smartphones/a80/index.json @@ -0,0 +1,78 @@ +{ + "id": 394, + "slug": "a80", + "name": "A80", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 67, + "slug": "dimensity-6300", + "name": "MediaTek Dimensity 6300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6300" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 3.0, + "camera": 17.1, + "battery": 36.5, + "display": null, + "value": 51.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/a80/score/index.json b/site/public/v1/smartphones/a80/score/index.json new file mode 100644 index 00000000000..2b6af86d6ee --- /dev/null +++ b/site/public/v1/smartphones/a80/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 3.0, + "camera": 17.1, + "battery": 36.5, + "display": null, + "value": 51.8 +} diff --git a/site/public/v1/smartphones/c55/index.json b/site/public/v1/smartphones/c55/index.json new file mode 100644 index 00000000000..e2f5abdeffa --- /dev/null +++ b/site/public/v1/smartphones/c55/index.json @@ -0,0 +1,79 @@ +{ + "id": 440, + "slug": "c55", + "name": "C55", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2023-01-01", + "msrp_usd": 170, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.2, + "performance": 3.0, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 59.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/c55/score/index.json b/site/public/v1/smartphones/c55/score/index.json new file mode 100644 index 00000000000..463bcbc417e --- /dev/null +++ b/site/public/v1/smartphones/c55/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.2, + "performance": 3.0, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 59.1 +} diff --git a/site/public/v1/smartphones/c63/index.json b/site/public/v1/smartphones/c63/index.json new file mode 100644 index 00000000000..1df684b9e50 --- /dev/null +++ b/site/public/v1/smartphones/c63/index.json @@ -0,0 +1,78 @@ +{ + "id": 449, + "slug": "c63", + "name": "C63", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 150, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.229362", + "updated_at": "2026-06-18T06:58:10.229362" +} diff --git a/site/public/v1/smartphones/c63/score/index.json b/site/public/v1/smartphones/c63/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/c63/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/c65/index.json b/site/public/v1/smartphones/c65/index.json new file mode 100644 index 00000000000..2dd80edd283 --- /dev/null +++ b/site/public/v1/smartphones/c65/index.json @@ -0,0 +1,78 @@ +{ + "id": 432, + "slug": "c65", + "name": "C65", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/c65/score/index.json b/site/public/v1/smartphones/c65/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/c65/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/c67/index.json b/site/public/v1/smartphones/c67/index.json new file mode 100644 index 00000000000..678c77ae6e1 --- /dev/null +++ b/site/public/v1/smartphones/c67/index.json @@ -0,0 +1,79 @@ +{ + "id": 450, + "slug": "c67", + "name": "C67", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2024-01-01", + "msrp_usd": 170, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.229362", + "updated_at": "2026-06-18T06:58:10.229362" +} diff --git a/site/public/v1/smartphones/c67/score/index.json b/site/public/v1/smartphones/c67/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/c67/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/c75/index.json b/site/public/v1/smartphones/c75/index.json new file mode 100644 index 00000000000..95285323e03 --- /dev/null +++ b/site/public/v1/smartphones/c75/index.json @@ -0,0 +1,79 @@ +{ + "id": 451, + "slug": "c75", + "name": "C75", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/c75/score/index.json b/site/public/v1/smartphones/c75/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/c75/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/camon-20-premier/index.json b/site/public/v1/smartphones/camon-20-premier/index.json new file mode 100644 index 00000000000..f13c59cb615 --- /dev/null +++ b/site/public/v1/smartphones/camon-20-premier/index.json @@ -0,0 +1,78 @@ +{ + "id": 599, + "slug": "camon-20-premier", + "name": "Camon 20 Premier", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 1049, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.4, + "performance": 16.4, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 37.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20-premier/score/index.json b/site/public/v1/smartphones/camon-20-premier/score/index.json new file mode 100644 index 00000000000..08b9b292c68 --- /dev/null +++ b/site/public/v1/smartphones/camon-20-premier/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.4, + "performance": 16.4, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 37.9 +} diff --git a/site/public/v1/smartphones/camon-20-pro-5g/index.json b/site/public/v1/smartphones/camon-20-pro-5g/index.json new file mode 100644 index 00000000000..aa57e065ff3 --- /dev/null +++ b/site/public/v1/smartphones/camon-20-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 600, + "slug": "camon-20-pro-5g", + "name": "Camon 20 Pro 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 51.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20-pro-5g/score/index.json b/site/public/v1/smartphones/camon-20-pro-5g/score/index.json new file mode 100644 index 00000000000..d482eabac3a --- /dev/null +++ b/site/public/v1/smartphones/camon-20-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 51.5 +} diff --git a/site/public/v1/smartphones/camon-20-pro/index.json b/site/public/v1/smartphones/camon-20-pro/index.json new file mode 100644 index 00000000000..0165a99eadd --- /dev/null +++ b/site/public/v1/smartphones/camon-20-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 601, + "slug": "camon-20-pro", + "name": "Camon 20 Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20-pro/score/index.json b/site/public/v1/smartphones/camon-20-pro/score/index.json new file mode 100644 index 00000000000..ccb68116c35 --- /dev/null +++ b/site/public/v1/smartphones/camon-20-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/camon-20/index.json b/site/public/v1/smartphones/camon-20/index.json new file mode 100644 index 00000000000..23a3cdf469c --- /dev/null +++ b/site/public/v1/smartphones/camon-20/index.json @@ -0,0 +1,78 @@ +{ + "id": 602, + "slug": "camon-20", + "name": "Camon 20", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20/score/index.json b/site/public/v1/smartphones/camon-20/score/index.json new file mode 100644 index 00000000000..ccb68116c35 --- /dev/null +++ b/site/public/v1/smartphones/camon-20/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/camon-20s-pro-5g/index.json b/site/public/v1/smartphones/camon-20s-pro-5g/index.json new file mode 100644 index 00000000000..92c85648c24 --- /dev/null +++ b/site/public/v1/smartphones/camon-20s-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 603, + "slug": "camon-20s-pro-5g", + "name": "Camon 20s Pro 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 38.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20s-pro-5g/score/index.json b/site/public/v1/smartphones/camon-20s-pro-5g/score/index.json new file mode 100644 index 00000000000..411da7f5580 --- /dev/null +++ b/site/public/v1/smartphones/camon-20s-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 38.5 +} diff --git a/site/public/v1/smartphones/camon-20s-pro/index.json b/site/public/v1/smartphones/camon-20s-pro/index.json new file mode 100644 index 00000000000..1f8e2262c8b --- /dev/null +++ b/site/public/v1/smartphones/camon-20s-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 604, + "slug": "camon-20s-pro", + "name": "Camon 20s Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.6, + "performance": 6.0, + "camera": 35.7, + "battery": 38.0, + "display": null, + "value": 40.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20s-pro/score/index.json b/site/public/v1/smartphones/camon-20s-pro/score/index.json new file mode 100644 index 00000000000..3e5b0b6d580 --- /dev/null +++ b/site/public/v1/smartphones/camon-20s-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.6, + "performance": 6.0, + "camera": 35.7, + "battery": 38.0, + "display": null, + "value": 40.2 +} diff --git a/site/public/v1/smartphones/camon-20s/index.json b/site/public/v1/smartphones/camon-20s/index.json new file mode 100644 index 00000000000..90db0953180 --- /dev/null +++ b/site/public/v1/smartphones/camon-20s/index.json @@ -0,0 +1,78 @@ +{ + "id": 605, + "slug": "camon-20s", + "name": "Camon 20s", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 53.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-20s/score/index.json b/site/public/v1/smartphones/camon-20s/score/index.json new file mode 100644 index 00000000000..97a6a091997 --- /dev/null +++ b/site/public/v1/smartphones/camon-20s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 53.5 +} diff --git a/site/public/v1/smartphones/camon-30-5g/index.json b/site/public/v1/smartphones/camon-30-5g/index.json new file mode 100644 index 00000000000..016eb0f5d79 --- /dev/null +++ b/site/public/v1/smartphones/camon-30-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 606, + "slug": "camon-30-5g", + "name": "Camon 30 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 51.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.265356", + "updated_at": "2026-06-18T06:58:10.265356" +} diff --git a/site/public/v1/smartphones/camon-30-5g/score/index.json b/site/public/v1/smartphones/camon-30-5g/score/index.json new file mode 100644 index 00000000000..d482eabac3a --- /dev/null +++ b/site/public/v1/smartphones/camon-30-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 51.5 +} diff --git a/site/public/v1/smartphones/camon-30-premier/index.json b/site/public/v1/smartphones/camon-30-premier/index.json new file mode 100644 index 00000000000..c97e81bb6bf --- /dev/null +++ b/site/public/v1/smartphones/camon-30-premier/index.json @@ -0,0 +1,78 @@ +{ + "id": 607, + "slug": "camon-30-premier", + "name": "Camon 30 Premier", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 34.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/camon-30-premier/score/index.json b/site/public/v1/smartphones/camon-30-premier/score/index.json new file mode 100644 index 00000000000..c5049f296ce --- /dev/null +++ b/site/public/v1/smartphones/camon-30-premier/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 34.6 +} diff --git a/site/public/v1/smartphones/camon-30-pro/index.json b/site/public/v1/smartphones/camon-30-pro/index.json new file mode 100644 index 00000000000..a8ef94a44d4 --- /dev/null +++ b/site/public/v1/smartphones/camon-30-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 608, + "slug": "camon-30-pro", + "name": "Camon 30 Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 28.7, + "performance": 16.4, + "camera": 21.6, + "battery": 48.0, + "display": null, + "value": 41.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/camon-30-pro/score/index.json b/site/public/v1/smartphones/camon-30-pro/score/index.json new file mode 100644 index 00000000000..77782c06eb5 --- /dev/null +++ b/site/public/v1/smartphones/camon-30-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 28.7, + "performance": 16.4, + "camera": 21.6, + "battery": 48.0, + "display": null, + "value": 41.3 +} diff --git a/site/public/v1/smartphones/camon-30/index.json b/site/public/v1/smartphones/camon-30/index.json new file mode 100644 index 00000000000..bee64cf4f14 --- /dev/null +++ b/site/public/v1/smartphones/camon-30/index.json @@ -0,0 +1,78 @@ +{ + "id": 609, + "slug": "camon-30", + "name": "Camon 30", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/camon-30/score/index.json b/site/public/v1/smartphones/camon-30/score/index.json new file mode 100644 index 00000000000..ccb68116c35 --- /dev/null +++ b/site/public/v1/smartphones/camon-30/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/camon-30s-pro/index.json b/site/public/v1/smartphones/camon-30s-pro/index.json new file mode 100644 index 00000000000..9908c5deb23 --- /dev/null +++ b/site/public/v1/smartphones/camon-30s-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 610, + "slug": "camon-30s-pro", + "name": "Camon 30S Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 38.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/camon-30s-pro/score/index.json b/site/public/v1/smartphones/camon-30s-pro/score/index.json new file mode 100644 index 00000000000..411da7f5580 --- /dev/null +++ b/site/public/v1/smartphones/camon-30s-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.5, + "performance": 31.9, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 38.5 +} diff --git a/site/public/v1/smartphones/camon-30s/index.json b/site/public/v1/smartphones/camon-30s/index.json new file mode 100644 index 00000000000..f2b2b0f24f3 --- /dev/null +++ b/site/public/v1/smartphones/camon-30s/index.json @@ -0,0 +1,78 @@ +{ + "id": 611, + "slug": "camon-30s", + "name": "Camon 30S", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 52.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/camon-30s/score/index.json b/site/public/v1/smartphones/camon-30s/score/index.json new file mode 100644 index 00000000000..37f2341c972 --- /dev/null +++ b/site/public/v1/smartphones/camon-30s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 52.0 +} diff --git a/site/public/v1/smartphones/edge-50-fusion/index.json b/site/public/v1/smartphones/edge-50-fusion/index.json new file mode 100644 index 00000000000..1645ee853cd --- /dev/null +++ b/site/public/v1/smartphones/edge-50-fusion/index.json @@ -0,0 +1,79 @@ +{ + "id": 260, + "slug": "edge-50-fusion", + "name": "Edge 50 Fusion", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 121, + "slug": "snapdragon-7-gen-1", + "name": "Snapdragon 7 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 644", + "url": "/v1/socs/snapdragon-7-gen-1" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 168.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.0, + "performance": 6.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 53.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50-fusion/score/index.json b/site/public/v1/smartphones/edge-50-fusion/score/index.json new file mode 100644 index 00000000000..b194393c25c --- /dev/null +++ b/site/public/v1/smartphones/edge-50-fusion/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.0, + "performance": 6.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 53.9 +} diff --git a/site/public/v1/smartphones/edge-50-lite/index.json b/site/public/v1/smartphones/edge-50-lite/index.json new file mode 100644 index 00000000000..a273639996f --- /dev/null +++ b/site/public/v1/smartphones/edge-50-lite/index.json @@ -0,0 +1,79 @@ +{ + "id": 261, + "slug": "edge-50-lite", + "name": "Edge 50 Lite", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 170.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 56.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50-lite/score/index.json b/site/public/v1/smartphones/edge-50-lite/score/index.json new file mode 100644 index 00000000000..502d8ac8ac0 --- /dev/null +++ b/site/public/v1/smartphones/edge-50-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 56.2 +} diff --git a/site/public/v1/smartphones/edge-50-neo/index.json b/site/public/v1/smartphones/edge-50-neo/index.json new file mode 100644 index 00000000000..69d519bb607 --- /dev/null +++ b/site/public/v1/smartphones/edge-50-neo/index.json @@ -0,0 +1,79 @@ +{ + "id": 262, + "slug": "edge-50-neo", + "name": "Edge 50 Neo", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 68, + "slug": "dimensity-7300", + "name": "MediaTek Dimensity 7300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G615 MC2", + "url": "/v1/socs/dimensity-7300" + }, + "release_date": "2024-01-01", + "msrp_usd": 400, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4310, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 171.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 6.0, + "camera": 17.1, + "battery": 34.7, + "display": null, + "value": 55.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50-neo/score/index.json b/site/public/v1/smartphones/edge-50-neo/score/index.json new file mode 100644 index 00000000000..4812acd5b44 --- /dev/null +++ b/site/public/v1/smartphones/edge-50-neo/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.3, + "performance": 6.0, + "camera": 17.1, + "battery": 34.7, + "display": null, + "value": 55.8 +} diff --git a/site/public/v1/smartphones/edge-50-pro/index.json b/site/public/v1/smartphones/edge-50-pro/index.json new file mode 100644 index 00000000000..0c9fab9e02c --- /dev/null +++ b/site/public/v1/smartphones/edge-50-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 263, + "slug": "edge-50-pro", + "name": "Edge 50 Pro", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 125, + "slug": "snapdragon-7-gen-3", + "name": "Snapdragon 7 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 720", + "url": "/v1/socs/snapdragon-7-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.5, + "performance": 22.0, + "camera": 17.1, + "battery": 37.5, + "display": null, + "value": 53.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50-pro/score/index.json b/site/public/v1/smartphones/edge-50-pro/score/index.json new file mode 100644 index 00000000000..26fad322dc1 --- /dev/null +++ b/site/public/v1/smartphones/edge-50-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.5, + "performance": 22.0, + "camera": 17.1, + "battery": 37.5, + "display": null, + "value": 53.1 +} diff --git a/site/public/v1/smartphones/edge-50-ultra/index.json b/site/public/v1/smartphones/edge-50-ultra/index.json new file mode 100644 index 00000000000..c6734cc0c1e --- /dev/null +++ b/site/public/v1/smartphones/edge-50-ultra/index.json @@ -0,0 +1,78 @@ +{ + "id": 264, + "slug": "edge-50-ultra", + "name": "Edge 50 Ultra", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 54.7, + "performance": 54.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 31.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50-ultra/score/index.json b/site/public/v1/smartphones/edge-50-ultra/score/index.json new file mode 100644 index 00000000000..b19aea2878b --- /dev/null +++ b/site/public/v1/smartphones/edge-50-ultra/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 54.7, + "performance": 54.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 31.2 +} diff --git a/site/public/v1/smartphones/edge-50/index.json b/site/public/v1/smartphones/edge-50/index.json new file mode 100644 index 00000000000..2030c7f0b85 --- /dev/null +++ b/site/public/v1/smartphones/edge-50/index.json @@ -0,0 +1,79 @@ +{ + "id": 265, + "slug": "edge-50", + "name": "Edge 50", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 127, + "slug": "snapdragon-7s-gen-2", + "name": "Snapdragon 7s Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-7s-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 450, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.0, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 54.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/edge-50/score/index.json b/site/public/v1/smartphones/edge-50/score/index.json new file mode 100644 index 00000000000..603c671357f --- /dev/null +++ b/site/public/v1/smartphones/edge-50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.0, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 54.9 +} diff --git a/site/public/v1/smartphones/edge/index.json b/site/public/v1/smartphones/edge/index.json new file mode 100644 index 00000000000..22c8eff2c0a --- /dev/null +++ b/site/public/v1/smartphones/edge/index.json @@ -0,0 +1,79 @@ +{ + "id": 266, + "slug": "edge", + "name": "Edge", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 127, + "slug": "snapdragon-7s-gen-2", + "name": "Snapdragon 7s Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-7s-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 450, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 174.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.0, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 54.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/edge/score/index.json b/site/public/v1/smartphones/edge/score/index.json new file mode 100644 index 00000000000..603c671357f --- /dev/null +++ b/site/public/v1/smartphones/edge/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.0, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 54.9 +} diff --git a/site/public/v1/smartphones/f2-pro/index.json b/site/public/v1/smartphones/f2-pro/index.json new file mode 100644 index 00000000000..9d0d48aef09 --- /dev/null +++ b/site/public/v1/smartphones/f2-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 410, + "slug": "f2-pro", + "name": "F2 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 219.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 21.6, + "battery": 25.5, + "display": null, + "value": 50.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/f2-pro/score/index.json b/site/public/v1/smartphones/f2-pro/score/index.json new file mode 100644 index 00000000000..459cc927877 --- /dev/null +++ b/site/public/v1/smartphones/f2-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 21.6, + "battery": 25.5, + "display": null, + "value": 50.5 +} diff --git a/site/public/v1/smartphones/f25-pro/index.json b/site/public/v1/smartphones/f25-pro/index.json new file mode 100644 index 00000000000..6dfe36e10c4 --- /dev/null +++ b/site/public/v1/smartphones/f25-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 381, + "slug": "f25-pro", + "name": "F25 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2023-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 173.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 49.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/f25-pro/score/index.json b/site/public/v1/smartphones/f25-pro/score/index.json new file mode 100644 index 00000000000..4519d968327 --- /dev/null +++ b/site/public/v1/smartphones/f25-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 49.1 +} diff --git a/site/public/v1/smartphones/f3-gt/index.json b/site/public/v1/smartphones/f3-gt/index.json new file mode 100644 index 00000000000..835e4ca8a84 --- /dev/null +++ b/site/public/v1/smartphones/f3-gt/index.json @@ -0,0 +1,78 @@ +{ + "id": 414, + "slug": "f3-gt", + "name": "F3 GT", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2021-01-01", + "msrp_usd": 399, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5065, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.0, + "performance": 2.4, + "camera": 21.6, + "battery": 36.0, + "display": null, + "value": 56.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/f3-gt/score/index.json b/site/public/v1/smartphones/f3-gt/score/index.json new file mode 100644 index 00000000000..c3e9fcb970a --- /dev/null +++ b/site/public/v1/smartphones/f3-gt/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.0, + "performance": 2.4, + "camera": 21.6, + "battery": 36.0, + "display": null, + "value": 56.2 +} diff --git a/site/public/v1/smartphones/f3/index.json b/site/public/v1/smartphones/f3/index.json new file mode 100644 index 00000000000..983a8471ed7 --- /dev/null +++ b/site/public/v1/smartphones/f3/index.json @@ -0,0 +1,78 @@ +{ + "id": 415, + "slug": "f3", + "name": "F3", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 117, + "slug": "snapdragon-870", + "name": "Snapdragon 870", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-870" + }, + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4520, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.6, + "performance": 4.6, + "camera": 16.5, + "battery": 22.8, + "display": null, + "value": 55.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/f3/score/index.json b/site/public/v1/smartphones/f3/score/index.json new file mode 100644 index 00000000000..3b4ff396575 --- /dev/null +++ b/site/public/v1/smartphones/f3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.6, + "performance": 4.6, + "camera": 16.5, + "battery": 22.8, + "display": null, + "value": 55.4 +} diff --git a/site/public/v1/smartphones/f4-gt/index.json b/site/public/v1/smartphones/f4-gt/index.json new file mode 100644 index 00000000000..69ba76c3bda --- /dev/null +++ b/site/public/v1/smartphones/f4-gt/index.json @@ -0,0 +1,78 @@ +{ + "id": 420, + "slug": "f4-gt", + "name": "F4 GT", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.3, + "performance": 10.9, + "camera": 21.6, + "battery": 40.5, + "display": null, + "value": 54.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/f4-gt/score/index.json b/site/public/v1/smartphones/f4-gt/score/index.json new file mode 100644 index 00000000000..feb273c66de --- /dev/null +++ b/site/public/v1/smartphones/f4-gt/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.3, + "performance": 10.9, + "camera": 21.6, + "battery": 40.5, + "display": null, + "value": 54.5 +} diff --git a/site/public/v1/smartphones/f4/index.json b/site/public/v1/smartphones/f4/index.json new file mode 100644 index 00000000000..844db312926 --- /dev/null +++ b/site/public/v1/smartphones/f4/index.json @@ -0,0 +1,78 @@ +{ + "id": 421, + "slug": "f4", + "name": "F4", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 117, + "slug": "snapdragon-870", + "name": "Snapdragon 870", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-870" + }, + "release_date": "2022-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 4.6, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 56.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/f4/score/index.json b/site/public/v1/smartphones/f4/score/index.json new file mode 100644 index 00000000000..9fb5c32dccc --- /dev/null +++ b/site/public/v1/smartphones/f4/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 4.6, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 56.2 +} diff --git a/site/public/v1/smartphones/f5-pro/index.json b/site/public/v1/smartphones/f5-pro/index.json new file mode 100644 index 00000000000..e026a3b81d1 --- /dev/null +++ b/site/public/v1/smartphones/f5-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 426, + "slug": "f5-pro", + "name": "F5 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 204.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 30.4, + "performance": 22.2, + "camera": 21.6, + "battery": 47.4, + "display": null, + "value": 57.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/f5-pro/score/index.json b/site/public/v1/smartphones/f5-pro/score/index.json new file mode 100644 index 00000000000..bc3c1dc3f62 --- /dev/null +++ b/site/public/v1/smartphones/f5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 30.4, + "performance": 22.2, + "camera": 21.6, + "battery": 47.4, + "display": null, + "value": 57.5 +} diff --git a/site/public/v1/smartphones/f5/index.json b/site/public/v1/smartphones/f5/index.json new file mode 100644 index 00000000000..d36d38c6f0c --- /dev/null +++ b/site/public/v1/smartphones/f5/index.json @@ -0,0 +1,78 @@ +{ + "id": 427, + "slug": "f5", + "name": "F5", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 126, + "slug": "snapdragon-7-plus-gen-2", + "name": "Snapdragon 7+ Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 725", + "url": "/v1/socs/snapdragon-7-plus-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.0, + "performance": 8.4, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 60.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/f5/score/index.json b/site/public/v1/smartphones/f5/score/index.json new file mode 100644 index 00000000000..92747a02ed4 --- /dev/null +++ b/site/public/v1/smartphones/f5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.0, + "performance": 8.4, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 60.6 +} diff --git a/site/public/v1/smartphones/f6/index.json b/site/public/v1/smartphones/f6/index.json new file mode 100644 index 00000000000..967b40d46f0 --- /dev/null +++ b/site/public/v1/smartphones/f6/index.json @@ -0,0 +1,78 @@ +{ + "id": 433, + "slug": "f6", + "name": "F6", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 32.2, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 60.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/f6/score/index.json b/site/public/v1/smartphones/f6/score/index.json new file mode 100644 index 00000000000..ed6f07a9578 --- /dev/null +++ b/site/public/v1/smartphones/f6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 32.2, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 60.7 +} diff --git a/site/public/v1/smartphones/find-n2/index.json b/site/public/v1/smartphones/find-n2/index.json new file mode 100644 index 00000000000..62b2c75760f --- /dev/null +++ b/site/public/v1/smartphones/find-n2/index.json @@ -0,0 +1,78 @@ +{ + "id": 372, + "slug": "find-n2", + "name": "Find N2", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4520, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 233.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.7, + "performance": 25.2, + "camera": 17.1, + "battery": 37.8, + "display": null, + "value": 32.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220776", + "updated_at": "2026-06-18T06:58:10.220776" +} diff --git a/site/public/v1/smartphones/find-n2/score/index.json b/site/public/v1/smartphones/find-n2/score/index.json new file mode 100644 index 00000000000..c5c6845188e --- /dev/null +++ b/site/public/v1/smartphones/find-n2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.7, + "performance": 25.2, + "camera": 17.1, + "battery": 37.8, + "display": null, + "value": 32.6 +} diff --git a/site/public/v1/smartphones/find-n3-flip/index.json b/site/public/v1/smartphones/find-n3-flip/index.json new file mode 100644 index 00000000000..8592bbbb78c --- /dev/null +++ b/site/public/v1/smartphones/find-n3-flip/index.json @@ -0,0 +1,78 @@ +{ + "id": 382, + "slug": "find-n3-flip", + "name": "Find N3 Flip", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 27.8, + "performance": 31.9, + "camera": 17.1, + "battery": 34.5, + "display": null, + "value": 37.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.222314", + "updated_at": "2026-06-18T06:58:10.222314" +} diff --git a/site/public/v1/smartphones/find-n3-flip/score/index.json b/site/public/v1/smartphones/find-n3-flip/score/index.json new file mode 100644 index 00000000000..16b2e6c7861 --- /dev/null +++ b/site/public/v1/smartphones/find-n3-flip/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 27.8, + "performance": 31.9, + "camera": 17.1, + "battery": 34.5, + "display": null, + "value": 37.0 +} diff --git a/site/public/v1/smartphones/find-n3/index.json b/site/public/v1/smartphones/find-n3/index.json new file mode 100644 index 00000000000..bcefdc41b7f --- /dev/null +++ b/site/public/v1/smartphones/find-n3/index.json @@ -0,0 +1,78 @@ +{ + "id": 383, + "slug": "find-n3", + "name": "Find N3", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 1399, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 7.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4805, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 239.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.8, + "performance": 36.7, + "camera": 16.5, + "battery": 42.1, + "display": null, + "value": 23.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.222314", + "updated_at": "2026-06-18T06:58:10.222314" +} diff --git a/site/public/v1/smartphones/find-n3/score/index.json b/site/public/v1/smartphones/find-n3/score/index.json new file mode 100644 index 00000000000..2deadc063f4 --- /dev/null +++ b/site/public/v1/smartphones/find-n3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.8, + "performance": 36.7, + "camera": 16.5, + "battery": 42.1, + "display": null, + "value": 23.6 +} diff --git a/site/public/v1/smartphones/find-x5-pro/index.json b/site/public/v1/smartphones/find-x5-pro/index.json new file mode 100644 index 00000000000..01d4f5b178d --- /dev/null +++ b/site/public/v1/smartphones/find-x5-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 373, + "slug": "find-x5-pro", + "name": "Find X5 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 218.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.3, + "performance": 16.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 40.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/find-x5-pro/score/index.json b/site/public/v1/smartphones/find-x5-pro/score/index.json new file mode 100644 index 00000000000..f0d545cbfc2 --- /dev/null +++ b/site/public/v1/smartphones/find-x5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.3, + "performance": 16.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 40.1 +} diff --git a/site/public/v1/smartphones/find-x5/index.json b/site/public/v1/smartphones/find-x5/index.json new file mode 100644 index 00000000000..c31aff24b6a --- /dev/null +++ b/site/public/v1/smartphones/find-x5/index.json @@ -0,0 +1,78 @@ +{ + "id": 374, + "slug": "find-x5", + "name": "Find X5", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 108, + "slug": "snapdragon-888", + "name": "Snapdragon 888", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888" + }, + "release_date": "2022-01-01", + "msrp_usd": 799, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 6.4, + "camera": 17.1, + "battery": 37.0, + "display": null, + "value": 40.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/find-x5/score/index.json b/site/public/v1/smartphones/find-x5/score/index.json new file mode 100644 index 00000000000..6da7188b408 --- /dev/null +++ b/site/public/v1/smartphones/find-x5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 6.4, + "camera": 17.1, + "battery": 37.0, + "display": null, + "value": 40.9 +} diff --git a/site/public/v1/smartphones/find-x6-pro/index.json b/site/public/v1/smartphones/find-x6-pro/index.json new file mode 100644 index 00000000000..f6b48b2f67d --- /dev/null +++ b/site/public/v1/smartphones/find-x6-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 384, + "slug": "find-x6-pro", + "name": "Find X6 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 218.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.9, + "performance": 39.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 40.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.222314", + "updated_at": "2026-06-18T06:58:10.222314" +} diff --git a/site/public/v1/smartphones/find-x6-pro/score/index.json b/site/public/v1/smartphones/find-x6-pro/score/index.json new file mode 100644 index 00000000000..ad4f4e22fc7 --- /dev/null +++ b/site/public/v1/smartphones/find-x6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.9, + "performance": 39.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 40.0 +} diff --git a/site/public/v1/smartphones/find-x6/index.json b/site/public/v1/smartphones/find-x6/index.json new file mode 100644 index 00000000000..e7047c3aea0 --- /dev/null +++ b/site/public/v1/smartphones/find-x6/index.json @@ -0,0 +1,79 @@ +{ + "id": 385, + "slug": "find-x6", + "name": "Find X6", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 207.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.3, + "performance": 34.9, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 42.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.222314", + "updated_at": "2026-06-18T06:58:10.222314" +} diff --git a/site/public/v1/smartphones/find-x6/score/index.json b/site/public/v1/smartphones/find-x6/score/index.json new file mode 100644 index 00000000000..0192a28d1ab --- /dev/null +++ b/site/public/v1/smartphones/find-x6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.3, + "performance": 34.9, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 42.6 +} diff --git a/site/public/v1/smartphones/find-x7-ultra/index.json b/site/public/v1/smartphones/find-x7-ultra/index.json new file mode 100644 index 00000000000..fa5a2a9cf1d --- /dev/null +++ b/site/public/v1/smartphones/find-x7-ultra/index.json @@ -0,0 +1,79 @@ +{ + "id": 395, + "slug": "find-x7-ultra", + "name": "Find X7 Ultra", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 221.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 39.8, + "performance": 57.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 35.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/find-x7-ultra/score/index.json b/site/public/v1/smartphones/find-x7-ultra/score/index.json new file mode 100644 index 00000000000..463e22d4e87 --- /dev/null +++ b/site/public/v1/smartphones/find-x7-ultra/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 39.8, + "performance": 57.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 35.3 +} diff --git a/site/public/v1/smartphones/find-x7/index.json b/site/public/v1/smartphones/find-x7/index.json new file mode 100644 index 00000000000..7340d539671 --- /dev/null +++ b/site/public/v1/smartphones/find-x7/index.json @@ -0,0 +1,79 @@ +{ + "id": 396, + "slug": "find-x7", + "name": "Find X7", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 66, + "slug": "dimensity-9300", + "name": "MediaTek Dimensity 9300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G720 MC12", + "url": "/v1/socs/dimensity-9300" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 39.5, + "performance": 56.3, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 39.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/find-x7/score/index.json b/site/public/v1/smartphones/find-x7/score/index.json new file mode 100644 index 00000000000..1023957d010 --- /dev/null +++ b/site/public/v1/smartphones/find-x7/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 39.5, + "performance": 56.3, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 39.0 +} diff --git a/site/public/v1/smartphones/find-x8-pro/index.json b/site/public/v1/smartphones/find-x8-pro/index.json new file mode 100644 index 00000000000..f6de9134daf --- /dev/null +++ b/site/public/v1/smartphones/find-x8-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 397, + "slug": "find-x8-pro", + "name": "Find X8 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 28.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/find-x8-pro/score/index.json b/site/public/v1/smartphones/find-x8-pro/score/index.json new file mode 100644 index 00000000000..9cc7362651c --- /dev/null +++ b/site/public/v1/smartphones/find-x8-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 28.0 +} diff --git a/site/public/v1/smartphones/find-x8/index.json b/site/public/v1/smartphones/find-x8/index.json new file mode 100644 index 00000000000..ed2ad340be1 --- /dev/null +++ b/site/public/v1/smartphones/find-x8/index.json @@ -0,0 +1,78 @@ +{ + "id": 398, + "slug": "find-x8", + "name": "Find X8", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 30.9, + "performance": 33.7, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 34.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/find-x8/score/index.json b/site/public/v1/smartphones/find-x8/score/index.json new file mode 100644 index 00000000000..dc760773f40 --- /dev/null +++ b/site/public/v1/smartphones/find-x8/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 30.9, + "performance": 33.7, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 34.7 +} diff --git a/site/public/v1/smartphones/g21/index.json b/site/public/v1/smartphones/g21/index.json new file mode 100644 index 00000000000..1fe52ba1449 --- /dev/null +++ b/site/public/v1/smartphones/g21/index.json @@ -0,0 +1,79 @@ +{ + "id": 280, + "slug": "g21", + "name": "G21", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 161, + "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-01-01", + "msrp_usd": 169, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.4, + "performance": 1.5, + "camera": 17.1, + "battery": 30.7, + "display": null, + "value": 58.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/g21/score/index.json b/site/public/v1/smartphones/g21/score/index.json new file mode 100644 index 00000000000..edba5e55ac0 --- /dev/null +++ b/site/public/v1/smartphones/g21/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.4, + "performance": 1.5, + "camera": 17.1, + "battery": 30.7, + "display": null, + "value": 58.2 +} diff --git a/site/public/v1/smartphones/g400/index.json b/site/public/v1/smartphones/g400/index.json new file mode 100644 index 00000000000..1319c440f23 --- /dev/null +++ b/site/public/v1/smartphones/g400/index.json @@ -0,0 +1,78 @@ +{ + "id": 281, + "slug": "g400", + "name": "G400", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 110, + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-480" + }, + "release_date": "2022-01-01", + "msrp_usd": 239, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/g400/score/index.json b/site/public/v1/smartphones/g400/score/index.json new file mode 100644 index 00000000000..435dda80330 --- /dev/null +++ b/site/public/v1/smartphones/g400/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 +} diff --git a/site/public/v1/smartphones/g42-5g/index.json b/site/public/v1/smartphones/g42-5g/index.json new file mode 100644 index 00000000000..35b06b480af --- /dev/null +++ b/site/public/v1/smartphones/g42-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 282, + "slug": "g42-5g", + "name": "G42 5G", + "brand": { + "id": 53, + "slug": "nokia", + "name": "Nokia", + "country": "FI", + "url": "/v1/brands/nokia" + }, + "soc": { + "id": 109, + "slug": "snapdragon-480-plus", + "name": "Snapdragon 480 Plus", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-480-plus" + }, + "release_date": "2023-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/g42-5g/score/index.json b/site/public/v1/smartphones/g42-5g/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/g42-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/g84-5g/index.json b/site/public/v1/smartphones/g84-5g/index.json new file mode 100644 index 00000000000..ec140db2de2 --- /dev/null +++ b/site/public/v1/smartphones/g84-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 254, + "slug": "g84-5g", + "name": "G84 5G", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 166.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 6.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.207314", + "updated_at": "2026-06-18T06:58:10.207314" +} diff --git a/site/public/v1/smartphones/g84-5g/score/index.json b/site/public/v1/smartphones/g84-5g/score/index.json new file mode 100644 index 00000000000..364c57092d3 --- /dev/null +++ b/site/public/v1/smartphones/g84-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 6.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/galaxy-a04/index.json b/site/public/v1/smartphones/galaxy-a04/index.json new file mode 100644 index 00000000000..e28f4120552 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a04/index.json @@ -0,0 +1,80 @@ +{ + "id": 521, + "slug": "galaxy-a04", + "name": "Galaxy A04", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 8.0, + "gpu_name": "Mali-G52 MP1", + "url": "/v1/socs/exynos-850" + }, + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.238356", + "updated_at": "2026-06-18T06:58:10.238356" +} diff --git a/site/public/v1/smartphones/galaxy-a04/score/index.json b/site/public/v1/smartphones/galaxy-a04/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a04/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/galaxy-a14/index.json b/site/public/v1/smartphones/galaxy-a14/index.json new file mode 100644 index 00000000000..340e9f6bc05 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a14/index.json @@ -0,0 +1,79 @@ +{ + "id": 533, + "slug": "galaxy-a14", + "name": "Galaxy A14", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 8.0, + "gpu_name": "Mali-G52 MP1", + "url": "/v1/socs/exynos-850" + }, + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.240357", + "updated_at": "2026-06-18T06:58:10.240357" +} diff --git a/site/public/v1/smartphones/galaxy-a14/score/index.json b/site/public/v1/smartphones/galaxy-a14/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a14/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/galaxy-a24/index.json b/site/public/v1/smartphones/galaxy-a24/index.json new file mode 100644 index 00000000000..df4528599d2 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a24/index.json @@ -0,0 +1,80 @@ +{ + "id": 535, + "slug": "galaxy-a24", + "name": "Galaxy A24", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": "1080x2408", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15.0, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.240357", + "updated_at": "2026-06-18T06:58:10.240357" +} diff --git a/site/public/v1/smartphones/galaxy-a24/score/index.json b/site/public/v1/smartphones/galaxy-a24/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-a24/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/galaxy-f14/index.json b/site/public/v1/smartphones/galaxy-f14/index.json new file mode 100644 index 00000000000..3ff8c8d364d --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f14/index.json @@ -0,0 +1,80 @@ +{ + "id": 538, + "slug": "galaxy-f14", + "name": "Galaxy F14", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 8.0, + "gpu_name": "Mali-G52 MP1", + "url": "/v1/socs/exynos-850" + }, + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": "2408x1080", + "refresh_hz": null, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": 25.0, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.3, + "performance": 0.0, + "camera": 17.1, + "battery": 46.9, + "display": null, + "value": 60.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.241356", + "updated_at": "2026-06-18T06:58:10.241356" +} diff --git a/site/public/v1/smartphones/galaxy-f14/score/index.json b/site/public/v1/smartphones/galaxy-f14/score/index.json new file mode 100644 index 00000000000..bb0526f5fd3 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f14/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.3, + "performance": 0.0, + "camera": 17.1, + "battery": 46.9, + "display": null, + "value": 60.6 +} diff --git a/site/public/v1/smartphones/galaxy-f34/index.json b/site/public/v1/smartphones/galaxy-f34/index.json new file mode 100644 index 00000000000..79fb48fc042 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f34/index.json @@ -0,0 +1,79 @@ +{ + "id": 539, + "slug": "galaxy-f34", + "name": "Galaxy F34", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 152, + "slug": "exynos-1280", + "name": "Samsung Exynos 1280", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G68 MP4", + "url": "/v1/socs/exynos-1280" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.5, + "performance": 1.5, + "camera": 17.1, + "battery": 55.0, + "display": null, + "value": 62.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.241356", + "updated_at": "2026-06-18T06:58:10.241356" +} diff --git a/site/public/v1/smartphones/galaxy-f34/score/index.json b/site/public/v1/smartphones/galaxy-f34/score/index.json new file mode 100644 index 00000000000..811f94f567e --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f34/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.5, + "performance": 1.5, + "camera": 17.1, + "battery": 55.0, + "display": null, + "value": 62.2 +} diff --git a/site/public/v1/smartphones/galaxy-f54/index.json b/site/public/v1/smartphones/galaxy-f54/index.json new file mode 100644 index 00000000000..63d3a071e6a --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f54/index.json @@ -0,0 +1,79 @@ +{ + "id": 540, + "slug": "galaxy-f54", + "name": "Galaxy F54", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 154, + "slug": "exynos-1380", + "name": "Samsung Exynos 1380", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G68 MP5", + "url": "/v1/socs/exynos-1380" + }, + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.2, + "performance": 3.0, + "camera": 35.7, + "battery": 55.0, + "display": null, + "value": 63.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.241356", + "updated_at": "2026-06-18T06:58:10.241356" +} diff --git a/site/public/v1/smartphones/galaxy-f54/score/index.json b/site/public/v1/smartphones/galaxy-f54/score/index.json new file mode 100644 index 00000000000..4cb6f8426cb --- /dev/null +++ b/site/public/v1/smartphones/galaxy-f54/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.2, + "performance": 3.0, + "camera": 35.7, + "battery": 55.0, + "display": null, + "value": 63.7 +} diff --git a/site/public/v1/smartphones/galaxy-m04/index.json b/site/public/v1/smartphones/galaxy-m04/index.json new file mode 100644 index 00000000000..e293b5b4753 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m04/index.json @@ -0,0 +1,80 @@ +{ + "id": 524, + "slug": "galaxy-m04", + "name": "Galaxy M04", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 30, + "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": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 15.0, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.239355", + "updated_at": "2026-06-18T06:58:10.239355" +} diff --git a/site/public/v1/smartphones/galaxy-m04/score/index.json b/site/public/v1/smartphones/galaxy-m04/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m04/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/galaxy-m14/index.json b/site/public/v1/smartphones/galaxy-m14/index.json new file mode 100644 index 00000000000..629de912262 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m14/index.json @@ -0,0 +1,80 @@ +{ + "id": 541, + "slug": "galaxy-m14", + "name": "Galaxy M14", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 8.0, + "gpu_name": "Mali-G52 MP1", + "url": "/v1/socs/exynos-850" + }, + "release_date": "2023-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": "720x1600", + "refresh_hz": null, + "type": "Water Drop Notch" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.7, + "performance": 0.0, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 60.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.241356", + "updated_at": "2026-06-18T06:58:10.241356" +} diff --git a/site/public/v1/smartphones/galaxy-m14/score/index.json b/site/public/v1/smartphones/galaxy-m14/score/index.json new file mode 100644 index 00000000000..15f083efe3a --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m14/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.7, + "performance": 0.0, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 60.4 +} diff --git a/site/public/v1/smartphones/galaxy-m54/index.json b/site/public/v1/smartphones/galaxy-m54/index.json new file mode 100644 index 00000000000..dc134104dcb --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m54/index.json @@ -0,0 +1,79 @@ +{ + "id": 543, + "slug": "galaxy-m54", + "name": "Galaxy M54", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 154, + "slug": "exynos-1380", + "name": "Samsung Exynos 1380", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G68 MP5", + "url": "/v1/socs/exynos-1380" + }, + "release_date": "2023-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.2, + "performance": 3.0, + "camera": 35.7, + "battery": 55.0, + "display": null, + "value": 63.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.241356", + "updated_at": "2026-06-18T06:58:10.241356" +} diff --git a/site/public/v1/smartphones/galaxy-m54/score/index.json b/site/public/v1/smartphones/galaxy-m54/score/index.json new file mode 100644 index 00000000000..4cb6f8426cb --- /dev/null +++ b/site/public/v1/smartphones/galaxy-m54/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.2, + "performance": 3.0, + "camera": 35.7, + "battery": 55.0, + "display": null, + "value": 63.7 +} diff --git a/site/public/v1/smartphones/galaxy-w21-5g/index.json b/site/public/v1/smartphones/galaxy-w21-5g/index.json new file mode 100644 index 00000000000..25e21da2005 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-w21-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 508, + "slug": "galaxy-w21-5g", + "name": "Galaxy W21 5G", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 108, + "slug": "snapdragon-888", + "name": "Snapdragon 888", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888" + }, + "release_date": "2020-01-01", + "msrp_usd": 1399, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 229.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.9, + "performance": 9.4, + "camera": 35.7, + "battery": 32.5, + "display": null, + "value": 20.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.237356", + "updated_at": "2026-06-18T06:58:10.237356" +} diff --git a/site/public/v1/smartphones/galaxy-w21-5g/score/index.json b/site/public/v1/smartphones/galaxy-w21-5g/score/index.json new file mode 100644 index 00000000000..28135694977 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-w21-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.9, + "performance": 9.4, + "camera": 35.7, + "battery": 32.5, + "display": null, + "value": 20.7 +} diff --git a/site/public/v1/smartphones/galaxy-w22-5g/index.json b/site/public/v1/smartphones/galaxy-w22-5g/index.json new file mode 100644 index 00000000000..8625a23fa7f --- /dev/null +++ b/site/public/v1/smartphones/galaxy-w22-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 518, + "slug": "galaxy-w22-5g", + "name": "Galaxy W22 5G", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 108, + "slug": "snapdragon-888", + "name": "Snapdragon 888", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888" + }, + "release_date": "2021-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 10.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 228.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.9, + "performance": 9.4, + "camera": 35.7, + "battery": 32.5, + "display": null, + "value": 16.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.238356", + "updated_at": "2026-06-18T06:58:10.238356" +} diff --git a/site/public/v1/smartphones/galaxy-w22-5g/score/index.json b/site/public/v1/smartphones/galaxy-w22-5g/score/index.json new file mode 100644 index 00000000000..59af775666f --- /dev/null +++ b/site/public/v1/smartphones/galaxy-w22-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.9, + "performance": 9.4, + "camera": 35.7, + "battery": 32.5, + "display": null, + "value": 16.8 +} diff --git a/site/public/v1/smartphones/galaxy-xcover-5/index.json b/site/public/v1/smartphones/galaxy-xcover-5/index.json new file mode 100644 index 00000000000..c2df1ca43ed --- /dev/null +++ b/site/public/v1/smartphones/galaxy-xcover-5/index.json @@ -0,0 +1,78 @@ +{ + "id": 509, + "slug": "galaxy-xcover-5", + "name": "Galaxy Xcover 5", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 8.0, + "gpu_name": "Mali-G52 MP1", + "url": "/v1/socs/exynos-850" + }, + "release_date": "2020-01-01", + "msrp_usd": 249, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 2.1, + "performance": 0.0, + "camera": 6.3, + "battery": 0.0, + "display": null, + "value": 51.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.237356", + "updated_at": "2026-06-18T06:58:10.237356" +} diff --git a/site/public/v1/smartphones/galaxy-xcover-5/score/index.json b/site/public/v1/smartphones/galaxy-xcover-5/score/index.json new file mode 100644 index 00000000000..227c0447c05 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-xcover-5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 2.1, + "performance": 0.0, + "camera": 6.3, + "battery": 0.0, + "display": null, + "value": 51.0 +} diff --git a/site/public/v1/smartphones/galaxy-xcover-6-pro/index.json b/site/public/v1/smartphones/galaxy-xcover-6-pro/index.json new file mode 100644 index 00000000000..e2b60ddf5b7 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-xcover-6-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 529, + "slug": "galaxy-xcover-6-pro", + "name": "Galaxy Xcover 6 Pro", + "brand": { + "id": 80, + "slug": "samsung", + "name": "Samsung", + "country": "KR", + "url": "/v1/brands/samsung" + }, + "soc": { + "id": 154, + "slug": "exynos-1380", + "name": "Samsung Exynos 1380", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G68 MP5", + "url": "/v1/socs/exynos-1380" + }, + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 235.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": 1.5, + "camera": 17.1, + "battery": 25.8, + "display": null, + "value": 49.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.240357", + "updated_at": "2026-06-18T06:58:10.240357" +} diff --git a/site/public/v1/smartphones/galaxy-xcover-6-pro/score/index.json b/site/public/v1/smartphones/galaxy-xcover-6-pro/score/index.json new file mode 100644 index 00000000000..82b6b2ca318 --- /dev/null +++ b/site/public/v1/smartphones/galaxy-xcover-6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.8, + "performance": 1.5, + "camera": 17.1, + "battery": 25.8, + "display": null, + "value": 49.8 +} diff --git a/site/public/v1/smartphones/gt-10-pro/index.json b/site/public/v1/smartphones/gt-10-pro/index.json new file mode 100644 index 00000000000..de479441c6e --- /dev/null +++ b/site/public/v1/smartphones/gt-10-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 207, + "slug": "gt-10-pro", + "name": "GT 10 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 57, + "slug": "dimensity-8050", + "name": "MediaTek Dimensity 8050", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-8050" + }, + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 187.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.9, + "performance": 4.1, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 58.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/gt-10-pro/score/index.json b/site/public/v1/smartphones/gt-10-pro/score/index.json new file mode 100644 index 00000000000..4e2940faeef --- /dev/null +++ b/site/public/v1/smartphones/gt-10-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.9, + "performance": 4.1, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 58.7 +} diff --git a/site/public/v1/smartphones/gt-20-pro/index.json b/site/public/v1/smartphones/gt-20-pro/index.json new file mode 100644 index 00000000000..9eec3689496 --- /dev/null +++ b/site/public/v1/smartphones/gt-20-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 215, + "slug": "gt-20-pro", + "name": "GT 20 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 34.9, + "performance": 16.4, + "camera": 35.7, + "battery": 52.5, + "display": null, + "value": 61.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/gt-20-pro/score/index.json b/site/public/v1/smartphones/gt-20-pro/score/index.json new file mode 100644 index 00000000000..e2b04ed4a42 --- /dev/null +++ b/site/public/v1/smartphones/gt-20-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 34.9, + "performance": 16.4, + "camera": 35.7, + "battery": 52.5, + "display": null, + "value": 61.7 +} diff --git a/site/public/v1/smartphones/gt-6/index.json b/site/public/v1/smartphones/gt-6/index.json new file mode 100644 index 00000000000..b884b0be4e8 --- /dev/null +++ b/site/public/v1/smartphones/gt-6/index.json @@ -0,0 +1,80 @@ +{ + "id": 441, + "slug": "gt-6", + "name": "GT 6", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 132, + "slug": "snapdragon-8s-gen-3", + "name": "Snapdragon 8s Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 735", + "url": "/v1/socs/snapdragon-8s-gen-3" + }, + "release_date": "2023-01-01", + "msrp_usd": 380, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 46.8, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 66.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/gt-6/score/index.json b/site/public/v1/smartphones/gt-6/score/index.json new file mode 100644 index 00000000000..5e0ed20b2c1 --- /dev/null +++ b/site/public/v1/smartphones/gt-6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 46.8, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 66.3 +} diff --git a/site/public/v1/smartphones/gt-6t/index.json b/site/public/v1/smartphones/gt-6t/index.json new file mode 100644 index 00000000000..af80756c6f4 --- /dev/null +++ b/site/public/v1/smartphones/gt-6t/index.json @@ -0,0 +1,79 @@ +{ + "id": 442, + "slug": "gt-6t", + "name": "GT 6T", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 130, + "slug": "snapdragon-7-plus-gen-3", + "name": "Snapdragon 7+ Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 732", + "url": "/v1/socs/snapdragon-7-plus-gen-3" + }, + "release_date": "2023-01-01", + "msrp_usd": 360, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 34.4, + "performance": 33.5, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 64.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.229362", + "updated_at": "2026-06-18T06:58:10.229362" +} diff --git a/site/public/v1/smartphones/gt-6t/score/index.json b/site/public/v1/smartphones/gt-6t/score/index.json new file mode 100644 index 00000000000..a3e24af5517 --- /dev/null +++ b/site/public/v1/smartphones/gt-6t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 34.4, + "performance": 33.5, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 64.9 +} diff --git a/site/public/v1/smartphones/gt-7-pro/index.json b/site/public/v1/smartphones/gt-7-pro/index.json new file mode 100644 index 00000000000..cdf965233a8 --- /dev/null +++ b/site/public/v1/smartphones/gt-7-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 452, + "slug": "gt-7-pro", + "name": "GT 7 Pro", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 131, + "slug": "snapdragon-8-elite", + "name": "Snapdragon 8 Elite", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 3.0, + "gpu_name": "Adreno 830", + "url": "/v1/socs/snapdragon-8-elite" + }, + "release_date": "2024-01-01", + "msrp_usd": 470, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 222.8, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 56.3, + "performance": 86.9, + "camera": 17.1, + "battery": 65.0, + "display": null, + "value": 71.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/gt-7-pro/score/index.json b/site/public/v1/smartphones/gt-7-pro/score/index.json new file mode 100644 index 00000000000..3997ce45ce3 --- /dev/null +++ b/site/public/v1/smartphones/gt-7-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 56.3, + "performance": 86.9, + "camera": 17.1, + "battery": 65.0, + "display": null, + "value": 71.6 +} diff --git a/site/public/v1/smartphones/gt-7/index.json b/site/public/v1/smartphones/gt-7/index.json new file mode 100644 index 00000000000..35b6f88237b --- /dev/null +++ b/site/public/v1/smartphones/gt-7/index.json @@ -0,0 +1,79 @@ +{ + "id": 453, + "slug": "gt-7", + "name": "GT 7", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 440, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.9, + "performance": 36.7, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 61.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/gt-7/score/index.json b/site/public/v1/smartphones/gt-7/score/index.json new file mode 100644 index 00000000000..d9ae0f67b67 --- /dev/null +++ b/site/public/v1/smartphones/gt-7/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.9, + "performance": 36.7, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 61.5 +} diff --git a/site/public/v1/smartphones/hot-10-lite/index.json b/site/public/v1/smartphones/hot-10-lite/index.json new file mode 100644 index 00000000000..d127b382210 --- /dev/null +++ b/site/public/v1/smartphones/hot-10-lite/index.json @@ -0,0 +1,78 @@ +{ + "id": 189, + "slug": "hot-10-lite", + "name": "Hot 10 Lite", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 40, + "slug": "helio-a25", + "name": "Helio A25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "PowerVR GE8320", + "url": "/v1/socs/helio-a25" + }, + "release_date": "2020-01-01", + "msrp_usd": 109, + "ram_gb": 3, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/hot-10-lite/score/index.json b/site/public/v1/smartphones/hot-10-lite/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/hot-10-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/hot-10-play/index.json b/site/public/v1/smartphones/hot-10-play/index.json new file mode 100644 index 00000000000..c73bbaaaf67 --- /dev/null +++ b/site/public/v1/smartphones/hot-10-play/index.json @@ -0,0 +1,78 @@ +{ + "id": 195, + "slug": "hot-10-play", + "name": "Hot 10 Play", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 41, + "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-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 207.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 0.0, + "camera": 5.3, + "battery": 45.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/hot-10-play/score/index.json b/site/public/v1/smartphones/hot-10-play/score/index.json new file mode 100644 index 00000000000..26ff1ce17e8 --- /dev/null +++ b/site/public/v1/smartphones/hot-10-play/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 0.0, + "camera": 5.3, + "battery": 45.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/hot-10/index.json b/site/public/v1/smartphones/hot-10/index.json new file mode 100644 index 00000000000..2d388aacda3 --- /dev/null +++ b/site/public/v1/smartphones/hot-10/index.json @@ -0,0 +1,78 @@ +{ + "id": 190, + "slug": "hot-10", + "name": "Hot 10", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 43, + "slug": "helio-g70", + "name": "Helio G70", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 2EEMC2", + "url": "/v1/socs/helio-g70" + }, + "release_date": "2020-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 204.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.1, + "performance": 0.0, + "camera": 6.3, + "battery": 33.0, + "display": null, + "value": 56.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/hot-10/score/index.json b/site/public/v1/smartphones/hot-10/score/index.json new file mode 100644 index 00000000000..6b4e68943e7 --- /dev/null +++ b/site/public/v1/smartphones/hot-10/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.1, + "performance": 0.0, + "camera": 6.3, + "battery": 33.0, + "display": null, + "value": 56.5 +} diff --git a/site/public/v1/smartphones/hot-10s-nfc/index.json b/site/public/v1/smartphones/hot-10s-nfc/index.json new file mode 100644 index 00000000000..19da36b5261 --- /dev/null +++ b/site/public/v1/smartphones/hot-10s-nfc/index.json @@ -0,0 +1,78 @@ +{ + "id": 196, + "slug": "hot-10s-nfc", + "name": "Hot 10S NFC", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2021-01-01", + "msrp_usd": 179, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 211.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.0, + "performance": 1.5, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-10s-nfc/score/index.json b/site/public/v1/smartphones/hot-10s-nfc/score/index.json new file mode 100644 index 00000000000..c6ca0d6e555 --- /dev/null +++ b/site/public/v1/smartphones/hot-10s-nfc/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.0, + "performance": 1.5, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.5 +} diff --git a/site/public/v1/smartphones/hot-10s/index.json b/site/public/v1/smartphones/hot-10s/index.json new file mode 100644 index 00000000000..a1fe938c8f3 --- /dev/null +++ b/site/public/v1/smartphones/hot-10s/index.json @@ -0,0 +1,78 @@ +{ + "id": 197, + "slug": "hot-10s", + "name": "Hot 10S", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2021-01-01", + "msrp_usd": 169, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 211.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.0, + "performance": 1.5, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-10s/score/index.json b/site/public/v1/smartphones/hot-10s/score/index.json new file mode 100644 index 00000000000..c6ca0d6e555 --- /dev/null +++ b/site/public/v1/smartphones/hot-10s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.0, + "performance": 1.5, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.5 +} diff --git a/site/public/v1/smartphones/hot-10t/index.json b/site/public/v1/smartphones/hot-10t/index.json new file mode 100644 index 00000000000..3944f23a558 --- /dev/null +++ b/site/public/v1/smartphones/hot-10t/index.json @@ -0,0 +1,78 @@ +{ + "id": 198, + "slug": "hot-10t", + "name": "Hot 10T", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 43, + "slug": "helio-g70", + "name": "Helio G70", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 2EEMC2", + "url": "/v1/socs/helio-g70" + }, + "release_date": "2021-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-10t/score/index.json b/site/public/v1/smartphones/hot-10t/score/index.json new file mode 100644 index 00000000000..a7911b9269f --- /dev/null +++ b/site/public/v1/smartphones/hot-10t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 +} diff --git a/site/public/v1/smartphones/hot-11-play/index.json b/site/public/v1/smartphones/hot-11-play/index.json new file mode 100644 index 00000000000..cb7e969213f --- /dev/null +++ b/site/public/v1/smartphones/hot-11-play/index.json @@ -0,0 +1,78 @@ +{ + "id": 199, + "slug": "hot-11-play", + "name": "Hot 11 Play", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 42, + "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-01-01", + "msrp_usd": 169, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 209.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 0.0, + "camera": 5.3, + "battery": 45.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-11-play/score/index.json b/site/public/v1/smartphones/hot-11-play/score/index.json new file mode 100644 index 00000000000..26ff1ce17e8 --- /dev/null +++ b/site/public/v1/smartphones/hot-11-play/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 0.0, + "camera": 5.3, + "battery": 45.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/hot-11/index.json b/site/public/v1/smartphones/hot-11/index.json new file mode 100644 index 00000000000..68ba8f9ce4a --- /dev/null +++ b/site/public/v1/smartphones/hot-11/index.json @@ -0,0 +1,78 @@ +{ + "id": 200, + "slug": "hot-11", + "name": "Hot 11", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 43, + "slug": "helio-g70", + "name": "Helio G70", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 2EEMC2", + "url": "/v1/socs/helio-g70" + }, + "release_date": "2021-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 201.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.8, + "performance": 0.0, + "camera": 5.3, + "battery": 33.0, + "display": null, + "value": 56.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-11/score/index.json b/site/public/v1/smartphones/hot-11/score/index.json new file mode 100644 index 00000000000..d4294cd3fcf --- /dev/null +++ b/site/public/v1/smartphones/hot-11/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.8, + "performance": 0.0, + "camera": 5.3, + "battery": 33.0, + "display": null, + "value": 56.4 +} diff --git a/site/public/v1/smartphones/hot-11s/index.json b/site/public/v1/smartphones/hot-11s/index.json new file mode 100644 index 00000000000..4bcd9e822ed --- /dev/null +++ b/site/public/v1/smartphones/hot-11s/index.json @@ -0,0 +1,78 @@ +{ + "id": 201, + "slug": "hot-11s", + "name": "Hot 11s", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2021-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-11s/score/index.json b/site/public/v1/smartphones/hot-11s/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/hot-11s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/hot-12/index.json b/site/public/v1/smartphones/hot-12/index.json new file mode 100644 index 00000000000..e55a13dfd50 --- /dev/null +++ b/site/public/v1/smartphones/hot-12/index.json @@ -0,0 +1,78 @@ +{ + "id": 202, + "slug": "hot-12", + "name": "Hot 12", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2022-01-01", + "msrp_usd": 179, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-12/score/index.json b/site/public/v1/smartphones/hot-12/score/index.json new file mode 100644 index 00000000000..d7d116d2c08 --- /dev/null +++ b/site/public/v1/smartphones/hot-12/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 +} diff --git a/site/public/v1/smartphones/hot-20-5g/index.json b/site/public/v1/smartphones/hot-20-5g/index.json new file mode 100644 index 00000000000..c7d45e38d0e --- /dev/null +++ b/site/public/v1/smartphones/hot-20-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 203, + "slug": "hot-20-5g", + "name": "Hot 20 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2022-01-01", + "msrp_usd": 239, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 204.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.199319", + "updated_at": "2026-06-18T06:58:10.199319" +} diff --git a/site/public/v1/smartphones/hot-20-5g/score/index.json b/site/public/v1/smartphones/hot-20-5g/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/hot-20-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/hot-20/index.json b/site/public/v1/smartphones/hot-20/index.json new file mode 100644 index 00000000000..5e00542765d --- /dev/null +++ b/site/public/v1/smartphones/hot-20/index.json @@ -0,0 +1,78 @@ +{ + "id": 204, + "slug": "hot-20", + "name": "Hot 20", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-20/score/index.json b/site/public/v1/smartphones/hot-20/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/hot-20/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/hot-20i/index.json b/site/public/v1/smartphones/hot-20i/index.json new file mode 100644 index 00000000000..145dd41cf6b --- /dev/null +++ b/site/public/v1/smartphones/hot-20i/index.json @@ -0,0 +1,78 @@ +{ + "id": 205, + "slug": "hot-20i", + "name": "Hot 20i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 41, + "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": "2022-01-01", + "msrp_usd": 139, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-20i/score/index.json b/site/public/v1/smartphones/hot-20i/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/hot-20i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/hot-20s/index.json b/site/public/v1/smartphones/hot-20s/index.json new file mode 100644 index 00000000000..69e7b7ad380 --- /dev/null +++ b/site/public/v1/smartphones/hot-20s/index.json @@ -0,0 +1,78 @@ +{ + "id": 206, + "slug": "hot-20s", + "name": "Hot 20s", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 54, + "slug": "helio-g96", + "name": "Helio G96", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali G57 MC2", + "url": "/v1/socs/helio-g96" + }, + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-20s/score/index.json b/site/public/v1/smartphones/hot-20s/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/hot-20s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/hot-30-5g/index.json b/site/public/v1/smartphones/hot-30-5g/index.json new file mode 100644 index 00000000000..54873f0745d --- /dev/null +++ b/site/public/v1/smartphones/hot-30-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 208, + "slug": "hot-30-5g", + "name": "Hot 30 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2023-01-01", + "msrp_usd": 239, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-30-5g/score/index.json b/site/public/v1/smartphones/hot-30-5g/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/hot-30-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/hot-30/index.json b/site/public/v1/smartphones/hot-30/index.json new file mode 100644 index 00000000000..e40b1e5220f --- /dev/null +++ b/site/public/v1/smartphones/hot-30/index.json @@ -0,0 +1,78 @@ +{ + "id": 209, + "slug": "hot-30", + "name": "Hot 30", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-30/score/index.json b/site/public/v1/smartphones/hot-30/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/hot-30/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/hot-30i-nfc/index.json b/site/public/v1/smartphones/hot-30i-nfc/index.json new file mode 100644 index 00000000000..92e2ed880ba --- /dev/null +++ b/site/public/v1/smartphones/hot-30i-nfc/index.json @@ -0,0 +1,78 @@ +{ + "id": 210, + "slug": "hot-30i-nfc", + "name": "Hot 30i NFC", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 161, + "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": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-30i-nfc/score/index.json b/site/public/v1/smartphones/hot-30i-nfc/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/hot-30i-nfc/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/hot-30i/index.json b/site/public/v1/smartphones/hot-30i/index.json new file mode 100644 index 00000000000..89bee7ca637 --- /dev/null +++ b/site/public/v1/smartphones/hot-30i/index.json @@ -0,0 +1,78 @@ +{ + "id": 211, + "slug": "hot-30i", + "name": "Hot 30i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 161, + "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": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-30i/score/index.json b/site/public/v1/smartphones/hot-30i/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/hot-30i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/hot-40-pro/index.json b/site/public/v1/smartphones/hot-40-pro/index.json new file mode 100644 index 00000000000..b1ea77c7457 --- /dev/null +++ b/site/public/v1/smartphones/hot-40-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 212, + "slug": "hot-40-pro", + "name": "Hot 40 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2023-01-01", + "msrp_usd": 229, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.200322", + "updated_at": "2026-06-18T06:58:10.200322" +} diff --git a/site/public/v1/smartphones/hot-40-pro/score/index.json b/site/public/v1/smartphones/hot-40-pro/score/index.json new file mode 100644 index 00000000000..631ea19de64 --- /dev/null +++ b/site/public/v1/smartphones/hot-40-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 +} diff --git a/site/public/v1/smartphones/hot-40/index.json b/site/public/v1/smartphones/hot-40/index.json new file mode 100644 index 00000000000..3ebd00fb108 --- /dev/null +++ b/site/public/v1/smartphones/hot-40/index.json @@ -0,0 +1,76 @@ +{ + "id": 213, + "slug": "hot-40", + "name": "Hot 40", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-40/score/index.json b/site/public/v1/smartphones/hot-40/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/hot-40/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/hot-40i/index.json b/site/public/v1/smartphones/hot-40i/index.json new file mode 100644 index 00000000000..ebf9025b49d --- /dev/null +++ b/site/public/v1/smartphones/hot-40i/index.json @@ -0,0 +1,76 @@ +{ + "id": 214, + "slug": "hot-40i", + "name": "Hot 40i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 161, + "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": "2023-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-40i/score/index.json b/site/public/v1/smartphones/hot-40i/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/hot-40i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/hot-50-5g/index.json b/site/public/v1/smartphones/hot-50-5g/index.json new file mode 100644 index 00000000000..9c1acdfff81 --- /dev/null +++ b/site/public/v1/smartphones/hot-50-5g/index.json @@ -0,0 +1,76 @@ +{ + "id": 216, + "slug": "hot-50-5g", + "name": "Hot 50 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 289, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-50-5g/score/index.json b/site/public/v1/smartphones/hot-50-5g/score/index.json new file mode 100644 index 00000000000..cc9ed8e96fc --- /dev/null +++ b/site/public/v1/smartphones/hot-50-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/hot-50-pro/index.json b/site/public/v1/smartphones/hot-50-pro/index.json new file mode 100644 index 00000000000..bfebc3a6eba --- /dev/null +++ b/site/public/v1/smartphones/hot-50-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 217, + "slug": "hot-50-pro", + "name": "Hot 50 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 194.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 6.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-50-pro/score/index.json b/site/public/v1/smartphones/hot-50-pro/score/index.json new file mode 100644 index 00000000000..364c57092d3 --- /dev/null +++ b/site/public/v1/smartphones/hot-50-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 6.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/hot-50/index.json b/site/public/v1/smartphones/hot-50/index.json new file mode 100644 index 00000000000..af221146c6d --- /dev/null +++ b/site/public/v1/smartphones/hot-50/index.json @@ -0,0 +1,76 @@ +{ + "id": 218, + "slug": "hot-50", + "name": "Hot 50", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-50/score/index.json b/site/public/v1/smartphones/hot-50/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/hot-50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/hot-50i/index.json b/site/public/v1/smartphones/hot-50i/index.json new file mode 100644 index 00000000000..5a2d66a20cd --- /dev/null +++ b/site/public/v1/smartphones/hot-50i/index.json @@ -0,0 +1,76 @@ +{ + "id": 219, + "slug": "hot-50i", + "name": "Hot 50i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 161, + "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": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.201317", + "updated_at": "2026-06-18T06:58:10.201317" +} diff --git a/site/public/v1/smartphones/hot-50i/score/index.json b/site/public/v1/smartphones/hot-50i/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/hot-50i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/index.json b/site/public/v1/smartphones/index.json index e51728af8c2..017567c0b78 100644 --- a/site/public/v1/smartphones/index.json +++ b/site/public/v1/smartphones/index.json @@ -1,6 +1,166 @@ { - "count": 367, + "count": 734, "results": [ + { + "slug": "10x-lite", + "name": "10X Lite", + "url": "/v1/smartphones/10x-lite" + }, + { + "slug": "13-pro-5g", + "name": "13 Pro 5G", + "url": "/v1/smartphones/13-pro-5g" + }, + { + "slug": "13-5g", + "name": "13+ 5G", + "url": "/v1/smartphones/13-5g" + }, + { + "slug": "14-pro-5g", + "name": "14 Pro+ 5G", + "url": "/v1/smartphones/14-pro-5g" + }, + { + "slug": "14x-5g", + "name": "14x 5G", + "url": "/v1/smartphones/14x-5g" + }, + { + "slug": "30-pro", + "name": "30 Pro", + "url": "/v1/smartphones/30-pro" + }, + { + "slug": "50", + "name": "50", + "url": "/v1/smartphones/50" + }, + { + "slug": "50-pro", + "name": "50 Pro", + "url": "/v1/smartphones/50-pro" + }, + { + "slug": "50-se", + "name": "50 SE", + "url": "/v1/smartphones/50-se" + }, + { + "slug": "60", + "name": "60", + "url": "/v1/smartphones/60" + }, + { + "slug": "60-pro", + "name": "60 Pro", + "url": "/v1/smartphones/60-pro" + }, + { + "slug": "60-se", + "name": "60 SE", + "url": "/v1/smartphones/60-se" + }, + { + "slug": "70", + "name": "70", + "url": "/v1/smartphones/70" + }, + { + "slug": "70-pro", + "name": "70 Pro+", + "url": "/v1/smartphones/70-pro" + }, + { + "slug": "80-pro", + "name": "80 Pro", + "url": "/v1/smartphones/80-pro" + }, + { + "slug": "80-se", + "name": "80 SE", + "url": "/v1/smartphones/80-se" + }, + { + "slug": "90", + "name": "90", + "url": "/v1/smartphones/90" + }, + { + "slug": "90-pro", + "name": "90 Pro", + "url": "/v1/smartphones/90-pro" + }, + { + "slug": "90-se", + "name": "90 SE", + "url": "/v1/smartphones/90-se" + }, + { + "slug": "9x-lite", + "name": "9X Lite", + "url": "/v1/smartphones/9x-lite" + }, + { + "slug": "a49-5g", + "name": "A49 5G", + "url": "/v1/smartphones/a49-5g" + }, + { + "slug": "a5-pro", + "name": "A5 Pro", + "url": "/v1/smartphones/a5-pro" + }, + { + "slug": "a50-5g", + "name": "A50 5G", + "url": "/v1/smartphones/a50-5g" + }, + { + "slug": "a51-5g", + "name": "A51 5G", + "url": "/v1/smartphones/a51-5g" + }, + { + "slug": "a52-5g", + "name": "A52 5G", + "url": "/v1/smartphones/a52-5g" + }, + { + "slug": "a53-5g", + "name": "A53 5G", + "url": "/v1/smartphones/a53-5g" + }, + { + "slug": "a54-5g", + "name": "A54 5G", + "url": "/v1/smartphones/a54-5g" + }, + { + "slug": "a55-5g", + "name": "A55 5G", + "url": "/v1/smartphones/a55-5g" + }, + { + "slug": "a56-5g", + "name": "A56 5G", + "url": "/v1/smartphones/a56-5g" + }, + { + "slug": "a57-5g", + "name": "A57 5G", + "url": "/v1/smartphones/a57-5g" + }, + { + "slug": "a58-5g", + "name": "A58 5G", + "url": "/v1/smartphones/a58-5g" + }, + { + "slug": "a80", + "name": "A80", + "url": "/v1/smartphones/a80" + }, { "slug": "asus-rog-phone-10-pro-edition", "name": "ASUS ROG Phone 10 Pro Edition", @@ -61,6 +221,36 @@ "name": "ASUS Zenfone 9", "url": "/v1/smartphones/asus-zenfone-9" }, + { + "slug": "c55", + "name": "C55", + "url": "/v1/smartphones/c55" + }, + { + "slug": "c63", + "name": "C63", + "url": "/v1/smartphones/c63" + }, + { + "slug": "c65", + "name": "C65", + "url": "/v1/smartphones/c65" + }, + { + "slug": "realme-c65", + "name": "C65", + "url": "/v1/smartphones/realme-c65" + }, + { + "slug": "c67", + "name": "C67", + "url": "/v1/smartphones/c67" + }, + { + "slug": "c75", + "name": "C75", + "url": "/v1/smartphones/c75" + }, { "slug": "cmf-phone-1", "name": "CMF Phone 1", @@ -71,6 +261,261 @@ "name": "CMF Phone 2 Pro", "url": "/v1/smartphones/nothing-cmf-phone-2-pro" }, + { + "slug": "camon-20", + "name": "Camon 20", + "url": "/v1/smartphones/camon-20" + }, + { + "slug": "camon-20-premier", + "name": "Camon 20 Premier", + "url": "/v1/smartphones/camon-20-premier" + }, + { + "slug": "camon-20-pro", + "name": "Camon 20 Pro", + "url": "/v1/smartphones/camon-20-pro" + }, + { + "slug": "camon-20-pro-5g", + "name": "Camon 20 Pro 5G", + "url": "/v1/smartphones/camon-20-pro-5g" + }, + { + "slug": "camon-20s", + "name": "Camon 20s", + "url": "/v1/smartphones/camon-20s" + }, + { + "slug": "camon-20s-pro", + "name": "Camon 20s Pro", + "url": "/v1/smartphones/camon-20s-pro" + }, + { + "slug": "camon-20s-pro-5g", + "name": "Camon 20s Pro 5G", + "url": "/v1/smartphones/camon-20s-pro-5g" + }, + { + "slug": "camon-30", + "name": "Camon 30", + "url": "/v1/smartphones/camon-30" + }, + { + "slug": "camon-30-5g", + "name": "Camon 30 5G", + "url": "/v1/smartphones/camon-30-5g" + }, + { + "slug": "camon-30-premier", + "name": "Camon 30 Premier", + "url": "/v1/smartphones/camon-30-premier" + }, + { + "slug": "camon-30-pro", + "name": "Camon 30 Pro", + "url": "/v1/smartphones/camon-30-pro" + }, + { + "slug": "camon-30s", + "name": "Camon 30S", + "url": "/v1/smartphones/camon-30s" + }, + { + "slug": "camon-30s-pro", + "name": "Camon 30S Pro", + "url": "/v1/smartphones/camon-30s-pro" + }, + { + "slug": "edge", + "name": "Edge", + "url": "/v1/smartphones/edge" + }, + { + "slug": "edge-50", + "name": "Edge 50", + "url": "/v1/smartphones/edge-50" + }, + { + "slug": "edge-50-fusion", + "name": "Edge 50 Fusion", + "url": "/v1/smartphones/edge-50-fusion" + }, + { + "slug": "edge-50-lite", + "name": "Edge 50 Lite", + "url": "/v1/smartphones/edge-50-lite" + }, + { + "slug": "edge-50-neo", + "name": "Edge 50 Neo", + "url": "/v1/smartphones/edge-50-neo" + }, + { + "slug": "edge-50-pro", + "name": "Edge 50 Pro", + "url": "/v1/smartphones/edge-50-pro" + }, + { + "slug": "edge-50-ultra", + "name": "Edge 50 Ultra", + "url": "/v1/smartphones/edge-50-ultra" + }, + { + "slug": "f2-pro", + "name": "F2 Pro", + "url": "/v1/smartphones/f2-pro" + }, + { + "slug": "f25-pro", + "name": "F25 Pro", + "url": "/v1/smartphones/f25-pro" + }, + { + "slug": "f3", + "name": "F3", + "url": "/v1/smartphones/f3" + }, + { + "slug": "f3-gt", + "name": "F3 GT", + "url": "/v1/smartphones/f3-gt" + }, + { + "slug": "f4", + "name": "F4", + "url": "/v1/smartphones/f4" + }, + { + "slug": "f4-gt", + "name": "F4 GT", + "url": "/v1/smartphones/f4-gt" + }, + { + "slug": "f5", + "name": "F5", + "url": "/v1/smartphones/f5" + }, + { + "slug": "f5-pro", + "name": "F5 Pro", + "url": "/v1/smartphones/f5-pro" + }, + { + "slug": "f6", + "name": "F6", + "url": "/v1/smartphones/f6" + }, + { + "slug": "find-n2", + "name": "Find N2", + "url": "/v1/smartphones/find-n2" + }, + { + "slug": "find-n3", + "name": "Find N3", + "url": "/v1/smartphones/find-n3" + }, + { + "slug": "find-n3-flip", + "name": "Find N3 Flip", + "url": "/v1/smartphones/find-n3-flip" + }, + { + "slug": "find-x5", + "name": "Find X5", + "url": "/v1/smartphones/find-x5" + }, + { + "slug": "find-x5-pro", + "name": "Find X5 Pro", + "url": "/v1/smartphones/find-x5-pro" + }, + { + "slug": "find-x6", + "name": "Find X6", + "url": "/v1/smartphones/find-x6" + }, + { + "slug": "find-x6-pro", + "name": "Find X6 Pro", + "url": "/v1/smartphones/find-x6-pro" + }, + { + "slug": "find-x7", + "name": "Find X7", + "url": "/v1/smartphones/find-x7" + }, + { + "slug": "find-x7-ultra", + "name": "Find X7 Ultra", + "url": "/v1/smartphones/find-x7-ultra" + }, + { + "slug": "find-x8", + "name": "Find X8", + "url": "/v1/smartphones/find-x8" + }, + { + "slug": "find-x8-pro", + "name": "Find X8 Pro", + "url": "/v1/smartphones/find-x8-pro" + }, + { + "slug": "g21", + "name": "G21", + "url": "/v1/smartphones/g21" + }, + { + "slug": "g400", + "name": "G400", + "url": "/v1/smartphones/g400" + }, + { + "slug": "g42-5g", + "name": "G42 5G", + "url": "/v1/smartphones/g42-5g" + }, + { + "slug": "g84-5g", + "name": "G84 5G", + "url": "/v1/smartphones/g84-5g" + }, + { + "slug": "gt-10-pro", + "name": "GT 10 Pro", + "url": "/v1/smartphones/gt-10-pro" + }, + { + "slug": "gt-20-pro", + "name": "GT 20 Pro", + "url": "/v1/smartphones/gt-20-pro" + }, + { + "slug": "gt-6", + "name": "GT 6", + "url": "/v1/smartphones/gt-6" + }, + { + "slug": "gt-6t", + "name": "GT 6T", + "url": "/v1/smartphones/gt-6t" + }, + { + "slug": "gt-7", + "name": "GT 7", + "url": "/v1/smartphones/gt-7" + }, + { + "slug": "gt-7-pro", + "name": "GT 7 Pro", + "url": "/v1/smartphones/gt-7-pro" + }, + { + "slug": "galaxy-a04", + "name": "Galaxy A04", + "url": "/v1/smartphones/galaxy-a04" + }, { "slug": "galaxy-a05", "name": "Galaxy A05", @@ -86,6 +531,11 @@ "name": "Galaxy A12", "url": "/v1/smartphones/galaxy-a12" }, + { + "slug": "galaxy-a14", + "name": "Galaxy A14", + "url": "/v1/smartphones/galaxy-a14" + }, { "slug": "galaxy-a15", "name": "Galaxy A15 5G", @@ -96,6 +546,11 @@ "name": "Galaxy A16 5G", "url": "/v1/smartphones/galaxy-a16" }, + { + "slug": "galaxy-a24", + "name": "Galaxy A24", + "url": "/v1/smartphones/galaxy-a24" + }, { "slug": "galaxy-a26", "name": "Galaxy A26 5G", @@ -181,16 +636,46 @@ "name": "Galaxy A80", "url": "/v1/smartphones/galaxy-a80" }, + { + "slug": "galaxy-f14", + "name": "Galaxy F14", + "url": "/v1/smartphones/galaxy-f14" + }, + { + "slug": "galaxy-f34", + "name": "Galaxy F34", + "url": "/v1/smartphones/galaxy-f34" + }, + { + "slug": "galaxy-f54", + "name": "Galaxy F54", + "url": "/v1/smartphones/galaxy-f54" + }, { "slug": "galaxy-fold", "name": "Galaxy Fold", "url": "/v1/smartphones/galaxy-fold" }, + { + "slug": "galaxy-m04", + "name": "Galaxy M04", + "url": "/v1/smartphones/galaxy-m04" + }, + { + "slug": "galaxy-m14", + "name": "Galaxy M14", + "url": "/v1/smartphones/galaxy-m14" + }, { "slug": "galaxy-m34", "name": "Galaxy M34", "url": "/v1/smartphones/galaxy-m34" }, + { + "slug": "galaxy-m54", + "name": "Galaxy M54", + "url": "/v1/smartphones/galaxy-m54" + }, { "slug": "galaxy-note", "name": "Galaxy Note", @@ -446,6 +931,26 @@ "name": "Galaxy S9+", "url": "/v1/smartphones/galaxy-s9-plus" }, + { + "slug": "galaxy-w21-5g", + "name": "Galaxy W21 5G", + "url": "/v1/smartphones/galaxy-w21-5g" + }, + { + "slug": "galaxy-w22-5g", + "name": "Galaxy W22 5G", + "url": "/v1/smartphones/galaxy-w22-5g" + }, + { + "slug": "galaxy-xcover-5", + "name": "Galaxy Xcover 5", + "url": "/v1/smartphones/galaxy-xcover-5" + }, + { + "slug": "galaxy-xcover-6-pro", + "name": "Galaxy Xcover 6 Pro", + "url": "/v1/smartphones/galaxy-xcover-6-pro" + }, { "slug": "galaxy-z-flip", "name": "Galaxy Z Flip", @@ -616,6 +1121,131 @@ "name": "Honor Magic8 Pro", "url": "/v1/smartphones/honor-magic-8-pro" }, + { + "slug": "hot-10", + "name": "Hot 10", + "url": "/v1/smartphones/hot-10" + }, + { + "slug": "hot-10-lite", + "name": "Hot 10 Lite", + "url": "/v1/smartphones/hot-10-lite" + }, + { + "slug": "hot-10-play", + "name": "Hot 10 Play", + "url": "/v1/smartphones/hot-10-play" + }, + { + "slug": "hot-10s", + "name": "Hot 10S", + "url": "/v1/smartphones/hot-10s" + }, + { + "slug": "hot-10s-nfc", + "name": "Hot 10S NFC", + "url": "/v1/smartphones/hot-10s-nfc" + }, + { + "slug": "hot-10t", + "name": "Hot 10T", + "url": "/v1/smartphones/hot-10t" + }, + { + "slug": "hot-11", + "name": "Hot 11", + "url": "/v1/smartphones/hot-11" + }, + { + "slug": "hot-11-play", + "name": "Hot 11 Play", + "url": "/v1/smartphones/hot-11-play" + }, + { + "slug": "hot-11s", + "name": "Hot 11s", + "url": "/v1/smartphones/hot-11s" + }, + { + "slug": "hot-12", + "name": "Hot 12", + "url": "/v1/smartphones/hot-12" + }, + { + "slug": "hot-20", + "name": "Hot 20", + "url": "/v1/smartphones/hot-20" + }, + { + "slug": "hot-20-5g", + "name": "Hot 20 5G", + "url": "/v1/smartphones/hot-20-5g" + }, + { + "slug": "hot-20i", + "name": "Hot 20i", + "url": "/v1/smartphones/hot-20i" + }, + { + "slug": "hot-20s", + "name": "Hot 20s", + "url": "/v1/smartphones/hot-20s" + }, + { + "slug": "hot-30", + "name": "Hot 30", + "url": "/v1/smartphones/hot-30" + }, + { + "slug": "hot-30-5g", + "name": "Hot 30 5G", + "url": "/v1/smartphones/hot-30-5g" + }, + { + "slug": "hot-30i", + "name": "Hot 30i", + "url": "/v1/smartphones/hot-30i" + }, + { + "slug": "hot-30i-nfc", + "name": "Hot 30i NFC", + "url": "/v1/smartphones/hot-30i-nfc" + }, + { + "slug": "hot-40", + "name": "Hot 40", + "url": "/v1/smartphones/hot-40" + }, + { + "slug": "hot-40-pro", + "name": "Hot 40 Pro", + "url": "/v1/smartphones/hot-40-pro" + }, + { + "slug": "hot-40i", + "name": "Hot 40i", + "url": "/v1/smartphones/hot-40i" + }, + { + "slug": "hot-50", + "name": "Hot 50", + "url": "/v1/smartphones/hot-50" + }, + { + "slug": "hot-50-5g", + "name": "Hot 50 5G", + "url": "/v1/smartphones/hot-50-5g" + }, + { + "slug": "hot-50-pro", + "name": "Hot 50 Pro", + "url": "/v1/smartphones/hot-50-pro" + }, + { + "slug": "hot-50i", + "name": "Hot 50i", + "url": "/v1/smartphones/hot-50i" + }, { "slug": "huawei-mate-20-pro", "name": "Huawei Mate 20 Pro", @@ -692,12 +1322,72 @@ "url": "/v1/smartphones/huawei-nova-12-pro" }, { - "slug": "lg-g2", - "name": "LG G2", - "url": "/v1/smartphones/lg-g2" + "slug": "k10-note", + "name": "K10 Note", + "url": "/v1/smartphones/k10-note" }, { - "slug": "lg-g3", + "slug": "k10-plus", + "name": "K10 Plus", + "url": "/v1/smartphones/k10-plus" + }, + { + "slug": "k10x", + "name": "K10x", + "url": "/v1/smartphones/k10x" + }, + { + "slug": "k11x", + "name": "K11x", + "url": "/v1/smartphones/k11x" + }, + { + "slug": "k12-plus", + "name": "K12 Plus", + "url": "/v1/smartphones/k12-plus" + }, + { + "slug": "k13-note", + "name": "K13 Note", + "url": "/v1/smartphones/k13-note" + }, + { + "slug": "k13-pro", + "name": "K13 Pro", + "url": "/v1/smartphones/k13-pro" + }, + { + "slug": "k7-5g", + "name": "K7 5G", + "url": "/v1/smartphones/k7-5g" + }, + { + "slug": "k7x", + "name": "K7x", + "url": "/v1/smartphones/k7x" + }, + { + "slug": "k9-5g", + "name": "K9 5G", + "url": "/v1/smartphones/k9-5g" + }, + { + "slug": "k9-pro-5g", + "name": "K9 Pro 5G", + "url": "/v1/smartphones/k9-pro-5g" + }, + { + "slug": "k9x", + "name": "K9x", + "url": "/v1/smartphones/k9x" + }, + { + "slug": "lg-g2", + "name": "LG G2", + "url": "/v1/smartphones/lg-g2" + }, + { + "slug": "lg-g3", "name": "LG G3", "url": "/v1/smartphones/lg-g3" }, @@ -751,11 +1441,221 @@ "name": "LG V60 ThinQ 5G", "url": "/v1/smartphones/lg-v60-thinq" }, + { + "slug": "legion-y70", + "name": "Legion Y70", + "url": "/v1/smartphones/legion-y70" + }, + { + "slug": "m2-pro", + "name": "M2 Pro", + "url": "/v1/smartphones/m2-pro" + }, + { + "slug": "m3", + "name": "M3", + "url": "/v1/smartphones/m3" + }, + { + "slug": "m3-pro-5g", + "name": "M3 Pro 5G", + "url": "/v1/smartphones/m3-pro-5g" + }, + { + "slug": "m4-pro", + "name": "M4 Pro", + "url": "/v1/smartphones/m4-pro" + }, + { + "slug": "m4-pro-5g", + "name": "M4 Pro 5G", + "url": "/v1/smartphones/m4-pro-5g" + }, + { + "slug": "m5", + "name": "M5", + "url": "/v1/smartphones/m5" + }, + { + "slug": "m5s", + "name": "M5s", + "url": "/v1/smartphones/m5s" + }, + { + "slug": "m6", + "name": "M6", + "url": "/v1/smartphones/m6" + }, + { + "slug": "m6-pro", + "name": "M6 Pro", + "url": "/v1/smartphones/m6-pro" + }, + { + "slug": "magic-v", + "name": "Magic V", + "url": "/v1/smartphones/magic-v" + }, + { + "slug": "magic-v2", + "name": "Magic V2", + "url": "/v1/smartphones/magic-v2" + }, + { + "slug": "magic-v3", + "name": "Magic V3", + "url": "/v1/smartphones/magic-v3" + }, + { + "slug": "magic-vs", + "name": "Magic Vs", + "url": "/v1/smartphones/magic-vs" + }, + { + "slug": "magic3", + "name": "Magic3", + "url": "/v1/smartphones/magic3" + }, + { + "slug": "magic3-pro", + "name": "Magic3 Pro", + "url": "/v1/smartphones/magic3-pro" + }, + { + "slug": "magic4", + "name": "Magic4", + "url": "/v1/smartphones/magic4" + }, + { + "slug": "magic4-pro", + "name": "Magic4 Pro", + "url": "/v1/smartphones/magic4-pro" + }, + { + "slug": "magic4-ultimate", + "name": "Magic4 Ultimate", + "url": "/v1/smartphones/magic4-ultimate" + }, + { + "slug": "magic5", + "name": "Magic5", + "url": "/v1/smartphones/magic5" + }, + { + "slug": "magic5-pro", + "name": "Magic5 Pro", + "url": "/v1/smartphones/magic5-pro" + }, + { + "slug": "magic5-ultimate", + "name": "Magic5 Ultimate", + "url": "/v1/smartphones/magic5-ultimate" + }, + { + "slug": "magic6", + "name": "Magic6", + "url": "/v1/smartphones/magic6" + }, + { + "slug": "magic6-pro", + "name": "Magic6 Pro", + "url": "/v1/smartphones/magic6-pro" + }, + { + "slug": "magic6-ultimate", + "name": "Magic6 Ultimate", + "url": "/v1/smartphones/magic6-ultimate" + }, + { + "slug": "magic7", + "name": "Magic7", + "url": "/v1/smartphones/magic7" + }, + { + "slug": "magic7-pro", + "name": "Magic7 Pro", + "url": "/v1/smartphones/magic7-pro" + }, + { + "slug": "magic7-ultimate", + "name": "Magic7 Ultimate", + "url": "/v1/smartphones/magic7-ultimate" + }, + { + "slug": "mate-60", + "name": "Mate 60", + "url": "/v1/smartphones/mate-60" + }, + { + "slug": "mate-60-pro", + "name": "Mate 60 Pro", + "url": "/v1/smartphones/mate-60-pro" + }, + { + "slug": "mate-70", + "name": "Mate 70", + "url": "/v1/smartphones/mate-70" + }, + { + "slug": "mate-70-pro", + "name": "Mate 70 Pro", + "url": "/v1/smartphones/mate-70-pro" + }, + { + "slug": "mate-x6", + "name": "Mate X6", + "url": "/v1/smartphones/mate-x6" + }, + { + "slug": "mate-xt", + "name": "Mate XT", + "url": "/v1/smartphones/mate-xt" + }, + { + "slug": "moto-e14", + "name": "Moto E14", + "url": "/v1/smartphones/moto-e14" + }, + { + "slug": "moto-g-play", + "name": "Moto G Play", + "url": "/v1/smartphones/moto-g-play" + }, + { + "slug": "moto-g-power", + "name": "Moto G Power", + "url": "/v1/smartphones/moto-g-power" + }, + { + "slug": "moto-g-stylus", + "name": "Moto G Stylus", + "url": "/v1/smartphones/moto-g-stylus" + }, + { + "slug": "moto-g-stylus-5g", + "name": "Moto G Stylus 5G", + "url": "/v1/smartphones/moto-g-stylus-5g" + }, + { + "slug": "moto-g75-5g", + "name": "Moto G75 5G", + "url": "/v1/smartphones/moto-g75-5g" + }, { "slug": "moto-g84", "name": "Moto G84 5G", "url": "/v1/smartphones/moto-g84" }, + { + "slug": "moto-s50", + "name": "Moto S50", + "url": "/v1/smartphones/moto-s50" + }, + { + "slug": "moto-x50-ultra", + "name": "Moto X50 Ultra", + "url": "/v1/smartphones/moto-x50-ultra" + }, { "slug": "motorola-edge-30-ultra", "name": "Motorola Edge 30 Ultra", @@ -801,6 +1701,96 @@ "name": "Motorola Razr 5G", "url": "/v1/smartphones/motorola-razr-5g" }, + { + "slug": "narzo-70-5g", + "name": "Narzo 70 5G", + "url": "/v1/smartphones/narzo-70-5g" + }, + { + "slug": "narzo-70-turbo-5g", + "name": "Narzo 70 Turbo 5G", + "url": "/v1/smartphones/narzo-70-turbo-5g" + }, + { + "slug": "narzo-n61", + "name": "Narzo N61", + "url": "/v1/smartphones/narzo-n61" + }, + { + "slug": "narzo-n63", + "name": "Narzo N63", + "url": "/v1/smartphones/narzo-n63" + }, + { + "slug": "narzo-n65-5g", + "name": "Narzo N65 5G", + "url": "/v1/smartphones/narzo-n65-5g" + }, + { + "slug": "neo-7", + "name": "Neo 7", + "url": "/v1/smartphones/neo-7" + }, + { + "slug": "note-40", + "name": "Note 40", + "url": "/v1/smartphones/note-40" + }, + { + "slug": "note-40-5g", + "name": "Note 40 5G", + "url": "/v1/smartphones/note-40-5g" + }, + { + "slug": "note-40-pro", + "name": "Note 40 Pro", + "url": "/v1/smartphones/note-40-pro" + }, + { + "slug": "note-40-pro-5g", + "name": "Note 40 Pro 5G", + "url": "/v1/smartphones/note-40-pro-5g" + }, + { + "slug": "note-40-racing-edition", + "name": "Note 40 Racing Edition", + "url": "/v1/smartphones/note-40-racing-edition" + }, + { + "slug": "note-40s", + "name": "Note 40S", + "url": "/v1/smartphones/note-40s" + }, + { + "slug": "note-40x-5g", + "name": "Note 40X 5G", + "url": "/v1/smartphones/note-40x-5g" + }, + { + "slug": "note-50", + "name": "Note 50", + "url": "/v1/smartphones/note-50" + }, + { + "slug": "note-60", + "name": "Note 60", + "url": "/v1/smartphones/note-60" + }, + { + "slug": "note-60x", + "name": "Note 60x", + "url": "/v1/smartphones/note-60x" + }, + { + "slug": "note-8", + "name": "Note 8", + "url": "/v1/smartphones/note-8" + }, + { + "slug": "note-8i", + "name": "Note 8i", + "url": "/v1/smartphones/note-8i" + }, { "slug": "nothing-phone-1", "name": "Nothing Phone (1)", @@ -826,6 +1816,26 @@ "name": "Nothing Phone (3a)", "url": "/v1/smartphones/nothing-phone-3a" }, + { + "slug": "nova-12", + "name": "Nova 12", + "url": "/v1/smartphones/nova-12" + }, + { + "slug": "nova-12-pro", + "name": "Nova 12 Pro", + "url": "/v1/smartphones/nova-12-pro" + }, + { + "slug": "nova-13", + "name": "Nova 13", + "url": "/v1/smartphones/nova-13" + }, + { + "slug": "nova-13-pro", + "name": "Nova 13 Pro", + "url": "/v1/smartphones/nova-13-pro" + }, { "slug": "oppo-find-n3", "name": "OPPO Find N3", @@ -861,11 +1871,21 @@ "name": "OPPO Reno 11 Pro", "url": "/v1/smartphones/oppo-reno-11-pro" }, + { + "slug": "one-vision-3", + "name": "One Vision 3", + "url": "/v1/smartphones/one-vision-3" + }, { "slug": "oneplus-10-pro", "name": "OnePlus 10 Pro", "url": "/v1/smartphones/oneplus-10-pro" }, + { + "slug": "oneplus-10r", + "name": "OnePlus 10R", + "url": "/v1/smartphones/oneplus-10r" + }, { "slug": "oneplus-10t", "name": "OnePlus 10T", @@ -876,11 +1896,21 @@ "name": "OnePlus 11", "url": "/v1/smartphones/oneplus-11" }, + { + "slug": "oneplus-11-pro", + "name": "OnePlus 11 Pro", + "url": "/v1/smartphones/oneplus-11-pro" + }, { "slug": "oneplus-11r", "name": "OnePlus 11R", "url": "/v1/smartphones/oneplus-11r" }, + { + "slug": "oneplus-11t", + "name": "OnePlus 11T", + "url": "/v1/smartphones/oneplus-11t" + }, { "slug": "oneplus-12", "name": "OnePlus 12", @@ -891,11 +1921,21 @@ "name": "OnePlus 12R", "url": "/v1/smartphones/oneplus-12r" }, + { + "slug": "oneplus-12t-5g", + "name": "OnePlus 12T 5G", + "url": "/v1/smartphones/oneplus-12t-5g" + }, { "slug": "oneplus-13", "name": "OnePlus 13", "url": "/v1/smartphones/oneplus-13" }, + { + "slug": "oneplus-13-pro", + "name": "OnePlus 13 Pro", + "url": "/v1/smartphones/oneplus-13-pro" + }, { "slug": "oneplus-13r", "name": "OnePlus 13R", @@ -906,11 +1946,21 @@ "name": "OnePlus 13s", "url": "/v1/smartphones/oneplus-13s" }, + { + "slug": "oneplus-14", + "name": "OnePlus 14+", + "url": "/v1/smartphones/oneplus-14" + }, { "slug": "oneplus-15", "name": "OnePlus 15", "url": "/v1/smartphones/oneplus-15" }, + { + "slug": "oneplus-15r", + "name": "OnePlus 15R", + "url": "/v1/smartphones/oneplus-15r" + }, { "slug": "oneplus-2", "name": "OnePlus 2", @@ -931,21 +1981,41 @@ "name": "OnePlus 5", "url": "/v1/smartphones/oneplus-5" }, + { + "slug": "oneplus-5-special-edition", + "name": "OnePlus 5 Special Edition", + "url": "/v1/smartphones/oneplus-5-special-edition" + }, { "slug": "oneplus-5t", "name": "OnePlus 5T", "url": "/v1/smartphones/oneplus-5t" }, + { + "slug": "oneplus-5t-star-wars-edition", + "name": "OnePlus 5T Star Wars Edition", + "url": "/v1/smartphones/oneplus-5t-star-wars-edition" + }, { "slug": "oneplus-6", "name": "OnePlus 6", "url": "/v1/smartphones/oneplus-6" }, + { + "slug": "oneplus-6-special-edition", + "name": "OnePlus 6 Special Edition", + "url": "/v1/smartphones/oneplus-6-special-edition" + }, { "slug": "oneplus-6t", "name": "OnePlus 6T", "url": "/v1/smartphones/oneplus-6t" }, + { + "slug": "oneplus-6t-mclaren-edition", + "name": "OnePlus 6T McLaren Edition", + "url": "/v1/smartphones/oneplus-6t-mclaren-edition" + }, { "slug": "oneplus-7", "name": "OnePlus 7", @@ -956,16 +2026,51 @@ "name": "OnePlus 7 Pro", "url": "/v1/smartphones/oneplus-7-pro" }, + { + "slug": "oneplus-7r", + "name": "OnePlus 7R", + "url": "/v1/smartphones/oneplus-7r" + }, + { + "slug": "oneplus-7t-pro-5g-mclaren-edition", + "name": "OnePlus 7T Pro 5G McLaren Edition", + "url": "/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition" + }, + { + "slug": "oneplus-8", + "name": "OnePlus 8", + "url": "/v1/smartphones/oneplus-8" + }, { "slug": "oneplus-8-pro", "name": "OnePlus 8 Pro", "url": "/v1/smartphones/oneplus-8-pro" }, + { + "slug": "oneplus-8-pro-mclaren-edition", + "name": "OnePlus 8 Pro McLaren Edition", + "url": "/v1/smartphones/oneplus-8-pro-mclaren-edition" + }, + { + "slug": "oneplus-8r", + "name": "OnePlus 8R", + "url": "/v1/smartphones/oneplus-8r" + }, { "slug": "oneplus-8t", "name": "OnePlus 8T", "url": "/v1/smartphones/oneplus-8t" }, + { + "slug": "oneplus-8t-cyberpunk-2077-edition", + "name": "OnePlus 8T Cyberpunk 2077 Edition", + "url": "/v1/smartphones/oneplus-8t-cyberpunk-2077-edition" + }, + { + "slug": "oneplus-8t-cyberpunk-edition", + "name": "OnePlus 8T Cyberpunk Edition", + "url": "/v1/smartphones/oneplus-8t-cyberpunk-edition" + }, { "slug": "oneplus-9", "name": "OnePlus 9", @@ -976,11 +2081,86 @@ "name": "OnePlus 9 Pro", "url": "/v1/smartphones/oneplus-9-pro" }, + { + "slug": "oneplus-9r-5g", + "name": "OnePlus 9R 5G", + "url": "/v1/smartphones/oneplus-9r-5g" + }, + { + "slug": "oneplus-9t", + "name": "OnePlus 9T", + "url": "/v1/smartphones/oneplus-9t" + }, + { + "slug": "oneplus-nord-1", + "name": "OnePlus Nord 1", + "url": "/v1/smartphones/oneplus-nord-1" + }, + { + "slug": "oneplus-nord-2t", + "name": "OnePlus Nord 2T", + "url": "/v1/smartphones/oneplus-nord-2t" + }, + { + "slug": "oneplus-nord-3", + "name": "OnePlus Nord 3", + "url": "/v1/smartphones/oneplus-nord-3" + }, + { + "slug": "oneplus-nord-ce-2", + "name": "OnePlus Nord CE 2", + "url": "/v1/smartphones/oneplus-nord-ce-2" + }, + { + "slug": "oneplus-nord-ce-2-lite", + "name": "OnePlus Nord CE 2 Lite", + "url": "/v1/smartphones/oneplus-nord-ce-2-lite" + }, + { + "slug": "oneplus-nord-ce-3-lite", + "name": "OnePlus Nord CE 3 Lite", + "url": "/v1/smartphones/oneplus-nord-ce-3-lite" + }, + { + "slug": "oneplus-nord-ce-5g", + "name": "OnePlus Nord CE 5G", + "url": "/v1/smartphones/oneplus-nord-ce-5g" + }, + { + "slug": "oneplus-nord-n10-5g", + "name": "OnePlus Nord N10 5G", + "url": "/v1/smartphones/oneplus-nord-n10-5g" + }, + { + "slug": "oneplus-nord-n100", + "name": "OnePlus Nord N100", + "url": "/v1/smartphones/oneplus-nord-n100" + }, + { + "slug": "oneplus-nord-n100-5g", + "name": "OnePlus Nord N100 5G", + "url": "/v1/smartphones/oneplus-nord-n100-5g" + }, + { + "slug": "oneplus-nord-n200", + "name": "OnePlus Nord N200", + "url": "/v1/smartphones/oneplus-nord-n200" + }, + { + "slug": "oneplus-nord-x", + "name": "OnePlus Nord X", + "url": "/v1/smartphones/oneplus-nord-x" + }, { "slug": "oneplus-one", "name": "OnePlus One", "url": "/v1/smartphones/oneplus-one" }, + { + "slug": "oneplus-open", + "name": "OnePlus Open", + "url": "/v1/smartphones/oneplus-open" + }, { "slug": "oppo-find-n3-flip", "name": "Oppo Find N3 Flip", @@ -1006,6 +2186,21 @@ "name": "Oppo Find X9 Ultra", "url": "/v1/smartphones/oppo-find-x9-ultra" }, + { + "slug": "p1-5g", + "name": "P1 5G", + "url": "/v1/smartphones/p1-5g" + }, + { + "slug": "p1-speed-5g", + "name": "P1 Speed 5G", + "url": "/v1/smartphones/p1-speed-5g" + }, + { + "slug": "p2-pro-5g", + "name": "P2 Pro 5G", + "url": "/v1/smartphones/p2-pro-5g" + }, { "slug": "poco-f3", "name": "POCO F3", @@ -1066,6 +2261,16 @@ "name": "POCO X7 Pro", "url": "/v1/smartphones/poco-x7-pro" }, + { + "slug": "phantom-v-flip2", + "name": "Phantom V Flip2", + "url": "/v1/smartphones/phantom-v-flip2" + }, + { + "slug": "phantom-v-fold2", + "name": "Phantom V Fold2", + "url": "/v1/smartphones/phantom-v-fold2" + }, { "slug": "pixel-1", "name": "Pixel", @@ -1116,6 +2321,16 @@ "name": "Pixel 3 XL", "url": "/v1/smartphones/pixel-3-xl" }, + { + "slug": "pixel-3a", + "name": "Pixel 3a", + "url": "/v1/smartphones/pixel-3a" + }, + { + "slug": "pixel-3a-xl", + "name": "Pixel 3a XL", + "url": "/v1/smartphones/pixel-3a-xl" + }, { "slug": "pixel-4", "name": "Pixel 4", @@ -1201,6 +2416,91 @@ "name": "Pixel XL", "url": "/v1/smartphones/pixel-xl" }, + { + "slug": "play-4", + "name": "Play 4", + "url": "/v1/smartphones/play-4" + }, + { + "slug": "play-4-pro", + "name": "Play 4 Pro", + "url": "/v1/smartphones/play-4-pro" + }, + { + "slug": "play-5", + "name": "Play 5", + "url": "/v1/smartphones/play-5" + }, + { + "slug": "play-6t", + "name": "Play 6T", + "url": "/v1/smartphones/play-6t" + }, + { + "slug": "play-8t", + "name": "Play 8T", + "url": "/v1/smartphones/play-8t" + }, + { + "slug": "play-9t", + "name": "Play 9T", + "url": "/v1/smartphones/play-9t" + }, + { + "slug": "pova-5", + "name": "Pova 5", + "url": "/v1/smartphones/pova-5" + }, + { + "slug": "pova-5g", + "name": "Pova 5G", + "url": "/v1/smartphones/pova-5g" + }, + { + "slug": "pova-6-neo", + "name": "Pova 6 Neo", + "url": "/v1/smartphones/pova-6-neo" + }, + { + "slug": "pova-6-neo-5g", + "name": "Pova 6 Neo 5G", + "url": "/v1/smartphones/pova-6-neo-5g" + }, + { + "slug": "pova-6-pro", + "name": "Pova 6 Pro", + "url": "/v1/smartphones/pova-6-pro" + }, + { + "slug": "pura-70", + "name": "Pura 70", + "url": "/v1/smartphones/pura-70" + }, + { + "slug": "pura-70-pro", + "name": "Pura 70 Pro", + "url": "/v1/smartphones/pura-70-pro" + }, + { + "slug": "pura-70-ultra", + "name": "Pura 70 Ultra", + "url": "/v1/smartphones/pura-70-ultra" + }, + { + "slug": "razr", + "name": "Razr", + "url": "/v1/smartphones/razr" + }, + { + "slug": "razr-50", + "name": "Razr 50", + "url": "/v1/smartphones/razr-50" + }, + { + "slug": "razr-50-ultra", + "name": "Razr 50 Ultra", + "url": "/v1/smartphones/razr-50-ultra" + }, { "slug": "realme-gt-3", "name": "Realme GT 3", @@ -1216,6 +2516,11 @@ "name": "Redmi 13C", "url": "/v1/smartphones/redmi-13c" }, + { + "slug": "redmi-14c-5g", + "name": "Redmi 14C 5G", + "url": "/v1/smartphones/redmi-14c-5g" + }, { "slug": "redmi-note-12-pro", "name": "Redmi Note 12 Pro", @@ -1236,6 +2541,131 @@ "name": "Redmi Note 13 Pro+", "url": "/v1/smartphones/redmi-note-13-pro-plus" }, + { + "slug": "redmi-note-14-4g", + "name": "Redmi Note 14 4G", + "url": "/v1/smartphones/redmi-note-14-4g" + }, + { + "slug": "redmi-note-14-pro-4g", + "name": "Redmi Note 14 Pro 4G", + "url": "/v1/smartphones/redmi-note-14-pro-4g" + }, + { + "slug": "redmi-note-14-pro-5g", + "name": "Redmi Note 14 Pro+ 5G", + "url": "/v1/smartphones/redmi-note-14-pro-5g" + }, + { + "slug": "reno10-pro-5g", + "name": "Reno10 Pro 5G", + "url": "/v1/smartphones/reno10-pro-5g" + }, + { + "slug": "reno11-pro", + "name": "Reno11 Pro", + "url": "/v1/smartphones/reno11-pro" + }, + { + "slug": "reno12-pro", + "name": "Reno12 Pro", + "url": "/v1/smartphones/reno12-pro" + }, + { + "slug": "reno13", + "name": "Reno13", + "url": "/v1/smartphones/reno13" + }, + { + "slug": "reno13-pro", + "name": "Reno13 Pro", + "url": "/v1/smartphones/reno13-pro" + }, + { + "slug": "reno3-5g", + "name": "Reno3 5G", + "url": "/v1/smartphones/reno3-5g" + }, + { + "slug": "reno3-pro-5g", + "name": "Reno3 Pro 5G", + "url": "/v1/smartphones/reno3-pro-5g" + }, + { + "slug": "reno4-5g", + "name": "Reno4 5G", + "url": "/v1/smartphones/reno4-5g" + }, + { + "slug": "reno4-pro-5g", + "name": "Reno4 Pro 5G", + "url": "/v1/smartphones/reno4-pro-5g" + }, + { + "slug": "reno5-5g", + "name": "Reno5 5G", + "url": "/v1/smartphones/reno5-5g" + }, + { + "slug": "reno5-pro-5g", + "name": "Reno5 Pro 5G", + "url": "/v1/smartphones/reno5-pro-5g" + }, + { + "slug": "reno6-5g", + "name": "Reno6 5G", + "url": "/v1/smartphones/reno6-5g" + }, + { + "slug": "reno6-pro-5g", + "name": "Reno6 Pro 5G", + "url": "/v1/smartphones/reno6-pro-5g" + }, + { + "slug": "reno7-5g", + "name": "Reno7 5G", + "url": "/v1/smartphones/reno7-5g" + }, + { + "slug": "reno7-pro-5g", + "name": "Reno7 Pro 5G", + "url": "/v1/smartphones/reno7-pro-5g" + }, + { + "slug": "reno8-5g", + "name": "Reno8 5G", + "url": "/v1/smartphones/reno8-5g" + }, + { + "slug": "reno8-pro-5g", + "name": "Reno8 Pro 5G", + "url": "/v1/smartphones/reno8-pro-5g" + }, + { + "slug": "reno9-5g", + "name": "Reno9 5G", + "url": "/v1/smartphones/reno9-5g" + }, + { + "slug": "reno9-pro-5g", + "name": "Reno9 Pro 5G", + "url": "/v1/smartphones/reno9-pro-5g" + }, + { + "slug": "s1-pro", + "name": "S1 Pro", + "url": "/v1/smartphones/s1-pro" + }, + { + "slug": "s18-pro", + "name": "S18 Pro", + "url": "/v1/smartphones/s18-pro" + }, + { + "slug": "s50-neo", + "name": "S50 Neo", + "url": "/v1/smartphones/s50-neo" + }, { "slug": "sony-xperia-1-ii", "name": "Sony Xperia 1 II", @@ -1316,6 +2746,131 @@ "name": "Sony Xperia Z5", "url": "/v1/smartphones/sony-xperia-z5" }, + { + "slug": "spark-20", + "name": "Spark 20", + "url": "/v1/smartphones/spark-20" + }, + { + "slug": "spark-20-pro-5g", + "name": "Spark 20 Pro 5G", + "url": "/v1/smartphones/spark-20-pro-5g" + }, + { + "slug": "spark-20-pro", + "name": "Spark 20 Pro+", + "url": "/v1/smartphones/spark-20-pro" + }, + { + "slug": "spark-20c", + "name": "Spark 20C", + "url": "/v1/smartphones/spark-20c" + }, + { + "slug": "spark-20p", + "name": "Spark 20P", + "url": "/v1/smartphones/spark-20p" + }, + { + "slug": "spark-30", + "name": "Spark 30", + "url": "/v1/smartphones/spark-30" + }, + { + "slug": "spark-30-pro", + "name": "Spark 30 Pro", + "url": "/v1/smartphones/spark-30-pro" + }, + { + "slug": "spark-30c", + "name": "Spark 30C", + "url": "/v1/smartphones/spark-30c" + }, + { + "slug": "spark-30c-5g", + "name": "Spark 30C 5G", + "url": "/v1/smartphones/spark-30c-5g" + }, + { + "slug": "t1-5g", + "name": "T1 5G", + "url": "/v1/smartphones/t1-5g" + }, + { + "slug": "t2-series", + "name": "T2 Series", + "url": "/v1/smartphones/t2-series" + }, + { + "slug": "t3-5g", + "name": "T3 5G", + "url": "/v1/smartphones/t3-5g" + }, + { + "slug": "v15", + "name": "V15", + "url": "/v1/smartphones/v15" + }, + { + "slug": "v15-pro", + "name": "V15 Pro", + "url": "/v1/smartphones/v15-pro" + }, + { + "slug": "v17-pro", + "name": "V17 Pro", + "url": "/v1/smartphones/v17-pro" + }, + { + "slug": "v19", + "name": "V19", + "url": "/v1/smartphones/v19" + }, + { + "slug": "v20-pro", + "name": "V20 Pro", + "url": "/v1/smartphones/v20-pro" + }, + { + "slug": "v23-5g", + "name": "V23 5G", + "url": "/v1/smartphones/v23-5g" + }, + { + "slug": "v23e", + "name": "V23e", + "url": "/v1/smartphones/v23e" + }, + { + "slug": "v25-pro", + "name": "V25 Pro", + "url": "/v1/smartphones/v25-pro" + }, + { + "slug": "v27", + "name": "V27", + "url": "/v1/smartphones/v27" + }, + { + "slug": "v27-pro", + "name": "V27 Pro", + "url": "/v1/smartphones/v27-pro" + }, + { + "slug": "v30-pro", + "name": "V30 Pro", + "url": "/v1/smartphones/v30-pro" + }, + { + "slug": "v40", + "name": "V40", + "url": "/v1/smartphones/v40" + }, + { + "slug": "v40e", + "name": "V40e", + "url": "/v1/smartphones/v40e" + }, { "slug": "vivo-x-fold-3-pro", "name": "Vivo X Fold 3 Pro", @@ -1341,6 +2896,156 @@ "name": "Vivo X300s", "url": "/v1/smartphones/vivo-x300s" }, + { + "slug": "x10-max", + "name": "X10 Max", + "url": "/v1/smartphones/x10-max" + }, + { + "slug": "x20", + "name": "X20", + "url": "/v1/smartphones/x20" + }, + { + "slug": "x20-se", + "name": "X20 SE", + "url": "/v1/smartphones/x20-se" + }, + { + "slug": "x200", + "name": "X200", + "url": "/v1/smartphones/x200" + }, + { + "slug": "x200-pro", + "name": "X200 Pro", + "url": "/v1/smartphones/x200-pro" + }, + { + "slug": "x200-pro-mini", + "name": "X200 Pro Mini", + "url": "/v1/smartphones/x200-pro-mini" + }, + { + "slug": "x21", + "name": "X21", + "url": "/v1/smartphones/x21" + }, + { + "slug": "x27-pro", + "name": "X27 Pro", + "url": "/v1/smartphones/x27-pro" + }, + { + "slug": "x3-gt", + "name": "X3 GT", + "url": "/v1/smartphones/x3-gt" + }, + { + "slug": "x3-nfc", + "name": "X3 NFC", + "url": "/v1/smartphones/x3-nfc" + }, + { + "slug": "x3-pro", + "name": "X3 Pro", + "url": "/v1/smartphones/x3-pro" + }, + { + "slug": "x30", + "name": "X30", + "url": "/v1/smartphones/x30" + }, + { + "slug": "x30-max", + "name": "X30 Max", + "url": "/v1/smartphones/x30-max" + }, + { + "slug": "x30-pro", + "name": "X30 Pro", + "url": "/v1/smartphones/x30-pro" + }, + { + "slug": "x30i", + "name": "X30i", + "url": "/v1/smartphones/x30i" + }, + { + "slug": "x4-pro-5g", + "name": "X4 Pro 5G", + "url": "/v1/smartphones/x4-pro-5g" + }, + { + "slug": "x40", + "name": "X40", + "url": "/v1/smartphones/x40" + }, + { + "slug": "x40i", + "name": "X40i", + "url": "/v1/smartphones/x40i" + }, + { + "slug": "x5", + "name": "X5", + "url": "/v1/smartphones/x5" + }, + { + "slug": "x5-pro", + "name": "X5 Pro", + "url": "/v1/smartphones/x5-pro" + }, + { + "slug": "x50", + "name": "X50", + "url": "/v1/smartphones/x50" + }, + { + "slug": "x6", + "name": "X6", + "url": "/v1/smartphones/x6" + }, + { + "slug": "x6-pro", + "name": "X6 Pro", + "url": "/v1/smartphones/x6-pro" + }, + { + "slug": "x60", + "name": "X60", + "url": "/v1/smartphones/x60" + }, + { + "slug": "x60-pro", + "name": "X60 Pro", + "url": "/v1/smartphones/x60-pro" + }, + { + "slug": "x7", + "name": "X7", + "url": "/v1/smartphones/x7" + }, + { + "slug": "x7-pro", + "name": "X7 Pro", + "url": "/v1/smartphones/x7-pro" + }, + { + "slug": "x70-pro", + "name": "X70 Pro", + "url": "/v1/smartphones/x70-pro" + }, + { + "slug": "x80", + "name": "X80", + "url": "/v1/smartphones/x80" + }, + { + "slug": "x90-pro", + "name": "X90 Pro", + "url": "/v1/smartphones/x90-pro" + }, { "slug": "xiaomi-11-lite-5g-ne", "name": "Xiaomi 11 Lite 5G NE", @@ -1396,6 +3101,11 @@ "name": "Xiaomi 14", "url": "/v1/smartphones/xiaomi-14" }, + { + "slug": "xiaomi-14-pro", + "name": "Xiaomi 14 Pro", + "url": "/v1/smartphones/xiaomi-14-pro" + }, { "slug": "xiaomi-14-ultra", "name": "Xiaomi 14 Ultra", @@ -1481,6 +3191,11 @@ "name": "Xiaomi Mi 9", "url": "/v1/smartphones/xiaomi-mi-9" }, + { + "slug": "xperia-1-iv", + "name": "Xperia 1 IV", + "url": "/v1/smartphones/xperia-1-iv" + }, { "slug": "xperia-1-v", "name": "Xperia 1 V", @@ -1491,16 +3206,136 @@ "name": "Xperia 1 VI", "url": "/v1/smartphones/xperia-1-vi" }, + { + "slug": "xperia-10-iv", + "name": "Xperia 10 IV", + "url": "/v1/smartphones/xperia-10-iv" + }, + { + "slug": "xperia-10-v", + "name": "Xperia 10 V", + "url": "/v1/smartphones/xperia-10-v" + }, { "slug": "xperia-10-vi", "name": "Xperia 10 VI", "url": "/v1/smartphones/xperia-10-vi" }, + { + "slug": "xperia-5-iv", + "name": "Xperia 5 IV", + "url": "/v1/smartphones/xperia-5-iv" + }, { "slug": "xperia-5-v", "name": "Xperia 5 V", "url": "/v1/smartphones/xperia-5-v" }, + { + "slug": "xperia-5-vi", + "name": "Xperia 5 VI", + "url": "/v1/smartphones/xperia-5-vi" + }, + { + "slug": "y100", + "name": "Y100", + "url": "/v1/smartphones/y100" + }, + { + "slug": "y100-5g", + "name": "Y100 5G", + "url": "/v1/smartphones/y100-5g" + }, + { + "slug": "y11", + "name": "Y11", + "url": "/v1/smartphones/y11" + }, + { + "slug": "y12s", + "name": "Y12s", + "url": "/v1/smartphones/y12s" + }, + { + "slug": "y200-gt", + "name": "Y200 GT", + "url": "/v1/smartphones/y200-gt" + }, + { + "slug": "y21", + "name": "Y21", + "url": "/v1/smartphones/y21" + }, + { + "slug": "y30", + "name": "Y30", + "url": "/v1/smartphones/y30" + }, + { + "slug": "y33s", + "name": "Y33s", + "url": "/v1/smartphones/y33s" + }, + { + "slug": "y53s", + "name": "Y53s", + "url": "/v1/smartphones/y53s" + }, + { + "slug": "y75-5g", + "name": "Y75 5G", + "url": "/v1/smartphones/y75-5g" + }, + { + "slug": "y95", + "name": "Y95", + "url": "/v1/smartphones/y95" + }, + { + "slug": "z1-pro", + "name": "Z1 Pro", + "url": "/v1/smartphones/z1-pro" + }, + { + "slug": "z3", + "name": "Z3", + "url": "/v1/smartphones/z3" + }, + { + "slug": "z5-pro", + "name": "Z5 Pro", + "url": "/v1/smartphones/z5-pro" + }, + { + "slug": "z6-pro", + "name": "Z6 Pro", + "url": "/v1/smartphones/z6-pro" + }, + { + "slug": "zero-40", + "name": "Zero 40", + "url": "/v1/smartphones/zero-40" + }, + { + "slug": "zero-40-5g", + "name": "Zero 40 5G", + "url": "/v1/smartphones/zero-40-5g" + }, + { + "slug": "zero-8", + "name": "Zero 8", + "url": "/v1/smartphones/zero-8" + }, + { + "slug": "zero-8i", + "name": "Zero 8i", + "url": "/v1/smartphones/zero-8i" + }, + { + "slug": "zero-flip", + "name": "Zero Flip", + "url": "/v1/smartphones/zero-flip" + }, { "slug": "iphone-11", "name": "iPhone 11", diff --git a/site/public/v1/smartphones/k10-note/index.json b/site/public/v1/smartphones/k10-note/index.json new file mode 100644 index 00000000000..4ce76197078 --- /dev/null +++ b/site/public/v1/smartphones/k10-note/index.json @@ -0,0 +1,79 @@ +{ + "id": 231, + "slug": "k10-note", + "name": "K10 Note", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 92, + "slug": "snapdragon-710", + "name": "Snapdragon 710", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-710" + }, + "release_date": "2019-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 164.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 21.5, + "camera": 6.3, + "battery": 15.8, + "display": null, + "value": 57.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/k10-note/score/index.json b/site/public/v1/smartphones/k10-note/score/index.json new file mode 100644 index 00000000000..b09400b93f3 --- /dev/null +++ b/site/public/v1/smartphones/k10-note/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 21.5, + "camera": 6.3, + "battery": 15.8, + "display": null, + "value": 57.2 +} diff --git a/site/public/v1/smartphones/k10-plus/index.json b/site/public/v1/smartphones/k10-plus/index.json new file mode 100644 index 00000000000..e79adad8a0d --- /dev/null +++ b/site/public/v1/smartphones/k10-plus/index.json @@ -0,0 +1,78 @@ +{ + "id": 232, + "slug": "k10-plus", + "name": "K10 Plus", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 89, + "slug": "snapdragon-632", + "name": "Snapdragon 632", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 14.0, + "gpu_name": "Adreno 506", + "url": "/v1/socs/snapdragon-632" + }, + "release_date": "2019-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 7.0, + "performance": 0.0, + "camera": 5.3, + "battery": 15.8, + "display": null, + "value": 53.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/k10-plus/score/index.json b/site/public/v1/smartphones/k10-plus/score/index.json new file mode 100644 index 00000000000..ba1431cff53 --- /dev/null +++ b/site/public/v1/smartphones/k10-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 7.0, + "performance": 0.0, + "camera": 5.3, + "battery": 15.8, + "display": null, + "value": 53.5 +} diff --git a/site/public/v1/smartphones/k10x/index.json b/site/public/v1/smartphones/k10x/index.json new file mode 100644 index 00000000000..8d0b3ea0eb5 --- /dev/null +++ b/site/public/v1/smartphones/k10x/index.json @@ -0,0 +1,79 @@ +{ + "id": 375, + "slug": "k10x", + "name": "K10x", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 60.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/k10x/score/index.json b/site/public/v1/smartphones/k10x/score/index.json new file mode 100644 index 00000000000..8910bd35a3e --- /dev/null +++ b/site/public/v1/smartphones/k10x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 60.0 +} diff --git a/site/public/v1/smartphones/k11x/index.json b/site/public/v1/smartphones/k11x/index.json new file mode 100644 index 00000000000..c42fc78c815 --- /dev/null +++ b/site/public/v1/smartphones/k11x/index.json @@ -0,0 +1,79 @@ +{ + "id": 386, + "slug": "k11x", + "name": "K11x", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 25.6, + "performance": 6.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.222314", + "updated_at": "2026-06-18T06:58:10.222314" +} diff --git a/site/public/v1/smartphones/k11x/score/index.json b/site/public/v1/smartphones/k11x/score/index.json new file mode 100644 index 00000000000..30363be6057 --- /dev/null +++ b/site/public/v1/smartphones/k11x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 25.6, + "performance": 6.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.8 +} diff --git a/site/public/v1/smartphones/k12-plus/index.json b/site/public/v1/smartphones/k12-plus/index.json new file mode 100644 index 00000000000..42bc6ef84dd --- /dev/null +++ b/site/public/v1/smartphones/k12-plus/index.json @@ -0,0 +1,79 @@ +{ + "id": 399, + "slug": "k12-plus", + "name": "K12 Plus", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 125, + "slug": "snapdragon-7-gen-3", + "name": "Snapdragon 7 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 720", + "url": "/v1/socs/snapdragon-7-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6400, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.0, + "performance": 22.0, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 51.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/k12-plus/score/index.json b/site/public/v1/smartphones/k12-plus/score/index.json new file mode 100644 index 00000000000..b90e21965c0 --- /dev/null +++ b/site/public/v1/smartphones/k12-plus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.0, + "performance": 22.0, + "camera": 17.1, + "battery": 60.0, + "display": null, + "value": 51.1 +} diff --git a/site/public/v1/smartphones/k13-note/index.json b/site/public/v1/smartphones/k13-note/index.json new file mode 100644 index 00000000000..7860c92d6bc --- /dev/null +++ b/site/public/v1/smartphones/k13-note/index.json @@ -0,0 +1,78 @@ +{ + "id": 234, + "slug": "k13-note", + "name": "K13 Note", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 100, + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-460" + }, + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/k13-note/score/index.json b/site/public/v1/smartphones/k13-note/score/index.json new file mode 100644 index 00000000000..a7911b9269f --- /dev/null +++ b/site/public/v1/smartphones/k13-note/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 +} diff --git a/site/public/v1/smartphones/k13-pro/index.json b/site/public/v1/smartphones/k13-pro/index.json new file mode 100644 index 00000000000..3ab19876248 --- /dev/null +++ b/site/public/v1/smartphones/k13-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 235, + "slug": "k13-pro", + "name": "K13 Pro", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 101, + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-662" + }, + "release_date": "2021-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/k13-pro/score/index.json b/site/public/v1/smartphones/k13-pro/score/index.json new file mode 100644 index 00000000000..06c5862c930 --- /dev/null +++ b/site/public/v1/smartphones/k13-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 +} diff --git a/site/public/v1/smartphones/k7-5g/index.json b/site/public/v1/smartphones/k7-5g/index.json new file mode 100644 index 00000000000..4cb56cb898e --- /dev/null +++ b/site/public/v1/smartphones/k7-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 354, + "slug": "k7-5g", + "name": "K7 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 3.0, + "camera": 16.5, + "battery": 15.4, + "display": null, + "value": 55.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/k7-5g/score/index.json b/site/public/v1/smartphones/k7-5g/score/index.json new file mode 100644 index 00000000000..2d9080adebe --- /dev/null +++ b/site/public/v1/smartphones/k7-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 3.0, + "camera": 16.5, + "battery": 15.4, + "display": null, + "value": 55.8 +} diff --git a/site/public/v1/smartphones/k7x/index.json b/site/public/v1/smartphones/k7x/index.json new file mode 100644 index 00000000000..cc3ed41150a --- /dev/null +++ b/site/public/v1/smartphones/k7x/index.json @@ -0,0 +1,78 @@ +{ + "id": 355, + "slug": "k7x", + "name": "K7x", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 38, + "slug": "dimensity-720", + "name": "Dimensity 720", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC3", + "url": "/v1/socs/dimensity-720" + }, + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 194.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/k7x/score/index.json b/site/public/v1/smartphones/k7x/score/index.json new file mode 100644 index 00000000000..435dda80330 --- /dev/null +++ b/site/public/v1/smartphones/k7x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 1.5, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 58.0 +} diff --git a/site/public/v1/smartphones/k9-5g/index.json b/site/public/v1/smartphones/k9-5g/index.json new file mode 100644 index 00000000000..7bd8844ca2c --- /dev/null +++ b/site/public/v1/smartphones/k9-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 363, + "slug": "k9-5g", + "name": "K9 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 106, + "slug": "snapdragon-768g", + "name": "Snapdragon 768G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 620", + "url": "/v1/socs/snapdragon-768g" + }, + "release_date": "2021-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.7, + "performance": 3.0, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/k9-5g/score/index.json b/site/public/v1/smartphones/k9-5g/score/index.json new file mode 100644 index 00000000000..f6be3648f32 --- /dev/null +++ b/site/public/v1/smartphones/k9-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.7, + "performance": 3.0, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.4 +} diff --git a/site/public/v1/smartphones/k9-pro-5g/index.json b/site/public/v1/smartphones/k9-pro-5g/index.json new file mode 100644 index 00000000000..f20fe2cbac9 --- /dev/null +++ b/site/public/v1/smartphones/k9-pro-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 364, + "slug": "k9-pro-5g", + "name": "K9 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 6.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 59.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/k9-pro-5g/score/index.json b/site/public/v1/smartphones/k9-pro-5g/score/index.json new file mode 100644 index 00000000000..e91dfd97b07 --- /dev/null +++ b/site/public/v1/smartphones/k9-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 6.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 59.4 +} diff --git a/site/public/v1/smartphones/k9x/index.json b/site/public/v1/smartphones/k9x/index.json new file mode 100644 index 00000000000..ac376ee2726 --- /dev/null +++ b/site/public/v1/smartphones/k9x/index.json @@ -0,0 +1,79 @@ +{ + "id": 365, + "slug": "k9x", + "name": "K9x", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 194.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 60.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220317", + "updated_at": "2026-06-18T06:58:10.220317" +} diff --git a/site/public/v1/smartphones/k9x/score/index.json b/site/public/v1/smartphones/k9x/score/index.json new file mode 100644 index 00000000000..8910bd35a3e --- /dev/null +++ b/site/public/v1/smartphones/k9x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 60.0 +} diff --git a/site/public/v1/smartphones/legion-y70/index.json b/site/public/v1/smartphones/legion-y70/index.json new file mode 100644 index 00000000000..0550fb892ab --- /dev/null +++ b/site/public/v1/smartphones/legion-y70/index.json @@ -0,0 +1,80 @@ +{ + "id": 236, + "slug": "legion-y70", + "name": "Legion Y70", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 209.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 30.6, + "performance": 28.2, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 57.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/legion-y70/score/index.json b/site/public/v1/smartphones/legion-y70/score/index.json new file mode 100644 index 00000000000..39e55f0ed85 --- /dev/null +++ b/site/public/v1/smartphones/legion-y70/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 30.6, + "performance": 28.2, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 57.7 +} diff --git a/site/public/v1/smartphones/m2-pro/index.json b/site/public/v1/smartphones/m2-pro/index.json new file mode 100644 index 00000000000..8fc96ee1878 --- /dev/null +++ b/site/public/v1/smartphones/m2-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 411, + "slug": "m2-pro", + "name": "M2 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 103, + "slug": "snapdragon-720g", + "name": "Snapdragon 720G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 618", + "url": "/v1/socs/snapdragon-720g" + }, + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 209.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/m2-pro/score/index.json b/site/public/v1/smartphones/m2-pro/score/index.json new file mode 100644 index 00000000000..a7911b9269f --- /dev/null +++ b/site/public/v1/smartphones/m2-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 +} diff --git a/site/public/v1/smartphones/m3-pro-5g/index.json b/site/public/v1/smartphones/m3-pro-5g/index.json new file mode 100644 index 00000000000..38a8f03c4d9 --- /dev/null +++ b/site/public/v1/smartphones/m3-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 416, + "slug": "m3-pro-5g", + "name": "M3 Pro 5G", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/m3-pro-5g/score/index.json b/site/public/v1/smartphones/m3-pro-5g/score/index.json new file mode 100644 index 00000000000..a7911b9269f --- /dev/null +++ b/site/public/v1/smartphones/m3-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.5, + "performance": 0.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 57.8 +} diff --git a/site/public/v1/smartphones/m3/index.json b/site/public/v1/smartphones/m3/index.json new file mode 100644 index 00000000000..9a2ad05ea70 --- /dev/null +++ b/site/public/v1/smartphones/m3/index.json @@ -0,0 +1,78 @@ +{ + "id": 412, + "slug": "m3", + "name": "M3", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 101, + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-662" + }, + "release_date": "2020-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.5, + "performance": 0.0, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/m3/score/index.json b/site/public/v1/smartphones/m3/score/index.json new file mode 100644 index 00000000000..38b8a57d152 --- /dev/null +++ b/site/public/v1/smartphones/m3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.5, + "performance": 0.0, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 60.2 +} diff --git a/site/public/v1/smartphones/m4-pro-5g/index.json b/site/public/v1/smartphones/m4-pro-5g/index.json new file mode 100644 index 00000000000..d595b339969 --- /dev/null +++ b/site/public/v1/smartphones/m4-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 417, + "slug": "m4-pro-5g", + "name": "M4 Pro 5G", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2021-01-01", + "msrp_usd": 219, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 0.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 58.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/m4-pro-5g/score/index.json b/site/public/v1/smartphones/m4-pro-5g/score/index.json new file mode 100644 index 00000000000..76443179eb1 --- /dev/null +++ b/site/public/v1/smartphones/m4-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 0.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 58.7 +} diff --git a/site/public/v1/smartphones/m4-pro/index.json b/site/public/v1/smartphones/m4-pro/index.json new file mode 100644 index 00000000000..6e94ab53ffa --- /dev/null +++ b/site/public/v1/smartphones/m4-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 422, + "slug": "m4-pro", + "name": "M4 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 54, + "slug": "helio-g96", + "name": "Helio G96", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali G57 MC2", + "url": "/v1/socs/helio-g96" + }, + "release_date": "2022-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/m4-pro/score/index.json b/site/public/v1/smartphones/m4-pro/score/index.json new file mode 100644 index 00000000000..06c5862c930 --- /dev/null +++ b/site/public/v1/smartphones/m4-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 +} diff --git a/site/public/v1/smartphones/m5/index.json b/site/public/v1/smartphones/m5/index.json new file mode 100644 index 00000000000..947ff9bca63 --- /dev/null +++ b/site/public/v1/smartphones/m5/index.json @@ -0,0 +1,78 @@ +{ + "id": 423, + "slug": "m5", + "name": "M5", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2022-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 201.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 0.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 58.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/m5/score/index.json b/site/public/v1/smartphones/m5/score/index.json new file mode 100644 index 00000000000..76443179eb1 --- /dev/null +++ b/site/public/v1/smartphones/m5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 0.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 58.7 +} diff --git a/site/public/v1/smartphones/m5s/index.json b/site/public/v1/smartphones/m5s/index.json new file mode 100644 index 00000000000..8ac4d60c81b --- /dev/null +++ b/site/public/v1/smartphones/m5s/index.json @@ -0,0 +1,78 @@ +{ + "id": 424, + "slug": "m5s", + "name": "M5s", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 46, + "slug": "helio-g95", + "name": "Helio G95", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G76 3EEMC4", + "url": "/v1/socs/helio-g95" + }, + "release_date": "2022-01-01", + "msrp_usd": 229, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 178.8, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": 0.0, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/m5s/score/index.json b/site/public/v1/smartphones/m5s/score/index.json new file mode 100644 index 00000000000..d8057974efa --- /dev/null +++ b/site/public/v1/smartphones/m5s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": 0.0, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.6 +} diff --git a/site/public/v1/smartphones/m6-pro/index.json b/site/public/v1/smartphones/m6-pro/index.json new file mode 100644 index 00000000000..3eaa2074f33 --- /dev/null +++ b/site/public/v1/smartphones/m6-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 428, + "slug": "m6-pro", + "name": "M6 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 119, + "slug": "snapdragon-4-gen-1", + "name": "Snapdragon 4 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-4-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 219, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.79, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/m6-pro/score/index.json b/site/public/v1/smartphones/m6-pro/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/m6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/m6/index.json b/site/public/v1/smartphones/m6/index.json new file mode 100644 index 00000000000..e84f375759f --- /dev/null +++ b/site/public/v1/smartphones/m6/index.json @@ -0,0 +1,78 @@ +{ + "id": 429, + "slug": "m6", + "name": "M6", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/m6/score/index.json b/site/public/v1/smartphones/m6/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/m6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/magic-v/index.json b/site/public/v1/smartphones/magic-v/index.json new file mode 100644 index 00000000000..1c0b3ba38d9 --- /dev/null +++ b/site/public/v1/smartphones/magic-v/index.json @@ -0,0 +1,76 @@ +{ + "id": 120, + "slug": "magic-v", + "name": "Magic V", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 1799, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 7.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 42.0 + } + ], + "battery_mah": 4750, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 288.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 13.9, + "camera": 17.1, + "battery": 41.2, + "display": null, + "value": 12.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/magic-v/score/index.json b/site/public/v1/smartphones/magic-v/score/index.json new file mode 100644 index 00000000000..88415c037a8 --- /dev/null +++ b/site/public/v1/smartphones/magic-v/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 13.9, + "camera": 17.1, + "battery": 41.2, + "display": null, + "value": 12.1 +} diff --git a/site/public/v1/smartphones/magic-v2/index.json b/site/public/v1/smartphones/magic-v2/index.json new file mode 100644 index 00000000000..e0f5dba699f --- /dev/null +++ b/site/public/v1/smartphones/magic-v2/index.json @@ -0,0 +1,76 @@ +{ + "id": 146, + "slug": "magic-v2", + "name": "Magic V2", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 1899, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 231.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 16.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.191804", + "updated_at": "2026-06-18T06:58:10.191804" +} diff --git a/site/public/v1/smartphones/magic-v2/score/index.json b/site/public/v1/smartphones/magic-v2/score/index.json new file mode 100644 index 00000000000..a53453aa6c7 --- /dev/null +++ b/site/public/v1/smartphones/magic-v2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 16.4 +} diff --git a/site/public/v1/smartphones/magic-v3/index.json b/site/public/v1/smartphones/magic-v3/index.json new file mode 100644 index 00000000000..ada34c5963a --- /dev/null +++ b/site/public/v1/smartphones/magic-v3/index.json @@ -0,0 +1,76 @@ +{ + "id": 147, + "slug": "magic-v3", + "name": "Magic V3", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 1899, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 231.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 16.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.191804", + "updated_at": "2026-06-18T06:58:10.191804" +} diff --git a/site/public/v1/smartphones/magic-v3/score/index.json b/site/public/v1/smartphones/magic-v3/score/index.json new file mode 100644 index 00000000000..a53453aa6c7 --- /dev/null +++ b/site/public/v1/smartphones/magic-v3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 16.4 +} diff --git a/site/public/v1/smartphones/magic-vs/index.json b/site/public/v1/smartphones/magic-vs/index.json new file mode 100644 index 00000000000..01198c7c0db --- /dev/null +++ b/site/public/v1/smartphones/magic-vs/index.json @@ -0,0 +1,76 @@ +{ + "id": 133, + "slug": "magic-vs", + "name": "Magic Vs", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 1699, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 7.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 267.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 29.1, + "performance": 25.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 14.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.189804", + "updated_at": "2026-06-18T06:58:10.189804" +} diff --git a/site/public/v1/smartphones/magic-vs/score/index.json b/site/public/v1/smartphones/magic-vs/score/index.json new file mode 100644 index 00000000000..5855159f44f --- /dev/null +++ b/site/public/v1/smartphones/magic-vs/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 29.1, + "performance": 25.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 14.6 +} diff --git a/site/public/v1/smartphones/magic3-pro/index.json b/site/public/v1/smartphones/magic3-pro/index.json new file mode 100644 index 00000000000..2f740f75273 --- /dev/null +++ b/site/public/v1/smartphones/magic3-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 106, + "slug": "magic3-pro", + "name": "Magic3 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 118, + "slug": "snapdragon-888-plus", + "name": "Snapdragon 888+", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888-plus" + }, + "release_date": "2021-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.76, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 213.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.8, + "performance": 11.2, + "camera": 17.1, + "battery": 34.0, + "display": null, + "value": 29.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/magic3-pro/score/index.json b/site/public/v1/smartphones/magic3-pro/score/index.json new file mode 100644 index 00000000000..469606af9be --- /dev/null +++ b/site/public/v1/smartphones/magic3-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.8, + "performance": 11.2, + "camera": 17.1, + "battery": 34.0, + "display": null, + "value": 29.6 +} diff --git a/site/public/v1/smartphones/magic3/index.json b/site/public/v1/smartphones/magic3/index.json new file mode 100644 index 00000000000..5374df68c19 --- /dev/null +++ b/site/public/v1/smartphones/magic3/index.json @@ -0,0 +1,76 @@ +{ + "id": 107, + "slug": "magic3", + "name": "Magic3", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 108, + "slug": "snapdragon-888", + "name": "Snapdragon 888", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888" + }, + "release_date": "2021-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.76, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.2, + "performance": 6.4, + "camera": 17.1, + "battery": 34.0, + "display": null, + "value": 36.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/magic3/score/index.json b/site/public/v1/smartphones/magic3/score/index.json new file mode 100644 index 00000000000..5b5434ab22b --- /dev/null +++ b/site/public/v1/smartphones/magic3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.2, + "performance": 6.4, + "camera": 17.1, + "battery": 34.0, + "display": null, + "value": 36.5 +} diff --git a/site/public/v1/smartphones/magic4-pro/index.json b/site/public/v1/smartphones/magic4-pro/index.json new file mode 100644 index 00000000000..618c5dac91e --- /dev/null +++ b/site/public/v1/smartphones/magic4-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 121, + "slug": "magic4-pro", + "name": "Magic4 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 215.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.3, + "performance": 10.9, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 30.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/magic4-pro/score/index.json b/site/public/v1/smartphones/magic4-pro/score/index.json new file mode 100644 index 00000000000..754e3161947 --- /dev/null +++ b/site/public/v1/smartphones/magic4-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.3, + "performance": 10.9, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 30.4 +} diff --git a/site/public/v1/smartphones/magic4-ultimate/index.json b/site/public/v1/smartphones/magic4-ultimate/index.json new file mode 100644 index 00000000000..72e21a24734 --- /dev/null +++ b/site/public/v1/smartphones/magic4-ultimate/index.json @@ -0,0 +1,76 @@ +{ + "id": 122, + "slug": "magic4-ultimate", + "name": "Magic4 Ultimate", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 242.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.3, + "performance": 13.9, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 23.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/magic4-ultimate/score/index.json b/site/public/v1/smartphones/magic4-ultimate/score/index.json new file mode 100644 index 00000000000..024ffb3382a --- /dev/null +++ b/site/public/v1/smartphones/magic4-ultimate/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.3, + "performance": 13.9, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 23.2 +} diff --git a/site/public/v1/smartphones/magic4/index.json b/site/public/v1/smartphones/magic4/index.json new file mode 100644 index 00000000000..3a9a9dd1cfd --- /dev/null +++ b/site/public/v1/smartphones/magic4/index.json @@ -0,0 +1,76 @@ +{ + "id": 123, + "slug": "magic4", + "name": "Magic4", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.3, + "performance": 10.9, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 38.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/magic4/score/index.json b/site/public/v1/smartphones/magic4/score/index.json new file mode 100644 index 00000000000..40dac62ef57 --- /dev/null +++ b/site/public/v1/smartphones/magic4/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.3, + "performance": 10.9, + "camera": 17.1, + "battery": 42.0, + "display": null, + "value": 38.6 +} diff --git a/site/public/v1/smartphones/magic5-pro/index.json b/site/public/v1/smartphones/magic5-pro/index.json new file mode 100644 index 00000000000..6d5689ffc28 --- /dev/null +++ b/site/public/v1/smartphones/magic5-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 134, + "slug": "magic5-pro", + "name": "Magic5 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 219.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.4, + "performance": 36.7, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 32.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/magic5-pro/score/index.json b/site/public/v1/smartphones/magic5-pro/score/index.json new file mode 100644 index 00000000000..d98b4ce8751 --- /dev/null +++ b/site/public/v1/smartphones/magic5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.4, + "performance": 36.7, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 32.1 +} diff --git a/site/public/v1/smartphones/magic5-ultimate/index.json b/site/public/v1/smartphones/magic5-ultimate/index.json new file mode 100644 index 00000000000..8e3dd15b2ef --- /dev/null +++ b/site/public/v1/smartphones/magic5-ultimate/index.json @@ -0,0 +1,76 @@ +{ + "id": 135, + "slug": "magic5-ultimate", + "name": "Magic5 Ultimate", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 1399, + "ram_gb": 16, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5450, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 234.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 36.2, + "performance": 39.7, + "camera": 17.1, + "battery": 51.8, + "display": null, + "value": 25.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/magic5-ultimate/score/index.json b/site/public/v1/smartphones/magic5-ultimate/score/index.json new file mode 100644 index 00000000000..54e6525d369 --- /dev/null +++ b/site/public/v1/smartphones/magic5-ultimate/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 36.2, + "performance": 39.7, + "camera": 17.1, + "battery": 51.8, + "display": null, + "value": 25.9 +} diff --git a/site/public/v1/smartphones/magic5/index.json b/site/public/v1/smartphones/magic5/index.json new file mode 100644 index 00000000000..47e4a1b6d8b --- /dev/null +++ b/site/public/v1/smartphones/magic5/index.json @@ -0,0 +1,76 @@ +{ + "id": 136, + "slug": "magic5", + "name": "Magic5", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 204.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 33.7, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 39.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/magic5/score/index.json b/site/public/v1/smartphones/magic5/score/index.json new file mode 100644 index 00000000000..99be6a4abb0 --- /dev/null +++ b/site/public/v1/smartphones/magic5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 33.7, + "camera": 17.1, + "battery": 46.5, + "display": null, + "value": 39.3 +} diff --git a/site/public/v1/smartphones/magic6-pro/index.json b/site/public/v1/smartphones/magic6-pro/index.json new file mode 100644 index 00000000000..1b1bb7e5671 --- /dev/null +++ b/site/public/v1/smartphones/magic6-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 148, + "slug": "magic6-pro", + "name": "Magic6 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 219.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": 54.2, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 32.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.191804", + "updated_at": "2026-06-18T06:58:10.191804" +} diff --git a/site/public/v1/smartphones/magic6-pro/score/index.json b/site/public/v1/smartphones/magic6-pro/score/index.json new file mode 100644 index 00000000000..1ca90a9700a --- /dev/null +++ b/site/public/v1/smartphones/magic6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": 54.2, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 32.2 +} diff --git a/site/public/v1/smartphones/magic6-ultimate/index.json b/site/public/v1/smartphones/magic6-ultimate/index.json new file mode 100644 index 00000000000..92525c0421f --- /dev/null +++ b/site/public/v1/smartphones/magic6-ultimate/index.json @@ -0,0 +1,76 @@ +{ + "id": 149, + "slug": "magic6-ultimate", + "name": "Magic6 Ultimate", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 16, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5550, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 234.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 42.5, + "performance": 57.2, + "camera": 17.1, + "battery": 53.2, + "display": null, + "value": 25.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.192804", + "updated_at": "2026-06-18T06:58:10.192804" +} diff --git a/site/public/v1/smartphones/magic6-ultimate/score/index.json b/site/public/v1/smartphones/magic6-ultimate/score/index.json new file mode 100644 index 00000000000..e896f89f603 --- /dev/null +++ b/site/public/v1/smartphones/magic6-ultimate/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 42.5, + "performance": 57.2, + "camera": 17.1, + "battery": 53.2, + "display": null, + "value": 25.1 +} diff --git a/site/public/v1/smartphones/magic6/index.json b/site/public/v1/smartphones/magic6/index.json new file mode 100644 index 00000000000..c2a58816367 --- /dev/null +++ b/site/public/v1/smartphones/magic6/index.json @@ -0,0 +1,76 @@ +{ + "id": 150, + "slug": "magic6", + "name": "Magic6", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 203.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 51.2, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 38.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.192804", + "updated_at": "2026-06-18T06:58:10.192804" +} diff --git a/site/public/v1/smartphones/magic6/score/index.json b/site/public/v1/smartphones/magic6/score/index.json new file mode 100644 index 00000000000..56deee36e94 --- /dev/null +++ b/site/public/v1/smartphones/magic6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 51.2, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 38.6 +} diff --git a/site/public/v1/smartphones/magic7-pro/index.json b/site/public/v1/smartphones/magic7-pro/index.json new file mode 100644 index 00000000000..ca4a99453b3 --- /dev/null +++ b/site/public/v1/smartphones/magic7-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 151, + "slug": "magic7-pro", + "name": "Magic7 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 219.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": 54.2, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 32.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.192804", + "updated_at": "2026-06-18T06:58:10.192804" +} diff --git a/site/public/v1/smartphones/magic7-pro/score/index.json b/site/public/v1/smartphones/magic7-pro/score/index.json new file mode 100644 index 00000000000..1ca90a9700a --- /dev/null +++ b/site/public/v1/smartphones/magic7-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 41.3, + "performance": 54.2, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 32.2 +} diff --git a/site/public/v1/smartphones/magic7-ultimate/index.json b/site/public/v1/smartphones/magic7-ultimate/index.json new file mode 100644 index 00000000000..38a5ea90936 --- /dev/null +++ b/site/public/v1/smartphones/magic7-ultimate/index.json @@ -0,0 +1,76 @@ +{ + "id": 152, + "slug": "magic7-ultimate", + "name": "Magic7 Ultimate", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 16, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5550, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 234.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 42.5, + "performance": 57.2, + "camera": 17.1, + "battery": 53.2, + "display": null, + "value": 25.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.192804", + "updated_at": "2026-06-18T06:58:10.192804" +} diff --git a/site/public/v1/smartphones/magic7-ultimate/score/index.json b/site/public/v1/smartphones/magic7-ultimate/score/index.json new file mode 100644 index 00000000000..e896f89f603 --- /dev/null +++ b/site/public/v1/smartphones/magic7-ultimate/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 42.5, + "performance": 57.2, + "camera": 17.1, + "battery": 53.2, + "display": null, + "value": 25.1 +} diff --git a/site/public/v1/smartphones/magic7/index.json b/site/public/v1/smartphones/magic7/index.json new file mode 100644 index 00000000000..03ecce4fde6 --- /dev/null +++ b/site/public/v1/smartphones/magic7/index.json @@ -0,0 +1,76 @@ +{ + "id": 153, + "slug": "magic7", + "name": "Magic7", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 203.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 51.2, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 38.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.192804", + "updated_at": "2026-06-18T06:58:10.192804" +} diff --git a/site/public/v1/smartphones/magic7/score/index.json b/site/public/v1/smartphones/magic7/score/index.json new file mode 100644 index 00000000000..56deee36e94 --- /dev/null +++ b/site/public/v1/smartphones/magic7/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 51.2, + "camera": 17.1, + "battery": 48.0, + "display": null, + "value": 38.6 +} diff --git a/site/public/v1/smartphones/mate-60-pro/index.json b/site/public/v1/smartphones/mate-60-pro/index.json new file mode 100644 index 00000000000..bf43b703e2b --- /dev/null +++ b/site/public/v1/smartphones/mate-60-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 174, + "slug": "mate-60-pro", + "name": "Mate 60 Pro", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2023-01-01", + "msrp_usd": 1299, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.82, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 225.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.0, + "performance": 7.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 20.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.195310", + "updated_at": "2026-06-18T06:58:10.195310" +} diff --git a/site/public/v1/smartphones/mate-60-pro/score/index.json b/site/public/v1/smartphones/mate-60-pro/score/index.json new file mode 100644 index 00000000000..40f480ce2fb --- /dev/null +++ b/site/public/v1/smartphones/mate-60-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.0, + "performance": 7.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 20.6 +} diff --git a/site/public/v1/smartphones/mate-60/index.json b/site/public/v1/smartphones/mate-60/index.json new file mode 100644 index 00000000000..7d7c72b30d1 --- /dev/null +++ b/site/public/v1/smartphones/mate-60/index.json @@ -0,0 +1,76 @@ +{ + "id": 175, + "slug": "mate-60", + "name": "Mate 60", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2023-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4750, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 209.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 7.0, + "camera": 17.1, + "battery": 26.2, + "display": null, + "value": 27.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.196315", + "updated_at": "2026-06-18T06:58:10.196315" +} diff --git a/site/public/v1/smartphones/mate-60/score/index.json b/site/public/v1/smartphones/mate-60/score/index.json new file mode 100644 index 00000000000..872e7acedea --- /dev/null +++ b/site/public/v1/smartphones/mate-60/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 7.0, + "camera": 17.1, + "battery": 26.2, + "display": null, + "value": 27.6 +} diff --git a/site/public/v1/smartphones/mate-70-pro/index.json b/site/public/v1/smartphones/mate-70-pro/index.json new file mode 100644 index 00000000000..d0fd5c58e42 --- /dev/null +++ b/site/public/v1/smartphones/mate-70-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 178, + "slug": "mate-70-pro", + "name": "Mate 70 Pro", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 220.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": 7.7, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 32.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.196315", + "updated_at": "2026-06-18T06:58:10.196315" +} diff --git a/site/public/v1/smartphones/mate-70-pro/score/index.json b/site/public/v1/smartphones/mate-70-pro/score/index.json new file mode 100644 index 00000000000..c2a5a5f4bb0 --- /dev/null +++ b/site/public/v1/smartphones/mate-70-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": 7.7, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 32.2 +} diff --git a/site/public/v1/smartphones/mate-70/index.json b/site/public/v1/smartphones/mate-70/index.json new file mode 100644 index 00000000000..d109e46b6eb --- /dev/null +++ b/site/public/v1/smartphones/mate-70/index.json @@ -0,0 +1,76 @@ +{ + "id": 179, + "slug": "mate-70", + "name": "Mate 70", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4900, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 220.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 7.7, + "camera": 17.1, + "battery": 28.5, + "display": null, + "value": 35.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.196315", + "updated_at": "2026-06-18T06:58:10.196315" +} diff --git a/site/public/v1/smartphones/mate-70/score/index.json b/site/public/v1/smartphones/mate-70/score/index.json new file mode 100644 index 00000000000..da40d2c3a16 --- /dev/null +++ b/site/public/v1/smartphones/mate-70/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 7.7, + "camera": 17.1, + "battery": 28.5, + "display": null, + "value": 35.9 +} diff --git a/site/public/v1/smartphones/mate-x6/index.json b/site/public/v1/smartphones/mate-x6/index.json new file mode 100644 index 00000000000..3d2c7f12c75 --- /dev/null +++ b/site/public/v1/smartphones/mate-x6/index.json @@ -0,0 +1,76 @@ +{ + "id": 180, + "slug": "mate-x6", + "name": "Mate X6", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 2499, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 7.93, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 241.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.3, + "performance": 7.7, + "camera": 17.1, + "battery": 27.0, + "display": null, + "value": 8.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.196315", + "updated_at": "2026-06-18T06:58:10.196315" +} diff --git a/site/public/v1/smartphones/mate-x6/score/index.json b/site/public/v1/smartphones/mate-x6/score/index.json new file mode 100644 index 00000000000..821ea7e0629 --- /dev/null +++ b/site/public/v1/smartphones/mate-x6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.3, + "performance": 7.7, + "camera": 17.1, + "battery": 27.0, + "display": null, + "value": 8.7 +} diff --git a/site/public/v1/smartphones/mate-xt/index.json b/site/public/v1/smartphones/mate-xt/index.json new file mode 100644 index 00000000000..8acb6b5cfc2 --- /dev/null +++ b/site/public/v1/smartphones/mate-xt/index.json @@ -0,0 +1,79 @@ +{ + "id": 181, + "slug": "mate-xt", + "name": "Mate XT", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 2599, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 7.92, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 245.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": 7.7, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 9.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/mate-xt/score/index.json b/site/public/v1/smartphones/mate-xt/score/index.json new file mode 100644 index 00000000000..adda13654cc --- /dev/null +++ b/site/public/v1/smartphones/mate-xt/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.3, + "performance": 7.7, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 9.2 +} diff --git a/site/public/v1/smartphones/moto-e14/index.json b/site/public/v1/smartphones/moto-e14/index.json new file mode 100644 index 00000000000..defdede76e6 --- /dev/null +++ b/site/public/v1/smartphones/moto-e14/index.json @@ -0,0 +1,79 @@ +{ + "id": 267, + "slug": "moto-e14", + "name": "Moto E14", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 161, + "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": "2024-01-01", + "msrp_usd": 150, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/moto-e14/score/index.json b/site/public/v1/smartphones/moto-e14/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/moto-e14/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/moto-g-play/index.json b/site/public/v1/smartphones/moto-g-play/index.json new file mode 100644 index 00000000000..3718bdd30b0 --- /dev/null +++ b/site/public/v1/smartphones/moto-g-play/index.json @@ -0,0 +1,79 @@ +{ + "id": 251, + "slug": "moto-g-play", + "name": "Moto G Play", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 41, + "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": "2022-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 203.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.207314", + "updated_at": "2026-06-18T06:58:10.207314" +} diff --git a/site/public/v1/smartphones/moto-g-play/score/index.json b/site/public/v1/smartphones/moto-g-play/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/moto-g-play/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/moto-g-power/index.json b/site/public/v1/smartphones/moto-g-power/index.json new file mode 100644 index 00000000000..b912b2d12f7 --- /dev/null +++ b/site/public/v1/smartphones/moto-g-power/index.json @@ -0,0 +1,79 @@ +{ + "id": 252, + "slug": "moto-g-power", + "name": "Moto G Power", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 101, + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-662" + }, + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.207314", + "updated_at": "2026-06-18T06:58:10.207314" +} diff --git a/site/public/v1/smartphones/moto-g-power/score/index.json b/site/public/v1/smartphones/moto-g-power/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/moto-g-power/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/moto-g-stylus-5g/index.json b/site/public/v1/smartphones/moto-g-stylus-5g/index.json new file mode 100644 index 00000000000..007c6bbd728 --- /dev/null +++ b/site/public/v1/smartphones/moto-g-stylus-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 268, + "slug": "moto-g-stylus-5g", + "name": "Moto G Stylus 5G", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 120, + "slug": "snapdragon-6-gen-1", + "name": "Snapdragon 6 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-6-gen-1" + }, + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.2, + "performance": 4.4, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 61.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/moto-g-stylus-5g/score/index.json b/site/public/v1/smartphones/moto-g-stylus-5g/score/index.json new file mode 100644 index 00000000000..da81aab5beb --- /dev/null +++ b/site/public/v1/smartphones/moto-g-stylus-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.2, + "performance": 4.4, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 61.1 +} diff --git a/site/public/v1/smartphones/moto-g-stylus/index.json b/site/public/v1/smartphones/moto-g-stylus/index.json new file mode 100644 index 00000000000..75939ad0cde --- /dev/null +++ b/site/public/v1/smartphones/moto-g-stylus/index.json @@ -0,0 +1,79 @@ +{ + "id": 255, + "slug": "moto-g-stylus", + "name": "Moto G Stylus", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2023-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.207314", + "updated_at": "2026-06-18T06:58:10.207314" +} diff --git a/site/public/v1/smartphones/moto-g-stylus/score/index.json b/site/public/v1/smartphones/moto-g-stylus/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/moto-g-stylus/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/moto-g75-5g/index.json b/site/public/v1/smartphones/moto-g75-5g/index.json new file mode 100644 index 00000000000..2ea3d7cd190 --- /dev/null +++ b/site/public/v1/smartphones/moto-g75-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 269, + "slug": "moto-g75-5g", + "name": "Moto G75 5G", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 129, + "slug": "snapdragon-6-gen-3", + "name": "Snapdragon 6 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-6-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 320, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.3, + "performance": 4.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 60.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/moto-g75-5g/score/index.json b/site/public/v1/smartphones/moto-g75-5g/score/index.json new file mode 100644 index 00000000000..659ccdf188b --- /dev/null +++ b/site/public/v1/smartphones/moto-g75-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.3, + "performance": 4.9, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 60.4 +} diff --git a/site/public/v1/smartphones/moto-s50/index.json b/site/public/v1/smartphones/moto-s50/index.json new file mode 100644 index 00000000000..03bf359fd41 --- /dev/null +++ b/site/public/v1/smartphones/moto-s50/index.json @@ -0,0 +1,79 @@ +{ + "id": 270, + "slug": "moto-s50", + "name": "Moto S50", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 9.3, + "camera": 21.6, + "battery": 32.5, + "display": null, + "value": 60.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/moto-s50/score/index.json b/site/public/v1/smartphones/moto-s50/score/index.json new file mode 100644 index 00000000000..859bffac339 --- /dev/null +++ b/site/public/v1/smartphones/moto-s50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.1, + "performance": 9.3, + "camera": 21.6, + "battery": 32.5, + "display": null, + "value": 60.5 +} diff --git a/site/public/v1/smartphones/moto-x50-ultra/index.json b/site/public/v1/smartphones/moto-x50-ultra/index.json new file mode 100644 index 00000000000..76a9a229721 --- /dev/null +++ b/site/public/v1/smartphones/moto-x50-ultra/index.json @@ -0,0 +1,78 @@ +{ + "id": 271, + "slug": "moto-x50-ultra", + "name": "Moto X50 Ultra", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1499, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 54.7, + "performance": 54.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 31.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/moto-x50-ultra/score/index.json b/site/public/v1/smartphones/moto-x50-ultra/score/index.json new file mode 100644 index 00000000000..b19aea2878b --- /dev/null +++ b/site/public/v1/smartphones/moto-x50-ultra/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 54.7, + "performance": 54.2, + "camera": 65.0, + "battery": 45.0, + "display": null, + "value": 31.2 +} diff --git a/site/public/v1/smartphones/narzo-70-5g/index.json b/site/public/v1/smartphones/narzo-70-5g/index.json new file mode 100644 index 00000000000..6bff1f9c393 --- /dev/null +++ b/site/public/v1/smartphones/narzo-70-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 454, + "slug": "narzo-70-5g", + "name": "Narzo 70 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 230, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/narzo-70-5g/score/index.json b/site/public/v1/smartphones/narzo-70-5g/score/index.json new file mode 100644 index 00000000000..cc9ed8e96fc --- /dev/null +++ b/site/public/v1/smartphones/narzo-70-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/narzo-70-turbo-5g/index.json b/site/public/v1/smartphones/narzo-70-turbo-5g/index.json new file mode 100644 index 00000000000..d5db448cf51 --- /dev/null +++ b/site/public/v1/smartphones/narzo-70-turbo-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 455, + "slug": "narzo-70-turbo-5g", + "name": "Narzo 70 Turbo 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 240, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/narzo-70-turbo-5g/score/index.json b/site/public/v1/smartphones/narzo-70-turbo-5g/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/narzo-70-turbo-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/narzo-n61/index.json b/site/public/v1/smartphones/narzo-n61/index.json new file mode 100644 index 00000000000..cc91bd8c123 --- /dev/null +++ b/site/public/v1/smartphones/narzo-n61/index.json @@ -0,0 +1,78 @@ +{ + "id": 456, + "slug": "narzo-n61", + "name": "Narzo N61", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 180, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/narzo-n61/score/index.json b/site/public/v1/smartphones/narzo-n61/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/narzo-n61/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/narzo-n63/index.json b/site/public/v1/smartphones/narzo-n63/index.json new file mode 100644 index 00000000000..91f3eaeecdb --- /dev/null +++ b/site/public/v1/smartphones/narzo-n63/index.json @@ -0,0 +1,78 @@ +{ + "id": 457, + "slug": "narzo-n63", + "name": "Narzo N63", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 53, + "slug": "helio-g88", + "name": "MediaTek Helio G88", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g88" + }, + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/narzo-n63/score/index.json b/site/public/v1/smartphones/narzo-n63/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/narzo-n63/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/narzo-n65-5g/index.json b/site/public/v1/smartphones/narzo-n65-5g/index.json new file mode 100644 index 00000000000..8c2f484c758 --- /dev/null +++ b/site/public/v1/smartphones/narzo-n65-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 458, + "slug": "narzo-n65-5g", + "name": "Narzo N65 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2024-01-01", + "msrp_usd": 210, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.230360", + "updated_at": "2026-06-18T06:58:10.230360" +} diff --git a/site/public/v1/smartphones/narzo-n65-5g/score/index.json b/site/public/v1/smartphones/narzo-n65-5g/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/narzo-n65-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/neo-7/index.json b/site/public/v1/smartphones/neo-7/index.json new file mode 100644 index 00000000000..5ea3d9dc2d6 --- /dev/null +++ b/site/public/v1/smartphones/neo-7/index.json @@ -0,0 +1,79 @@ +{ + "id": 459, + "slug": "neo-7", + "name": "Neo 7", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 330, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 27.7, + "performance": 16.4, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 62.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/neo-7/score/index.json b/site/public/v1/smartphones/neo-7/score/index.json new file mode 100644 index 00000000000..ecb63c68562 --- /dev/null +++ b/site/public/v1/smartphones/neo-7/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 27.7, + "performance": 16.4, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 62.7 +} diff --git a/site/public/v1/smartphones/note-40-5g/index.json b/site/public/v1/smartphones/note-40-5g/index.json new file mode 100644 index 00000000000..f9a8073fee5 --- /dev/null +++ b/site/public/v1/smartphones/note-40-5g/index.json @@ -0,0 +1,76 @@ +{ + "id": 220, + "slug": "note-40-5g", + "name": "Note 40 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 319, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 28.3, + "performance": 6.3, + "camera": 35.7, + "battery": 43.0, + "display": null, + "value": 63.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.202314", + "updated_at": "2026-06-18T06:58:10.202314" +} diff --git a/site/public/v1/smartphones/note-40-5g/score/index.json b/site/public/v1/smartphones/note-40-5g/score/index.json new file mode 100644 index 00000000000..6cf9e6f8483 --- /dev/null +++ b/site/public/v1/smartphones/note-40-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 28.3, + "performance": 6.3, + "camera": 35.7, + "battery": 43.0, + "display": null, + "value": 63.4 +} diff --git a/site/public/v1/smartphones/note-40-pro-5g/index.json b/site/public/v1/smartphones/note-40-pro-5g/index.json new file mode 100644 index 00000000000..67c51b333d7 --- /dev/null +++ b/site/public/v1/smartphones/note-40-pro-5g/index.json @@ -0,0 +1,76 @@ +{ + "id": 221, + "slug": "note-40-pro-5g", + "name": "Note 40 Pro 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 51, + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G710", + "url": "/v1/socs/dimensity-9000" + }, + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 34.1, + "performance": 17.1, + "camera": 35.7, + "battery": 49.5, + "display": null, + "value": 63.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.202314", + "updated_at": "2026-06-18T06:58:10.202314" +} diff --git a/site/public/v1/smartphones/note-40-pro-5g/score/index.json b/site/public/v1/smartphones/note-40-pro-5g/score/index.json new file mode 100644 index 00000000000..29038be8b11 --- /dev/null +++ b/site/public/v1/smartphones/note-40-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 34.1, + "performance": 17.1, + "camera": 35.7, + "battery": 49.5, + "display": null, + "value": 63.2 +} diff --git a/site/public/v1/smartphones/note-40-pro/index.json b/site/public/v1/smartphones/note-40-pro/index.json new file mode 100644 index 00000000000..c0f3473b06c --- /dev/null +++ b/site/public/v1/smartphones/note-40-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 222, + "slug": "note-40-pro", + "name": "Note 40 Pro", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 28.3, + "performance": 9.3, + "camera": 35.7, + "battery": 40.0, + "display": null, + "value": 63.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.202314", + "updated_at": "2026-06-18T06:58:10.202314" +} diff --git a/site/public/v1/smartphones/note-40-pro/score/index.json b/site/public/v1/smartphones/note-40-pro/score/index.json new file mode 100644 index 00000000000..f4ba8f216cf --- /dev/null +++ b/site/public/v1/smartphones/note-40-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 28.3, + "performance": 9.3, + "camera": 35.7, + "battery": 40.0, + "display": null, + "value": 63.0 +} diff --git a/site/public/v1/smartphones/note-40-racing-edition/index.json b/site/public/v1/smartphones/note-40-racing-edition/index.json new file mode 100644 index 00000000000..0dc9dcb9c61 --- /dev/null +++ b/site/public/v1/smartphones/note-40-racing-edition/index.json @@ -0,0 +1,76 @@ +{ + "id": 223, + "slug": "note-40-racing-edition", + "name": "Note 40 Racing Edition", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 40.0, + "performance": 31.9, + "camera": 35.7, + "battery": 52.5, + "display": null, + "value": 64.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/note-40-racing-edition/score/index.json b/site/public/v1/smartphones/note-40-racing-edition/score/index.json new file mode 100644 index 00000000000..f689764e9b4 --- /dev/null +++ b/site/public/v1/smartphones/note-40-racing-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 40.0, + "performance": 31.9, + "camera": 35.7, + "battery": 52.5, + "display": null, + "value": 64.2 +} diff --git a/site/public/v1/smartphones/note-40/index.json b/site/public/v1/smartphones/note-40/index.json new file mode 100644 index 00000000000..b5dde02935c --- /dev/null +++ b/site/public/v1/smartphones/note-40/index.json @@ -0,0 +1,76 @@ +{ + "id": 224, + "slug": "note-40", + "name": "Note 40", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/note-40/score/index.json b/site/public/v1/smartphones/note-40/score/index.json new file mode 100644 index 00000000000..631ea19de64 --- /dev/null +++ b/site/public/v1/smartphones/note-40/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 +} diff --git a/site/public/v1/smartphones/note-40s/index.json b/site/public/v1/smartphones/note-40s/index.json new file mode 100644 index 00000000000..6cf3ff3a333 --- /dev/null +++ b/site/public/v1/smartphones/note-40s/index.json @@ -0,0 +1,76 @@ +{ + "id": 225, + "slug": "note-40s", + "name": "Note 40S", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/note-40s/score/index.json b/site/public/v1/smartphones/note-40s/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/note-40s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/note-40x-5g/index.json b/site/public/v1/smartphones/note-40x-5g/index.json new file mode 100644 index 00000000000..1f4b23a1134 --- /dev/null +++ b/site/public/v1/smartphones/note-40x-5g/index.json @@ -0,0 +1,76 @@ +{ + "id": 226, + "slug": "note-40x-5g", + "name": "Note 40X 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 63, + "slug": "dimensity-7200", + "name": "MediaTek Dimensity 7200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC4", + "url": "/v1/socs/dimensity-7200" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 29.8, + "performance": 5.8, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 63.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/note-40x-5g/score/index.json b/site/public/v1/smartphones/note-40x-5g/score/index.json new file mode 100644 index 00000000000..adc93d5e81a --- /dev/null +++ b/site/public/v1/smartphones/note-40x-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 29.8, + "performance": 5.8, + "camera": 35.7, + "battery": 48.0, + "display": null, + "value": 63.0 +} diff --git a/site/public/v1/smartphones/note-50/index.json b/site/public/v1/smartphones/note-50/index.json new file mode 100644 index 00000000000..69facd10c09 --- /dev/null +++ b/site/public/v1/smartphones/note-50/index.json @@ -0,0 +1,78 @@ +{ + "id": 460, + "slug": "note-50", + "name": "Note 50", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 170, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/note-50/score/index.json b/site/public/v1/smartphones/note-50/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/note-50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/note-60/index.json b/site/public/v1/smartphones/note-60/index.json new file mode 100644 index 00000000000..cd008a1d845 --- /dev/null +++ b/site/public/v1/smartphones/note-60/index.json @@ -0,0 +1,79 @@ +{ + "id": 461, + "slug": "note-60", + "name": "Note 60", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 220, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 196.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/note-60/score/index.json b/site/public/v1/smartphones/note-60/score/index.json new file mode 100644 index 00000000000..cc9ed8e96fc --- /dev/null +++ b/site/public/v1/smartphones/note-60/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/note-60x/index.json b/site/public/v1/smartphones/note-60x/index.json new file mode 100644 index 00000000000..b28bfd6953a --- /dev/null +++ b/site/public/v1/smartphones/note-60x/index.json @@ -0,0 +1,78 @@ +{ + "id": 462, + "slug": "note-60x", + "name": "Note 60x", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 62, + "slug": "dimensity-6100-plus", + "name": "Dimensity 6100+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6100-plus" + }, + "release_date": "2024-01-01", + "msrp_usd": 210, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/note-60x/score/index.json b/site/public/v1/smartphones/note-60x/score/index.json new file mode 100644 index 00000000000..2bb5e14f263 --- /dev/null +++ b/site/public/v1/smartphones/note-60x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 +} diff --git a/site/public/v1/smartphones/note-8/index.json b/site/public/v1/smartphones/note-8/index.json new file mode 100644 index 00000000000..bb44550c2c8 --- /dev/null +++ b/site/public/v1/smartphones/note-8/index.json @@ -0,0 +1,78 @@ +{ + "id": 191, + "slug": "note-8", + "name": "Note 8", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 44, + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MP2", + "url": "/v1/socs/helio-g80" + }, + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.95, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 1.5, + "camera": 21.6, + "battery": 33.0, + "display": null, + "value": 59.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/note-8/score/index.json b/site/public/v1/smartphones/note-8/score/index.json new file mode 100644 index 00000000000..6c88ae5e8cf --- /dev/null +++ b/site/public/v1/smartphones/note-8/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 1.5, + "camera": 21.6, + "battery": 33.0, + "display": null, + "value": 59.4 +} diff --git a/site/public/v1/smartphones/note-8i/index.json b/site/public/v1/smartphones/note-8i/index.json new file mode 100644 index 00000000000..8d46459d17f --- /dev/null +++ b/site/public/v1/smartphones/note-8i/index.json @@ -0,0 +1,78 @@ +{ + "id": 192, + "slug": "note-8i", + "name": "Note 8i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 44, + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MP2", + "url": "/v1/socs/helio-g80" + }, + "release_date": "2020-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.0, + "performance": 1.5, + "camera": 16.5, + "battery": 33.0, + "display": null, + "value": 58.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/note-8i/score/index.json b/site/public/v1/smartphones/note-8i/score/index.json new file mode 100644 index 00000000000..59fe9f64b3d --- /dev/null +++ b/site/public/v1/smartphones/note-8i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.0, + "performance": 1.5, + "camera": 16.5, + "battery": 33.0, + "display": null, + "value": 58.5 +} diff --git a/site/public/v1/smartphones/nova-12-pro/index.json b/site/public/v1/smartphones/nova-12-pro/index.json new file mode 100644 index 00000000000..383119e39cb --- /dev/null +++ b/site/public/v1/smartphones/nova-12-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 182, + "slug": "nova-12-pro", + "name": "Nova 12 Pro", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 4.0, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 45.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/nova-12-pro/score/index.json b/site/public/v1/smartphones/nova-12-pro/score/index.json new file mode 100644 index 00000000000..58f66e0696b --- /dev/null +++ b/site/public/v1/smartphones/nova-12-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 4.0, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 45.8 +} diff --git a/site/public/v1/smartphones/nova-12/index.json b/site/public/v1/smartphones/nova-12/index.json new file mode 100644 index 00000000000..fdd70646c3a --- /dev/null +++ b/site/public/v1/smartphones/nova-12/index.json @@ -0,0 +1,76 @@ +{ + "id": 183, + "slug": "nova-12", + "name": "Nova 12", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2024-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 168.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 4.0, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 49.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/nova-12/score/index.json b/site/public/v1/smartphones/nova-12/score/index.json new file mode 100644 index 00000000000..3d8f1210083 --- /dev/null +++ b/site/public/v1/smartphones/nova-12/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 4.0, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 49.6 +} diff --git a/site/public/v1/smartphones/nova-13-pro/index.json b/site/public/v1/smartphones/nova-13-pro/index.json new file mode 100644 index 00000000000..ac02d9de671 --- /dev/null +++ b/site/public/v1/smartphones/nova-13-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 184, + "slug": "nova-13-pro", + "name": "Nova 13 Pro", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2024-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 60.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 4.0, + "camera": 17.1, + "battery": 24.0, + "display": null, + "value": 44.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/nova-13-pro/score/index.json b/site/public/v1/smartphones/nova-13-pro/score/index.json new file mode 100644 index 00000000000..8ed6025fb5c --- /dev/null +++ b/site/public/v1/smartphones/nova-13-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 4.0, + "camera": 17.1, + "battery": 24.0, + "display": null, + "value": 44.1 +} diff --git a/site/public/v1/smartphones/nova-13/index.json b/site/public/v1/smartphones/nova-13/index.json new file mode 100644 index 00000000000..bd00b3e5fba --- /dev/null +++ b/site/public/v1/smartphones/nova-13/index.json @@ -0,0 +1,79 @@ +{ + "id": 185, + "slug": "nova-13", + "name": "Nova 13", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 28, + "slug": "kirin-9000s", + "name": "HiSilicon Kirin 9000S", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9000s" + }, + "release_date": "2024-01-01", + "msrp_usd": 529, + "ram_gb": 8, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 170.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 4.0, + "camera": 17.1, + "battery": 24.0, + "display": null, + "value": 48.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/nova-13/score/index.json b/site/public/v1/smartphones/nova-13/score/index.json new file mode 100644 index 00000000000..1a8bd158c78 --- /dev/null +++ b/site/public/v1/smartphones/nova-13/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 4.0, + "camera": 17.1, + "battery": 24.0, + "display": null, + "value": 48.7 +} diff --git a/site/public/v1/smartphones/one-vision-3/index.json b/site/public/v1/smartphones/one-vision-3/index.json new file mode 100644 index 00000000000..d7ba32de22f --- /dev/null +++ b/site/public/v1/smartphones/one-vision-3/index.json @@ -0,0 +1,79 @@ +{ + "id": 275, + "slug": "one-vision-3", + "name": "One Vision 3", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 145, + "slug": "exynos-9609", + "name": "Exynos 9609", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "process_nm": 10.0, + "gpu_name": "Mali-G72 MP3", + "url": "/v1/socs/exynos-9609" + }, + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 25.0 + } + ], + "battery_mah": 3500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 9.0, + "performance": 3.0, + "camera": 16.5, + "battery": 7.5, + "display": null, + "value": 54.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.209314", + "updated_at": "2026-06-18T06:58:10.209314" +} diff --git a/site/public/v1/smartphones/one-vision-3/score/index.json b/site/public/v1/smartphones/one-vision-3/score/index.json new file mode 100644 index 00000000000..21ef9b63e5b --- /dev/null +++ b/site/public/v1/smartphones/one-vision-3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 9.0, + "performance": 3.0, + "camera": 16.5, + "battery": 7.5, + "display": null, + "value": 54.5 +} diff --git a/site/public/v1/smartphones/oneplus-10r/index.json b/site/public/v1/smartphones/oneplus-10r/index.json new file mode 100644 index 00000000000..056f8ffade2 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-10r/index.json @@ -0,0 +1,78 @@ +{ + "id": 325, + "slug": "oneplus-10r", + "name": "OnePlus 10R", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.6, + "performance": 6.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 47.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-10r/score/index.json b/site/public/v1/smartphones/oneplus-10r/score/index.json new file mode 100644 index 00000000000..394c580e634 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-10r/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.6, + "performance": 6.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 47.8 +} diff --git a/site/public/v1/smartphones/oneplus-11-pro/index.json b/site/public/v1/smartphones/oneplus-11-pro/index.json new file mode 100644 index 00000000000..d50d89ca5ea --- /dev/null +++ b/site/public/v1/smartphones/oneplus-11-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 330, + "slug": "oneplus-11-pro", + "name": "OnePlus 11 Pro", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": "1440x3216", + "refresh_hz": 120, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 100.0, + "charging_wireless_w": null, + "weight_g": 204.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 43.9, + "performance": 39.7, + "camera": 17.1, + "battery": 61.2, + "display": 57.5, + "value": 48.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-11-pro/score/index.json b/site/public/v1/smartphones/oneplus-11-pro/score/index.json new file mode 100644 index 00000000000..511af07fe6c --- /dev/null +++ b/site/public/v1/smartphones/oneplus-11-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 43.9, + "performance": 39.7, + "camera": 17.1, + "battery": 61.2, + "display": 57.5, + "value": 48.9 +} diff --git a/site/public/v1/smartphones/oneplus-11t/index.json b/site/public/v1/smartphones/oneplus-11t/index.json new file mode 100644 index 00000000000..4d1ac7839f5 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-11t/index.json @@ -0,0 +1,78 @@ +{ + "id": 333, + "slug": "oneplus-11t", + "name": "OnePlus 11T", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 47.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-11t/score/index.json b/site/public/v1/smartphones/oneplus-11t/score/index.json new file mode 100644 index 00000000000..2d640e91ae1 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-11t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 47.2 +} diff --git a/site/public/v1/smartphones/oneplus-12t-5g/index.json b/site/public/v1/smartphones/oneplus-12t-5g/index.json new file mode 100644 index 00000000000..0c69c88f786 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-12t-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 334, + "slug": "oneplus-12t-5g", + "name": "OnePlus 12T 5G", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 849, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 45.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-12t-5g/score/index.json b/site/public/v1/smartphones/oneplus-12t-5g/score/index.json new file mode 100644 index 00000000000..cbcf2ce2067 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-12t-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 45.3 +} diff --git a/site/public/v1/smartphones/oneplus-13-pro/index.json b/site/public/v1/smartphones/oneplus-13-pro/index.json new file mode 100644 index 00000000000..ad1fb24d9b1 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-13-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 335, + "slug": "oneplus-13-pro", + "name": "OnePlus 13 Pro", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 215.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 43.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-13-pro/score/index.json b/site/public/v1/smartphones/oneplus-13-pro/score/index.json new file mode 100644 index 00000000000..3426bc9344d --- /dev/null +++ b/site/public/v1/smartphones/oneplus-13-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.9, + "performance": 36.7, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 43.4 +} diff --git a/site/public/v1/smartphones/oneplus-14/index.json b/site/public/v1/smartphones/oneplus-14/index.json new file mode 100644 index 00000000000..249a727d1a8 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-14/index.json @@ -0,0 +1,78 @@ +{ + "id": 336, + "slug": "oneplus-14", + "name": "OnePlus 14+", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 202.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 33.7, + "camera": 21.6, + "battery": 42.0, + "display": null, + "value": 47.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-14/score/index.json b/site/public/v1/smartphones/oneplus-14/score/index.json new file mode 100644 index 00000000000..936f1417e04 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-14/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 33.7, + "camera": 21.6, + "battery": 42.0, + "display": null, + "value": 47.0 +} diff --git a/site/public/v1/smartphones/oneplus-15r/index.json b/site/public/v1/smartphones/oneplus-15r/index.json new file mode 100644 index 00000000000..901d29c9396 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-15r/index.json @@ -0,0 +1,78 @@ +{ + "id": 337, + "slug": "oneplus-15r", + "name": "OnePlus 15R", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2023-01-01", + "msrp_usd": 849, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 54.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 48.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.216324", + "updated_at": "2026-06-18T06:58:10.216324" +} diff --git a/site/public/v1/smartphones/oneplus-15r/score/index.json b/site/public/v1/smartphones/oneplus-15r/score/index.json new file mode 100644 index 00000000000..dc7e081677a --- /dev/null +++ b/site/public/v1/smartphones/oneplus-15r/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 54.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 48.3 +} diff --git a/site/public/v1/smartphones/oneplus-5-special-edition/index.json b/site/public/v1/smartphones/oneplus-5-special-edition/index.json new file mode 100644 index 00000000000..aeb543058f3 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-5-special-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 294, + "slug": "oneplus-5-special-edition", + "name": "OnePlus 5 Special Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 86, + "slug": "snapdragon-835", + "name": "Snapdragon 835", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 540", + "url": "/v1/socs/snapdragon-835" + }, + "release_date": "2017-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 5.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 155.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 26.1, + "camera": 7.6, + "battery": 4.5, + "display": null, + "value": 44.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.212322", + "updated_at": "2026-06-18T06:58:10.212322" +} diff --git a/site/public/v1/smartphones/oneplus-5-special-edition/score/index.json b/site/public/v1/smartphones/oneplus-5-special-edition/score/index.json new file mode 100644 index 00000000000..1716462c46b --- /dev/null +++ b/site/public/v1/smartphones/oneplus-5-special-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 26.1, + "camera": 7.6, + "battery": 4.5, + "display": null, + "value": 44.9 +} diff --git a/site/public/v1/smartphones/oneplus-5t-star-wars-edition/index.json b/site/public/v1/smartphones/oneplus-5t-star-wars-edition/index.json new file mode 100644 index 00000000000..1adafb5bac5 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-5t-star-wars-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 296, + "slug": "oneplus-5t-star-wars-edition", + "name": "OnePlus 5T Star Wars Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 86, + "slug": "snapdragon-835", + "name": "Snapdragon 835", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 540", + "url": "/v1/socs/snapdragon-835" + }, + "release_date": "2017-01-01", + "msrp_usd": 649, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.01, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 162.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 24.6, + "camera": 6.3, + "battery": 4.5, + "display": null, + "value": 42.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.212322", + "updated_at": "2026-06-18T06:58:10.212322" +} diff --git a/site/public/v1/smartphones/oneplus-5t-star-wars-edition/score/index.json b/site/public/v1/smartphones/oneplus-5t-star-wars-edition/score/index.json new file mode 100644 index 00000000000..f94cee7b818 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-5t-star-wars-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 24.6, + "camera": 6.3, + "battery": 4.5, + "display": null, + "value": 42.5 +} diff --git a/site/public/v1/smartphones/oneplus-6-special-edition/index.json b/site/public/v1/smartphones/oneplus-6-special-edition/index.json new file mode 100644 index 00000000000..6f2b494e7ba --- /dev/null +++ b/site/public/v1/smartphones/oneplus-6-special-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 298, + "slug": "oneplus-6-special-edition", + "name": "OnePlus 6 Special Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 87, + "slug": "snapdragon-845", + "name": "Snapdragon 845", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 630", + "url": "/v1/socs/snapdragon-845" + }, + "release_date": "2018-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.28, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 177.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 4.5, + "performance": 1.5, + "camera": 7.6, + "battery": 4.5, + "display": null, + "value": 40.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.212322", + "updated_at": "2026-06-18T06:58:10.212322" +} diff --git a/site/public/v1/smartphones/oneplus-6-special-edition/score/index.json b/site/public/v1/smartphones/oneplus-6-special-edition/score/index.json new file mode 100644 index 00000000000..11175a0166d --- /dev/null +++ b/site/public/v1/smartphones/oneplus-6-special-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 4.5, + "performance": 1.5, + "camera": 7.6, + "battery": 4.5, + "display": null, + "value": 40.8 +} diff --git a/site/public/v1/smartphones/oneplus-6t-mclaren-edition/index.json b/site/public/v1/smartphones/oneplus-6t-mclaren-edition/index.json new file mode 100644 index 00000000000..e92c8ef361d --- /dev/null +++ b/site/public/v1/smartphones/oneplus-6t-mclaren-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 300, + "slug": "oneplus-6t-mclaren-edition", + "name": "OnePlus 6T McLaren Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 87, + "slug": "snapdragon-845", + "name": "Snapdragon 845", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 630", + "url": "/v1/socs/snapdragon-845" + }, + "release_date": "2018-01-01", + "msrp_usd": 799, + "ram_gb": 10, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.41, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 20.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 7.5, + "performance": 4.5, + "camera": 7.6, + "battery": 10.5, + "display": null, + "value": 34.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.212322", + "updated_at": "2026-06-18T06:58:10.212322" +} diff --git a/site/public/v1/smartphones/oneplus-6t-mclaren-edition/score/index.json b/site/public/v1/smartphones/oneplus-6t-mclaren-edition/score/index.json new file mode 100644 index 00000000000..4a851f53b0b --- /dev/null +++ b/site/public/v1/smartphones/oneplus-6t-mclaren-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 7.5, + "performance": 4.5, + "camera": 7.6, + "battery": 10.5, + "display": null, + "value": 34.5 +} diff --git a/site/public/v1/smartphones/oneplus-7r/index.json b/site/public/v1/smartphones/oneplus-7r/index.json new file mode 100644 index 00000000000..7f0320caeef --- /dev/null +++ b/site/public/v1/smartphones/oneplus-7r/index.json @@ -0,0 +1,78 @@ +{ + "id": 305, + "slug": "oneplus-7r", + "name": "OnePlus 7R", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 93, + "slug": "snapdragon-855", + "name": "Snapdragon 855", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 640", + "url": "/v1/socs/snapdragon-855" + }, + "release_date": "2020-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.41, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 9.5, + "performance": 1.5, + "camera": 16.5, + "battery": 10.5, + "display": null, + "value": 43.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-7r/score/index.json b/site/public/v1/smartphones/oneplus-7r/score/index.json new file mode 100644 index 00000000000..fa20ad3fcff --- /dev/null +++ b/site/public/v1/smartphones/oneplus-7r/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 9.5, + "performance": 1.5, + "camera": 16.5, + "battery": 10.5, + "display": null, + "value": 43.2 +} diff --git a/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/index.json b/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/index.json new file mode 100644 index 00000000000..37119b80ef7 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 304, + "slug": "oneplus-7t-pro-5g-mclaren-edition", + "name": "OnePlus 7T Pro 5G McLaren Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 93, + "slug": "snapdragon-855", + "name": "Snapdragon 855", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 640", + "url": "/v1/socs/snapdragon-855" + }, + "release_date": "2019-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4085, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.9, + "performance": 6.0, + "camera": 16.5, + "battery": 16.3, + "display": null, + "value": 33.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/score/index.json b/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/score/index.json new file mode 100644 index 00000000000..c01a28a2de1 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-7t-pro-5g-mclaren-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.9, + "performance": 6.0, + "camera": 16.5, + "battery": 16.3, + "display": null, + "value": 33.4 +} diff --git a/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/index.json b/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/index.json new file mode 100644 index 00000000000..dda51fb2bc3 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 306, + "slug": "oneplus-8-pro-mclaren-edition", + "name": "OnePlus 8 Pro McLaren Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4510, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.6, + "display": null, + "value": 34.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/score/index.json b/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/score/index.json new file mode 100644 index 00000000000..156bbc1d757 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8-pro-mclaren-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.6, + "display": null, + "value": 34.5 +} diff --git a/site/public/v1/smartphones/oneplus-8/index.json b/site/public/v1/smartphones/oneplus-8/index.json new file mode 100644 index 00000000000..092bd64d323 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8/index.json @@ -0,0 +1,78 @@ +{ + "id": 308, + "slug": "oneplus-8", + "name": "OnePlus 8", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.0, + "performance": 3.0, + "camera": 16.5, + "battery": 19.5, + "display": null, + "value": 41.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-8/score/index.json b/site/public/v1/smartphones/oneplus-8/score/index.json new file mode 100644 index 00000000000..f8c9775fee3 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.0, + "performance": 3.0, + "camera": 16.5, + "battery": 19.5, + "display": null, + "value": 41.1 +} diff --git a/site/public/v1/smartphones/oneplus-8r/index.json b/site/public/v1/smartphones/oneplus-8r/index.json new file mode 100644 index 00000000000..d889e33e71d --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8r/index.json @@ -0,0 +1,78 @@ +{ + "id": 309, + "slug": "oneplus-8r", + "name": "OnePlus 8R", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.0, + "performance": 3.0, + "camera": 16.5, + "battery": 19.5, + "display": null, + "value": 43.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-8r/score/index.json b/site/public/v1/smartphones/oneplus-8r/score/index.json new file mode 100644 index 00000000000..b0e3e9e09cf --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8r/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.0, + "performance": 3.0, + "camera": 16.5, + "battery": 19.5, + "display": null, + "value": 43.1 +} diff --git a/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/index.json b/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/index.json new file mode 100644 index 00000000000..38bb24c498b --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 310, + "slug": "oneplus-8t-cyberpunk-2077-edition", + "name": "OnePlus 8T Cyberpunk 2077 Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 749, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 40.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.213319", + "updated_at": "2026-06-18T06:58:10.213319" +} diff --git a/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/score/index.json b/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/score/index.json new file mode 100644 index 00000000000..96a38142cf0 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8t-cyberpunk-2077-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 40.2 +} diff --git a/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/index.json b/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/index.json new file mode 100644 index 00000000000..ef549c1fbfb --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/index.json @@ -0,0 +1,78 @@ +{ + "id": 311, + "slug": "oneplus-8t-cyberpunk-edition", + "name": "OnePlus 8T Cyberpunk Edition", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 99, + "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-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 38.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/score/index.json b/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/score/index.json new file mode 100644 index 00000000000..0febd26e7d2 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-8t-cyberpunk-edition/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 38.3 +} diff --git a/site/public/v1/smartphones/oneplus-9r-5g/index.json b/site/public/v1/smartphones/oneplus-9r-5g/index.json new file mode 100644 index 00000000000..4ccd3dce8c2 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-9r-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 320, + "slug": "oneplus-9r-5g", + "name": "OnePlus 9R 5G", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 117, + "slug": "snapdragon-870", + "name": "Snapdragon 870", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-870" + }, + "release_date": "2021-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.1, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 46.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-9r-5g/score/index.json b/site/public/v1/smartphones/oneplus-9r-5g/score/index.json new file mode 100644 index 00000000000..2221bf83ae6 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-9r-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.0, + "performance": 6.1, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 46.0 +} diff --git a/site/public/v1/smartphones/oneplus-9t/index.json b/site/public/v1/smartphones/oneplus-9t/index.json new file mode 100644 index 00000000000..201cf05df53 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-9t/index.json @@ -0,0 +1,79 @@ +{ + "id": 321, + "slug": "oneplus-9t", + "name": "OnePlus 9T", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 108, + "slug": "snapdragon-888", + "name": "Snapdragon 888", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 5.0, + "gpu_name": "Adreno 660", + "url": "/v1/socs/snapdragon-888" + }, + "release_date": "2021-01-01", + "msrp_usd": 649, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.55, + "resolution": "1080x2400", + "refresh_hz": 120, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": 65.0, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 30.6, + "performance": 6.4, + "camera": 16.5, + "battery": 42.0, + "display": 57.5, + "value": 51.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-9t/score/index.json b/site/public/v1/smartphones/oneplus-9t/score/index.json new file mode 100644 index 00000000000..ae5d4ff9303 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-9t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 30.6, + "performance": 6.4, + "camera": 16.5, + "battery": 42.0, + "display": 57.5, + "value": 51.9 +} diff --git a/site/public/v1/smartphones/oneplus-nord-1/index.json b/site/public/v1/smartphones/oneplus-nord-1/index.json new file mode 100644 index 00000000000..fc1acb25a3e --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-1/index.json @@ -0,0 +1,78 @@ +{ + "id": 313, + "slug": "oneplus-nord-1", + "name": "OnePlus Nord 1", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4115, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 1.5, + "camera": 16.5, + "battery": 16.7, + "display": null, + "value": 53.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-1/score/index.json b/site/public/v1/smartphones/oneplus-nord-1/score/index.json new file mode 100644 index 00000000000..03975612402 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-1/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 1.5, + "camera": 16.5, + "battery": 16.7, + "display": null, + "value": 53.9 +} diff --git a/site/public/v1/smartphones/oneplus-nord-2t/index.json b/site/public/v1/smartphones/oneplus-nord-2t/index.json new file mode 100644 index 00000000000..056d6144b44 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-2t/index.json @@ -0,0 +1,79 @@ +{ + "id": 327, + "slug": "oneplus-nord-2t", + "name": "OnePlus Nord 2T", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 56, + "slug": "dimensity-1300", + "name": "MediaTek Dimensity 1300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1300" + }, + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": "1080x2400", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": 80.0, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.6, + "performance": 4.3, + "camera": 17.1, + "battery": 39.9, + "display": 45.0, + "value": 59.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-2t/score/index.json b/site/public/v1/smartphones/oneplus-nord-2t/score/index.json new file mode 100644 index 00000000000..cd336c743d3 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-2t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.6, + "performance": 4.3, + "camera": 17.1, + "battery": 39.9, + "display": 45.0, + "value": 59.5 +} diff --git a/site/public/v1/smartphones/oneplus-nord-3/index.json b/site/public/v1/smartphones/oneplus-nord-3/index.json new file mode 100644 index 00000000000..95f9e006a9a --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-3/index.json @@ -0,0 +1,78 @@ +{ + "id": 338, + "slug": "oneplus-nord-3", + "name": "OnePlus Nord 3", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 51, + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G710", + "url": "/v1/socs/dimensity-9000" + }, + "release_date": "2023-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.4, + "performance": 17.1, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 55.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.217316", + "updated_at": "2026-06-18T06:58:10.217316" +} diff --git a/site/public/v1/smartphones/oneplus-nord-3/score/index.json b/site/public/v1/smartphones/oneplus-nord-3/score/index.json new file mode 100644 index 00000000000..c5b9795d19d --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.4, + "performance": 17.1, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 55.5 +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-2-lite/index.json b/site/public/v1/smartphones/oneplus-nord-ce-2-lite/index.json new file mode 100644 index 00000000000..b9faac9db94 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-2-lite/index.json @@ -0,0 +1,78 @@ +{ + "id": 328, + "slug": "oneplus-nord-ce-2-lite", + "name": "OnePlus Nord CE 2 Lite", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2022-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-2-lite/score/index.json b/site/public/v1/smartphones/oneplus-nord-ce-2-lite/score/index.json new file mode 100644 index 00000000000..b993f5b906e --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-2-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-2/index.json b/site/public/v1/smartphones/oneplus-nord-ce-2/index.json new file mode 100644 index 00000000000..86e2b1e50e5 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-2/index.json @@ -0,0 +1,78 @@ +{ + "id": 329, + "slug": "oneplus-nord-ce-2", + "name": "OnePlus Nord CE 2", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 173.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 3.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-2/score/index.json b/site/public/v1/smartphones/oneplus-nord-ce-2/score/index.json new file mode 100644 index 00000000000..59656cb896c --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 3.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.9 +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-3-lite/index.json b/site/public/v1/smartphones/oneplus-nord-ce-3-lite/index.json new file mode 100644 index 00000000000..dcf32008f88 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-3-lite/index.json @@ -0,0 +1,78 @@ +{ + "id": 339, + "slug": "oneplus-nord-ce-3-lite", + "name": "OnePlus Nord CE 3 Lite", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.217316", + "updated_at": "2026-06-18T06:58:10.217316" +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-3-lite/score/index.json b/site/public/v1/smartphones/oneplus-nord-ce-3-lite/score/index.json new file mode 100644 index 00000000000..631ea19de64 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-3-lite/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.6, + "performance": 3.0, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.3 +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-5g/index.json b/site/public/v1/smartphones/oneplus-nord-ce-5g/index.json new file mode 100644 index 00000000000..ec65416f520 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 322, + "slug": "oneplus-nord-ce-5g", + "name": "OnePlus Nord CE 5G", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 105, + "slug": "snapdragon-750g", + "name": "Snapdragon 750G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-750g" + }, + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 170.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.2, + "performance": 1.5, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 57.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-ce-5g/score/index.json b/site/public/v1/smartphones/oneplus-nord-ce-5g/score/index.json new file mode 100644 index 00000000000..399897c06fb --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-ce-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.2, + "performance": 1.5, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 57.6 +} diff --git a/site/public/v1/smartphones/oneplus-nord-n10-5g/index.json b/site/public/v1/smartphones/oneplus-nord-n10-5g/index.json new file mode 100644 index 00000000000..3c3c1f27de1 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n10-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 314, + "slug": "oneplus-nord-n10-5g", + "name": "OnePlus Nord N10 5G", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 102, + "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-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.49, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 1.5, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-n10-5g/score/index.json b/site/public/v1/smartphones/oneplus-nord-n10-5g/score/index.json new file mode 100644 index 00000000000..7e08ffa19b8 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n10-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 1.5, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.1 +} diff --git a/site/public/v1/smartphones/oneplus-nord-n100-5g/index.json b/site/public/v1/smartphones/oneplus-nord-n100-5g/index.json new file mode 100644 index 00000000000..28ebfb2a54a --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n100-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 315, + "slug": "oneplus-nord-n100-5g", + "name": "OnePlus Nord N100 5G", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 100, + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-460" + }, + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-n100-5g/score/index.json b/site/public/v1/smartphones/oneplus-nord-n100-5g/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n100-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/oneplus-nord-n100/index.json b/site/public/v1/smartphones/oneplus-nord-n100/index.json new file mode 100644 index 00000000000..445472b296a --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n100/index.json @@ -0,0 +1,79 @@ +{ + "id": 316, + "slug": "oneplus-nord-n100", + "name": "OnePlus Nord N100", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 100, + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-460" + }, + "release_date": "2020-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.52, + "resolution": "720x1600", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 0.0, + "camera": 5.3, + "battery": 30.6, + "display": 45.0, + "value": 60.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-n100/score/index.json b/site/public/v1/smartphones/oneplus-nord-n100/score/index.json new file mode 100644 index 00000000000..9746d0ec616 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n100/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 0.0, + "camera": 5.3, + "battery": 30.6, + "display": 45.0, + "value": 60.1 +} diff --git a/site/public/v1/smartphones/oneplus-nord-n200/index.json b/site/public/v1/smartphones/oneplus-nord-n200/index.json new file mode 100644 index 00000000000..98be2e624f4 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n200/index.json @@ -0,0 +1,79 @@ +{ + "id": 323, + "slug": "oneplus-nord-n200", + "name": "OnePlus Nord N200", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 110, + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-480" + }, + "release_date": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.49, + "resolution": "1080x2400", + "refresh_hz": 90, + "type": "Punch Hole" + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 0.0, + "camera": 5.3, + "battery": 30.6, + "display": 45.0, + "value": 60.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.215319", + "updated_at": "2026-06-18T06:58:10.215319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-n200/score/index.json b/site/public/v1/smartphones/oneplus-nord-n200/score/index.json new file mode 100644 index 00000000000..9746d0ec616 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-n200/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.2, + "performance": 0.0, + "camera": 5.3, + "battery": 30.6, + "display": 45.0, + "value": 60.1 +} diff --git a/site/public/v1/smartphones/oneplus-nord-x/index.json b/site/public/v1/smartphones/oneplus-nord-x/index.json new file mode 100644 index 00000000000..0534abb10bc --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-x/index.json @@ -0,0 +1,78 @@ +{ + "id": 317, + "slug": "oneplus-nord-x", + "name": "OnePlus Nord X", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.2, + "performance": 3.0, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 56.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.214319", + "updated_at": "2026-06-18T06:58:10.214319" +} diff --git a/site/public/v1/smartphones/oneplus-nord-x/score/index.json b/site/public/v1/smartphones/oneplus-nord-x/score/index.json new file mode 100644 index 00000000000..f1eafcafc0c --- /dev/null +++ b/site/public/v1/smartphones/oneplus-nord-x/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.2, + "performance": 3.0, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 56.6 +} diff --git a/site/public/v1/smartphones/oneplus-open/index.json b/site/public/v1/smartphones/oneplus-open/index.json new file mode 100644 index 00000000000..0f179565fe4 --- /dev/null +++ b/site/public/v1/smartphones/oneplus-open/index.json @@ -0,0 +1,78 @@ +{ + "id": 342, + "slug": "oneplus-open", + "name": "OnePlus Open", + "brand": { + "id": 28, + "slug": "oneplus", + "name": "OnePlus", + "country": "CN", + "url": "/v1/brands/oneplus" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 7.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 238.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.7, + "performance": 39.7, + "camera": 16.5, + "battery": 42.0, + "display": null, + "value": 35.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.217316", + "updated_at": "2026-06-18T06:58:10.217316" +} diff --git a/site/public/v1/smartphones/oneplus-open/score/index.json b/site/public/v1/smartphones/oneplus-open/score/index.json new file mode 100644 index 00000000000..8cefdc51fed --- /dev/null +++ b/site/public/v1/smartphones/oneplus-open/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.7, + "performance": 39.7, + "camera": 16.5, + "battery": 42.0, + "display": null, + "value": 35.6 +} diff --git a/site/public/v1/smartphones/p1-5g/index.json b/site/public/v1/smartphones/p1-5g/index.json new file mode 100644 index 00000000000..afb63310f0d --- /dev/null +++ b/site/public/v1/smartphones/p1-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 463, + "slug": "p1-5g", + "name": "P1 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 62, + "slug": "dimensity-6100-plus", + "name": "Dimensity 6100+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6100-plus" + }, + "release_date": "2024-01-01", + "msrp_usd": 200, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/p1-5g/score/index.json b/site/public/v1/smartphones/p1-5g/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/p1-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/p1-speed-5g/index.json b/site/public/v1/smartphones/p1-speed-5g/index.json new file mode 100644 index 00000000000..c21bda9b9e0 --- /dev/null +++ b/site/public/v1/smartphones/p1-speed-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 464, + "slug": "p1-speed-5g", + "name": "P1 Speed 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 250, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 9.3, + "camera": 21.6, + "battery": 41.5, + "display": null, + "value": 62.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/p1-speed-5g/score/index.json b/site/public/v1/smartphones/p1-speed-5g/score/index.json new file mode 100644 index 00000000000..51247fddd60 --- /dev/null +++ b/site/public/v1/smartphones/p1-speed-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 9.3, + "camera": 21.6, + "battery": 41.5, + "display": null, + "value": 62.0 +} diff --git a/site/public/v1/smartphones/p2-pro-5g/index.json b/site/public/v1/smartphones/p2-pro-5g/index.json new file mode 100644 index 00000000000..8d8e8064909 --- /dev/null +++ b/site/public/v1/smartphones/p2-pro-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 465, + "slug": "p2-pro-5g", + "name": "P2 Pro 5G", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 130, + "slug": "snapdragon-7-plus-gen-3", + "name": "Snapdragon 7+ Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 732", + "url": "/v1/socs/snapdragon-7-plus-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 340, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 36.4, + "performance": 39.5, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 66.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/p2-pro-5g/score/index.json b/site/public/v1/smartphones/p2-pro-5g/score/index.json new file mode 100644 index 00000000000..eb311f80c1f --- /dev/null +++ b/site/public/v1/smartphones/p2-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 36.4, + "performance": 39.5, + "camera": 17.1, + "battery": 52.5, + "display": null, + "value": 66.7 +} diff --git a/site/public/v1/smartphones/phantom-v-flip2/index.json b/site/public/v1/smartphones/phantom-v-flip2/index.json new file mode 100644 index 00000000000..3032272695c --- /dev/null +++ b/site/public/v1/smartphones/phantom-v-flip2/index.json @@ -0,0 +1,78 @@ +{ + "id": 612, + "slug": "phantom-v-flip2", + "name": "Phantom V Flip2", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 57, + "slug": "dimensity-8050", + "name": "MediaTek Dimensity 8050", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-8050" + }, + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.2, + "performance": 4.1, + "camera": 17.1, + "battery": 24.5, + "display": null, + "value": 30.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/phantom-v-flip2/score/index.json b/site/public/v1/smartphones/phantom-v-flip2/score/index.json new file mode 100644 index 00000000000..99d9dd5e1fa --- /dev/null +++ b/site/public/v1/smartphones/phantom-v-flip2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.2, + "performance": 4.1, + "camera": 17.1, + "battery": 24.5, + "display": null, + "value": 30.7 +} diff --git a/site/public/v1/smartphones/phantom-v-fold2/index.json b/site/public/v1/smartphones/phantom-v-fold2/index.json new file mode 100644 index 00000000000..5a15aaeda80 --- /dev/null +++ b/site/public/v1/smartphones/phantom-v-fold2/index.json @@ -0,0 +1,78 @@ +{ + "id": 613, + "slug": "phantom-v-fold2", + "name": "Phantom V Fold2", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 65, + "slug": "dimensity-9200-plus", + "name": "MediaTek Dimensity 9200+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200-plus" + }, + "release_date": "2024-01-01", + "msrp_usd": 1799, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 7.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 280.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 36.6, + "performance": 35.6, + "camera": 21.6, + "battery": 52.5, + "display": null, + "value": 18.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/phantom-v-fold2/score/index.json b/site/public/v1/smartphones/phantom-v-fold2/score/index.json new file mode 100644 index 00000000000..30e39e223e7 --- /dev/null +++ b/site/public/v1/smartphones/phantom-v-fold2/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 36.6, + "performance": 35.6, + "camera": 21.6, + "battery": 52.5, + "display": null, + "value": 18.3 +} diff --git a/site/public/v1/smartphones/pixel-3a-xl/index.json b/site/public/v1/smartphones/pixel-3a-xl/index.json new file mode 100644 index 00000000000..9437185e5c8 --- /dev/null +++ b/site/public/v1/smartphones/pixel-3a-xl/index.json @@ -0,0 +1,79 @@ +{ + "id": 66, + "slug": "pixel-3a-xl", + "name": "Pixel 3a XL", + "brand": { + "id": 110, + "slug": "google", + "name": "Google", + "country": "US", + "url": "/v1/brands/google" + }, + "soc": { + "id": 90, + "slug": "snapdragon-670", + "name": "Snapdragon 670", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 615", + "url": "/v1/socs/snapdragon-670" + }, + "release_date": "2019-01-01", + "msrp_usd": 479, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.0, + "resolution": "1080x2160", + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.2 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3700, + "charging_wired_w": 18.0, + "charging_wireless_w": null, + "weight_g": 167.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 5.4, + "performance": 0.0, + "camera": 5.1, + "battery": 11.1, + "display": null, + "value": 45.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025", + "https://www.kaggle.com/datasets/devgondaliya007/smartphone-specifications-dataset" + ], + "created_at": "2026-06-18T06:58:10.181385", + "updated_at": "2026-06-18T06:58:10.181385" +} diff --git a/site/public/v1/smartphones/pixel-3a-xl/score/index.json b/site/public/v1/smartphones/pixel-3a-xl/score/index.json new file mode 100644 index 00000000000..2c76122a40b --- /dev/null +++ b/site/public/v1/smartphones/pixel-3a-xl/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 5.4, + "performance": 0.0, + "camera": 5.1, + "battery": 11.1, + "display": null, + "value": 45.8 +} diff --git a/site/public/v1/smartphones/pixel-3a/index.json b/site/public/v1/smartphones/pixel-3a/index.json new file mode 100644 index 00000000000..2ec2bae82ab --- /dev/null +++ b/site/public/v1/smartphones/pixel-3a/index.json @@ -0,0 +1,78 @@ +{ + "id": 67, + "slug": "pixel-3a", + "name": "Pixel 3a", + "brand": { + "id": 110, + "slug": "google", + "name": "Google", + "country": "US", + "url": "/v1/brands/google" + }, + "soc": { + "id": 90, + "slug": "snapdragon-670", + "name": "Snapdragon 670", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 615", + "url": "/v1/socs/snapdragon-670" + }, + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 5.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.2 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 3000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 147.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 1.7, + "performance": 0.0, + "camera": 5.1, + "battery": 0.0, + "display": null, + "value": 47.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.181385", + "updated_at": "2026-06-18T06:58:10.181385" +} diff --git a/site/public/v1/smartphones/pixel-3a/score/index.json b/site/public/v1/smartphones/pixel-3a/score/index.json new file mode 100644 index 00000000000..c91a46abe57 --- /dev/null +++ b/site/public/v1/smartphones/pixel-3a/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 1.7, + "performance": 0.0, + "camera": 5.1, + "battery": 0.0, + "display": null, + "value": 47.1 +} diff --git a/site/public/v1/smartphones/play-4-pro/index.json b/site/public/v1/smartphones/play-4-pro/index.json new file mode 100644 index 00000000000..3087a6bbf76 --- /dev/null +++ b/site/public/v1/smartphones/play-4-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 97, + "slug": "play-4-pro", + "name": "Play 4 Pro", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 25, + "slug": "kirin-990-5g", + "name": "HiSilicon Kirin 990 5G", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G76 MP16", + "url": "/v1/socs/kirin-990-5g" + }, + "release_date": "2020-01-01", + "msrp_usd": 549, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.57, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 40.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 213.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 3.0, + "camera": 13.9, + "battery": 18.0, + "display": null, + "value": 46.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/play-4-pro/score/index.json b/site/public/v1/smartphones/play-4-pro/score/index.json new file mode 100644 index 00000000000..28a3bb5777e --- /dev/null +++ b/site/public/v1/smartphones/play-4-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.6, + "performance": 3.0, + "camera": 13.9, + "battery": 18.0, + "display": null, + "value": 46.2 +} diff --git a/site/public/v1/smartphones/play-4/index.json b/site/public/v1/smartphones/play-4/index.json new file mode 100644 index 00000000000..7c57d3918aa --- /dev/null +++ b/site/public/v1/smartphones/play-4/index.json @@ -0,0 +1,76 @@ +{ + "id": 98, + "slug": "play-4", + "name": "Play 4", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 33, + "slug": "dimensity-800", + "name": "Dimensity 800", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC4", + "url": "/v1/socs/dimensity-800" + }, + "release_date": "2020-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 213.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 1.5, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 55.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/play-4/score/index.json b/site/public/v1/smartphones/play-4/score/index.json new file mode 100644 index 00000000000..70d733d49ea --- /dev/null +++ b/site/public/v1/smartphones/play-4/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 1.5, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 55.2 +} diff --git a/site/public/v1/smartphones/play-5/index.json b/site/public/v1/smartphones/play-5/index.json new file mode 100644 index 00000000000..7cfb1288148 --- /dev/null +++ b/site/public/v1/smartphones/play-5/index.json @@ -0,0 +1,76 @@ +{ + "id": 108, + "slug": "play-5", + "name": "Play 5", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 39, + "slug": "dimensity-800u", + "name": "Dimensity 800U", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC3", + "url": "/v1/socs/dimensity-800u" + }, + "release_date": "2021-01-01", + "msrp_usd": 319, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.2, + "performance": 3.0, + "camera": 21.6, + "battery": 12.0, + "display": null, + "value": 55.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.185890", + "updated_at": "2026-06-18T06:58:10.185890" +} diff --git a/site/public/v1/smartphones/play-5/score/index.json b/site/public/v1/smartphones/play-5/score/index.json new file mode 100644 index 00000000000..70be92f0c37 --- /dev/null +++ b/site/public/v1/smartphones/play-5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.2, + "performance": 3.0, + "camera": 21.6, + "battery": 12.0, + "display": null, + "value": 55.4 +} diff --git a/site/public/v1/smartphones/play-6t/index.json b/site/public/v1/smartphones/play-6t/index.json new file mode 100644 index 00000000000..a7342cb5a36 --- /dev/null +++ b/site/public/v1/smartphones/play-6t/index.json @@ -0,0 +1,76 @@ +{ + "id": 124, + "slug": "play-6t", + "name": "Play 6T", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2022-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 198.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/play-6t/score/index.json b/site/public/v1/smartphones/play-6t/score/index.json new file mode 100644 index 00000000000..d7d116d2c08 --- /dev/null +++ b/site/public/v1/smartphones/play-6t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.3, + "performance": 1.5, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 56.1 +} diff --git a/site/public/v1/smartphones/play-8t/index.json b/site/public/v1/smartphones/play-8t/index.json new file mode 100644 index 00000000000..12fe640275b --- /dev/null +++ b/site/public/v1/smartphones/play-8t/index.json @@ -0,0 +1,76 @@ +{ + "id": 137, + "slug": "play-8t", + "name": "Play 8T", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 62, + "slug": "dimensity-6100-plus", + "name": "Dimensity 6100+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6100-plus" + }, + "release_date": "2023-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/play-8t/score/index.json b/site/public/v1/smartphones/play-8t/score/index.json new file mode 100644 index 00000000000..2bb5e14f263 --- /dev/null +++ b/site/public/v1/smartphones/play-8t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 +} diff --git a/site/public/v1/smartphones/play-9t/index.json b/site/public/v1/smartphones/play-9t/index.json new file mode 100644 index 00000000000..ac8520c3df7 --- /dev/null +++ b/site/public/v1/smartphones/play-9t/index.json @@ -0,0 +1,76 @@ +{ + "id": 138, + "slug": "play-9t", + "name": "Play 9T", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 62, + "slug": "dimensity-6100-plus", + "name": "Dimensity 6100+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6100-plus" + }, + "release_date": "2023-01-01", + "msrp_usd": 189, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 5.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/play-9t/score/index.json b/site/public/v1/smartphones/play-9t/score/index.json new file mode 100644 index 00000000000..2bb5e14f263 --- /dev/null +++ b/site/public/v1/smartphones/play-9t/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.9, + "performance": 1.5, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.5 +} diff --git a/site/public/v1/smartphones/pova-5/index.json b/site/public/v1/smartphones/pova-5/index.json new file mode 100644 index 00000000000..06bf98d7370 --- /dev/null +++ b/site/public/v1/smartphones/pova-5/index.json @@ -0,0 +1,78 @@ +{ + "id": 614, + "slug": "pova-5", + "name": "Pova 5", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 230.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 60.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.266355", + "updated_at": "2026-06-18T06:58:10.266355" +} diff --git a/site/public/v1/smartphones/pova-5/score/index.json b/site/public/v1/smartphones/pova-5/score/index.json new file mode 100644 index 00000000000..b9d53cd14f9 --- /dev/null +++ b/site/public/v1/smartphones/pova-5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 60.6 +} diff --git a/site/public/v1/smartphones/pova-5g/index.json b/site/public/v1/smartphones/pova-5g/index.json new file mode 100644 index 00000000000..6a758edc89f --- /dev/null +++ b/site/public/v1/smartphones/pova-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 615, + "slug": "pova-5g", + "name": "Pova 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 240.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 46.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/pova-5g/score/index.json b/site/public/v1/smartphones/pova-5g/score/index.json new file mode 100644 index 00000000000..ce8bc375331 --- /dev/null +++ b/site/public/v1/smartphones/pova-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 46.3 +} diff --git a/site/public/v1/smartphones/pova-6-neo-5g/index.json b/site/public/v1/smartphones/pova-6-neo-5g/index.json new file mode 100644 index 00000000000..4c7eff9515f --- /dev/null +++ b/site/public/v1/smartphones/pova-6-neo-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 616, + "slug": "pova-6-neo-5g", + "name": "Pova 6 Neo 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 225.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 59.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/pova-6-neo-5g/score/index.json b/site/public/v1/smartphones/pova-6-neo-5g/score/index.json new file mode 100644 index 00000000000..492784f25ca --- /dev/null +++ b/site/public/v1/smartphones/pova-6-neo-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 59.8 +} diff --git a/site/public/v1/smartphones/pova-6-neo/index.json b/site/public/v1/smartphones/pova-6-neo/index.json new file mode 100644 index 00000000000..0095926bedc --- /dev/null +++ b/site/public/v1/smartphones/pova-6-neo/index.json @@ -0,0 +1,78 @@ +{ + "id": 617, + "slug": "pova-6-neo", + "name": "Pova 6 Neo", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 230.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 61.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/pova-6-neo/score/index.json b/site/public/v1/smartphones/pova-6-neo/score/index.json new file mode 100644 index 00000000000..965e1e9de21 --- /dev/null +++ b/site/public/v1/smartphones/pova-6-neo/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.4, + "performance": 3.0, + "camera": 17.1, + "battery": 50.0, + "display": null, + "value": 61.7 +} diff --git a/site/public/v1/smartphones/pova-6-pro/index.json b/site/public/v1/smartphones/pova-6-pro/index.json new file mode 100644 index 00000000000..bd29809f26a --- /dev/null +++ b/site/public/v1/smartphones/pova-6-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 618, + "slug": "pova-6-pro", + "name": "Pova 6 Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 230.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 28.6, + "performance": 9.3, + "camera": 21.6, + "battery": 55.0, + "display": null, + "value": 33.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/pova-6-pro/score/index.json b/site/public/v1/smartphones/pova-6-pro/score/index.json new file mode 100644 index 00000000000..64382037b85 --- /dev/null +++ b/site/public/v1/smartphones/pova-6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 28.6, + "performance": 9.3, + "camera": 21.6, + "battery": 55.0, + "display": null, + "value": 33.5 +} diff --git a/site/public/v1/smartphones/pura-70-pro/index.json b/site/public/v1/smartphones/pura-70-pro/index.json new file mode 100644 index 00000000000..a66bca770cc --- /dev/null +++ b/site/public/v1/smartphones/pura-70-pro/index.json @@ -0,0 +1,76 @@ +{ + "id": 186, + "slug": "pura-70-pro", + "name": "Pura 70 Pro", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 220.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": 7.7, + "camera": 17.1, + "battery": 30.7, + "display": null, + "value": 28.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/pura-70-pro/score/index.json b/site/public/v1/smartphones/pura-70-pro/score/index.json new file mode 100644 index 00000000000..146bc05299b --- /dev/null +++ b/site/public/v1/smartphones/pura-70-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": 7.7, + "camera": 17.1, + "battery": 30.7, + "display": null, + "value": 28.5 +} diff --git a/site/public/v1/smartphones/pura-70-ultra/index.json b/site/public/v1/smartphones/pura-70-ultra/index.json new file mode 100644 index 00000000000..e249515b356 --- /dev/null +++ b/site/public/v1/smartphones/pura-70-ultra/index.json @@ -0,0 +1,76 @@ +{ + "id": 187, + "slug": "pura-70-ultra", + "name": "Pura 70 Ultra", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 1299, + "ram_gb": 16, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 226.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.3, + "performance": 10.7, + "camera": 17.1, + "battery": 33.0, + "display": null, + "value": 21.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.197321", + "updated_at": "2026-06-18T06:58:10.197321" +} diff --git a/site/public/v1/smartphones/pura-70-ultra/score/index.json b/site/public/v1/smartphones/pura-70-ultra/score/index.json new file mode 100644 index 00000000000..635d5d25771 --- /dev/null +++ b/site/public/v1/smartphones/pura-70-ultra/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.3, + "performance": 10.7, + "camera": 17.1, + "battery": 33.0, + "display": null, + "value": 21.8 +} diff --git a/site/public/v1/smartphones/pura-70/index.json b/site/public/v1/smartphones/pura-70/index.json new file mode 100644 index 00000000000..69cbc1f9aa4 --- /dev/null +++ b/site/public/v1/smartphones/pura-70/index.json @@ -0,0 +1,76 @@ +{ + "id": 188, + "slug": "pura-70", + "name": "Pura 70", + "brand": { + "id": 17, + "slug": "huawei", + "name": "Huawei", + "country": "CN", + "url": "/v1/brands/huawei" + }, + "soc": { + "id": 29, + "slug": "kirin-9010", + "name": "HiSilicon Kirin 9010", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "process_nm": 7.0, + "gpu_name": "Maleoon 910", + "url": "/v1/socs/kirin-9010" + }, + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 4900, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 220.0, + "dimensions": {}, + "ip_rating": null, + "os": "HarmonyOS", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 7.7, + "camera": 17.1, + "battery": 28.5, + "display": null, + "value": 32.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/pura-70/score/index.json b/site/public/v1/smartphones/pura-70/score/index.json new file mode 100644 index 00000000000..60a21098c03 --- /dev/null +++ b/site/public/v1/smartphones/pura-70/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.8, + "performance": 7.7, + "camera": 17.1, + "battery": 28.5, + "display": null, + "value": 32.0 +} diff --git a/site/public/v1/smartphones/razr-50-ultra/index.json b/site/public/v1/smartphones/razr-50-ultra/index.json new file mode 100644 index 00000000000..de24d513eb9 --- /dev/null +++ b/site/public/v1/smartphones/razr-50-ultra/index.json @@ -0,0 +1,78 @@ +{ + "id": 276, + "slug": "razr-50-ultra", + "name": "Razr 50 Ultra", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.9, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 25.2, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 27.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/razr-50-ultra/score/index.json b/site/public/v1/smartphones/razr-50-ultra/score/index.json new file mode 100644 index 00000000000..9ef09ebbab2 --- /dev/null +++ b/site/public/v1/smartphones/razr-50-ultra/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 25.2, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 27.5 +} diff --git a/site/public/v1/smartphones/razr-50/index.json b/site/public/v1/smartphones/razr-50/index.json new file mode 100644 index 00000000000..a39d355f561 --- /dev/null +++ b/site/public/v1/smartphones/razr-50/index.json @@ -0,0 +1,78 @@ +{ + "id": 277, + "slug": "razr-50", + "name": "Razr 50", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 121, + "slug": "snapdragon-7-gen-1", + "name": "Snapdragon 7 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 644", + "url": "/v1/socs/snapdragon-7-gen-1" + }, + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 188.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 3.9, + "camera": 17.1, + "battery": 27.0, + "display": null, + "value": 31.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/razr-50/score/index.json b/site/public/v1/smartphones/razr-50/score/index.json new file mode 100644 index 00000000000..6ab59cb1d30 --- /dev/null +++ b/site/public/v1/smartphones/razr-50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.0, + "performance": 3.9, + "camera": 17.1, + "battery": 27.0, + "display": null, + "value": 31.1 +} diff --git a/site/public/v1/smartphones/razr/index.json b/site/public/v1/smartphones/razr/index.json new file mode 100644 index 00000000000..816041b9a0c --- /dev/null +++ b/site/public/v1/smartphones/razr/index.json @@ -0,0 +1,79 @@ +{ + "id": 259, + "slug": "razr", + "name": "Razr", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 123, + "slug": "snapdragon-8-plus-gen-1", + "name": "Snapdragon 8+ Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-plus-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": 25.2, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 33.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.208314", + "updated_at": "2026-06-18T06:58:10.208314" +} diff --git a/site/public/v1/smartphones/razr/score/index.json b/site/public/v1/smartphones/razr/score/index.json new file mode 100644 index 00000000000..7fc8f31d797 --- /dev/null +++ b/site/public/v1/smartphones/razr/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.6, + "performance": 25.2, + "camera": 17.1, + "battery": 22.5, + "display": null, + "value": 33.9 +} diff --git a/site/public/v1/smartphones/realme-c65/index.json b/site/public/v1/smartphones/realme-c65/index.json new file mode 100644 index 00000000000..8d3a92b2776 --- /dev/null +++ b/site/public/v1/smartphones/realme-c65/index.json @@ -0,0 +1,79 @@ +{ + "id": 467, + "slug": "realme-c65", + "name": "C65", + "brand": { + "id": 31, + "slug": "realme", + "name": "realme", + "country": "CN", + "url": "/v1/brands/realme" + }, + "soc": { + "id": 111, + "slug": "snapdragon-680", + "name": "Snapdragon 680 4G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-680" + }, + "release_date": "2024-01-01", + "msrp_usd": 160, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.231361", + "updated_at": "2026-06-18T06:58:10.231361" +} diff --git a/site/public/v1/smartphones/realme-c65/score/index.json b/site/public/v1/smartphones/realme-c65/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/realme-c65/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/redmi-14c-5g/index.json b/site/public/v1/smartphones/redmi-14c-5g/index.json new file mode 100644 index 00000000000..9a3f2450d44 --- /dev/null +++ b/site/public/v1/smartphones/redmi-14c-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 717, + "slug": "redmi-14c-5g", + "name": "Redmi 14C 5G", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2024-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.278360", + "updated_at": "2026-06-18T06:58:10.278360" +} diff --git a/site/public/v1/smartphones/redmi-14c-5g/score/index.json b/site/public/v1/smartphones/redmi-14c-5g/score/index.json new file mode 100644 index 00000000000..8e26d80ba1f --- /dev/null +++ b/site/public/v1/smartphones/redmi-14c-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.2, + "performance": 1.5, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.1 +} diff --git a/site/public/v1/smartphones/redmi-note-14-4g/index.json b/site/public/v1/smartphones/redmi-note-14-4g/index.json new file mode 100644 index 00000000000..924f39db78f --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-4g/index.json @@ -0,0 +1,79 @@ +{ + "id": 718, + "slug": "redmi-note-14-4g", + "name": "Redmi Note 14 4G", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 111, + "slug": "snapdragon-680", + "name": "Snapdragon 680 4G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 610", + "url": "/v1/socs/snapdragon-680" + }, + "release_date": "2024-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.278360", + "updated_at": "2026-06-18T06:58:10.278360" +} diff --git a/site/public/v1/smartphones/redmi-note-14-4g/score/index.json b/site/public/v1/smartphones/redmi-note-14-4g/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-4g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/redmi-note-14-pro-4g/index.json b/site/public/v1/smartphones/redmi-note-14-pro-4g/index.json new file mode 100644 index 00000000000..9ee6452deec --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-pro-4g/index.json @@ -0,0 +1,79 @@ +{ + "id": 719, + "slug": "redmi-note-14-pro-4g", + "name": "Redmi Note 14 Pro 4G", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 104, + "slug": "snapdragon-732g", + "name": "Snapdragon 732G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 618", + "url": "/v1/socs/snapdragon-732g" + }, + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.9, + "performance": 3.0, + "camera": 35.7, + "battery": 30.0, + "display": null, + "value": 61.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.278360", + "updated_at": "2026-06-18T06:58:10.278360" +} diff --git a/site/public/v1/smartphones/redmi-note-14-pro-4g/score/index.json b/site/public/v1/smartphones/redmi-note-14-pro-4g/score/index.json new file mode 100644 index 00000000000..9172d44fbf8 --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-pro-4g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.9, + "performance": 3.0, + "camera": 35.7, + "battery": 30.0, + "display": null, + "value": 61.5 +} diff --git a/site/public/v1/smartphones/redmi-note-14-pro-5g/index.json b/site/public/v1/smartphones/redmi-note-14-pro-5g/index.json new file mode 100644 index 00000000000..a2edcfe7c24 --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-pro-5g/index.json @@ -0,0 +1,80 @@ +{ + "id": 720, + "slug": "redmi-note-14-pro-5g", + "name": "Redmi Note 14 Pro+ 5G", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 134, + "slug": "snapdragon-7s-gen-3", + "name": "Snapdragon 7s Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 810", + "url": "/v1/socs/snapdragon-7s-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 375, + "ram_gb": 16, + "storage_options_gb": [ + 128, + 256, + 512 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5110, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 42.3, + "performance": 15.3, + "camera": 65.0, + "battery": 46.6, + "display": null, + "value": 68.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.278360", + "updated_at": "2026-06-18T06:58:10.278360" +} diff --git a/site/public/v1/smartphones/redmi-note-14-pro-5g/score/index.json b/site/public/v1/smartphones/redmi-note-14-pro-5g/score/index.json new file mode 100644 index 00000000000..7269bf8aa44 --- /dev/null +++ b/site/public/v1/smartphones/redmi-note-14-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 42.3, + "performance": 15.3, + "camera": 65.0, + "battery": 46.6, + "display": null, + "value": 68.2 +} diff --git a/site/public/v1/smartphones/reno10-pro-5g/index.json b/site/public/v1/smartphones/reno10-pro-5g/index.json new file mode 100644 index 00000000000..a14b147ff90 --- /dev/null +++ b/site/public/v1/smartphones/reno10-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 392, + "slug": "reno10-pro-5g", + "name": "Reno10 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 186.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 9.0, + "camera": 17.1, + "battery": 29.0, + "display": null, + "value": 47.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.223314", + "updated_at": "2026-06-18T06:58:10.223314" +} diff --git a/site/public/v1/smartphones/reno10-pro-5g/score/index.json b/site/public/v1/smartphones/reno10-pro-5g/score/index.json new file mode 100644 index 00000000000..6bb142c7007 --- /dev/null +++ b/site/public/v1/smartphones/reno10-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 9.0, + "camera": 17.1, + "battery": 29.0, + "display": null, + "value": 47.7 +} diff --git a/site/public/v1/smartphones/reno11-pro/index.json b/site/public/v1/smartphones/reno11-pro/index.json new file mode 100644 index 00000000000..603f6089e8b --- /dev/null +++ b/site/public/v1/smartphones/reno11-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 402, + "slug": "reno11-pro", + "name": "Reno11 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.2, + "performance": 16.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 46.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.224313", + "updated_at": "2026-06-18T06:58:10.224313" +} diff --git a/site/public/v1/smartphones/reno11-pro/score/index.json b/site/public/v1/smartphones/reno11-pro/score/index.json new file mode 100644 index 00000000000..2f34f101200 --- /dev/null +++ b/site/public/v1/smartphones/reno11-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.2, + "performance": 16.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 46.8 +} diff --git a/site/public/v1/smartphones/reno12-pro/index.json b/site/public/v1/smartphones/reno12-pro/index.json new file mode 100644 index 00000000000..42f39e1da76 --- /dev/null +++ b/site/public/v1/smartphones/reno12-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 403, + "slug": "reno12-pro", + "name": "Reno12 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 749, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.74, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.2, + "performance": 16.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 44.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.224313", + "updated_at": "2026-06-18T06:58:10.224313" +} diff --git a/site/public/v1/smartphones/reno12-pro/score/index.json b/site/public/v1/smartphones/reno12-pro/score/index.json new file mode 100644 index 00000000000..e3f62e39fea --- /dev/null +++ b/site/public/v1/smartphones/reno12-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.2, + "performance": 16.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 44.9 +} diff --git a/site/public/v1/smartphones/reno13-pro/index.json b/site/public/v1/smartphones/reno13-pro/index.json new file mode 100644 index 00000000000..d8f4b2f007a --- /dev/null +++ b/site/public/v1/smartphones/reno13-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 407, + "slug": "reno13-pro", + "name": "Reno13 Pro", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 72, + "slug": "dimensity-8350", + "name": "Dimensity 8350", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G615 MC6", + "url": "/v1/socs/dimensity-8350" + }, + "release_date": "2025-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 512 + ], + "display": { + "size_inch": 6.83, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 33.1, + "performance": 25.2, + "camera": 17.1, + "battery": 57.0, + "display": null, + "value": 47.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.224313", + "updated_at": "2026-06-18T06:58:10.224313" +} diff --git a/site/public/v1/smartphones/reno13-pro/score/index.json b/site/public/v1/smartphones/reno13-pro/score/index.json new file mode 100644 index 00000000000..c62fd174c62 --- /dev/null +++ b/site/public/v1/smartphones/reno13-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 33.1, + "performance": 25.2, + "camera": 17.1, + "battery": 57.0, + "display": null, + "value": 47.4 +} diff --git a/site/public/v1/smartphones/reno13/index.json b/site/public/v1/smartphones/reno13/index.json new file mode 100644 index 00000000000..ffac1fa2ab5 --- /dev/null +++ b/site/public/v1/smartphones/reno13/index.json @@ -0,0 +1,78 @@ +{ + "id": 408, + "slug": "reno13", + "name": "Reno13", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 72, + "slug": "dimensity-8350", + "name": "Dimensity 8350", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G615 MC6", + "url": "/v1/socs/dimensity-8350" + }, + "release_date": "2025-01-01", + "msrp_usd": 699, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.59, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.1, + "performance": 25.2, + "camera": 17.1, + "battery": 54.0, + "display": null, + "value": 50.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/reno13/score/index.json b/site/public/v1/smartphones/reno13/score/index.json new file mode 100644 index 00000000000..ea5fb21ab62 --- /dev/null +++ b/site/public/v1/smartphones/reno13/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.1, + "performance": 25.2, + "camera": 17.1, + "battery": 54.0, + "display": null, + "value": 50.7 +} diff --git a/site/public/v1/smartphones/reno3-5g/index.json b/site/public/v1/smartphones/reno3-5g/index.json new file mode 100644 index 00000000000..2bcf0ecb74a --- /dev/null +++ b/site/public/v1/smartphones/reno3-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 347, + "slug": "reno3-5g", + "name": "Reno3 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 32, + "slug": "dimensity-1000l", + "name": "Dimensity 1000L", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1000l" + }, + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.3, + "performance": 6.0, + "camera": 21.6, + "battery": 15.4, + "display": null, + "value": 57.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.217316", + "updated_at": "2026-06-18T06:58:10.217316" +} diff --git a/site/public/v1/smartphones/reno3-5g/score/index.json b/site/public/v1/smartphones/reno3-5g/score/index.json new file mode 100644 index 00000000000..7f03e62ab3e --- /dev/null +++ b/site/public/v1/smartphones/reno3-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.3, + "performance": 6.0, + "camera": 21.6, + "battery": 15.4, + "display": null, + "value": 57.1 +} diff --git a/site/public/v1/smartphones/reno3-pro-5g/index.json b/site/public/v1/smartphones/reno3-pro-5g/index.json new file mode 100644 index 00000000000..c38395a6533 --- /dev/null +++ b/site/public/v1/smartphones/reno3-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 348, + "slug": "reno3-pro-5g", + "name": "Reno3 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 97, + "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": "2019-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4025, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 171.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.6, + "performance": 6.0, + "camera": 16.5, + "battery": 15.4, + "display": null, + "value": 48.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/reno3-pro-5g/score/index.json b/site/public/v1/smartphones/reno3-pro-5g/score/index.json new file mode 100644 index 00000000000..07f24eac44c --- /dev/null +++ b/site/public/v1/smartphones/reno3-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.6, + "performance": 6.0, + "camera": 16.5, + "battery": 15.4, + "display": null, + "value": 48.6 +} diff --git a/site/public/v1/smartphones/reno4-5g/index.json b/site/public/v1/smartphones/reno4-5g/index.json new file mode 100644 index 00000000000..abd9513669c --- /dev/null +++ b/site/public/v1/smartphones/reno4-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 356, + "slug": "reno4-5g", + "name": "Reno4 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 183.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.5, + "performance": 3.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 55.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.218314", + "updated_at": "2026-06-18T06:58:10.218314" +} diff --git a/site/public/v1/smartphones/reno4-5g/score/index.json b/site/public/v1/smartphones/reno4-5g/score/index.json new file mode 100644 index 00000000000..3f47fed7e3d --- /dev/null +++ b/site/public/v1/smartphones/reno4-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.5, + "performance": 3.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 55.8 +} diff --git a/site/public/v1/smartphones/reno4-pro-5g/index.json b/site/public/v1/smartphones/reno4-pro-5g/index.json new file mode 100644 index 00000000000..4e8a1ce0a50 --- /dev/null +++ b/site/public/v1/smartphones/reno4-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 357, + "slug": "reno4-pro-5g", + "name": "Reno4 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.5, + "performance": 6.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 48.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/reno4-pro-5g/score/index.json b/site/public/v1/smartphones/reno4-pro-5g/score/index.json new file mode 100644 index 00000000000..b58512a5259 --- /dev/null +++ b/site/public/v1/smartphones/reno4-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.5, + "performance": 6.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 48.6 +} diff --git a/site/public/v1/smartphones/reno5-5g/index.json b/site/public/v1/smartphones/reno5-5g/index.json new file mode 100644 index 00000000000..5ec119c8eef --- /dev/null +++ b/site/public/v1/smartphones/reno5-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 358, + "slug": "reno5-5g", + "name": "Reno5 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 299, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 6.0, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/reno5-5g/score/index.json b/site/public/v1/smartphones/reno5-5g/score/index.json new file mode 100644 index 00000000000..cbea362ab01 --- /dev/null +++ b/site/public/v1/smartphones/reno5-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 6.0, + "camera": 21.6, + "battery": 19.5, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/reno5-pro-5g/index.json b/site/public/v1/smartphones/reno5-pro-5g/index.json new file mode 100644 index 00000000000..f354ef66df0 --- /dev/null +++ b/site/public/v1/smartphones/reno5-pro-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 359, + "slug": "reno5-pro-5g", + "name": "Reno5 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 36, + "slug": "dimensity-1000-plus", + "name": "Dimensity 1000 Plus", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1000-plus" + }, + "release_date": "2020-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4350, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 173.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 6.0, + "camera": 21.6, + "battery": 20.2, + "display": null, + "value": 54.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.219322", + "updated_at": "2026-06-18T06:58:10.219322" +} diff --git a/site/public/v1/smartphones/reno5-pro-5g/score/index.json b/site/public/v1/smartphones/reno5-pro-5g/score/index.json new file mode 100644 index 00000000000..31c953220fe --- /dev/null +++ b/site/public/v1/smartphones/reno5-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 6.0, + "camera": 21.6, + "battery": 20.2, + "display": null, + "value": 54.2 +} diff --git a/site/public/v1/smartphones/reno6-5g/index.json b/site/public/v1/smartphones/reno6-5g/index.json new file mode 100644 index 00000000000..c13ca462c4b --- /dev/null +++ b/site/public/v1/smartphones/reno6-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 366, + "slug": "reno6-5g", + "name": "Reno6 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.43, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 6.0, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 56.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220317", + "updated_at": "2026-06-18T06:58:10.220317" +} diff --git a/site/public/v1/smartphones/reno6-5g/score/index.json b/site/public/v1/smartphones/reno6-5g/score/index.json new file mode 100644 index 00000000000..45ffbe6dd99 --- /dev/null +++ b/site/public/v1/smartphones/reno6-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 6.0, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 56.8 +} diff --git a/site/public/v1/smartphones/reno6-pro-5g/index.json b/site/public/v1/smartphones/reno6-pro-5g/index.json new file mode 100644 index 00000000000..0b4230a6389 --- /dev/null +++ b/site/public/v1/smartphones/reno6-pro-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 367, + "slug": "reno6-pro-5g", + "name": "Reno6 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2021-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 177.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 6.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 53.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220317", + "updated_at": "2026-06-18T06:58:10.220317" +} diff --git a/site/public/v1/smartphones/reno6-pro-5g/score/index.json b/site/public/v1/smartphones/reno6-pro-5g/score/index.json new file mode 100644 index 00000000000..eef384be2e5 --- /dev/null +++ b/site/public/v1/smartphones/reno6-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.7, + "performance": 6.9, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 53.6 +} diff --git a/site/public/v1/smartphones/reno7-5g/index.json b/site/public/v1/smartphones/reno7-5g/index.json new file mode 100644 index 00000000000..0f9bb9ca6c7 --- /dev/null +++ b/site/public/v1/smartphones/reno7-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 368, + "slug": "reno7-5g", + "name": "Reno7 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 173.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 57.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220317", + "updated_at": "2026-06-18T06:58:10.220317" +} diff --git a/site/public/v1/smartphones/reno7-5g/score/index.json b/site/public/v1/smartphones/reno7-5g/score/index.json new file mode 100644 index 00000000000..c55c130958a --- /dev/null +++ b/site/public/v1/smartphones/reno7-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 57.3 +} diff --git a/site/public/v1/smartphones/reno7-pro-5g/index.json b/site/public/v1/smartphones/reno7-pro-5g/index.json new file mode 100644 index 00000000000..4137588b1f7 --- /dev/null +++ b/site/public/v1/smartphones/reno7-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 369, + "slug": "reno7-pro-5g", + "name": "Reno7 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2021-01-01", + "msrp_usd": 499, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.55, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": 6.9, + "camera": 17.1, + "battery": 27.5, + "display": null, + "value": 51.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.220776", + "updated_at": "2026-06-18T06:58:10.220776" +} diff --git a/site/public/v1/smartphones/reno7-pro-5g/score/index.json b/site/public/v1/smartphones/reno7-pro-5g/score/index.json new file mode 100644 index 00000000000..5ccf2f5dce2 --- /dev/null +++ b/site/public/v1/smartphones/reno7-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.2, + "performance": 6.9, + "camera": 17.1, + "battery": 27.5, + "display": null, + "value": 51.0 +} diff --git a/site/public/v1/smartphones/reno8-5g/index.json b/site/public/v1/smartphones/reno8-5g/index.json new file mode 100644 index 00000000000..f9efe6311a6 --- /dev/null +++ b/site/public/v1/smartphones/reno8-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 377, + "slug": "reno8-5g", + "name": "Reno8 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 56, + "slug": "dimensity-1300", + "name": "MediaTek Dimensity 1300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1300" + }, + "release_date": "2022-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.4, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.3, + "performance": 7.3, + "camera": 17.1, + "battery": 27.5, + "display": null, + "value": 54.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/reno8-5g/score/index.json b/site/public/v1/smartphones/reno8-5g/score/index.json new file mode 100644 index 00000000000..d24fdd6029f --- /dev/null +++ b/site/public/v1/smartphones/reno8-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.3, + "performance": 7.3, + "camera": 17.1, + "battery": 27.5, + "display": null, + "value": 54.9 +} diff --git a/site/public/v1/smartphones/reno8-pro-5g/index.json b/site/public/v1/smartphones/reno8-pro-5g/index.json new file mode 100644 index 00000000000..4c683b85fdd --- /dev/null +++ b/site/public/v1/smartphones/reno8-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 378, + "slug": "reno8-pro-5g", + "name": "Reno8 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2022-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 183.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 9.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 50.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/reno8-pro-5g/score/index.json b/site/public/v1/smartphones/reno8-pro-5g/score/index.json new file mode 100644 index 00000000000..e62969e5049 --- /dev/null +++ b/site/public/v1/smartphones/reno8-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.6, + "performance": 9.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 50.2 +} diff --git a/site/public/v1/smartphones/reno9-5g/index.json b/site/public/v1/smartphones/reno9-5g/index.json new file mode 100644 index 00000000000..4726d8974b8 --- /dev/null +++ b/site/public/v1/smartphones/reno9-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 379, + "slug": "reno9-5g", + "name": "Reno9 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2022-01-01", + "msrp_usd": 449, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 174.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 53.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/reno9-5g/score/index.json b/site/public/v1/smartphones/reno9-5g/score/index.json new file mode 100644 index 00000000000..11b9fa13024 --- /dev/null +++ b/site/public/v1/smartphones/reno9-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 53.5 +} diff --git a/site/public/v1/smartphones/reno9-pro-5g/index.json b/site/public/v1/smartphones/reno9-pro-5g/index.json new file mode 100644 index 00000000000..2dac98fc157 --- /dev/null +++ b/site/public/v1/smartphones/reno9-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 380, + "slug": "reno9-pro-5g", + "name": "Reno9 Pro 5G", + "brand": { + "id": 29, + "slug": "oppo", + "name": "OPPO", + "country": "CN", + "url": "/v1/brands/oppo" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 184.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.6, + "performance": 12.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 48.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.221315", + "updated_at": "2026-06-18T06:58:10.221315" +} diff --git a/site/public/v1/smartphones/reno9-pro-5g/score/index.json b/site/public/v1/smartphones/reno9-pro-5g/score/index.json new file mode 100644 index 00000000000..1d0c4f644c2 --- /dev/null +++ b/site/public/v1/smartphones/reno9-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.6, + "performance": 12.3, + "camera": 17.1, + "battery": 32.5, + "display": null, + "value": 48.8 +} diff --git a/site/public/v1/smartphones/s1-pro/index.json b/site/public/v1/smartphones/s1-pro/index.json new file mode 100644 index 00000000000..a8311cab9f8 --- /dev/null +++ b/site/public/v1/smartphones/s1-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 631, + "slug": "s1-pro", + "name": "S1 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 35, + "slug": "helio-p65", + "name": "Helio P65", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-p65" + }, + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.38, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": 1.5, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 56.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/s1-pro/score/index.json b/site/public/v1/smartphones/s1-pro/score/index.json new file mode 100644 index 00000000000..d4cc55a53b7 --- /dev/null +++ b/site/public/v1/smartphones/s1-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": 1.5, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 56.8 +} diff --git a/site/public/v1/smartphones/s18-pro/index.json b/site/public/v1/smartphones/s18-pro/index.json new file mode 100644 index 00000000000..ccb544ca5ef --- /dev/null +++ b/site/public/v1/smartphones/s18-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 665, + "slug": "s18-pro", + "name": "S18 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 122, + "slug": "snapdragon-8-gen-2", + "name": "Snapdragon 8 Gen 2", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 740", + "url": "/v1/socs/snapdragon-8-gen-2" + }, + "release_date": "2024-01-01", + "msrp_usd": 599, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 37.6, + "performance": 36.7, + "camera": 35.7, + "battery": 40.5, + "display": null, + "value": 57.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/s18-pro/score/index.json b/site/public/v1/smartphones/s18-pro/score/index.json new file mode 100644 index 00000000000..05fa9c95330 --- /dev/null +++ b/site/public/v1/smartphones/s18-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 37.6, + "performance": 36.7, + "camera": 35.7, + "battery": 40.5, + "display": null, + "value": 57.3 +} diff --git a/site/public/v1/smartphones/s50-neo/index.json b/site/public/v1/smartphones/s50-neo/index.json new file mode 100644 index 00000000000..2f221bfbaf2 --- /dev/null +++ b/site/public/v1/smartphones/s50-neo/index.json @@ -0,0 +1,79 @@ +{ + "id": 278, + "slug": "s50-neo", + "name": "S50 Neo", + "brand": { + "id": 117, + "slug": "motorola", + "name": "Motorola", + "country": "US", + "url": "/v1/brands/motorola" + }, + "soc": { + "id": 63, + "slug": "dimensity-7200", + "name": "MediaTek Dimensity 7200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC4", + "url": "/v1/socs/dimensity-7200" + }, + "release_date": "2024-01-01", + "msrp_usd": 300, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 170.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.1, + "performance": 8.8, + "camera": 17.1, + "battery": 34.5, + "display": null, + "value": 60.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.210314", + "updated_at": "2026-06-18T06:58:10.210314" +} diff --git a/site/public/v1/smartphones/s50-neo/score/index.json b/site/public/v1/smartphones/s50-neo/score/index.json new file mode 100644 index 00000000000..aa3cad71f81 --- /dev/null +++ b/site/public/v1/smartphones/s50-neo/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.1, + "performance": 8.8, + "camera": 17.1, + "battery": 34.5, + "display": null, + "value": 60.0 +} diff --git a/site/public/v1/smartphones/spark-20-pro-5g/index.json b/site/public/v1/smartphones/spark-20-pro-5g/index.json new file mode 100644 index 00000000000..43065525b50 --- /dev/null +++ b/site/public/v1/smartphones/spark-20-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 619, + "slug": "spark-20-pro-5g", + "name": "Spark 20 Pro 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2024-01-01", + "msrp_usd": 329, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 58.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/spark-20-pro-5g/score/index.json b/site/public/v1/smartphones/spark-20-pro-5g/score/index.json new file mode 100644 index 00000000000..c361653d64c --- /dev/null +++ b/site/public/v1/smartphones/spark-20-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 58.6 +} diff --git a/site/public/v1/smartphones/spark-20-pro/index.json b/site/public/v1/smartphones/spark-20-pro/index.json new file mode 100644 index 00000000000..48b3c473020 --- /dev/null +++ b/site/public/v1/smartphones/spark-20-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 620, + "slug": "spark-20-pro", + "name": "Spark 20 Pro+", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/spark-20-pro/score/index.json b/site/public/v1/smartphones/spark-20-pro/score/index.json new file mode 100644 index 00000000000..cc9ed8e96fc --- /dev/null +++ b/site/public/v1/smartphones/spark-20-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/spark-20/index.json b/site/public/v1/smartphones/spark-20/index.json new file mode 100644 index 00000000000..588d16af067 --- /dev/null +++ b/site/public/v1/smartphones/spark-20/index.json @@ -0,0 +1,78 @@ +{ + "id": 621, + "slug": "spark-20", + "name": "Spark 20", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/spark-20/score/index.json b/site/public/v1/smartphones/spark-20/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/spark-20/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/spark-20c/index.json b/site/public/v1/smartphones/spark-20c/index.json new file mode 100644 index 00000000000..ffaf3544789 --- /dev/null +++ b/site/public/v1/smartphones/spark-20c/index.json @@ -0,0 +1,78 @@ +{ + "id": 622, + "slug": "spark-20c", + "name": "Spark 20C", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/spark-20c/score/index.json b/site/public/v1/smartphones/spark-20c/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/spark-20c/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/spark-20p/index.json b/site/public/v1/smartphones/spark-20p/index.json new file mode 100644 index 00000000000..cda4cce32da --- /dev/null +++ b/site/public/v1/smartphones/spark-20p/index.json @@ -0,0 +1,78 @@ +{ + "id": 623, + "slug": "spark-20p", + "name": "Spark 20P", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.267356", + "updated_at": "2026-06-18T06:58:10.267356" +} diff --git a/site/public/v1/smartphones/spark-20p/score/index.json b/site/public/v1/smartphones/spark-20p/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/spark-20p/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/spark-30-pro/index.json b/site/public/v1/smartphones/spark-30-pro/index.json new file mode 100644 index 00000000000..5bed01bafdd --- /dev/null +++ b/site/public/v1/smartphones/spark-30-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 624, + "slug": "spark-30-pro", + "name": "Spark 30 Pro", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 61, + "slug": "helio-g99", + "name": "MediaTek Helio G99", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/helio-g99" + }, + "release_date": "2024-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.8, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/spark-30-pro/score/index.json b/site/public/v1/smartphones/spark-30-pro/score/index.json new file mode 100644 index 00000000000..cc9ed8e96fc --- /dev/null +++ b/site/public/v1/smartphones/spark-30-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 3.0, + "camera": 17.1, + "battery": 38.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/spark-30/index.json b/site/public/v1/smartphones/spark-30/index.json new file mode 100644 index 00000000000..066c88b67d6 --- /dev/null +++ b/site/public/v1/smartphones/spark-30/index.json @@ -0,0 +1,78 @@ +{ + "id": 625, + "slug": "spark-30", + "name": "Spark 30", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 179, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/spark-30/score/index.json b/site/public/v1/smartphones/spark-30/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/spark-30/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/spark-30c-5g/index.json b/site/public/v1/smartphones/spark-30c-5g/index.json new file mode 100644 index 00000000000..2aae7394fe6 --- /dev/null +++ b/site/public/v1/smartphones/spark-30c-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 626, + "slug": "spark-30c-5g", + "name": "Spark 30C 5G", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 62, + "slug": "dimensity-6100-plus", + "name": "Dimensity 6100+", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-6100-plus" + }, + "release_date": "2024-01-01", + "msrp_usd": 199, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 200.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/spark-30c-5g/score/index.json b/site/public/v1/smartphones/spark-30c-5g/score/index.json new file mode 100644 index 00000000000..cc3b3820519 --- /dev/null +++ b/site/public/v1/smartphones/spark-30c-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.9, + "performance": 1.5, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.0 +} diff --git a/site/public/v1/smartphones/spark-30c/index.json b/site/public/v1/smartphones/spark-30c/index.json new file mode 100644 index 00000000000..deb06964f05 --- /dev/null +++ b/site/public/v1/smartphones/spark-30c/index.json @@ -0,0 +1,78 @@ +{ + "id": 627, + "slug": "spark-30c", + "name": "Spark 30C", + "brand": { + "id": 39, + "slug": "tecno", + "name": "Tecno Mobile", + "country": "CN", + "url": "/v1/brands/tecno" + }, + "soc": { + "id": 45, + "slug": "helio-g85", + "name": "MediaTek Helio G85", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MC2", + "url": "/v1/socs/helio-g85" + }, + "release_date": "2024-01-01", + "msrp_usd": 149, + "ram_gb": 4, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/spark-30c/score/index.json b/site/public/v1/smartphones/spark-30c/score/index.json new file mode 100644 index 00000000000..3fc41065ab9 --- /dev/null +++ b/site/public/v1/smartphones/spark-30c/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 0.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/t1-5g/index.json b/site/public/v1/smartphones/t1-5g/index.json new file mode 100644 index 00000000000..a3fad059211 --- /dev/null +++ b/site/public/v1/smartphones/t1-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 650, + "slug": "t1-5g", + "name": "T1 5G", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2022-01-01", + "msrp_usd": 269, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/t1-5g/score/index.json b/site/public/v1/smartphones/t1-5g/score/index.json new file mode 100644 index 00000000000..987487ec693 --- /dev/null +++ b/site/public/v1/smartphones/t1-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 3.0, + "camera": 17.1, + "battery": 35.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/t2-series/index.json b/site/public/v1/smartphones/t2-series/index.json new file mode 100644 index 00000000000..6402e04f257 --- /dev/null +++ b/site/public/v1/smartphones/t2-series/index.json @@ -0,0 +1,79 @@ +{ + "id": 658, + "slug": "t2-series", + "name": "T2 Series", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/t2-series/score/index.json b/site/public/v1/smartphones/t2-series/score/index.json new file mode 100644 index 00000000000..e13761a1598 --- /dev/null +++ b/site/public/v1/smartphones/t2-series/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.7 +} diff --git a/site/public/v1/smartphones/t3-5g/index.json b/site/public/v1/smartphones/t3-5g/index.json new file mode 100644 index 00000000000..543de64dd84 --- /dev/null +++ b/site/public/v1/smartphones/t3-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 666, + "slug": "t3-5g", + "name": "T3 5G", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 117, + "slug": "snapdragon-870", + "name": "Snapdragon 870", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-870" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 6.1, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/t3-5g/score/index.json b/site/public/v1/smartphones/t3-5g/score/index.json new file mode 100644 index 00000000000..f302f8e1506 --- /dev/null +++ b/site/public/v1/smartphones/t3-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 6.1, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/v15-pro/index.json b/site/public/v1/smartphones/v15-pro/index.json new file mode 100644 index 00000000000..43a691512cc --- /dev/null +++ b/site/public/v1/smartphones/v15-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 632, + "slug": "v15-pro", + "name": "V15 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 91, + "slug": "snapdragon-675", + "name": "Snapdragon 675", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 612", + "url": "/v1/socs/snapdragon-675" + }, + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 3700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 9.5, + "performance": 1.5, + "camera": 16.5, + "battery": 10.5, + "display": null, + "value": 51.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/v15-pro/score/index.json b/site/public/v1/smartphones/v15-pro/score/index.json new file mode 100644 index 00000000000..54d2e42a14c --- /dev/null +++ b/site/public/v1/smartphones/v15-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 9.5, + "performance": 1.5, + "camera": 16.5, + "battery": 10.5, + "display": null, + "value": 51.0 +} diff --git a/site/public/v1/smartphones/v15/index.json b/site/public/v1/smartphones/v15/index.json new file mode 100644 index 00000000000..a7ab3e46e3f --- /dev/null +++ b/site/public/v1/smartphones/v15/index.json @@ -0,0 +1,79 @@ +{ + "id": 633, + "slug": "v15", + "name": "V15", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 31, + "slug": "helio-p70", + "name": "Helio P70", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G72 MP3", + "url": "/v1/socs/helio-p70" + }, + "release_date": "2019-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.0, + "performance": 1.5, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 55.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/v15/score/index.json b/site/public/v1/smartphones/v15/score/index.json new file mode 100644 index 00000000000..8a30b590cfe --- /dev/null +++ b/site/public/v1/smartphones/v15/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.0, + "performance": 1.5, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 55.5 +} diff --git a/site/public/v1/smartphones/v17-pro/index.json b/site/public/v1/smartphones/v17-pro/index.json new file mode 100644 index 00000000000..88f20ea682e --- /dev/null +++ b/site/public/v1/smartphones/v17-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 634, + "slug": "v17-pro", + "name": "V17 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 91, + "slug": "snapdragon-675", + "name": "Snapdragon 675", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 11.0, + "gpu_name": "Adreno 612", + "url": "/v1/socs/snapdragon-675" + }, + "release_date": "2019-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 201.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.0, + "performance": 3.0, + "camera": 16.5, + "battery": 16.5, + "display": null, + "value": 52.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/v17-pro/score/index.json b/site/public/v1/smartphones/v17-pro/score/index.json new file mode 100644 index 00000000000..db173301f0b --- /dev/null +++ b/site/public/v1/smartphones/v17-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.0, + "performance": 3.0, + "camera": 16.5, + "battery": 16.5, + "display": null, + "value": 52.2 +} diff --git a/site/public/v1/smartphones/v19/index.json b/site/public/v1/smartphones/v19/index.json new file mode 100644 index 00000000000..22b2c9181ed --- /dev/null +++ b/site/public/v1/smartphones/v19/index.json @@ -0,0 +1,79 @@ +{ + "id": 639, + "slug": "v19", + "name": "V19", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 94, + "slug": "snapdragon-712", + "name": "Snapdragon 712", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-712" + }, + "release_date": "2020-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 176.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.0, + "performance": 3.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 53.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/v19/score/index.json b/site/public/v1/smartphones/v19/score/index.json new file mode 100644 index 00000000000..8cce7140247 --- /dev/null +++ b/site/public/v1/smartphones/v19/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.0, + "performance": 3.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 53.2 +} diff --git a/site/public/v1/smartphones/v20-pro/index.json b/site/public/v1/smartphones/v20-pro/index.json new file mode 100644 index 00000000000..aa2c4cb0f41 --- /dev/null +++ b/site/public/v1/smartphones/v20-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 640, + "slug": "v20-pro", + "name": "V20 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 97, + "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-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 44.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 173.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.2, + "performance": 3.0, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 49.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/v20-pro/score/index.json b/site/public/v1/smartphones/v20-pro/score/index.json new file mode 100644 index 00000000000..42163e563ff --- /dev/null +++ b/site/public/v1/smartphones/v20-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.2, + "performance": 3.0, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 49.0 +} diff --git a/site/public/v1/smartphones/v23-5g/index.json b/site/public/v1/smartphones/v23-5g/index.json new file mode 100644 index 00000000000..d70ca0eaa80 --- /dev/null +++ b/site/public/v1/smartphones/v23-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 651, + "slug": "v23-5g", + "name": "V23 5G", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 52, + "slug": "dimensity-920", + "name": "Dimensity 920", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-920" + }, + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 3.0, + "camera": 21.6, + "battery": 23.0, + "display": null, + "value": 50.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/v23-5g/score/index.json b/site/public/v1/smartphones/v23-5g/score/index.json new file mode 100644 index 00000000000..b3e092f5c5a --- /dev/null +++ b/site/public/v1/smartphones/v23-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 3.0, + "camera": 21.6, + "battery": 23.0, + "display": null, + "value": 50.3 +} diff --git a/site/public/v1/smartphones/v23e/index.json b/site/public/v1/smartphones/v23e/index.json new file mode 100644 index 00000000000..6bc2fb5f83e --- /dev/null +++ b/site/public/v1/smartphones/v23e/index.json @@ -0,0 +1,79 @@ +{ + "id": 643, + "slug": "v23e", + "name": "V23e", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 54, + "slug": "helio-g96", + "name": "Helio G96", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali G57 MC2", + "url": "/v1/socs/helio-g96" + }, + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4050, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": 3.0, + "camera": 21.6, + "battery": 15.8, + "display": null, + "value": 56.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/v23e/score/index.json b/site/public/v1/smartphones/v23e/score/index.json new file mode 100644 index 00000000000..a244e4ab929 --- /dev/null +++ b/site/public/v1/smartphones/v23e/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.5, + "performance": 3.0, + "camera": 21.6, + "battery": 15.8, + "display": null, + "value": 56.8 +} diff --git a/site/public/v1/smartphones/v25-pro/index.json b/site/public/v1/smartphones/v25-pro/index.json new file mode 100644 index 00000000000..0568181ade3 --- /dev/null +++ b/site/public/v1/smartphones/v25-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 652, + "slug": "v25-pro", + "name": "V25 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 56, + "slug": "dimensity-1300", + "name": "MediaTek Dimensity 1300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1300" + }, + "release_date": "2022-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4830, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.5, + "performance": 4.3, + "camera": 21.6, + "battery": 32.5, + "display": null, + "value": 48.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/v25-pro/score/index.json b/site/public/v1/smartphones/v25-pro/score/index.json new file mode 100644 index 00000000000..2517591b5be --- /dev/null +++ b/site/public/v1/smartphones/v25-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.5, + "performance": 4.3, + "camera": 21.6, + "battery": 32.5, + "display": null, + "value": 48.2 +} diff --git a/site/public/v1/smartphones/v27-pro/index.json b/site/public/v1/smartphones/v27-pro/index.json new file mode 100644 index 00000000000..919dd7dbdf1 --- /dev/null +++ b/site/public/v1/smartphones/v27-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 659, + "slug": "v27-pro", + "name": "V27 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2023-01-01", + "msrp_usd": 699, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.2, + "performance": 13.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 46.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/v27-pro/score/index.json b/site/public/v1/smartphones/v27-pro/score/index.json new file mode 100644 index 00000000000..5b10f1abcab --- /dev/null +++ b/site/public/v1/smartphones/v27-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.2, + "performance": 13.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 46.2 +} diff --git a/site/public/v1/smartphones/v27/index.json b/site/public/v1/smartphones/v27/index.json new file mode 100644 index 00000000000..3e536d8ddf7 --- /dev/null +++ b/site/public/v1/smartphones/v27/index.json @@ -0,0 +1,79 @@ +{ + "id": 660, + "slug": "v27", + "name": "V27", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 4600, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 23.2, + "performance": 13.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 50.1 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/v27/score/index.json b/site/public/v1/smartphones/v27/score/index.json new file mode 100644 index 00000000000..4a769c643b4 --- /dev/null +++ b/site/public/v1/smartphones/v27/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 23.2, + "performance": 13.4, + "camera": 17.1, + "battery": 39.0, + "display": null, + "value": 50.1 +} diff --git a/site/public/v1/smartphones/v30-pro/index.json b/site/public/v1/smartphones/v30-pro/index.json new file mode 100644 index 00000000000..1fe3629c6ea --- /dev/null +++ b/site/public/v1/smartphones/v30-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 667, + "slug": "v30-pro", + "name": "V30 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 47, + "slug": "dimensity-1100", + "name": "Dimensity 1100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1100" + }, + "release_date": "2024-01-01", + "msrp_usd": 549, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 49.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/v30-pro/score/index.json b/site/public/v1/smartphones/v30-pro/score/index.json new file mode 100644 index 00000000000..9a4ac484735 --- /dev/null +++ b/site/public/v1/smartphones/v30-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 6.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 49.6 +} diff --git a/site/public/v1/smartphones/v40/index.json b/site/public/v1/smartphones/v40/index.json new file mode 100644 index 00000000000..c5706ec8de2 --- /dev/null +++ b/site/public/v1/smartphones/v40/index.json @@ -0,0 +1,76 @@ +{ + "id": 109, + "slug": "v40", + "name": "V40", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 36, + "slug": "dimensity-1000-plus", + "name": "Dimensity 1000 Plus", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1000-plus" + }, + "release_date": "2021-01-01", + "msrp_usd": 599, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.72, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.7, + "performance": 3.0, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 44.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.186894", + "updated_at": "2026-06-18T06:58:10.186894" +} diff --git a/site/public/v1/smartphones/v40/score/index.json b/site/public/v1/smartphones/v40/score/index.json new file mode 100644 index 00000000000..140fbc09e54 --- /dev/null +++ b/site/public/v1/smartphones/v40/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.7, + "performance": 3.0, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 44.4 +} diff --git a/site/public/v1/smartphones/v40e/index.json b/site/public/v1/smartphones/v40e/index.json new file mode 100644 index 00000000000..fcb0fb95e3b --- /dev/null +++ b/site/public/v1/smartphones/v40e/index.json @@ -0,0 +1,78 @@ +{ + "id": 668, + "slug": "v40e", + "name": "V40e", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2024-01-01", + "msrp_usd": 449, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 44.0 + } + ], + "battery_mah": 4100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.4, + "performance": 3.0, + "camera": 21.6, + "battery": 21.5, + "display": null, + "value": 52.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/v40e/score/index.json b/site/public/v1/smartphones/v40e/score/index.json new file mode 100644 index 00000000000..51b31e89a5a --- /dev/null +++ b/site/public/v1/smartphones/v40e/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.4, + "performance": 3.0, + "camera": 21.6, + "battery": 21.5, + "display": null, + "value": 52.0 +} diff --git a/site/public/v1/smartphones/x10-max/index.json b/site/public/v1/smartphones/x10-max/index.json new file mode 100644 index 00000000000..268f6112660 --- /dev/null +++ b/site/public/v1/smartphones/x10-max/index.json @@ -0,0 +1,76 @@ +{ + "id": 99, + "slug": "x10-max", + "name": "X10 Max", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 33, + "slug": "dimensity-800", + "name": "Dimensity 800", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC4", + "url": "/v1/socs/dimensity-800" + }, + "release_date": "2020-01-01", + "msrp_usd": 379, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 7.09, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 227.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.5, + "performance": 3.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 55.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.184385", + "updated_at": "2026-06-18T06:58:10.184385" +} diff --git a/site/public/v1/smartphones/x10-max/score/index.json b/site/public/v1/smartphones/x10-max/score/index.json new file mode 100644 index 00000000000..0eae90ebfde --- /dev/null +++ b/site/public/v1/smartphones/x10-max/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.5, + "performance": 3.0, + "camera": 16.5, + "battery": 30.0, + "display": null, + "value": 55.2 +} diff --git a/site/public/v1/smartphones/x20-se/index.json b/site/public/v1/smartphones/x20-se/index.json new file mode 100644 index 00000000000..bfd7786453a --- /dev/null +++ b/site/public/v1/smartphones/x20-se/index.json @@ -0,0 +1,76 @@ +{ + "id": 110, + "slug": "x20-se", + "name": "X20 SE", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 1.5, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 56.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.186894", + "updated_at": "2026-06-18T06:58:10.186894" +} diff --git a/site/public/v1/smartphones/x20-se/score/index.json b/site/public/v1/smartphones/x20-se/score/index.json new file mode 100644 index 00000000000..8c4c52348a6 --- /dev/null +++ b/site/public/v1/smartphones/x20-se/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 1.5, + "camera": 21.6, + "battery": 15.0, + "display": null, + "value": 56.4 +} diff --git a/site/public/v1/smartphones/x20/index.json b/site/public/v1/smartphones/x20/index.json new file mode 100644 index 00000000000..4ae663cc048 --- /dev/null +++ b/site/public/v1/smartphones/x20/index.json @@ -0,0 +1,76 @@ +{ + "id": 111, + "slug": "x20", + "name": "X20", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 379, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4300, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 192.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 1.5, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 54.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.186894", + "updated_at": "2026-06-18T06:58:10.186894" +} diff --git a/site/public/v1/smartphones/x20/score/index.json b/site/public/v1/smartphones/x20/score/index.json new file mode 100644 index 00000000000..ab5295e80ed --- /dev/null +++ b/site/public/v1/smartphones/x20/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 1.5, + "camera": 21.6, + "battery": 24.5, + "display": null, + "value": 54.9 +} diff --git a/site/public/v1/smartphones/x200-pro-mini/index.json b/site/public/v1/smartphones/x200-pro-mini/index.json new file mode 100644 index 00000000000..609c5b4f9ac --- /dev/null +++ b/site/public/v1/smartphones/x200-pro-mini/index.json @@ -0,0 +1,78 @@ +{ + "id": 673, + "slug": "x200-pro-mini", + "name": "X200 Pro Mini", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 71, + "slug": "dimensity-9400", + "name": "MediaTek Dimensity 9400", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 3.0, + "gpu_name": "Immortalis-G925 MC12", + "url": "/v1/socs/dimensity-9400" + }, + "release_date": "2024-01-01", + "msrp_usd": 949, + "ram_gb": 16, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.31, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 187.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 51.6, + "performance": 77.3, + "camera": 17.1, + "battery": 60.5, + "display": null, + "value": 50.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.273360", + "updated_at": "2026-06-18T06:58:10.273360" +} diff --git a/site/public/v1/smartphones/x200-pro-mini/score/index.json b/site/public/v1/smartphones/x200-pro-mini/score/index.json new file mode 100644 index 00000000000..b38e137eb5f --- /dev/null +++ b/site/public/v1/smartphones/x200-pro-mini/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 51.6, + "performance": 77.3, + "camera": 17.1, + "battery": 60.5, + "display": null, + "value": 50.9 +} diff --git a/site/public/v1/smartphones/x200-pro/index.json b/site/public/v1/smartphones/x200-pro/index.json new file mode 100644 index 00000000000..801ecc4c637 --- /dev/null +++ b/site/public/v1/smartphones/x200-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 674, + "slug": "x200-pro", + "name": "X200 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 71, + "slug": "dimensity-9400", + "name": "MediaTek Dimensity 9400", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 3.0, + "gpu_name": "Immortalis-G925 MC12", + "url": "/v1/socs/dimensity-9400" + }, + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 16, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 200.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 223.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 69.1, + "performance": 77.3, + "camera": 65.0, + "battery": 65.0, + "display": null, + "value": 49.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.273360", + "updated_at": "2026-06-18T06:58:10.273360" +} diff --git a/site/public/v1/smartphones/x200-pro/score/index.json b/site/public/v1/smartphones/x200-pro/score/index.json new file mode 100644 index 00000000000..ac9a777785c --- /dev/null +++ b/site/public/v1/smartphones/x200-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 69.1, + "performance": 77.3, + "camera": 65.0, + "battery": 65.0, + "display": null, + "value": 49.9 +} diff --git a/site/public/v1/smartphones/x200/index.json b/site/public/v1/smartphones/x200/index.json new file mode 100644 index 00000000000..cd5e78847f4 --- /dev/null +++ b/site/public/v1/smartphones/x200/index.json @@ -0,0 +1,79 @@ +{ + "id": 675, + "slug": "x200", + "name": "X200", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 71, + "slug": "dimensity-9400", + "name": "MediaTek Dimensity 9400", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 3.0, + "gpu_name": "Immortalis-G925 MC12", + "url": "/v1/socs/dimensity-9400" + }, + "release_date": "2024-01-01", + "msrp_usd": 999, + "ram_gb": 12, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 223.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 52.1, + "performance": 74.3, + "camera": 17.1, + "battery": 65.0, + "display": null, + "value": 49.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.273360", + "updated_at": "2026-06-18T06:58:10.273360" +} diff --git a/site/public/v1/smartphones/x200/score/index.json b/site/public/v1/smartphones/x200/score/index.json new file mode 100644 index 00000000000..0684191b7df --- /dev/null +++ b/site/public/v1/smartphones/x200/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 52.1, + "performance": 74.3, + "camera": 17.1, + "battery": 65.0, + "display": null, + "value": 49.2 +} diff --git a/site/public/v1/smartphones/x21/index.json b/site/public/v1/smartphones/x21/index.json new file mode 100644 index 00000000000..96c181f4b97 --- /dev/null +++ b/site/public/v1/smartphones/x21/index.json @@ -0,0 +1,79 @@ +{ + "id": 628, + "slug": "x21", + "name": "X21", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 85, + "slug": "snapdragon-660", + "name": "Snapdragon 660", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 14.0, + "gpu_name": "Adreno 512", + "url": "/v1/socs/snapdragon-660" + }, + "release_date": "2018-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.28, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 3200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 156.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 9.2, + "performance": 19.5, + "camera": 5.0, + "battery": 3.0, + "display": null, + "value": 52.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/x21/score/index.json b/site/public/v1/smartphones/x21/score/index.json new file mode 100644 index 00000000000..7b632889ff9 --- /dev/null +++ b/site/public/v1/smartphones/x21/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 9.2, + "performance": 19.5, + "camera": 5.0, + "battery": 3.0, + "display": null, + "value": 52.7 +} diff --git a/site/public/v1/smartphones/x27-pro/index.json b/site/public/v1/smartphones/x27-pro/index.json new file mode 100644 index 00000000000..d764911e94e --- /dev/null +++ b/site/public/v1/smartphones/x27-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 635, + "slug": "x27-pro", + "name": "X27 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 92, + "slug": "snapdragon-710", + "name": "Snapdragon 710", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-710" + }, + "release_date": "2019-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.2, + "performance": 23.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 51.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/x27-pro/score/index.json b/site/public/v1/smartphones/x27-pro/score/index.json new file mode 100644 index 00000000000..cb193c6483b --- /dev/null +++ b/site/public/v1/smartphones/x27-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.2, + "performance": 23.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 51.5 +} diff --git a/site/public/v1/smartphones/x3-gt/index.json b/site/public/v1/smartphones/x3-gt/index.json new file mode 100644 index 00000000000..97d910ac2b9 --- /dev/null +++ b/site/public/v1/smartphones/x3-gt/index.json @@ -0,0 +1,78 @@ +{ + "id": 418, + "slug": "x3-gt", + "name": "X3 GT", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 47, + "slug": "dimensity-1100", + "name": "Dimensity 1100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1100" + }, + "release_date": "2021-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.6, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 59.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/x3-gt/score/index.json b/site/public/v1/smartphones/x3-gt/score/index.json new file mode 100644 index 00000000000..b993f5b906e --- /dev/null +++ b/site/public/v1/smartphones/x3-gt/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.4, + "performance": 1.5, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 59.7 +} diff --git a/site/public/v1/smartphones/x3-nfc/index.json b/site/public/v1/smartphones/x3-nfc/index.json new file mode 100644 index 00000000000..9db8682cb71 --- /dev/null +++ b/site/public/v1/smartphones/x3-nfc/index.json @@ -0,0 +1,78 @@ +{ + "id": 413, + "slug": "x3-nfc", + "name": "X3 NFC", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 104, + "slug": "snapdragon-732g", + "name": "Snapdragon 732G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 8.0, + "gpu_name": "Adreno 618", + "url": "/v1/socs/snapdragon-732g" + }, + "release_date": "2020-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 215.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": 1.5, + "camera": 21.6, + "battery": 32.4, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.225314", + "updated_at": "2026-06-18T06:58:10.225314" +} diff --git a/site/public/v1/smartphones/x3-nfc/score/index.json b/site/public/v1/smartphones/x3-nfc/score/index.json new file mode 100644 index 00000000000..e434a8f31cb --- /dev/null +++ b/site/public/v1/smartphones/x3-nfc/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.5, + "performance": 1.5, + "camera": 21.6, + "battery": 32.4, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/x3-pro/index.json b/site/public/v1/smartphones/x3-pro/index.json new file mode 100644 index 00000000000..d1f5e1cd083 --- /dev/null +++ b/site/public/v1/smartphones/x3-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 419, + "slug": "x3-pro", + "name": "X3 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 116, + "slug": "snapdragon-860", + "name": "Snapdragon 860", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 640", + "url": "/v1/socs/snapdragon-860" + }, + "release_date": "2021-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5160, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 215.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 1.5, + "camera": 16.5, + "battery": 32.4, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.226315", + "updated_at": "2026-06-18T06:58:10.226315" +} diff --git a/site/public/v1/smartphones/x3-pro/score/index.json b/site/public/v1/smartphones/x3-pro/score/index.json new file mode 100644 index 00000000000..b05d1b280a6 --- /dev/null +++ b/site/public/v1/smartphones/x3-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.8, + "performance": 1.5, + "camera": 16.5, + "battery": 32.4, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/x30-max/index.json b/site/public/v1/smartphones/x30-max/index.json new file mode 100644 index 00000000000..b2c1491f640 --- /dev/null +++ b/site/public/v1/smartphones/x30-max/index.json @@ -0,0 +1,76 @@ +{ + "id": 112, + "slug": "x30-max", + "name": "X30 Max", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2021-01-01", + "msrp_usd": 499, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 7.09, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 228.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 52.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.186894", + "updated_at": "2026-06-18T06:58:10.186894" +} diff --git a/site/public/v1/smartphones/x30-max/score/index.json b/site/public/v1/smartphones/x30-max/score/index.json new file mode 100644 index 00000000000..b1d8eabe116 --- /dev/null +++ b/site/public/v1/smartphones/x30-max/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 19.9, + "performance": 3.0, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 52.3 +} diff --git a/site/public/v1/smartphones/x30-pro/index.json b/site/public/v1/smartphones/x30-pro/index.json new file mode 100644 index 00000000000..2d36420f597 --- /dev/null +++ b/site/public/v1/smartphones/x30-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 636, + "slug": "x30-pro", + "name": "X30 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 93, + "slug": "snapdragon-855", + "name": "Snapdragon 855", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 640", + "url": "/v1/socs/snapdragon-855" + }, + "release_date": "2019-01-01", + "msrp_usd": 899, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 199.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 3.0, + "camera": 21.6, + "battery": 18.0, + "display": null, + "value": 34.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/x30-pro/score/index.json b/site/public/v1/smartphones/x30-pro/score/index.json new file mode 100644 index 00000000000..6607fcc6a02 --- /dev/null +++ b/site/public/v1/smartphones/x30-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.2, + "performance": 3.0, + "camera": 21.6, + "battery": 18.0, + "display": null, + "value": 34.0 +} diff --git a/site/public/v1/smartphones/x30/index.json b/site/public/v1/smartphones/x30/index.json new file mode 100644 index 00000000000..11958c976a8 --- /dev/null +++ b/site/public/v1/smartphones/x30/index.json @@ -0,0 +1,76 @@ +{ + "id": 113, + "slug": "x30", + "name": "X30", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2021-01-01", + "msrp_usd": 379, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.81, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 1.5, + "camera": 16.5, + "battery": 32.0, + "display": null, + "value": 55.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.186894", + "updated_at": "2026-06-18T06:58:10.186894" +} diff --git a/site/public/v1/smartphones/x30/score/index.json b/site/public/v1/smartphones/x30/score/index.json new file mode 100644 index 00000000000..5e061d94990 --- /dev/null +++ b/site/public/v1/smartphones/x30/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 1.5, + "camera": 16.5, + "battery": 32.0, + "display": null, + "value": 55.3 +} diff --git a/site/public/v1/smartphones/x30i/index.json b/site/public/v1/smartphones/x30i/index.json new file mode 100644 index 00000000000..b470b620bca --- /dev/null +++ b/site/public/v1/smartphones/x30i/index.json @@ -0,0 +1,76 @@ +{ + "id": 114, + "slug": "x30i", + "name": "X30i", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-810" + }, + "release_date": "2021-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 1.5, + "camera": 16.5, + "battery": 20.0, + "display": null, + "value": 56.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.187795", + "updated_at": "2026-06-18T06:58:10.187795" +} diff --git a/site/public/v1/smartphones/x30i/score/index.json b/site/public/v1/smartphones/x30i/score/index.json new file mode 100644 index 00000000000..1f9f3c919bc --- /dev/null +++ b/site/public/v1/smartphones/x30i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 12.7, + "performance": 1.5, + "camera": 16.5, + "battery": 20.0, + "display": null, + "value": 56.4 +} diff --git a/site/public/v1/smartphones/x4-pro-5g/index.json b/site/public/v1/smartphones/x4-pro-5g/index.json new file mode 100644 index 00000000000..3045c17b5ea --- /dev/null +++ b/site/public/v1/smartphones/x4-pro-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 425, + "slug": "x4-pro-5g", + "name": "X4 Pro 5G", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 1.5, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/x4-pro-5g/score/index.json b/site/public/v1/smartphones/x4-pro-5g/score/index.json new file mode 100644 index 00000000000..4c170e6e875 --- /dev/null +++ b/site/public/v1/smartphones/x4-pro-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 1.5, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 62.0 +} diff --git a/site/public/v1/smartphones/x40/index.json b/site/public/v1/smartphones/x40/index.json new file mode 100644 index 00000000000..e7c422bf095 --- /dev/null +++ b/site/public/v1/smartphones/x40/index.json @@ -0,0 +1,76 @@ +{ + "id": 125, + "slug": "x40", + "name": "X40", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2022-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5100, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 1.5, + "camera": 17.1, + "battery": 36.5, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/x40/score/index.json b/site/public/v1/smartphones/x40/score/index.json new file mode 100644 index 00000000000..08518df1902 --- /dev/null +++ b/site/public/v1/smartphones/x40/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 18.4, + "performance": 1.5, + "camera": 17.1, + "battery": 36.5, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/x40i/index.json b/site/public/v1/smartphones/x40i/index.json new file mode 100644 index 00000000000..ee58c57dae1 --- /dev/null +++ b/site/public/v1/smartphones/x40i/index.json @@ -0,0 +1,76 @@ +{ + "id": 126, + "slug": "x40i", + "name": "X40i", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2022-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 175.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.2, + "performance": 1.5, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 55.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.188800", + "updated_at": "2026-06-18T06:58:10.188800" +} diff --git a/site/public/v1/smartphones/x40i/score/index.json b/site/public/v1/smartphones/x40i/score/index.json new file mode 100644 index 00000000000..c383292379e --- /dev/null +++ b/site/public/v1/smartphones/x40i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.2, + "performance": 1.5, + "camera": 17.1, + "battery": 15.0, + "display": null, + "value": 55.6 +} diff --git a/site/public/v1/smartphones/x5-pro/index.json b/site/public/v1/smartphones/x5-pro/index.json new file mode 100644 index 00000000000..99c7f6222d9 --- /dev/null +++ b/site/public/v1/smartphones/x5-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 430, + "slug": "x5-pro", + "name": "X5 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2023-01-01", + "msrp_usd": 329, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 1.5, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 61.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/x5-pro/score/index.json b/site/public/v1/smartphones/x5-pro/score/index.json new file mode 100644 index 00000000000..2b7e93d6ae8 --- /dev/null +++ b/site/public/v1/smartphones/x5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.1, + "performance": 1.5, + "camera": 35.7, + "battery": 35.0, + "display": null, + "value": 61.0 +} diff --git a/site/public/v1/smartphones/x5/index.json b/site/public/v1/smartphones/x5/index.json new file mode 100644 index 00000000000..39fe8c2693d --- /dev/null +++ b/site/public/v1/smartphones/x5/index.json @@ -0,0 +1,78 @@ +{ + "id": 431, + "slug": "x5", + "name": "X5", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 279, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 13.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 189.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 16.5, + "battery": 35.0, + "display": null, + "value": 58.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.227321", + "updated_at": "2026-06-18T06:58:10.227321" +} diff --git a/site/public/v1/smartphones/x5/score/index.json b/site/public/v1/smartphones/x5/score/index.json new file mode 100644 index 00000000000..eec0bb54a8e --- /dev/null +++ b/site/public/v1/smartphones/x5/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 16.5, + "battery": 35.0, + "display": null, + "value": 58.9 +} diff --git a/site/public/v1/smartphones/x50/index.json b/site/public/v1/smartphones/x50/index.json new file mode 100644 index 00000000000..61622bbc2a9 --- /dev/null +++ b/site/public/v1/smartphones/x50/index.json @@ -0,0 +1,76 @@ +{ + "id": 139, + "slug": "x50", + "name": "X50", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 120, + "slug": "snapdragon-6-gen-1", + "name": "Snapdragon 6 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-6-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.9, + "performance": 2.9, + "camera": 35.7, + "battery": 57.0, + "display": null, + "value": 66.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/x50/score/index.json b/site/public/v1/smartphones/x50/score/index.json new file mode 100644 index 00000000000..cd0af63f650 --- /dev/null +++ b/site/public/v1/smartphones/x50/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.9, + "performance": 2.9, + "camera": 35.7, + "battery": 57.0, + "display": null, + "value": 66.0 +} diff --git a/site/public/v1/smartphones/x6-pro/index.json b/site/public/v1/smartphones/x6-pro/index.json new file mode 100644 index 00000000000..28a00e15771 --- /dev/null +++ b/site/public/v1/smartphones/x6-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 434, + "slug": "x6-pro", + "name": "X6 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 64, + "slug": "dimensity-8300", + "name": "MediaTek Dimensity 8300", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G615 MC6", + "url": "/v1/socs/dimensity-8300" + }, + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 34.0, + "performance": 21.2, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 63.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/x6-pro/score/index.json b/site/public/v1/smartphones/x6-pro/score/index.json new file mode 100644 index 00000000000..48e665f9275 --- /dev/null +++ b/site/public/v1/smartphones/x6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 34.0, + "performance": 21.2, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 63.2 +} diff --git a/site/public/v1/smartphones/x6/index.json b/site/public/v1/smartphones/x6/index.json new file mode 100644 index 00000000000..5ce2db676e7 --- /dev/null +++ b/site/public/v1/smartphones/x6/index.json @@ -0,0 +1,78 @@ +{ + "id": 435, + "slug": "x6", + "name": "X6", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 5.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8100" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": 4.8, + "camera": 21.6, + "battery": 40.0, + "display": null, + "value": 59.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/x6/score/index.json b/site/public/v1/smartphones/x6/score/index.json new file mode 100644 index 00000000000..35fca8547dd --- /dev/null +++ b/site/public/v1/smartphones/x6/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": 4.8, + "camera": 21.6, + "battery": 40.0, + "display": null, + "value": 59.2 +} diff --git a/site/public/v1/smartphones/x60-pro/index.json b/site/public/v1/smartphones/x60-pro/index.json new file mode 100644 index 00000000000..9503dff3f8c --- /dev/null +++ b/site/public/v1/smartphones/x60-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 644, + "slug": "x60-pro", + "name": "X60 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 117, + "slug": "snapdragon-870", + "name": "Snapdragon 870", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 650", + "url": "/v1/socs/snapdragon-870" + }, + "release_date": "2021-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4200, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 9.1, + "camera": 16.5, + "battery": 18.0, + "display": null, + "value": 34.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/x60-pro/score/index.json b/site/public/v1/smartphones/x60-pro/score/index.json new file mode 100644 index 00000000000..7e021854749 --- /dev/null +++ b/site/public/v1/smartphones/x60-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.5, + "performance": 9.1, + "camera": 16.5, + "battery": 18.0, + "display": null, + "value": 34.2 +} diff --git a/site/public/v1/smartphones/x60/index.json b/site/public/v1/smartphones/x60/index.json new file mode 100644 index 00000000000..cb347c653bf --- /dev/null +++ b/site/public/v1/smartphones/x60/index.json @@ -0,0 +1,76 @@ +{ + "id": 140, + "slug": "x60", + "name": "X60", + "brand": { + "id": 16, + "slug": "honor", + "name": "HONOR", + "country": "CN", + "url": "/v1/brands/honor" + }, + "soc": { + "id": 120, + "slug": "snapdragon-6-gen-1", + "name": "Snapdragon 6 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 710", + "url": "/v1/socs/snapdragon-6-gen-1" + }, + "release_date": "2023-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5800, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 31.9, + "performance": 2.9, + "camera": 35.7, + "battery": 57.0, + "display": null, + "value": 66.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.190804", + "updated_at": "2026-06-18T06:58:10.190804" +} diff --git a/site/public/v1/smartphones/x60/score/index.json b/site/public/v1/smartphones/x60/score/index.json new file mode 100644 index 00000000000..cd0af63f650 --- /dev/null +++ b/site/public/v1/smartphones/x60/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 31.9, + "performance": 2.9, + "camera": 35.7, + "battery": 57.0, + "display": null, + "value": 66.0 +} diff --git a/site/public/v1/smartphones/x7-pro/index.json b/site/public/v1/smartphones/x7-pro/index.json new file mode 100644 index 00000000000..4060f96c69b --- /dev/null +++ b/site/public/v1/smartphones/x7-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 436, + "slug": "x7-pro", + "name": "X7 Pro", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 69, + "slug": "dimensity-8400", + "name": "Dimensity 8400", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G720 MC7", + "url": "/v1/socs/dimensity-8400" + }, + "release_date": "2025-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 6000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 207.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 44.2, + "performance": 36.8, + "camera": 35.7, + "battery": 60.0, + "display": null, + "value": 68.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/x7-pro/score/index.json b/site/public/v1/smartphones/x7-pro/score/index.json new file mode 100644 index 00000000000..56e3152239f --- /dev/null +++ b/site/public/v1/smartphones/x7-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 44.2, + "performance": 36.8, + "camera": 35.7, + "battery": 60.0, + "display": null, + "value": 68.3 +} diff --git a/site/public/v1/smartphones/x7/index.json b/site/public/v1/smartphones/x7/index.json new file mode 100644 index 00000000000..2c9b2d87665 --- /dev/null +++ b/site/public/v1/smartphones/x7/index.json @@ -0,0 +1,78 @@ +{ + "id": 437, + "slug": "x7", + "name": "X7", + "brand": { + "id": 30, + "slug": "poco", + "name": "POCO", + "country": "CN", + "url": "/v1/brands/poco" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2025-01-01", + "msrp_usd": 329, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.67, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 26.2, + "performance": 11.9, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 62.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.228321", + "updated_at": "2026-06-18T06:58:10.228321" +} diff --git a/site/public/v1/smartphones/x7/score/index.json b/site/public/v1/smartphones/x7/score/index.json new file mode 100644 index 00000000000..e383a42ec05 --- /dev/null +++ b/site/public/v1/smartphones/x7/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 26.2, + "performance": 11.9, + "camera": 21.6, + "battery": 45.0, + "display": null, + "value": 62.0 +} diff --git a/site/public/v1/smartphones/x70-pro/index.json b/site/public/v1/smartphones/x70-pro/index.json new file mode 100644 index 00000000000..9a5d4a67e31 --- /dev/null +++ b/site/public/v1/smartphones/x70-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 645, + "slug": "x70-pro", + "name": "X70 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2021-01-01", + "msrp_usd": 749, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.56, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4450, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 3.9, + "camera": 17.1, + "battery": 26.7, + "display": null, + "value": 40.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/x70-pro/score/index.json b/site/public/v1/smartphones/x70-pro/score/index.json new file mode 100644 index 00000000000..a70814b4401 --- /dev/null +++ b/site/public/v1/smartphones/x70-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.9, + "performance": 3.9, + "camera": 17.1, + "battery": 26.7, + "display": null, + "value": 40.7 +} diff --git a/site/public/v1/smartphones/x80/index.json b/site/public/v1/smartphones/x80/index.json new file mode 100644 index 00000000000..64e9d36befd --- /dev/null +++ b/site/public/v1/smartphones/x80/index.json @@ -0,0 +1,79 @@ +{ + "id": 656, + "slug": "x80", + "name": "X80", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 51, + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G710", + "url": "/v1/socs/dimensity-9000" + }, + "release_date": "2022-01-01", + "msrp_usd": 899, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4700, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 24.9, + "performance": 17.1, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 39.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/x80/score/index.json b/site/public/v1/smartphones/x80/score/index.json new file mode 100644 index 00000000000..5764db39a92 --- /dev/null +++ b/site/public/v1/smartphones/x80/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 24.9, + "performance": 17.1, + "camera": 17.1, + "battery": 40.5, + "display": null, + "value": 39.4 +} diff --git a/site/public/v1/smartphones/x90-pro/index.json b/site/public/v1/smartphones/x90-pro/index.json new file mode 100644 index 00000000000..6a0a93cde85 --- /dev/null +++ b/site/public/v1/smartphones/x90-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 657, + "slug": "x90-pro", + "name": "X90 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 60, + "slug": "dimensity-9200", + "name": "MediaTek Dimensity 9200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Immortalis-G715 MC11", + "url": "/v1/socs/dimensity-9200" + }, + "release_date": "2022-01-01", + "msrp_usd": 1099, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4870, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 221.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 30.7, + "performance": 31.9, + "camera": 17.1, + "battery": 43.0, + "display": null, + "value": 34.6 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.271359", + "updated_at": "2026-06-18T06:58:10.271359" +} diff --git a/site/public/v1/smartphones/x90-pro/score/index.json b/site/public/v1/smartphones/x90-pro/score/index.json new file mode 100644 index 00000000000..cda238b1706 --- /dev/null +++ b/site/public/v1/smartphones/x90-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 30.7, + "performance": 31.9, + "camera": 17.1, + "battery": 43.0, + "display": null, + "value": 34.6 +} diff --git a/site/public/v1/smartphones/xiaomi-14-pro/index.json b/site/public/v1/smartphones/xiaomi-14-pro/index.json new file mode 100644 index 00000000000..b6d47998629 --- /dev/null +++ b/site/public/v1/smartphones/xiaomi-14-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 712, + "slug": "xiaomi-14-pro", + "name": "Xiaomi 14 Pro", + "brand": { + "id": 45, + "slug": "xiaomi", + "name": "Xiaomi", + "country": "CN", + "url": "/v1/brands/xiaomi" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2023-01-01", + "msrp_usd": 799, + "ram_gb": 12, + "storage_options_gb": [ + 256, + 512 + ], + "display": { + "size_inch": 6.73, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 206.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 54.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 50.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.277359", + "updated_at": "2026-06-18T06:58:10.277359" +} diff --git a/site/public/v1/smartphones/xiaomi-14-pro/score/index.json b/site/public/v1/smartphones/xiaomi-14-pro/score/index.json new file mode 100644 index 00000000000..6e5bc60ea01 --- /dev/null +++ b/site/public/v1/smartphones/xiaomi-14-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 38.8, + "performance": 54.2, + "camera": 17.1, + "battery": 45.0, + "display": null, + "value": 50.2 +} diff --git a/site/public/v1/smartphones/xperia-1-iv/index.json b/site/public/v1/smartphones/xperia-1-iv/index.json new file mode 100644 index 00000000000..f3869239cf4 --- /dev/null +++ b/site/public/v1/smartphones/xperia-1-iv/index.json @@ -0,0 +1,78 @@ +{ + "id": 589, + "slug": "xperia-1-iv", + "name": "Xperia 1 IV", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 1599, + "ram_gb": 12, + "storage_options_gb": [ + 256 + ], + "display": { + "size_inch": 6.5, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.3, + "performance": 13.9, + "camera": 5.0, + "battery": 45.0, + "display": null, + "value": 10.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.263356", + "updated_at": "2026-06-18T06:58:10.263356" +} diff --git a/site/public/v1/smartphones/xperia-1-iv/score/index.json b/site/public/v1/smartphones/xperia-1-iv/score/index.json new file mode 100644 index 00000000000..3e7261206ae --- /dev/null +++ b/site/public/v1/smartphones/xperia-1-iv/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.3, + "performance": 13.9, + "camera": 5.0, + "battery": 45.0, + "display": null, + "value": 10.7 +} diff --git a/site/public/v1/smartphones/xperia-10-iv/index.json b/site/public/v1/smartphones/xperia-10-iv/index.json new file mode 100644 index 00000000000..e1800ecad42 --- /dev/null +++ b/site/public/v1/smartphones/xperia-10-iv/index.json @@ -0,0 +1,78 @@ +{ + "id": 590, + "slug": "xperia-10-iv", + "name": "Xperia 10 IV", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2022-01-01", + "msrp_usd": 499, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.0, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 161.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 1.5, + "camera": 5.0, + "battery": 35.0, + "display": null, + "value": 49.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.264356", + "updated_at": "2026-06-18T06:58:10.264356" +} diff --git a/site/public/v1/smartphones/xperia-10-iv/score/index.json b/site/public/v1/smartphones/xperia-10-iv/score/index.json new file mode 100644 index 00000000000..626b1d48125 --- /dev/null +++ b/site/public/v1/smartphones/xperia-10-iv/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 13.8, + "performance": 1.5, + "camera": 5.0, + "battery": 35.0, + "display": null, + "value": 49.2 +} diff --git a/site/public/v1/smartphones/xperia-10-v/index.json b/site/public/v1/smartphones/xperia-10-v/index.json new file mode 100644 index 00000000000..81a2d533978 --- /dev/null +++ b/site/public/v1/smartphones/xperia-10-v/index.json @@ -0,0 +1,78 @@ +{ + "id": 593, + "slug": "xperia-10-v", + "name": "Xperia 10 V", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 112, + "slug": "snapdragon-695", + "name": "Snapdragon 695 5G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 619", + "url": "/v1/socs/snapdragon-695" + }, + "release_date": "2023-01-01", + "msrp_usd": 599, + "ram_gb": 6, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 164.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 16.5, + "battery": 35.0, + "display": null, + "value": 47.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.264356", + "updated_at": "2026-06-18T06:58:10.264356" +} diff --git a/site/public/v1/smartphones/xperia-10-v/score/index.json b/site/public/v1/smartphones/xperia-10-v/score/index.json new file mode 100644 index 00000000000..5f07ad65a8c --- /dev/null +++ b/site/public/v1/smartphones/xperia-10-v/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 16.5, + "battery": 35.0, + "display": null, + "value": 47.4 +} diff --git a/site/public/v1/smartphones/xperia-5-iv/index.json b/site/public/v1/smartphones/xperia-5-iv/index.json new file mode 100644 index 00000000000..381e0ebf745 --- /dev/null +++ b/site/public/v1/smartphones/xperia-5-iv/index.json @@ -0,0 +1,78 @@ +{ + "id": 591, + "slug": "xperia-5-iv", + "name": "Xperia 5 IV", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 115, + "slug": "snapdragon-8-gen-1", + "name": "Snapdragon 8 Gen 1", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 730", + "url": "/v1/socs/snapdragon-8-gen-1" + }, + "release_date": "2022-01-01", + "msrp_usd": 999, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 12.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 172.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 20.3, + "performance": 10.9, + "camera": 5.0, + "battery": 45.0, + "display": null, + "value": 33.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.264356", + "updated_at": "2026-06-18T06:58:10.264356" +} diff --git a/site/public/v1/smartphones/xperia-5-iv/score/index.json b/site/public/v1/smartphones/xperia-5-iv/score/index.json new file mode 100644 index 00000000000..94662f0e2d0 --- /dev/null +++ b/site/public/v1/smartphones/xperia-5-iv/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 20.3, + "performance": 10.9, + "camera": 5.0, + "battery": 45.0, + "display": null, + "value": 33.2 +} diff --git a/site/public/v1/smartphones/xperia-5-vi/index.json b/site/public/v1/smartphones/xperia-5-vi/index.json new file mode 100644 index 00000000000..24a69af78fa --- /dev/null +++ b/site/public/v1/smartphones/xperia-5-vi/index.json @@ -0,0 +1,78 @@ +{ + "id": 597, + "slug": "xperia-5-vi", + "name": "Xperia 5 VI", + "brand": { + "id": 76, + "slug": "sony", + "name": "Sony", + "country": "JP", + "url": "/v1/brands/sony" + }, + "soc": { + "id": 128, + "slug": "snapdragon-8-gen-3", + "name": "Snapdragon 8 Gen 3", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 4.0, + "gpu_name": "Adreno 750", + "url": "/v1/socs/snapdragon-8-gen-3" + }, + "release_date": "2024-01-01", + "msrp_usd": 1199, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.1, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 180.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 37.6, + "performance": 51.2, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 34.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.264356", + "updated_at": "2026-06-18T06:58:10.264356" +} diff --git a/site/public/v1/smartphones/xperia-5-vi/score/index.json b/site/public/v1/smartphones/xperia-5-vi/score/index.json new file mode 100644 index 00000000000..d043d712ff7 --- /dev/null +++ b/site/public/v1/smartphones/xperia-5-vi/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 37.6, + "performance": 51.2, + "camera": 16.5, + "battery": 45.0, + "display": null, + "value": 34.2 +} diff --git a/site/public/v1/smartphones/y100-5g/index.json b/site/public/v1/smartphones/y100-5g/index.json new file mode 100644 index 00000000000..41b682a71ee --- /dev/null +++ b/site/public/v1/smartphones/y100-5g/index.json @@ -0,0 +1,78 @@ +{ + "id": 676, + "slug": "y100-5g", + "name": "Y100 5G", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2024-01-01", + "msrp_usd": 299, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.38, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 181.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.7 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.273360", + "updated_at": "2026-06-18T06:58:10.273360" +} diff --git a/site/public/v1/smartphones/y100-5g/score/index.json b/site/public/v1/smartphones/y100-5g/score/index.json new file mode 100644 index 00000000000..e13761a1598 --- /dev/null +++ b/site/public/v1/smartphones/y100-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 58.7 +} diff --git a/site/public/v1/smartphones/y100/index.json b/site/public/v1/smartphones/y100/index.json new file mode 100644 index 00000000000..3608b5da5b9 --- /dev/null +++ b/site/public/v1/smartphones/y100/index.json @@ -0,0 +1,79 @@ +{ + "id": 664, + "slug": "y100", + "name": "Y100", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G68 MC4", + "url": "/v1/socs/dimensity-900" + }, + "release_date": "2023-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.44, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 54.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.272360", + "updated_at": "2026-06-18T06:58:10.272360" +} diff --git a/site/public/v1/smartphones/y100/score/index.json b/site/public/v1/smartphones/y100/score/index.json new file mode 100644 index 00000000000..d1ce20a3b0a --- /dev/null +++ b/site/public/v1/smartphones/y100/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.4, + "performance": 3.0, + "camera": 21.6, + "battery": 27.5, + "display": null, + "value": 54.9 +} diff --git a/site/public/v1/smartphones/y11/index.json b/site/public/v1/smartphones/y11/index.json new file mode 100644 index 00000000000..bc0c713d84d --- /dev/null +++ b/site/public/v1/smartphones/y11/index.json @@ -0,0 +1,79 @@ +{ + "id": 637, + "slug": "y11", + "name": "Y11", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 88, + "slug": "snapdragon-439", + "name": "Snapdragon 439", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 12.0, + "gpu_name": "Adreno 505", + "url": "/v1/socs/snapdragon-439" + }, + "release_date": "2019-01-01", + "msrp_usd": 149, + "ram_gb": 3, + "storage_options_gb": [ + 32, + 64 + ], + "display": { + "size_inch": 6.35, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/y11/score/index.json b/site/public/v1/smartphones/y11/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/y11/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/y12s/index.json b/site/public/v1/smartphones/y12s/index.json new file mode 100644 index 00000000000..28ad76c0b8b --- /dev/null +++ b/site/public/v1/smartphones/y12s/index.json @@ -0,0 +1,79 @@ +{ + "id": 641, + "slug": "y12s", + "name": "Y12s", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 30, + "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-01-01", + "msrp_usd": 159, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.51, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 191.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y12s/score/index.json b/site/public/v1/smartphones/y12s/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/y12s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/y200-gt/index.json b/site/public/v1/smartphones/y200-gt/index.json new file mode 100644 index 00000000000..25af8dd5808 --- /dev/null +++ b/site/public/v1/smartphones/y200-gt/index.json @@ -0,0 +1,78 @@ +{ + "id": 677, + "slug": "y200-gt", + "name": "Y200 GT", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 48, + "slug": "dimensity-1200", + "name": "MediaTek Dimensity 1200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 6.0, + "gpu_name": "Mali-G77 MC9", + "url": "/v1/socs/dimensity-1200" + }, + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 12, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.9, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 56.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.273360", + "updated_at": "2026-06-18T06:58:10.273360" +} diff --git a/site/public/v1/smartphones/y200-gt/score/index.json b/site/public/v1/smartphones/y200-gt/score/index.json new file mode 100644 index 00000000000..1b16d9f808b --- /dev/null +++ b/site/public/v1/smartphones/y200-gt/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 21.2, + "performance": 6.9, + "camera": 21.6, + "battery": 35.0, + "display": null, + "value": 56.8 +} diff --git a/site/public/v1/smartphones/y21/index.json b/site/public/v1/smartphones/y21/index.json new file mode 100644 index 00000000000..b62de6a0b0b --- /dev/null +++ b/site/public/v1/smartphones/y21/index.json @@ -0,0 +1,79 @@ +{ + "id": 646, + "slug": "y21", + "name": "Y21", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 30, + "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": "2021-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.51, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y21/score/index.json b/site/public/v1/smartphones/y21/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/y21/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/y30/index.json b/site/public/v1/smartphones/y30/index.json new file mode 100644 index 00000000000..cb3f6decf32 --- /dev/null +++ b/site/public/v1/smartphones/y30/index.json @@ -0,0 +1,79 @@ +{ + "id": 642, + "slug": "y30", + "name": "Y30", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 30, + "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-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.47, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 8.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 193.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y30/score/index.json b/site/public/v1/smartphones/y30/score/index.json new file mode 100644 index 00000000000..06bf7d85e4b --- /dev/null +++ b/site/public/v1/smartphones/y30/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.8, + "performance": 0.0, + "camera": 5.3, + "battery": 30.0, + "display": null, + "value": 55.9 +} diff --git a/site/public/v1/smartphones/y33s/index.json b/site/public/v1/smartphones/y33s/index.json new file mode 100644 index 00000000000..2872aa2408d --- /dev/null +++ b/site/public/v1/smartphones/y33s/index.json @@ -0,0 +1,79 @@ +{ + "id": 647, + "slug": "y33s", + "name": "Y33s", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 44, + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MP2", + "url": "/v1/socs/helio-g80" + }, + "release_date": "2021-01-01", + "msrp_usd": 239, + "ram_gb": 8, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 182.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y33s/score/index.json b/site/public/v1/smartphones/y33s/score/index.json new file mode 100644 index 00000000000..4c1f50eeb20 --- /dev/null +++ b/site/public/v1/smartphones/y33s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 58.4 +} diff --git a/site/public/v1/smartphones/y53s/index.json b/site/public/v1/smartphones/y53s/index.json new file mode 100644 index 00000000000..711b5b29e47 --- /dev/null +++ b/site/public/v1/smartphones/y53s/index.json @@ -0,0 +1,79 @@ +{ + "id": 648, + "slug": "y53s", + "name": "Y53s", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 44, + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G52 MP2", + "url": "/v1/socs/helio-g80" + }, + "release_date": "2021-01-01", + "msrp_usd": 229, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y53s/score/index.json b/site/public/v1/smartphones/y53s/score/index.json new file mode 100644 index 00000000000..06c5862c930 --- /dev/null +++ b/site/public/v1/smartphones/y53s/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 17.7, + "performance": 1.5, + "camera": 21.6, + "battery": 30.0, + "display": null, + "value": 58.9 +} diff --git a/site/public/v1/smartphones/y75-5g/index.json b/site/public/v1/smartphones/y75-5g/index.json new file mode 100644 index 00000000000..63deedc4333 --- /dev/null +++ b/site/public/v1/smartphones/y75-5g/index.json @@ -0,0 +1,79 @@ +{ + "id": 649, + "slug": "y75-5g", + "name": "Y75 5G", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 7.0, + "gpu_name": "Mali-G57 MC2", + "url": "/v1/socs/dimensity-700" + }, + "release_date": "2021-01-01", + "msrp_usd": 349, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.58, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 50.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 179.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 56.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.270355", + "updated_at": "2026-06-18T06:58:10.270355" +} diff --git a/site/public/v1/smartphones/y75-5g/score/index.json b/site/public/v1/smartphones/y75-5g/score/index.json new file mode 100644 index 00000000000..0d115e51a46 --- /dev/null +++ b/site/public/v1/smartphones/y75-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 16.7, + "performance": 3.0, + "camera": 17.1, + "battery": 30.0, + "display": null, + "value": 56.5 +} diff --git a/site/public/v1/smartphones/y95/index.json b/site/public/v1/smartphones/y95/index.json new file mode 100644 index 00000000000..4c434006e50 --- /dev/null +++ b/site/public/v1/smartphones/y95/index.json @@ -0,0 +1,78 @@ +{ + "id": 629, + "slug": "y95", + "name": "Y95", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 88, + "slug": "snapdragon-439", + "name": "Snapdragon 439", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 12.0, + "gpu_name": "Adreno 505", + "url": "/v1/socs/snapdragon-439" + }, + "release_date": "2018-01-01", + "msrp_usd": 199, + "ram_gb": 4, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.22, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 13.0 + }, + { + "type": "selfie", + "mp": 20.0 + } + ], + "battery_mah": 4030, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 163.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 6.9, + "performance": 0.0, + "camera": 5.3, + "battery": 15.4, + "display": null, + "value": 53.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/y95/score/index.json b/site/public/v1/smartphones/y95/score/index.json new file mode 100644 index 00000000000..9e943135327 --- /dev/null +++ b/site/public/v1/smartphones/y95/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 6.9, + "performance": 0.0, + "camera": 5.3, + "battery": 15.4, + "display": null, + "value": 53.5 +} diff --git a/site/public/v1/smartphones/z1-pro/index.json b/site/public/v1/smartphones/z1-pro/index.json new file mode 100644 index 00000000000..f117cf238b2 --- /dev/null +++ b/site/public/v1/smartphones/z1-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 638, + "slug": "z1-pro", + "name": "Z1 Pro", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 94, + "slug": "snapdragon-712", + "name": "Snapdragon 712", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-712" + }, + "release_date": "2019-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64, + 128 + ], + "display": { + "size_inch": 6.53, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 159.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 10.1, + "performance": 1.5, + "camera": 6.3, + "battery": 22.5, + "display": null, + "value": 55.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.269355", + "updated_at": "2026-06-18T06:58:10.269355" +} diff --git a/site/public/v1/smartphones/z1-pro/score/index.json b/site/public/v1/smartphones/z1-pro/score/index.json new file mode 100644 index 00000000000..80ec0b26ede --- /dev/null +++ b/site/public/v1/smartphones/z1-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 10.1, + "performance": 1.5, + "camera": 6.3, + "battery": 22.5, + "display": null, + "value": 55.0 +} diff --git a/site/public/v1/smartphones/z3/index.json b/site/public/v1/smartphones/z3/index.json new file mode 100644 index 00000000000..6d0355105c1 --- /dev/null +++ b/site/public/v1/smartphones/z3/index.json @@ -0,0 +1,78 @@ +{ + "id": 630, + "slug": "z3", + "name": "Z3", + "brand": { + "id": 44, + "slug": "vivo", + "name": "vivo", + "country": "CN", + "url": "/v1/brands/vivo" + }, + "soc": { + "id": 92, + "slug": "snapdragon-710", + "name": "Snapdragon 710", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-710" + }, + "release_date": "2018-01-01", + "msrp_usd": 249, + "ram_gb": 6, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.3, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 12.0 + } + ], + "battery_mah": 3315, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 162.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 10.8, + "performance": 21.5, + "camera": 6.3, + "battery": 4.7, + "display": null, + "value": 55.4 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.268355", + "updated_at": "2026-06-18T06:58:10.268355" +} diff --git a/site/public/v1/smartphones/z3/score/index.json b/site/public/v1/smartphones/z3/score/index.json new file mode 100644 index 00000000000..88665d3aab9 --- /dev/null +++ b/site/public/v1/smartphones/z3/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 10.8, + "performance": 21.5, + "camera": 6.3, + "battery": 4.7, + "display": null, + "value": 55.4 +} diff --git a/site/public/v1/smartphones/z5-pro/index.json b/site/public/v1/smartphones/z5-pro/index.json new file mode 100644 index 00000000000..ffd3e3670c6 --- /dev/null +++ b/site/public/v1/smartphones/z5-pro/index.json @@ -0,0 +1,78 @@ +{ + "id": 230, + "slug": "z5-pro", + "name": "Z5 Pro", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 92, + "slug": "snapdragon-710", + "name": "Snapdragon 710", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 10.0, + "gpu_name": "Adreno 616", + "url": "/v1/socs/snapdragon-710" + }, + "release_date": "2018-01-01", + "msrp_usd": 299, + "ram_gb": 6, + "storage_options_gb": [ + 64 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 16.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 3350, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.0, + "performance": 21.5, + "camera": 6.3, + "battery": 5.3, + "display": null, + "value": 55.5 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/z5-pro/score/index.json b/site/public/v1/smartphones/z5-pro/score/index.json new file mode 100644 index 00000000000..2534069aa00 --- /dev/null +++ b/site/public/v1/smartphones/z5-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.0, + "performance": 21.5, + "camera": 6.3, + "battery": 5.3, + "display": null, + "value": 55.5 +} diff --git a/site/public/v1/smartphones/z6-pro/index.json b/site/public/v1/smartphones/z6-pro/index.json new file mode 100644 index 00000000000..c550125bb18 --- /dev/null +++ b/site/public/v1/smartphones/z6-pro/index.json @@ -0,0 +1,79 @@ +{ + "id": 233, + "slug": "z6-pro", + "name": "Z6 Pro", + "brand": { + "id": 23, + "slug": "lenovo", + "name": "Lenovo", + "country": "CN", + "url": "/v1/brands/lenovo" + }, + "soc": { + "id": 93, + "slug": "snapdragon-855", + "name": "Snapdragon 855", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 7.0, + "gpu_name": "Adreno 640", + "url": "/v1/socs/snapdragon-855" + }, + "release_date": "2019-01-01", + "msrp_usd": 429, + "ram_gb": 8, + "storage_options_gb": [ + 128, + 256 + ], + "display": { + "size_inch": 6.39, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 185.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 11.5, + "performance": 3.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 50.8 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/z6-pro/score/index.json b/site/public/v1/smartphones/z6-pro/score/index.json new file mode 100644 index 00000000000..31f3407db35 --- /dev/null +++ b/site/public/v1/smartphones/z6-pro/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 11.5, + "performance": 3.0, + "camera": 16.5, + "battery": 15.0, + "display": null, + "value": 50.8 +} diff --git a/site/public/v1/smartphones/zero-40-5g/index.json b/site/public/v1/smartphones/zero-40-5g/index.json new file mode 100644 index 00000000000..b3c29097fbb --- /dev/null +++ b/site/public/v1/smartphones/zero-40-5g/index.json @@ -0,0 +1,76 @@ +{ + "id": 227, + "slug": "zero-40-5g", + "name": "Zero 40 5G", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 379, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 16.4, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 63.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/zero-40-5g/score/index.json b/site/public/v1/smartphones/zero-40-5g/score/index.json new file mode 100644 index 00000000000..ca9d98582ba --- /dev/null +++ b/site/public/v1/smartphones/zero-40-5g/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 16.4, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 63.2 +} diff --git a/site/public/v1/smartphones/zero-40/index.json b/site/public/v1/smartphones/zero-40/index.json new file mode 100644 index 00000000000..ffe9491e452 --- /dev/null +++ b/site/public/v1/smartphones/zero-40/index.json @@ -0,0 +1,76 @@ +{ + "id": 228, + "slug": "zero-40", + "name": "Zero 40", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 59, + "slug": "dimensity-8200", + "name": "MediaTek Dimensity 8200", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 4.0, + "gpu_name": "Mali-G610 MC6", + "url": "/v1/socs/dimensity-8200" + }, + "release_date": "2024-01-01", + "msrp_usd": 349, + "ram_gb": 12, + "storage_options_gb": [], + "display": { + "size_inch": 6.78, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 50.0 + } + ], + "battery_mah": 5000, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 195.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 16.4, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 64.3 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.203314", + "updated_at": "2026-06-18T06:58:10.203314" +} diff --git a/site/public/v1/smartphones/zero-40/score/index.json b/site/public/v1/smartphones/zero-40/score/index.json new file mode 100644 index 00000000000..4c85148fcfc --- /dev/null +++ b/site/public/v1/smartphones/zero-40/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 32.4, + "performance": 16.4, + "camera": 35.7, + "battery": 45.0, + "display": null, + "value": 64.3 +} diff --git a/site/public/v1/smartphones/zero-8/index.json b/site/public/v1/smartphones/zero-8/index.json new file mode 100644 index 00000000000..350d0b22fc2 --- /dev/null +++ b/site/public/v1/smartphones/zero-8/index.json @@ -0,0 +1,78 @@ +{ + "id": 193, + "slug": "zero-8", + "name": "Zero 8", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 34, + "slug": "helio-g90t", + "name": "Helio G90T", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G76 MC4", + "url": "/v1/socs/helio-g90t" + }, + "release_date": "2020-01-01", + "msrp_usd": 279, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 64.0 + }, + { + "type": "selfie", + "mp": 48.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 205.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 3.0, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 57.9 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/zero-8/score/index.json b/site/public/v1/smartphones/zero-8/score/index.json new file mode 100644 index 00000000000..332e7e6b7a3 --- /dev/null +++ b/site/public/v1/smartphones/zero-8/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 15.7, + "performance": 3.0, + "camera": 21.6, + "battery": 22.5, + "display": null, + "value": 57.9 +} diff --git a/site/public/v1/smartphones/zero-8i/index.json b/site/public/v1/smartphones/zero-8i/index.json new file mode 100644 index 00000000000..ffc2497e055 --- /dev/null +++ b/site/public/v1/smartphones/zero-8i/index.json @@ -0,0 +1,78 @@ +{ + "id": 194, + "slug": "zero-8i", + "name": "Zero 8i", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 34, + "slug": "helio-g90t", + "name": "Helio G90T", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "process_nm": 12.0, + "gpu_name": "Mali-G76 MC4", + "url": "/v1/socs/helio-g90t" + }, + "release_date": "2020-01-01", + "msrp_usd": 249, + "ram_gb": 8, + "storage_options_gb": [ + 128 + ], + "display": { + "size_inch": 6.85, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 48.0 + }, + { + "type": "selfie", + "mp": 16.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 210.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 14.0, + "performance": 3.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 57.0 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.198319", + "updated_at": "2026-06-18T06:58:10.198319" +} diff --git a/site/public/v1/smartphones/zero-8i/score/index.json b/site/public/v1/smartphones/zero-8i/score/index.json new file mode 100644 index 00000000000..533d50eda8e --- /dev/null +++ b/site/public/v1/smartphones/zero-8i/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 14.0, + "performance": 3.0, + "camera": 16.5, + "battery": 22.5, + "display": null, + "value": 57.0 +} diff --git a/site/public/v1/smartphones/zero-flip/index.json b/site/public/v1/smartphones/zero-flip/index.json new file mode 100644 index 00000000000..9043bcbe387 --- /dev/null +++ b/site/public/v1/smartphones/zero-flip/index.json @@ -0,0 +1,76 @@ +{ + "id": 229, + "slug": "zero-flip", + "name": "Zero Flip", + "brand": { + "id": 19, + "slug": "infinix", + "name": "Infinix Mobile", + "country": "CN", + "url": "/v1/brands/infinix" + }, + "soc": { + "id": 114, + "slug": "snapdragon-778g", + "name": "Snapdragon 778G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "process_nm": 6.0, + "gpu_name": "Adreno 642L", + "url": "/v1/socs/snapdragon-778g" + }, + "release_date": "2024-01-01", + "msrp_usd": 399, + "ram_gb": 8, + "storage_options_gb": [], + "display": { + "size_inch": 6.7, + "resolution": null, + "refresh_hz": null, + "type": null + }, + "cameras": [ + { + "type": "main", + "mp": 108.0 + }, + { + "type": "selfie", + "mp": 32.0 + } + ], + "battery_mah": 4500, + "charging_wired_w": null, + "charging_wireless_w": null, + "weight_g": 190.0, + "dimensions": {}, + "ip_rating": null, + "os": "Android", + "os_version": null, + "connectivity": { + "wifi": null, + "bluetooth": null, + "nfc": null, + "usb": null + }, + "image_url": null, + "images": [], + "score": { + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": 3.0, + "camera": 35.7, + "battery": 27.5, + "display": null, + "value": 57.2 + }, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025" + ], + "created_at": "2026-06-18T06:58:10.204313", + "updated_at": "2026-06-18T06:58:10.204313" +} diff --git a/site/public/v1/smartphones/zero-flip/score/index.json b/site/public/v1/smartphones/zero-flip/score/index.json new file mode 100644 index 00000000000..21fe807065e --- /dev/null +++ b/site/public/v1/smartphones/zero-flip/score/index.json @@ -0,0 +1,9 @@ +{ + "algorithm_version": "1.0.0", + "overall": 22.1, + "performance": 3.0, + "camera": 35.7, + "battery": 27.5, + "display": null, + "value": 57.2 +} diff --git a/site/public/v1/socs/dimensity-1000-plus/index.json b/site/public/v1/socs/dimensity-1000-plus/index.json new file mode 100644 index 00000000000..dd1d020cdae --- /dev/null +++ b/site/public/v1/socs/dimensity-1000-plus/index.json @@ -0,0 +1,34 @@ +{ + "id": 36, + "slug": "dimensity-1000-plus", + "name": "Dimensity 1000 Plus", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-1000-plus" +} diff --git a/site/public/v1/socs/dimensity-1000l/index.json b/site/public/v1/socs/dimensity-1000l/index.json new file mode 100644 index 00000000000..2dd6942ca6f --- /dev/null +++ b/site/public/v1/socs/dimensity-1000l/index.json @@ -0,0 +1,34 @@ +{ + "id": 32, + "slug": "dimensity-1000l", + "name": "Dimensity 1000L", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-1000l" +} diff --git a/site/public/v1/socs/dimensity-1100/index.json b/site/public/v1/socs/dimensity-1100/index.json new file mode 100644 index 00000000000..9c43295d841 --- /dev/null +++ b/site/public/v1/socs/dimensity-1100/index.json @@ -0,0 +1,34 @@ +{ + "id": 47, + "slug": "dimensity-1100", + "name": "Dimensity 1100", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MC9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-1100" +} diff --git a/site/public/v1/socs/dimensity-700/index.json b/site/public/v1/socs/dimensity-700/index.json new file mode 100644 index 00000000000..472f0907086 --- /dev/null +++ b/site/public/v1/socs/dimensity-700/index.json @@ -0,0 +1,34 @@ +{ + "id": 37, + "slug": "dimensity-700", + "name": "Dimensity 700", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-700" +} diff --git a/site/public/v1/socs/dimensity-720/index.json b/site/public/v1/socs/dimensity-720/index.json new file mode 100644 index 00000000000..9a5d1bf5196 --- /dev/null +++ b/site/public/v1/socs/dimensity-720/index.json @@ -0,0 +1,34 @@ +{ + "id": 38, + "slug": "dimensity-720", + "name": "Dimensity 720", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-720" +} diff --git a/site/public/v1/socs/dimensity-800/index.json b/site/public/v1/socs/dimensity-800/index.json new file mode 100644 index 00000000000..4dac369f0a4 --- /dev/null +++ b/site/public/v1/socs/dimensity-800/index.json @@ -0,0 +1,34 @@ +{ + "id": 33, + "slug": "dimensity-800", + "name": "Dimensity 800", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-800" +} diff --git a/site/public/v1/socs/dimensity-800u/index.json b/site/public/v1/socs/dimensity-800u/index.json new file mode 100644 index 00000000000..1c7050bc79e --- /dev/null +++ b/site/public/v1/socs/dimensity-800u/index.json @@ -0,0 +1,34 @@ +{ + "id": 39, + "slug": "dimensity-800u", + "name": "Dimensity 800U", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/dimensity-800u" +} diff --git a/site/public/v1/socs/dimensity-810/index.json b/site/public/v1/socs/dimensity-810/index.json new file mode 100644 index 00000000000..266af4cda15 --- /dev/null +++ b/site/public/v1/socs/dimensity-810/index.json @@ -0,0 +1,34 @@ +{ + "id": 49, + "slug": "dimensity-810", + "name": "Dimensity 810", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-810" +} diff --git a/site/public/v1/socs/dimensity-8100/index.json b/site/public/v1/socs/dimensity-8100/index.json new file mode 100644 index 00000000000..2b5498feebb --- /dev/null +++ b/site/public/v1/socs/dimensity-8100/index.json @@ -0,0 +1,34 @@ +{ + "id": 58, + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "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": "(4+4)", + "clocks_ghz": [ + 2.85 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G610 MC6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-8100" +} diff --git a/site/public/v1/socs/dimensity-900/index.json b/site/public/v1/socs/dimensity-900/index.json new file mode 100644 index 00000000000..632225d6382 --- /dev/null +++ b/site/public/v1/socs/dimensity-900/index.json @@ -0,0 +1,34 @@ +{ + "id": 50, + "slug": "dimensity-900", + "name": "Dimensity 900", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G68 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-900" +} diff --git a/site/public/v1/socs/dimensity-9000/index.json b/site/public/v1/socs/dimensity-9000/index.json new file mode 100644 index 00000000000..bf4e241c893 --- /dev/null +++ b/site/public/v1/socs/dimensity-9000/index.json @@ -0,0 +1,34 @@ +{ + "id": 51, + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 4.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 3.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G710", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-9000" +} diff --git a/site/public/v1/socs/dimensity-920/index.json b/site/public/v1/socs/dimensity-920/index.json new file mode 100644 index 00000000000..0f337e2ba28 --- /dev/null +++ b/site/public/v1/socs/dimensity-920/index.json @@ -0,0 +1,34 @@ +{ + "id": 52, + "slug": "dimensity-920", + "name": "Dimensity 920", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2021-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G68 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/dimensity-920" +} diff --git a/site/public/v1/socs/exynos-850/index.json b/site/public/v1/socs/exynos-850/index.json new file mode 100644 index 00000000000..6fda94e4fcb --- /dev/null +++ b/site/public/v1/socs/exynos-850/index.json @@ -0,0 +1,34 @@ +{ + "id": 149, + "slug": "exynos-850", + "name": "Exynos 850", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2020-01-01", + "process_nm": 8.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(8)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.115377", + "updated_at": "2026-06-18T06:58:10.115377", + "url": "/v1/socs/exynos-850" +} diff --git a/site/public/v1/socs/exynos-9609/index.json b/site/public/v1/socs/exynos-9609/index.json new file mode 100644 index 00000000000..20c0160355b --- /dev/null +++ b/site/public/v1/socs/exynos-9609/index.json @@ -0,0 +1,34 @@ +{ + "id": 145, + "slug": "exynos-9609", + "name": "Exynos 9609", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2019-01-01", + "process_nm": 10.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.115377", + "updated_at": "2026-06-18T06:58:10.115377", + "url": "/v1/socs/exynos-9609" +} diff --git a/site/public/v1/socs/helio-a25/index.json b/site/public/v1/socs/helio-a25/index.json new file mode 100644 index 00000000000..5c4b7396508 --- /dev/null +++ b/site/public/v1/socs/helio-a25/index.json @@ -0,0 +1,34 @@ +{ + "id": 40, + "slug": "helio-a25", + "name": "Helio A25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GE8320", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-a25" +} diff --git a/site/public/v1/socs/helio-g25/index.json b/site/public/v1/socs/helio-g25/index.json new file mode 100644 index 00000000000..c500f64cc4f --- /dev/null +++ b/site/public/v1/socs/helio-g25/index.json @@ -0,0 +1,34 @@ +{ + "id": 41, + "slug": "helio-g25", + "name": "Helio G25", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(8)", + "clocks_ghz": [ + 2.0 + ], + "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/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-g25" +} diff --git a/site/public/v1/socs/helio-g70/index.json b/site/public/v1/socs/helio-g70/index.json new file mode 100644 index 00000000000..afc1d70c8b6 --- /dev/null +++ b/site/public/v1/socs/helio-g70/index.json @@ -0,0 +1,34 @@ +{ + "id": 43, + "slug": "helio-g70", + "name": "Helio G70", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 2EEMC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-g70" +} diff --git a/site/public/v1/socs/helio-g80/index.json b/site/public/v1/socs/helio-g80/index.json new file mode 100644 index 00000000000..a48ded1065a --- /dev/null +++ b/site/public/v1/socs/helio-g80/index.json @@ -0,0 +1,34 @@ +{ + "id": 44, + "slug": "helio-g80", + "name": "Helio G80", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-g80" +} diff --git a/site/public/v1/socs/helio-g90t/index.json b/site/public/v1/socs/helio-g90t/index.json new file mode 100644 index 00000000000..02f5dec4154 --- /dev/null +++ b/site/public/v1/socs/helio-g90t/index.json @@ -0,0 +1,34 @@ +{ + "id": 34, + "slug": "helio-g90t", + "name": "Helio G90T", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-g90t" +} diff --git a/site/public/v1/socs/helio-g95/index.json b/site/public/v1/socs/helio-g95/index.json new file mode 100644 index 00000000000..629b51264c5 --- /dev/null +++ b/site/public/v1/socs/helio-g95/index.json @@ -0,0 +1,34 @@ +{ + "id": 46, + "slug": "helio-g95", + "name": "Helio G95", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 3EEMC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/helio-g95" +} diff --git a/site/public/v1/socs/helio-g96/index.json b/site/public/v1/socs/helio-g96/index.json new file mode 100644 index 00000000000..594215b2681 --- /dev/null +++ b/site/public/v1/socs/helio-g96/index.json @@ -0,0 +1,34 @@ +{ + "id": 54, + "slug": "helio-g96", + "name": "Helio G96", + "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": "(2+6)", + "clocks_ghz": [ + 2.05 + ], + "core_count": 8 + }, + "gpu_name": "Mali G57 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.111436", + "updated_at": "2026-06-18T06:58:10.111436", + "url": "/v1/socs/helio-g96" +} diff --git a/site/public/v1/socs/helio-p35/index.json b/site/public/v1/socs/helio-p35/index.json new file mode 100644 index 00000000000..e4320fa2968 --- /dev/null +++ b/site/public/v1/socs/helio-p35/index.json @@ -0,0 +1,34 @@ +{ + "id": 30, + "slug": "helio-p35", + "name": "Helio P35", + "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": "(4+4)", + "clocks_ghz": [ + 2.3 + ], + "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/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-p35" +} diff --git a/site/public/v1/socs/helio-p65/index.json b/site/public/v1/socs/helio-p65/index.json new file mode 100644 index 00000000000..73049a2ebe4 --- /dev/null +++ b/site/public/v1/socs/helio-p65/index.json @@ -0,0 +1,34 @@ +{ + "id": 35, + "slug": "helio-p65", + "name": "Helio P65", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-p65" +} diff --git a/site/public/v1/socs/helio-p70/index.json b/site/public/v1/socs/helio-p70/index.json new file mode 100644 index 00000000000..a493e9284f1 --- /dev/null +++ b/site/public/v1/socs/helio-p70/index.json @@ -0,0 +1,34 @@ +{ + "id": 31, + "slug": "helio-p70", + "name": "Helio P70", + "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": "(4+4)", + "clocks_ghz": [ + 2.1 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/helio-p70" +} diff --git a/site/public/v1/socs/index.json b/site/public/v1/socs/index.json index cdd538a5018..2975b00f223 100644 --- a/site/public/v1/socs/index.json +++ b/site/public/v1/socs/index.json @@ -1,5 +1,5 @@ { - "count": 123, + "count": 161, "results": [ { "slug": "apple-a10-fusion", @@ -81,11 +81,56 @@ "name": "Apple A9", "url": "/v1/socs/apple-a9" }, + { + "slug": "dimensity-1000-plus", + "name": "Dimensity 1000 Plus", + "url": "/v1/socs/dimensity-1000-plus" + }, + { + "slug": "dimensity-1000l", + "name": "Dimensity 1000L", + "url": "/v1/socs/dimensity-1000l" + }, + { + "slug": "dimensity-1100", + "name": "Dimensity 1100", + "url": "/v1/socs/dimensity-1100" + }, { "slug": "dimensity-6100-plus", "name": "Dimensity 6100+", "url": "/v1/socs/dimensity-6100-plus" }, + { + "slug": "dimensity-700", + "name": "Dimensity 700", + "url": "/v1/socs/dimensity-700" + }, + { + "slug": "dimensity-720", + "name": "Dimensity 720", + "url": "/v1/socs/dimensity-720" + }, + { + "slug": "dimensity-800", + "name": "Dimensity 800", + "url": "/v1/socs/dimensity-800" + }, + { + "slug": "dimensity-800u", + "name": "Dimensity 800U", + "url": "/v1/socs/dimensity-800u" + }, + { + "slug": "dimensity-810", + "name": "Dimensity 810", + "url": "/v1/socs/dimensity-810" + }, + { + "slug": "dimensity-8100", + "name": "Dimensity 8100", + "url": "/v1/socs/dimensity-8100" + }, { "slug": "dimensity-8350", "name": "Dimensity 8350", @@ -101,6 +146,21 @@ "name": "Dimensity 8500", "url": "/v1/socs/dimensity-8500" }, + { + "slug": "dimensity-900", + "name": "Dimensity 900", + "url": "/v1/socs/dimensity-900" + }, + { + "slug": "dimensity-9000", + "name": "Dimensity 9000", + "url": "/v1/socs/dimensity-9000" + }, + { + "slug": "dimensity-920", + "name": "Dimensity 920", + "url": "/v1/socs/dimensity-920" + }, { "slug": "dimensity-9400-plus", "name": "Dimensity 9400+", @@ -151,6 +211,11 @@ "name": "Exynos 7420", "url": "/v1/socs/exynos-7420" }, + { + "slug": "exynos-850", + "name": "Exynos 850", + "url": "/v1/socs/exynos-850" + }, { "slug": "exynos-8890", "name": "Exynos 8890", @@ -161,6 +226,11 @@ "name": "Exynos 8895", "url": "/v1/socs/exynos-8895" }, + { + "slug": "exynos-9609", + "name": "Exynos 9609", + "url": "/v1/socs/exynos-9609" + }, { "slug": "exynos-9610", "name": "Exynos 9610", @@ -201,11 +271,61 @@ "name": "Google Tensor G5", "url": "/v1/socs/tensor-g5" }, + { + "slug": "helio-a25", + "name": "Helio A25", + "url": "/v1/socs/helio-a25" + }, + { + "slug": "helio-g25", + "name": "Helio G25", + "url": "/v1/socs/helio-g25" + }, { "slug": "helio-g35", "name": "Helio G35", "url": "/v1/socs/helio-g35" }, + { + "slug": "helio-g70", + "name": "Helio G70", + "url": "/v1/socs/helio-g70" + }, + { + "slug": "helio-g80", + "name": "Helio G80", + "url": "/v1/socs/helio-g80" + }, + { + "slug": "helio-g90t", + "name": "Helio G90T", + "url": "/v1/socs/helio-g90t" + }, + { + "slug": "helio-g95", + "name": "Helio G95", + "url": "/v1/socs/helio-g95" + }, + { + "slug": "helio-g96", + "name": "Helio G96", + "url": "/v1/socs/helio-g96" + }, + { + "slug": "helio-p35", + "name": "Helio P35", + "url": "/v1/socs/helio-p35" + }, + { + "slug": "helio-p65", + "name": "Helio P65", + "url": "/v1/socs/helio-p65" + }, + { + "slug": "helio-p70", + "name": "Helio P70", + "url": "/v1/socs/helio-p70" + }, { "slug": "kirin-9000", "name": "HiSilicon Kirin 9000", @@ -226,6 +346,16 @@ "name": "HiSilicon Kirin 990 5G", "url": "/v1/socs/kirin-990-5g" }, + { + "slug": "kirin-710a", + "name": "Kirin 710A", + "url": "/v1/socs/kirin-710a" + }, + { + "slug": "kirin-710f", + "name": "Kirin 710F", + "url": "/v1/socs/kirin-710f" + }, { "slug": "kirin-970", "name": "Kirin 970", @@ -376,6 +506,26 @@ "name": "Snapdragon 4 Gen 2", "url": "/v1/socs/snapdragon-4-gen-2" }, + { + "slug": "snapdragon-439", + "name": "Snapdragon 439", + "url": "/v1/socs/snapdragon-439" + }, + { + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "url": "/v1/socs/snapdragon-460" + }, + { + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "url": "/v1/socs/snapdragon-480" + }, + { + "slug": "snapdragon-480-plus", + "name": "Snapdragon 480 Plus", + "url": "/v1/socs/snapdragon-480-plus" + }, { "slug": "snapdragon-6-gen-1", "name": "Snapdragon 6 Gen 1", @@ -391,11 +541,31 @@ "name": "Snapdragon 600", "url": "/v1/socs/snapdragon-600" }, + { + "slug": "snapdragon-632", + "name": "Snapdragon 632", + "url": "/v1/socs/snapdragon-632" + }, { "slug": "snapdragon-660", "name": "Snapdragon 660", "url": "/v1/socs/snapdragon-660" }, + { + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "url": "/v1/socs/snapdragon-662" + }, + { + "slug": "snapdragon-670", + "name": "Snapdragon 670", + "url": "/v1/socs/snapdragon-670" + }, + { + "slug": "snapdragon-675", + "name": "Snapdragon 675", + "url": "/v1/socs/snapdragon-675" + }, { "slug": "snapdragon-680", "name": "Snapdragon 680 4G", @@ -441,6 +611,11 @@ "name": "Snapdragon 710", "url": "/v1/socs/snapdragon-710" }, + { + "slug": "snapdragon-712", + "name": "Snapdragon 712", + "url": "/v1/socs/snapdragon-712" + }, { "slug": "snapdragon-720g", "name": "Snapdragon 720G", @@ -481,6 +656,11 @@ "name": "Snapdragon 778G", "url": "/v1/socs/snapdragon-778g" }, + { + "slug": "snapdragon-778g-plus", + "name": "Snapdragon 778G Plus", + "url": "/v1/socs/snapdragon-778g-plus" + }, { "slug": "snapdragon-7s-gen-2", "name": "Snapdragon 7s Gen 2", @@ -581,6 +761,11 @@ "name": "Snapdragon 855+", "url": "/v1/socs/snapdragon-855-plus" }, + { + "slug": "snapdragon-860", + "name": "Snapdragon 860", + "url": "/v1/socs/snapdragon-860" + }, { "slug": "snapdragon-865", "name": "Snapdragon 865", @@ -615,6 +800,11 @@ "slug": "snapdragon-8s-gen-4", "name": "Snapdragon 8s Gen 4", "url": "/v1/socs/snapdragon-8s-gen-4" + }, + { + "slug": "unisoc-t606", + "name": "Unisoc T606", + "url": "/v1/socs/unisoc-t606" } ] } diff --git a/site/public/v1/socs/kirin-710a/index.json b/site/public/v1/socs/kirin-710a/index.json new file mode 100644 index 00000000000..951b10d3212 --- /dev/null +++ b/site/public/v1/socs/kirin-710a/index.json @@ -0,0 +1,34 @@ +{ + "id": 26, + "slug": "kirin-710a", + "name": "Kirin 710A", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/kirin-710a" +} diff --git a/site/public/v1/socs/kirin-710f/index.json b/site/public/v1/socs/kirin-710f/index.json new file mode 100644 index 00000000000..f4c9e56b7dc --- /dev/null +++ b/site/public/v1/socs/kirin-710f/index.json @@ -0,0 +1,34 @@ +{ + "id": 24, + "slug": "kirin-710f", + "name": "Kirin 710F", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.110444", + "updated_at": "2026-06-18T06:58:10.110444", + "url": "/v1/socs/kirin-710f" +} diff --git a/site/public/v1/socs/snapdragon-439/index.json b/site/public/v1/socs/snapdragon-439/index.json new file mode 100644 index 00000000000..1d923b313c7 --- /dev/null +++ b/site/public/v1/socs/snapdragon-439/index.json @@ -0,0 +1,34 @@ +{ + "id": 88, + "slug": "snapdragon-439", + "name": "Snapdragon 439", + "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": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 505", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.112373", + "updated_at": "2026-06-18T06:58:10.112373", + "url": "/v1/socs/snapdragon-439" +} diff --git a/site/public/v1/socs/snapdragon-460/index.json b/site/public/v1/socs/snapdragon-460/index.json new file mode 100644 index 00000000000..99058c8006e --- /dev/null +++ b/site/public/v1/socs/snapdragon-460/index.json @@ -0,0 +1,34 @@ +{ + "id": 100, + "slug": "snapdragon-460", + "name": "Snapdragon 460", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2020-01-01", + "process_nm": 11.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-460" +} diff --git a/site/public/v1/socs/snapdragon-480-plus/index.json b/site/public/v1/socs/snapdragon-480-plus/index.json new file mode 100644 index 00000000000..960770c63b8 --- /dev/null +++ b/site/public/v1/socs/snapdragon-480-plus/index.json @@ -0,0 +1,34 @@ +{ + "id": 109, + "slug": "snapdragon-480-plus", + "name": "Snapdragon 480 Plus", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2021-01-01", + "process_nm": 8.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 619", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-480-plus" +} diff --git a/site/public/v1/socs/snapdragon-480/index.json b/site/public/v1/socs/snapdragon-480/index.json new file mode 100644 index 00000000000..9933bed1505 --- /dev/null +++ b/site/public/v1/socs/snapdragon-480/index.json @@ -0,0 +1,34 @@ +{ + "id": 110, + "slug": "snapdragon-480", + "name": "Snapdragon 480", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2021-01-01", + "process_nm": 8.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 619", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-480" +} diff --git a/site/public/v1/socs/snapdragon-632/index.json b/site/public/v1/socs/snapdragon-632/index.json new file mode 100644 index 00000000000..28869e7a8b2 --- /dev/null +++ b/site/public/v1/socs/snapdragon-632/index.json @@ -0,0 +1,34 @@ +{ + "id": 89, + "slug": "snapdragon-632", + "name": "Snapdragon 632", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2018-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 506", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.112373", + "updated_at": "2026-06-18T06:58:10.112373", + "url": "/v1/socs/snapdragon-632" +} diff --git a/site/public/v1/socs/snapdragon-662/index.json b/site/public/v1/socs/snapdragon-662/index.json new file mode 100644 index 00000000000..87888ca0e8c --- /dev/null +++ b/site/public/v1/socs/snapdragon-662/index.json @@ -0,0 +1,34 @@ +{ + "id": 101, + "slug": "snapdragon-662", + "name": "Snapdragon 662", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2020-01-01", + "process_nm": 11.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-662" +} diff --git a/site/public/v1/socs/snapdragon-670/index.json b/site/public/v1/socs/snapdragon-670/index.json new file mode 100644 index 00000000000..5601be732cc --- /dev/null +++ b/site/public/v1/socs/snapdragon-670/index.json @@ -0,0 +1,34 @@ +{ + "id": 90, + "slug": "snapdragon-670", + "name": "Snapdragon 670", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2018-01-01", + "process_nm": 10.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 615", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.112373", + "updated_at": "2026-06-18T06:58:10.112373", + "url": "/v1/socs/snapdragon-670" +} diff --git a/site/public/v1/socs/snapdragon-675/index.json b/site/public/v1/socs/snapdragon-675/index.json new file mode 100644 index 00000000000..01be7462963 --- /dev/null +++ b/site/public/v1/socs/snapdragon-675/index.json @@ -0,0 +1,34 @@ +{ + "id": 91, + "slug": "snapdragon-675", + "name": "Snapdragon 675", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2018-01-01", + "process_nm": 11.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 612", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.112373", + "updated_at": "2026-06-18T06:58:10.112373", + "url": "/v1/socs/snapdragon-675" +} diff --git a/site/public/v1/socs/snapdragon-712/index.json b/site/public/v1/socs/snapdragon-712/index.json new file mode 100644 index 00000000000..51233f3ed4a --- /dev/null +++ b/site/public/v1/socs/snapdragon-712/index.json @@ -0,0 +1,34 @@ +{ + "id": 94, + "slug": "snapdragon-712", + "name": "Snapdragon 712", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2019-01-01", + "process_nm": 10.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 616", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-712" +} diff --git a/site/public/v1/socs/snapdragon-778g-plus/index.json b/site/public/v1/socs/snapdragon-778g-plus/index.json new file mode 100644 index 00000000000..9625e32c36a --- /dev/null +++ b/site/public/v1/socs/snapdragon-778g-plus/index.json @@ -0,0 +1,34 @@ +{ + "id": 113, + "slug": "snapdragon-778g-plus", + "name": "Snapdragon 778G Plus", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2021-01-01", + "process_nm": 6.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 642L", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-778g-plus" +} diff --git a/site/public/v1/socs/snapdragon-860/index.json b/site/public/v1/socs/snapdragon-860/index.json new file mode 100644 index 00000000000..234576aab32 --- /dev/null +++ b/site/public/v1/socs/snapdragon-860/index.json @@ -0,0 +1,34 @@ +{ + "id": 116, + "slug": "snapdragon-860", + "name": "Snapdragon 860", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2021-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.96 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 640", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.113431", + "updated_at": "2026-06-18T06:58:10.113431", + "url": "/v1/socs/snapdragon-860" +} diff --git a/site/public/v1/socs/unisoc-t606/index.json b/site/public/v1/socs/unisoc-t606/index.json new file mode 100644 index 00000000000..e9ea0a27608 --- /dev/null +++ b/site/public/v1/socs/unisoc-t606/index.json @@ -0,0 +1,34 @@ +{ + "id": 161, + "slug": "unisoc-t606", + "name": "Unisoc T606", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2021-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T06:58:10.115377", + "updated_at": "2026-06-18T06:58:10.115377", + "url": "/v1/socs/unisoc-t606" +} From 3cf1abc6ec33f7733a7d9302d173dd575deb0044 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:33:48 +0900 Subject: [PATCH 17/22] data(soc): import Kaggle Kirin mobile processors Closes #1 --- data/soc/huawei/2015/kirin-950.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2016/kirin-955.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2016/kirin-960.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2017/kirin-659.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2018/kirin-710.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2019/kirin-810.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2019/kirin-990-4g.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2020/kirin-820.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2020/kirin-9000e.json | 29 ++++++++++++++++++++++++++ data/soc/huawei/2020/kirin-985.json | 29 ++++++++++++++++++++++++++ 10 files changed, 290 insertions(+) create mode 100644 data/soc/huawei/2015/kirin-950.json create mode 100644 data/soc/huawei/2016/kirin-955.json create mode 100644 data/soc/huawei/2016/kirin-960.json create mode 100644 data/soc/huawei/2017/kirin-659.json create mode 100644 data/soc/huawei/2018/kirin-710.json create mode 100644 data/soc/huawei/2019/kirin-810.json create mode 100644 data/soc/huawei/2019/kirin-990-4g.json create mode 100644 data/soc/huawei/2020/kirin-820.json create mode 100644 data/soc/huawei/2020/kirin-9000e.json create mode 100644 data/soc/huawei/2020/kirin-985.json diff --git a/data/soc/huawei/2015/kirin-950.json b/data/soc/huawei/2015/kirin-950.json new file mode 100644 index 00000000000..7a096452f65 --- /dev/null +++ b/data/soc/huawei/2015/kirin-950.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-950", + "name": "Kirin 950", + "manufacturer": "huawei", + "release_date": "2015-01-01", + "process_nm": 16, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T880 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 336, + "geekbench_multi": 1267, + "antutu_score": 134777, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2016/kirin-955.json b/data/soc/huawei/2016/kirin-955.json new file mode 100644 index 00000000000..dad53ee2b1f --- /dev/null +++ b/data/soc/huawei/2016/kirin-955.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-955", + "name": "Kirin 955", + "manufacturer": "huawei", + "release_date": "2016-01-01", + "process_nm": 16, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T880 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 340, + "geekbench_multi": 1086, + "antutu_score": 139287, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2016/kirin-960.json b/data/soc/huawei/2016/kirin-960.json new file mode 100644 index 00000000000..05702d520d6 --- /dev/null +++ b/data/soc/huawei/2016/kirin-960.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-960", + "name": "Kirin 960", + "manufacturer": "huawei", + "release_date": "2016-01-01", + "process_nm": 16, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP8", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 377, + "geekbench_multi": 1579, + "antutu_score": 251942, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2017/kirin-659.json b/data/soc/huawei/2017/kirin-659.json new file mode 100644 index 00000000000..e1e685324db --- /dev/null +++ b/data/soc/huawei/2017/kirin-659.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-659", + "name": "Kirin 659", + "manufacturer": "huawei", + "release_date": "2017-01-01", + "process_nm": 16, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T830 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 193, + "geekbench_multi": 878, + "antutu_score": 120426, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2018/kirin-710.json b/data/soc/huawei/2018/kirin-710.json new file mode 100644 index 00000000000..beb4b09945e --- /dev/null +++ b/data/soc/huawei/2018/kirin-710.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-710", + "name": "Kirin 710", + "manufacturer": "huawei", + "release_date": "2018-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 326, + "geekbench_multi": 1271, + "antutu_score": 195439, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2019/kirin-810.json b/data/soc/huawei/2019/kirin-810.json new file mode 100644 index 00000000000..6e0b32fc630 --- /dev/null +++ b/data/soc/huawei/2019/kirin-810.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-810", + "name": "Kirin 810", + "manufacturer": "huawei", + "release_date": "2019-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.27 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 595, + "geekbench_multi": 1900, + "antutu_score": 368674, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2019/kirin-990-4g.json b/data/soc/huawei/2019/kirin-990-4g.json new file mode 100644 index 00000000000..f9d865bb75c --- /dev/null +++ b/data/soc/huawei/2019/kirin-990-4g.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-990-4g", + "name": "Kirin 990 (4G)", + "manufacturer": "huawei", + "release_date": "2019-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+2+4)", + "clocks_ghz": [ + 2.86 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP16", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 739, + "geekbench_multi": 3041, + "antutu_score": 494746, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2020/kirin-820.json b/data/soc/huawei/2020/kirin-820.json new file mode 100644 index 00000000000..d7ba26c1451 --- /dev/null +++ b/data/soc/huawei/2020/kirin-820.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-820", + "name": "Kirin 820", + "manufacturer": "huawei", + "release_date": "2020-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 639, + "geekbench_multi": 2448, + "antutu_score": 445090, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2020/kirin-9000e.json b/data/soc/huawei/2020/kirin-9000e.json new file mode 100644 index 00000000000..d27cc4ade38 --- /dev/null +++ b/data/soc/huawei/2020/kirin-9000e.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-9000e", + "name": "Kirin 9000E", + "manufacturer": "huawei", + "release_date": "2020-01-01", + "process_nm": 5, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 3.13 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G78 MP22", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 1060, + "geekbench_multi": 3741, + "antutu_score": 726361, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/huawei/2020/kirin-985.json b/data/soc/huawei/2020/kirin-985.json new file mode 100644 index 00000000000..594d2adade2 --- /dev/null +++ b/data/soc/huawei/2020/kirin-985.json @@ -0,0 +1,29 @@ +{ + "slug": "kirin-985", + "name": "Kirin 985", + "manufacturer": "huawei", + "release_date": "2020-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.58 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MP8", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 685, + "geekbench_multi": 2559, + "antutu_score": 464593, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 33e87f98a646bfd4610dddfcced3f7c42cb194ff Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:33:52 +0900 Subject: [PATCH 18/22] data(soc): import Kaggle Exynos midrange processors Closes #1 --- data/soc/samsung/2018/exynos-7872.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2018/exynos-7885.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2019/exynos-7884b.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2019/exynos-7904.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2019/exynos-980.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2020/exynos-1080.json | 29 +++++++++++++++++++++++++ data/soc/samsung/2020/exynos-880.json | 29 +++++++++++++++++++++++++ 7 files changed, 203 insertions(+) create mode 100644 data/soc/samsung/2018/exynos-7872.json create mode 100644 data/soc/samsung/2018/exynos-7885.json create mode 100644 data/soc/samsung/2019/exynos-7884b.json create mode 100644 data/soc/samsung/2019/exynos-7904.json create mode 100644 data/soc/samsung/2019/exynos-980.json create mode 100644 data/soc/samsung/2020/exynos-1080.json create mode 100644 data/soc/samsung/2020/exynos-880.json diff --git a/data/soc/samsung/2018/exynos-7872.json b/data/soc/samsung/2018/exynos-7872.json new file mode 100644 index 00000000000..2315597a569 --- /dev/null +++ b/data/soc/samsung/2018/exynos-7872.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-7872", + "name": "Exynos 7872", + "manufacturer": "samsung", + "release_date": "2018-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 6 + }, + "gpu_name": "Mali-G71 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 293, + "geekbench_multi": 770, + "antutu_score": 143056, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2018/exynos-7885.json b/data/soc/samsung/2018/exynos-7885.json new file mode 100644 index 00000000000..e569c242d61 --- /dev/null +++ b/data/soc/samsung/2018/exynos-7885.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-7885", + "name": "Exynos 7885", + "manufacturer": "samsung", + "release_date": "2018-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 317, + "geekbench_multi": 1033, + "antutu_score": 160366, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2019/exynos-7884b.json b/data/soc/samsung/2019/exynos-7884b.json new file mode 100644 index 00000000000..ffdec65840a --- /dev/null +++ b/data/soc/samsung/2019/exynos-7884b.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-7884b", + "name": "Exynos 7884B", + "manufacturer": "samsung", + "release_date": "2019-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.56 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 246, + "geekbench_multi": 894, + "antutu_score": 103821, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2019/exynos-7904.json b/data/soc/samsung/2019/exynos-7904.json new file mode 100644 index 00000000000..70eeb8563bf --- /dev/null +++ b/data/soc/samsung/2019/exynos-7904.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-7904", + "name": "Exynos 7904", + "manufacturer": "samsung", + "release_date": "2019-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 271, + "geekbench_multi": 1006, + "antutu_score": 149013, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2019/exynos-980.json b/data/soc/samsung/2019/exynos-980.json new file mode 100644 index 00000000000..86cde02321c --- /dev/null +++ b/data/soc/samsung/2019/exynos-980.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-980", + "name": "Exynos 980", + "manufacturer": "samsung", + "release_date": "2019-01-01", + "process_nm": 8, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 695, + "geekbench_multi": 1847, + "antutu_score": 383525, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2020/exynos-1080.json b/data/soc/samsung/2020/exynos-1080.json new file mode 100644 index 00000000000..b92e41a83f5 --- /dev/null +++ b/data/soc/samsung/2020/exynos-1080.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-1080", + "name": "Exynos 1080", + "manufacturer": "samsung", + "release_date": "2020-01-01", + "process_nm": 5, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G78 MP10", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 831, + "geekbench_multi": 2902, + "antutu_score": 699942, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/samsung/2020/exynos-880.json b/data/soc/samsung/2020/exynos-880.json new file mode 100644 index 00000000000..d0193bed6eb --- /dev/null +++ b/data/soc/samsung/2020/exynos-880.json @@ -0,0 +1,29 @@ +{ + "slug": "exynos-880", + "name": "Exynos 880", + "manufacturer": "samsung", + "release_date": "2020-01-01", + "process_nm": 8, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 655, + "geekbench_multi": 1804, + "antutu_score": 316057, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 3a6d3d5062fee7817eee9437910e37a51657d985 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:33:57 +0900 Subject: [PATCH 19/22] data(soc): import Kaggle Snapdragon 600 and 700 processors Closes #1 --- data/soc/qualcomm/2017/snapdragon-630.json | 29 +++++++++++++++++++++ data/soc/qualcomm/2017/snapdragon-636.json | 29 +++++++++++++++++++++ data/soc/qualcomm/2019/snapdragon-665.json | 29 +++++++++++++++++++++ data/soc/qualcomm/2019/snapdragon-765.json | 29 +++++++++++++++++++++ data/soc/qualcomm/2020/snapdragon-678.json | 29 +++++++++++++++++++++ data/soc/qualcomm/2021/snapdragon-780g.json | 29 +++++++++++++++++++++ 6 files changed, 174 insertions(+) create mode 100644 data/soc/qualcomm/2017/snapdragon-630.json create mode 100644 data/soc/qualcomm/2017/snapdragon-636.json create mode 100644 data/soc/qualcomm/2019/snapdragon-665.json create mode 100644 data/soc/qualcomm/2019/snapdragon-765.json create mode 100644 data/soc/qualcomm/2020/snapdragon-678.json create mode 100644 data/soc/qualcomm/2021/snapdragon-780g.json diff --git a/data/soc/qualcomm/2017/snapdragon-630.json b/data/soc/qualcomm/2017/snapdragon-630.json new file mode 100644 index 00000000000..600ac22b2d0 --- /dev/null +++ b/data/soc/qualcomm/2017/snapdragon-630.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-630", + "name": "Snapdragon 630", + "manufacturer": "qualcomm", + "release_date": "2017-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 508", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 173, + "geekbench_multi": 977, + "antutu_score": 133070, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2017/snapdragon-636.json b/data/soc/qualcomm/2017/snapdragon-636.json new file mode 100644 index 00000000000..c3f943c015b --- /dev/null +++ b/data/soc/qualcomm/2017/snapdragon-636.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-636", + "name": "Snapdragon 636", + "manufacturer": "qualcomm", + "release_date": "2017-01-01", + "process_nm": 14, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 509", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 274, + "geekbench_multi": 1120, + "antutu_score": 171003, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2019/snapdragon-665.json b/data/soc/qualcomm/2019/snapdragon-665.json new file mode 100644 index 00000000000..0beba287e0c --- /dev/null +++ b/data/soc/qualcomm/2019/snapdragon-665.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-665", + "name": "Snapdragon 665", + "manufacturer": "qualcomm", + "release_date": "2019-01-01", + "process_nm": 11, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 314, + "geekbench_multi": 1345, + "antutu_score": 195538, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2019/snapdragon-765.json b/data/soc/qualcomm/2019/snapdragon-765.json new file mode 100644 index 00000000000..44bce9af3e0 --- /dev/null +++ b/data/soc/qualcomm/2019/snapdragon-765.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-765", + "name": "Snapdragon 765", + "manufacturer": "qualcomm", + "release_date": "2019-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+1+6)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 620", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 590, + "geekbench_multi": 1895, + "antutu_score": 337444, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2020/snapdragon-678.json b/data/soc/qualcomm/2020/snapdragon-678.json new file mode 100644 index 00000000000..c0c7abd30dc --- /dev/null +++ b/data/soc/qualcomm/2020/snapdragon-678.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-678", + "name": "Snapdragon 678", + "manufacturer": "qualcomm", + "release_date": "2020-01-01", + "process_nm": 11, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 612", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 526, + "geekbench_multi": 1534, + "antutu_score": 281383, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/qualcomm/2021/snapdragon-780g.json b/data/soc/qualcomm/2021/snapdragon-780g.json new file mode 100644 index 00000000000..e0a7c3ea972 --- /dev/null +++ b/data/soc/qualcomm/2021/snapdragon-780g.json @@ -0,0 +1,29 @@ +{ + "slug": "snapdragon-780g", + "name": "Snapdragon 780G", + "manufacturer": "qualcomm", + "release_date": "2021-01-01", + "process_nm": 5, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 642", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 799, + "geekbench_multi": 2886, + "antutu_score": 528891, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From d5674f07c31f10d923d5d05cee3fe97f6b81706b Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:34:03 +0900 Subject: [PATCH 20/22] data(soc): import Kaggle MediaTek Helio and Dimensity processors Closes #1 --- data/soc/mediatek/2017/helio-p23.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2018/helio-p60.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2018/helio-p90.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2019/dimensity-1000.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2019/helio-g90.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2020/dimensity-820.json | 29 ++++++++++++++++++++++ data/soc/mediatek/2020/helio-p95.json | 29 ++++++++++++++++++++++ 7 files changed, 203 insertions(+) create mode 100644 data/soc/mediatek/2017/helio-p23.json create mode 100644 data/soc/mediatek/2018/helio-p60.json create mode 100644 data/soc/mediatek/2018/helio-p90.json create mode 100644 data/soc/mediatek/2019/dimensity-1000.json create mode 100644 data/soc/mediatek/2019/helio-g90.json create mode 100644 data/soc/mediatek/2020/dimensity-820.json create mode 100644 data/soc/mediatek/2020/helio-p95.json diff --git a/data/soc/mediatek/2017/helio-p23.json b/data/soc/mediatek/2017/helio-p23.json new file mode 100644 index 00000000000..a3b3b643816 --- /dev/null +++ b/data/soc/mediatek/2017/helio-p23.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p23", + "name": "Helio P23", + "manufacturer": "mediatek", + "release_date": "2017-01-01", + "process_nm": 16, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 153, + "geekbench_multi": 851, + "antutu_score": 109039, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2018/helio-p60.json b/data/soc/mediatek/2018/helio-p60.json new file mode 100644 index 00000000000..cb0a0f3c547 --- /dev/null +++ b/data/soc/mediatek/2018/helio-p60.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p60", + "name": "Helio P60", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 272, + "geekbench_multi": 1121, + "antutu_score": 185821, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2018/helio-p90.json b/data/soc/mediatek/2018/helio-p90.json new file mode 100644 index 00000000000..7b7eedec025 --- /dev/null +++ b/data/soc/mediatek/2018/helio-p90.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p90", + "name": "Helio P90", + "manufacturer": "mediatek", + "release_date": "2018-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GM9446", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 391, + "geekbench_multi": 1473, + "antutu_score": 252818, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/dimensity-1000.json b/data/soc/mediatek/2019/dimensity-1000.json new file mode 100644 index 00000000000..e133455ca86 --- /dev/null +++ b/data/soc/mediatek/2019/dimensity-1000.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-1000", + "name": "Dimensity 1000", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MP9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 675, + "geekbench_multi": 2865, + "antutu_score": 441325, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2019/helio-g90.json b/data/soc/mediatek/2019/helio-g90.json new file mode 100644 index 00000000000..0a73cc9ffd0 --- /dev/null +++ b/data/soc/mediatek/2019/helio-g90.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-g90", + "name": "Helio G90", + "manufacturer": "mediatek", + "release_date": "2019-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 509, + "geekbench_multi": 1630, + "antutu_score": 339645, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/dimensity-820.json b/data/soc/mediatek/2020/dimensity-820.json new file mode 100644 index 00000000000..fa6bfd4dc61 --- /dev/null +++ b/data/soc/mediatek/2020/dimensity-820.json @@ -0,0 +1,29 @@ +{ + "slug": "dimensity-820", + "name": "Dimensity 820", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": 7, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 517, + "geekbench_multi": 2374, + "antutu_score": 449045, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/mediatek/2020/helio-p95.json b/data/soc/mediatek/2020/helio-p95.json new file mode 100644 index 00000000000..d9fcc858cef --- /dev/null +++ b/data/soc/mediatek/2020/helio-p95.json @@ -0,0 +1,29 @@ +{ + "slug": "helio-p95", + "name": "Helio P95", + "manufacturer": "mediatek", + "release_date": "2020-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GM9446", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 408, + "geekbench_multi": 1502, + "antutu_score": 274746, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 086ff9f863341213a30a5faf142f42be662fc50a Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:34:07 +0900 Subject: [PATCH 21/22] data(soc): import Kaggle Unisoc Tiger processors Closes #1 --- data/soc/unisoc/2019/tiger-t610.json | 29 ++++++++++++++++++++++++++++ data/soc/unisoc/2019/tiger-t618.json | 29 ++++++++++++++++++++++++++++ data/soc/unisoc/2021/tiger-t616.json | 29 ++++++++++++++++++++++++++++ data/soc/unisoc/2021/tiger-t700.json | 29 ++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 data/soc/unisoc/2019/tiger-t610.json create mode 100644 data/soc/unisoc/2019/tiger-t618.json create mode 100644 data/soc/unisoc/2021/tiger-t616.json create mode 100644 data/soc/unisoc/2021/tiger-t700.json diff --git a/data/soc/unisoc/2019/tiger-t610.json b/data/soc/unisoc/2019/tiger-t610.json new file mode 100644 index 00000000000..9c627482b4b --- /dev/null +++ b/data/soc/unisoc/2019/tiger-t610.json @@ -0,0 +1,29 @@ +{ + "slug": "tiger-t610", + "name": "Unisoc Tiger T610", + "manufacturer": "unisoc", + "release_date": "2019-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.82 + ], + "core_count": 8 + }, + "gpu_name": "Mali G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 350, + "geekbench_multi": 1321, + "antutu_score": 192642, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/unisoc/2019/tiger-t618.json b/data/soc/unisoc/2019/tiger-t618.json new file mode 100644 index 00000000000..7ead715af44 --- /dev/null +++ b/data/soc/unisoc/2019/tiger-t618.json @@ -0,0 +1,29 @@ +{ + "slug": "tiger-t618", + "name": "Unisoc Tiger T618", + "manufacturer": "unisoc", + "release_date": "2019-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 393, + "geekbench_multi": 1327, + "antutu_score": 250989, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/unisoc/2021/tiger-t616.json b/data/soc/unisoc/2021/tiger-t616.json new file mode 100644 index 00000000000..233541f1fed --- /dev/null +++ b/data/soc/unisoc/2021/tiger-t616.json @@ -0,0 +1,29 @@ +{ + "slug": "tiger-t616", + "name": "Unisoc Tiger T616", + "manufacturer": "unisoc", + "release_date": "2021-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 377, + "geekbench_multi": 1391, + "antutu_score": 224095, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} diff --git a/data/soc/unisoc/2021/tiger-t700.json b/data/soc/unisoc/2021/tiger-t700.json new file mode 100644 index 00000000000..44bbe07908e --- /dev/null +++ b/data/soc/unisoc/2021/tiger-t700.json @@ -0,0 +1,29 @@ +{ + "slug": "tiger-t700", + "name": "Unisoc Tiger T700", + "manufacturer": "unisoc", + "release_date": "2021-01-01", + "process_nm": 12, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "geekbench_single": 350, + "geekbench_multi": 1281, + "antutu_score": 218848, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ] +} From 599c33ecf704b1a762936f0a527695747bc46d22 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Thu, 18 Jun 2026 16:36:12 +0900 Subject: [PATCH 22/22] chore(data): regenerate public SoC dump Closes #1 --- site/public/v1/index.json | 2 +- site/public/v1/socs/dimensity-1000/index.json | 34 ++++ site/public/v1/socs/dimensity-820/index.json | 34 ++++ site/public/v1/socs/exynos-1080/index.json | 34 ++++ site/public/v1/socs/exynos-7872/index.json | 34 ++++ site/public/v1/socs/exynos-7884b/index.json | 34 ++++ site/public/v1/socs/exynos-7885/index.json | 34 ++++ site/public/v1/socs/exynos-7904/index.json | 34 ++++ site/public/v1/socs/exynos-880/index.json | 34 ++++ site/public/v1/socs/exynos-980/index.json | 34 ++++ site/public/v1/socs/helio-g90/index.json | 34 ++++ site/public/v1/socs/helio-p23/index.json | 34 ++++ site/public/v1/socs/helio-p60/index.json | 34 ++++ site/public/v1/socs/helio-p90/index.json | 34 ++++ site/public/v1/socs/helio-p95/index.json | 34 ++++ site/public/v1/socs/index.json | 172 +++++++++++++++++- site/public/v1/socs/kirin-659/index.json | 34 ++++ site/public/v1/socs/kirin-710/index.json | 34 ++++ site/public/v1/socs/kirin-810/index.json | 34 ++++ site/public/v1/socs/kirin-820/index.json | 34 ++++ site/public/v1/socs/kirin-9000e/index.json | 34 ++++ site/public/v1/socs/kirin-950/index.json | 34 ++++ site/public/v1/socs/kirin-955/index.json | 34 ++++ site/public/v1/socs/kirin-960/index.json | 34 ++++ site/public/v1/socs/kirin-985/index.json | 34 ++++ site/public/v1/socs/kirin-990-4g/index.json | 34 ++++ site/public/v1/socs/snapdragon-630/index.json | 34 ++++ site/public/v1/socs/snapdragon-636/index.json | 34 ++++ site/public/v1/socs/snapdragon-665/index.json | 34 ++++ site/public/v1/socs/snapdragon-678/index.json | 34 ++++ site/public/v1/socs/snapdragon-765/index.json | 34 ++++ .../public/v1/socs/snapdragon-780g/index.json | 34 ++++ site/public/v1/socs/tiger-t610/index.json | 34 ++++ site/public/v1/socs/tiger-t616/index.json | 34 ++++ site/public/v1/socs/tiger-t618/index.json | 34 ++++ site/public/v1/socs/tiger-t700/index.json | 34 ++++ 36 files changed, 1328 insertions(+), 2 deletions(-) create mode 100644 site/public/v1/socs/dimensity-1000/index.json create mode 100644 site/public/v1/socs/dimensity-820/index.json create mode 100644 site/public/v1/socs/exynos-1080/index.json create mode 100644 site/public/v1/socs/exynos-7872/index.json create mode 100644 site/public/v1/socs/exynos-7884b/index.json create mode 100644 site/public/v1/socs/exynos-7885/index.json create mode 100644 site/public/v1/socs/exynos-7904/index.json create mode 100644 site/public/v1/socs/exynos-880/index.json create mode 100644 site/public/v1/socs/exynos-980/index.json create mode 100644 site/public/v1/socs/helio-g90/index.json create mode 100644 site/public/v1/socs/helio-p23/index.json create mode 100644 site/public/v1/socs/helio-p60/index.json create mode 100644 site/public/v1/socs/helio-p90/index.json create mode 100644 site/public/v1/socs/helio-p95/index.json create mode 100644 site/public/v1/socs/kirin-659/index.json create mode 100644 site/public/v1/socs/kirin-710/index.json create mode 100644 site/public/v1/socs/kirin-810/index.json create mode 100644 site/public/v1/socs/kirin-820/index.json create mode 100644 site/public/v1/socs/kirin-9000e/index.json create mode 100644 site/public/v1/socs/kirin-950/index.json create mode 100644 site/public/v1/socs/kirin-955/index.json create mode 100644 site/public/v1/socs/kirin-960/index.json create mode 100644 site/public/v1/socs/kirin-985/index.json create mode 100644 site/public/v1/socs/kirin-990-4g/index.json create mode 100644 site/public/v1/socs/snapdragon-630/index.json create mode 100644 site/public/v1/socs/snapdragon-636/index.json create mode 100644 site/public/v1/socs/snapdragon-665/index.json create mode 100644 site/public/v1/socs/snapdragon-678/index.json create mode 100644 site/public/v1/socs/snapdragon-765/index.json create mode 100644 site/public/v1/socs/snapdragon-780g/index.json create mode 100644 site/public/v1/socs/tiger-t610/index.json create mode 100644 site/public/v1/socs/tiger-t616/index.json create mode 100644 site/public/v1/socs/tiger-t618/index.json create mode 100644 site/public/v1/socs/tiger-t700/index.json diff --git a/site/public/v1/index.json b/site/public/v1/index.json index 6ea65fd6097..d6cd6103b75 100644 --- a/site/public/v1/index.json +++ b/site/public/v1/index.json @@ -6,7 +6,7 @@ "url": "/v1/brands/index.json" }, "socs": { - "count": 161, + "count": 195, "url": "/v1/socs/index.json" }, "smartphones": { diff --git a/site/public/v1/socs/dimensity-1000/index.json b/site/public/v1/socs/dimensity-1000/index.json new file mode 100644 index 00000000000..9fba319aca2 --- /dev/null +++ b/site/public/v1/socs/dimensity-1000/index.json @@ -0,0 +1,34 @@ +{ + "id": 45, + "slug": "dimensity-1000", + "name": "Dimensity 1000", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MP9", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/dimensity-1000" +} diff --git a/site/public/v1/socs/dimensity-820/index.json b/site/public/v1/socs/dimensity-820/index.json new file mode 100644 index 00000000000..fb9fca6047a --- /dev/null +++ b/site/public/v1/socs/dimensity-820/index.json @@ -0,0 +1,34 @@ +{ + "id": 55, + "slug": "dimensity-820", + "name": "Dimensity 820", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.6 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MC5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.121477", + "updated_at": "2026-06-18T07:34:21.121477", + "url": "/v1/socs/dimensity-820" +} diff --git a/site/public/v1/socs/exynos-1080/index.json b/site/public/v1/socs/exynos-1080/index.json new file mode 100644 index 00000000000..f591d06c4b7 --- /dev/null +++ b/site/public/v1/socs/exynos-1080/index.json @@ -0,0 +1,34 @@ +{ + "id": 177, + "slug": "exynos-1080", + "name": "Exynos 1080", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2020-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G78 MP10", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/exynos-1080" +} diff --git a/site/public/v1/socs/exynos-7872/index.json b/site/public/v1/socs/exynos-7872/index.json new file mode 100644 index 00000000000..d73e2910df9 --- /dev/null +++ b/site/public/v1/socs/exynos-7872/index.json @@ -0,0 +1,34 @@ +{ + "id": 166, + "slug": "exynos-7872", + "name": "Exynos 7872", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2018-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 6 + }, + "gpu_name": "Mali-G71 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.125477", + "updated_at": "2026-06-18T07:34:21.125477", + "url": "/v1/socs/exynos-7872" +} diff --git a/site/public/v1/socs/exynos-7884b/index.json b/site/public/v1/socs/exynos-7884b/index.json new file mode 100644 index 00000000000..f259a3c1064 --- /dev/null +++ b/site/public/v1/socs/exynos-7884b/index.json @@ -0,0 +1,34 @@ +{ + "id": 170, + "slug": "exynos-7884b", + "name": "Exynos 7884B", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2019-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.56 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/exynos-7884b" +} diff --git a/site/public/v1/socs/exynos-7885/index.json b/site/public/v1/socs/exynos-7885/index.json new file mode 100644 index 00000000000..9b8edbe340d --- /dev/null +++ b/site/public/v1/socs/exynos-7885/index.json @@ -0,0 +1,34 @@ +{ + "id": 167, + "slug": "exynos-7885", + "name": "Exynos 7885", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2018-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.125477", + "updated_at": "2026-06-18T07:34:21.125477", + "url": "/v1/socs/exynos-7885" +} diff --git a/site/public/v1/socs/exynos-7904/index.json b/site/public/v1/socs/exynos-7904/index.json new file mode 100644 index 00000000000..3500c062b77 --- /dev/null +++ b/site/public/v1/socs/exynos-7904/index.json @@ -0,0 +1,34 @@ +{ + "id": 171, + "slug": "exynos-7904", + "name": "Exynos 7904", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2019-01-01", + "process_nm": 14.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/exynos-7904" +} diff --git a/site/public/v1/socs/exynos-880/index.json b/site/public/v1/socs/exynos-880/index.json new file mode 100644 index 00000000000..38a5dfa3058 --- /dev/null +++ b/site/public/v1/socs/exynos-880/index.json @@ -0,0 +1,34 @@ +{ + "id": 179, + "slug": "exynos-880", + "name": "Exynos 880", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2020-01-01", + "process_nm": 8.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/exynos-880" +} diff --git a/site/public/v1/socs/exynos-980/index.json b/site/public/v1/socs/exynos-980/index.json new file mode 100644 index 00000000000..dff5db6fe73 --- /dev/null +++ b/site/public/v1/socs/exynos-980/index.json @@ -0,0 +1,34 @@ +{ + "id": 174, + "slug": "exynos-980", + "name": "Exynos 980", + "manufacturer": { + "slug": "samsung", + "name": "Samsung", + "url": "/v1/brands/samsung" + }, + "release_date": "2019-01-01", + "process_nm": 8.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP5", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/exynos-980" +} diff --git a/site/public/v1/socs/helio-g90/index.json b/site/public/v1/socs/helio-g90/index.json new file mode 100644 index 00000000000..35e3017d8c4 --- /dev/null +++ b/site/public/v1/socs/helio-g90/index.json @@ -0,0 +1,34 @@ +{ + "id": 48, + "slug": "helio-g90", + "name": "Helio G90", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G76 MC4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/helio-g90" +} diff --git a/site/public/v1/socs/helio-p23/index.json b/site/public/v1/socs/helio-p23/index.json new file mode 100644 index 00000000000..ec68f4fb901 --- /dev/null +++ b/site/public/v1/socs/helio-p23/index.json @@ -0,0 +1,34 @@ +{ + "id": 40, + "slug": "helio-p23", + "name": "Helio P23", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2017-01-01", + "process_nm": 16.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/helio-p23" +} diff --git a/site/public/v1/socs/helio-p60/index.json b/site/public/v1/socs/helio-p60/index.json new file mode 100644 index 00000000000..f17990c92c1 --- /dev/null +++ b/site/public/v1/socs/helio-p60/index.json @@ -0,0 +1,34 @@ +{ + "id": 42, + "slug": "helio-p60", + "name": "Helio P60", + "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": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G72 MP3", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/helio-p60" +} diff --git a/site/public/v1/socs/helio-p90/index.json b/site/public/v1/socs/helio-p90/index.json new file mode 100644 index 00000000000..9078ed7e1c3 --- /dev/null +++ b/site/public/v1/socs/helio-p90/index.json @@ -0,0 +1,34 @@ +{ + "id": 44, + "slug": "helio-p90", + "name": "Helio P90", + "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": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GM9446", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/helio-p90" +} diff --git a/site/public/v1/socs/helio-p95/index.json b/site/public/v1/socs/helio-p95/index.json new file mode 100644 index 00000000000..79e9b471df4 --- /dev/null +++ b/site/public/v1/socs/helio-p95/index.json @@ -0,0 +1,34 @@ +{ + "id": 63, + "slug": "helio-p95", + "name": "Helio P95", + "manufacturer": { + "slug": "mediatek", + "name": "MediaTek", + "url": "/v1/brands/mediatek" + }, + "release_date": "2020-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "PowerVR GM9446", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.121477", + "updated_at": "2026-06-18T07:34:21.121477", + "url": "/v1/socs/helio-p95" +} diff --git a/site/public/v1/socs/index.json b/site/public/v1/socs/index.json index 2975b00f223..bc869be873d 100644 --- a/site/public/v1/socs/index.json +++ b/site/public/v1/socs/index.json @@ -1,5 +1,5 @@ { - "count": 161, + "count": 195, "results": [ { "slug": "apple-a10-fusion", @@ -81,6 +81,11 @@ "name": "Apple A9", "url": "/v1/socs/apple-a9" }, + { + "slug": "dimensity-1000", + "name": "Dimensity 1000", + "url": "/v1/socs/dimensity-1000" + }, { "slug": "dimensity-1000-plus", "name": "Dimensity 1000 Plus", @@ -131,6 +136,11 @@ "name": "Dimensity 8100", "url": "/v1/socs/dimensity-8100" }, + { + "slug": "dimensity-820", + "name": "Dimensity 820", + "url": "/v1/socs/dimensity-820" + }, { "slug": "dimensity-8350", "name": "Dimensity 8350", @@ -176,6 +186,11 @@ "name": "Dimensity 9500s", "url": "/v1/socs/dimensity-9500s" }, + { + "slug": "exynos-1080", + "name": "Exynos 1080", + "url": "/v1/socs/exynos-1080" + }, { "slug": "exynos-1580", "name": "Exynos 1580", @@ -211,11 +226,36 @@ "name": "Exynos 7420", "url": "/v1/socs/exynos-7420" }, + { + "slug": "exynos-7872", + "name": "Exynos 7872", + "url": "/v1/socs/exynos-7872" + }, + { + "slug": "exynos-7884b", + "name": "Exynos 7884B", + "url": "/v1/socs/exynos-7884b" + }, + { + "slug": "exynos-7885", + "name": "Exynos 7885", + "url": "/v1/socs/exynos-7885" + }, + { + "slug": "exynos-7904", + "name": "Exynos 7904", + "url": "/v1/socs/exynos-7904" + }, { "slug": "exynos-850", "name": "Exynos 850", "url": "/v1/socs/exynos-850" }, + { + "slug": "exynos-880", + "name": "Exynos 880", + "url": "/v1/socs/exynos-880" + }, { "slug": "exynos-8890", "name": "Exynos 8890", @@ -241,6 +281,11 @@ "name": "Exynos 9611", "url": "/v1/socs/exynos-9611" }, + { + "slug": "exynos-980", + "name": "Exynos 980", + "url": "/v1/socs/exynos-980" + }, { "slug": "exynos-9810", "name": "Exynos 9810", @@ -296,6 +341,11 @@ "name": "Helio G80", "url": "/v1/socs/helio-g80" }, + { + "slug": "helio-g90", + "name": "Helio G90", + "url": "/v1/socs/helio-g90" + }, { "slug": "helio-g90t", "name": "Helio G90T", @@ -311,11 +361,21 @@ "name": "Helio G96", "url": "/v1/socs/helio-g96" }, + { + "slug": "helio-p23", + "name": "Helio P23", + "url": "/v1/socs/helio-p23" + }, { "slug": "helio-p35", "name": "Helio P35", "url": "/v1/socs/helio-p35" }, + { + "slug": "helio-p60", + "name": "Helio P60", + "url": "/v1/socs/helio-p60" + }, { "slug": "helio-p65", "name": "Helio P65", @@ -326,6 +386,16 @@ "name": "Helio P70", "url": "/v1/socs/helio-p70" }, + { + "slug": "helio-p90", + "name": "Helio P90", + "url": "/v1/socs/helio-p90" + }, + { + "slug": "helio-p95", + "name": "Helio P95", + "url": "/v1/socs/helio-p95" + }, { "slug": "kirin-9000", "name": "HiSilicon Kirin 9000", @@ -346,6 +416,16 @@ "name": "HiSilicon Kirin 990 5G", "url": "/v1/socs/kirin-990-5g" }, + { + "slug": "kirin-659", + "name": "Kirin 659", + "url": "/v1/socs/kirin-659" + }, + { + "slug": "kirin-710", + "name": "Kirin 710", + "url": "/v1/socs/kirin-710" + }, { "slug": "kirin-710a", "name": "Kirin 710A", @@ -356,6 +436,36 @@ "name": "Kirin 710F", "url": "/v1/socs/kirin-710f" }, + { + "slug": "kirin-810", + "name": "Kirin 810", + "url": "/v1/socs/kirin-810" + }, + { + "slug": "kirin-820", + "name": "Kirin 820", + "url": "/v1/socs/kirin-820" + }, + { + "slug": "kirin-9000e", + "name": "Kirin 9000E", + "url": "/v1/socs/kirin-9000e" + }, + { + "slug": "kirin-950", + "name": "Kirin 950", + "url": "/v1/socs/kirin-950" + }, + { + "slug": "kirin-955", + "name": "Kirin 955", + "url": "/v1/socs/kirin-955" + }, + { + "slug": "kirin-960", + "name": "Kirin 960", + "url": "/v1/socs/kirin-960" + }, { "slug": "kirin-970", "name": "Kirin 970", @@ -366,6 +476,16 @@ "name": "Kirin 980", "url": "/v1/socs/kirin-980" }, + { + "slug": "kirin-985", + "name": "Kirin 985", + "url": "/v1/socs/kirin-985" + }, + { + "slug": "kirin-990-4g", + "name": "Kirin 990 (4G)", + "url": "/v1/socs/kirin-990-4g" + }, { "slug": "dimensity-1080", "name": "MediaTek Dimensity 1080", @@ -541,11 +661,21 @@ "name": "Snapdragon 600", "url": "/v1/socs/snapdragon-600" }, + { + "slug": "snapdragon-630", + "name": "Snapdragon 630", + "url": "/v1/socs/snapdragon-630" + }, { "slug": "snapdragon-632", "name": "Snapdragon 632", "url": "/v1/socs/snapdragon-632" }, + { + "slug": "snapdragon-636", + "name": "Snapdragon 636", + "url": "/v1/socs/snapdragon-636" + }, { "slug": "snapdragon-660", "name": "Snapdragon 660", @@ -556,6 +686,11 @@ "name": "Snapdragon 662", "url": "/v1/socs/snapdragon-662" }, + { + "slug": "snapdragon-665", + "name": "Snapdragon 665", + "url": "/v1/socs/snapdragon-665" + }, { "slug": "snapdragon-670", "name": "Snapdragon 670", @@ -566,6 +701,11 @@ "name": "Snapdragon 675", "url": "/v1/socs/snapdragon-675" }, + { + "slug": "snapdragon-678", + "name": "Snapdragon 678", + "url": "/v1/socs/snapdragon-678" + }, { "slug": "snapdragon-680", "name": "Snapdragon 680 4G", @@ -641,6 +781,11 @@ "name": "Snapdragon 750G", "url": "/v1/socs/snapdragon-750g" }, + { + "slug": "snapdragon-765", + "name": "Snapdragon 765", + "url": "/v1/socs/snapdragon-765" + }, { "slug": "snapdragon-765g", "name": "Snapdragon 765G", @@ -661,6 +806,11 @@ "name": "Snapdragon 778G Plus", "url": "/v1/socs/snapdragon-778g-plus" }, + { + "slug": "snapdragon-780g", + "name": "Snapdragon 780G", + "url": "/v1/socs/snapdragon-780g" + }, { "slug": "snapdragon-7s-gen-2", "name": "Snapdragon 7s Gen 2", @@ -805,6 +955,26 @@ "slug": "unisoc-t606", "name": "Unisoc T606", "url": "/v1/socs/unisoc-t606" + }, + { + "slug": "tiger-t610", + "name": "Unisoc Tiger T610", + "url": "/v1/socs/tiger-t610" + }, + { + "slug": "tiger-t616", + "name": "Unisoc Tiger T616", + "url": "/v1/socs/tiger-t616" + }, + { + "slug": "tiger-t618", + "name": "Unisoc Tiger T618", + "url": "/v1/socs/tiger-t618" + }, + { + "slug": "tiger-t700", + "name": "Unisoc Tiger T700", + "url": "/v1/socs/tiger-t700" } ] } diff --git a/site/public/v1/socs/kirin-659/index.json b/site/public/v1/socs/kirin-659/index.json new file mode 100644 index 00000000000..2891a232968 --- /dev/null +++ b/site/public/v1/socs/kirin-659/index.json @@ -0,0 +1,34 @@ +{ + "id": 25, + "slug": "kirin-659", + "name": "Kirin 659", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2017-01-01", + "process_nm": 16.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T830 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-659" +} diff --git a/site/public/v1/socs/kirin-710/index.json b/site/public/v1/socs/kirin-710/index.json new file mode 100644 index 00000000000..a28e8baba2a --- /dev/null +++ b/site/public/v1/socs/kirin-710/index.json @@ -0,0 +1,34 @@ +{ + "id": 27, + "slug": "kirin-710", + "name": "Kirin 710", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2018-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G51 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-710" +} diff --git a/site/public/v1/socs/kirin-810/index.json b/site/public/v1/socs/kirin-810/index.json new file mode 100644 index 00000000000..4326818a08f --- /dev/null +++ b/site/public/v1/socs/kirin-810/index.json @@ -0,0 +1,34 @@ +{ + "id": 30, + "slug": "kirin-810", + "name": "Kirin 810", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.27 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-810" +} diff --git a/site/public/v1/socs/kirin-820/index.json b/site/public/v1/socs/kirin-820/index.json new file mode 100644 index 00000000000..92d47827546 --- /dev/null +++ b/site/public/v1/socs/kirin-820/index.json @@ -0,0 +1,34 @@ +{ + "id": 34, + "slug": "kirin-820", + "name": "Kirin 820", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP6", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-820" +} diff --git a/site/public/v1/socs/kirin-9000e/index.json b/site/public/v1/socs/kirin-9000e/index.json new file mode 100644 index 00000000000..7c0e6eb53e2 --- /dev/null +++ b/site/public/v1/socs/kirin-9000e/index.json @@ -0,0 +1,34 @@ +{ + "id": 36, + "slug": "kirin-9000e", + "name": "Kirin 9000E", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2020-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 3.13 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G78 MP22", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-9000e" +} diff --git a/site/public/v1/socs/kirin-950/index.json b/site/public/v1/socs/kirin-950/index.json new file mode 100644 index 00000000000..5d76bd65f11 --- /dev/null +++ b/site/public/v1/socs/kirin-950/index.json @@ -0,0 +1,34 @@ +{ + "id": 22, + "slug": "kirin-950", + "name": "Kirin 950", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2015-01-01", + "process_nm": 16.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T880 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.119479", + "updated_at": "2026-06-18T07:34:21.119479", + "url": "/v1/socs/kirin-950" +} diff --git a/site/public/v1/socs/kirin-955/index.json b/site/public/v1/socs/kirin-955/index.json new file mode 100644 index 00000000000..25993365a00 --- /dev/null +++ b/site/public/v1/socs/kirin-955/index.json @@ -0,0 +1,34 @@ +{ + "id": 23, + "slug": "kirin-955", + "name": "Kirin 955", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2016-01-01", + "process_nm": 16.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.5 + ], + "core_count": 8 + }, + "gpu_name": "Mali-T880 MP4", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.119479", + "updated_at": "2026-06-18T07:34:21.119479", + "url": "/v1/socs/kirin-955" +} diff --git a/site/public/v1/socs/kirin-960/index.json b/site/public/v1/socs/kirin-960/index.json new file mode 100644 index 00000000000..981b301cb8b --- /dev/null +++ b/site/public/v1/socs/kirin-960/index.json @@ -0,0 +1,34 @@ +{ + "id": 24, + "slug": "kirin-960", + "name": "Kirin 960", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2016-01-01", + "process_nm": 16.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.36 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G71 MP8", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.119479", + "updated_at": "2026-06-18T07:34:21.119479", + "url": "/v1/socs/kirin-960" +} diff --git a/site/public/v1/socs/kirin-985/index.json b/site/public/v1/socs/kirin-985/index.json new file mode 100644 index 00000000000..cdd9f027ba7 --- /dev/null +++ b/site/public/v1/socs/kirin-985/index.json @@ -0,0 +1,34 @@ +{ + "id": 37, + "slug": "kirin-985", + "name": "Kirin 985", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2020-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.58 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G77 MP8", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-985" +} diff --git a/site/public/v1/socs/kirin-990-4g/index.json b/site/public/v1/socs/kirin-990-4g/index.json new file mode 100644 index 00000000000..2d5908469e1 --- /dev/null +++ b/site/public/v1/socs/kirin-990-4g/index.json @@ -0,0 +1,34 @@ +{ + "id": 31, + "slug": "kirin-990-4g", + "name": "Kirin 990 (4G)", + "manufacturer": { + "slug": "huawei", + "name": "Huawei", + "url": "/v1/brands/huawei" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+2+4)", + "clocks_ghz": [ + 2.86 + ], + "core_count": 8 + }, + "gpu_name": "Mali G76 MP16", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.120478", + "updated_at": "2026-06-18T07:34:21.120478", + "url": "/v1/socs/kirin-990-4g" +} diff --git a/site/public/v1/socs/snapdragon-630/index.json b/site/public/v1/socs/snapdragon-630/index.json new file mode 100644 index 00000000000..aa68860a157 --- /dev/null +++ b/site/public/v1/socs/snapdragon-630/index.json @@ -0,0 +1,34 @@ +{ + "id": 102, + "slug": "snapdragon-630", + "name": "Snapdragon 630", + "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": "(4+4)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 508", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.123477", + "updated_at": "2026-06-18T07:34:21.123477", + "url": "/v1/socs/snapdragon-630" +} diff --git a/site/public/v1/socs/snapdragon-636/index.json b/site/public/v1/socs/snapdragon-636/index.json new file mode 100644 index 00000000000..465476cffa8 --- /dev/null +++ b/site/public/v1/socs/snapdragon-636/index.json @@ -0,0 +1,34 @@ +{ + "id": 103, + "slug": "snapdragon-636", + "name": "Snapdragon 636", + "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": "(4+4)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 509", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.123477", + "updated_at": "2026-06-18T07:34:21.123477", + "url": "/v1/socs/snapdragon-636" +} diff --git a/site/public/v1/socs/snapdragon-665/index.json b/site/public/v1/socs/snapdragon-665/index.json new file mode 100644 index 00000000000..3a28f0440c1 --- /dev/null +++ b/site/public/v1/socs/snapdragon-665/index.json @@ -0,0 +1,34 @@ +{ + "id": 113, + "slug": "snapdragon-665", + "name": "Snapdragon 665", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2019-01-01", + "process_nm": 11.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(4+4)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 610", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.123477", + "updated_at": "2026-06-18T07:34:21.123477", + "url": "/v1/socs/snapdragon-665" +} diff --git a/site/public/v1/socs/snapdragon-678/index.json b/site/public/v1/socs/snapdragon-678/index.json new file mode 100644 index 00000000000..ccd01558318 --- /dev/null +++ b/site/public/v1/socs/snapdragon-678/index.json @@ -0,0 +1,34 @@ +{ + "id": 123, + "slug": "snapdragon-678", + "name": "Snapdragon 678", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2020-01-01", + "process_nm": 11.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.2 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 612", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.124477", + "updated_at": "2026-06-18T07:34:21.124477", + "url": "/v1/socs/snapdragon-678" +} diff --git a/site/public/v1/socs/snapdragon-765/index.json b/site/public/v1/socs/snapdragon-765/index.json new file mode 100644 index 00000000000..6f0d125cbc3 --- /dev/null +++ b/site/public/v1/socs/snapdragon-765/index.json @@ -0,0 +1,34 @@ +{ + "id": 117, + "slug": "snapdragon-765", + "name": "Snapdragon 765", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2019-01-01", + "process_nm": 7.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+1+6)", + "clocks_ghz": [ + 2.3 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 620", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.123477", + "updated_at": "2026-06-18T07:34:21.123477", + "url": "/v1/socs/snapdragon-765" +} diff --git a/site/public/v1/socs/snapdragon-780g/index.json b/site/public/v1/socs/snapdragon-780g/index.json new file mode 100644 index 00000000000..4b0d24ded3b --- /dev/null +++ b/site/public/v1/socs/snapdragon-780g/index.json @@ -0,0 +1,34 @@ +{ + "id": 137, + "slug": "snapdragon-780g", + "name": "Snapdragon 780G", + "manufacturer": { + "slug": "qualcomm", + "name": "Qualcomm", + "url": "/v1/brands/qualcomm" + }, + "release_date": "2021-01-01", + "process_nm": 5.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(1+3+4)", + "clocks_ghz": [ + 2.4 + ], + "core_count": 8 + }, + "gpu_name": "Adreno 642", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.124477", + "updated_at": "2026-06-18T07:34:21.124477", + "url": "/v1/socs/snapdragon-780g" +} diff --git a/site/public/v1/socs/tiger-t610/index.json b/site/public/v1/socs/tiger-t610/index.json new file mode 100644 index 00000000000..1da4603fa93 --- /dev/null +++ b/site/public/v1/socs/tiger-t610/index.json @@ -0,0 +1,34 @@ +{ + "id": 191, + "slug": "tiger-t610", + "name": "Unisoc Tiger T610", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.82 + ], + "core_count": 8 + }, + "gpu_name": "Mali G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/tiger-t610" +} diff --git a/site/public/v1/socs/tiger-t616/index.json b/site/public/v1/socs/tiger-t616/index.json new file mode 100644 index 00000000000..1b23083b4f6 --- /dev/null +++ b/site/public/v1/socs/tiger-t616/index.json @@ -0,0 +1,34 @@ +{ + "id": 193, + "slug": "tiger-t616", + "name": "Unisoc Tiger T616", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2021-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G57 MP1", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.127477", + "updated_at": "2026-06-18T07:34:21.127477", + "url": "/v1/socs/tiger-t616" +} diff --git a/site/public/v1/socs/tiger-t618/index.json b/site/public/v1/socs/tiger-t618/index.json new file mode 100644 index 00000000000..63263aa2523 --- /dev/null +++ b/site/public/v1/socs/tiger-t618/index.json @@ -0,0 +1,34 @@ +{ + "id": 192, + "slug": "tiger-t618", + "name": "Unisoc Tiger T618", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2019-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 2.0 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MP2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.126478", + "updated_at": "2026-06-18T07:34:21.126478", + "url": "/v1/socs/tiger-t618" +} diff --git a/site/public/v1/socs/tiger-t700/index.json b/site/public/v1/socs/tiger-t700/index.json new file mode 100644 index 00000000000..019f515a509 --- /dev/null +++ b/site/public/v1/socs/tiger-t700/index.json @@ -0,0 +1,34 @@ +{ + "id": 194, + "slug": "tiger-t700", + "name": "Unisoc Tiger T700", + "manufacturer": { + "slug": "unisoc", + "name": "UNISOC", + "url": "/v1/brands/unisoc" + }, + "release_date": "2021-01-01", + "process_nm": 12.0, + "transistors_billion": null, + "cpu_config": { + "performance": null, + "efficiency": null, + "architecture": "(2+6)", + "clocks_ghz": [ + 1.8 + ], + "core_count": 8 + }, + "gpu_name": "Mali-G52 MC2", + "gpu_cores": null, + "gpu_clock_mhz": null, + "npu_tops": null, + "modem": null, + "verified": false, + "source_urls": [ + "https://www.kaggle.com/datasets/alanjo/smartphone-processors-ranking" + ], + "created_at": "2026-06-18T07:34:21.127477", + "updated_at": "2026-06-18T07:34:21.127477", + "url": "/v1/socs/tiger-t700" +}