+ 2

How to get all smart phones list and specifications by any API or other way like Samsung all phone detail.

I want to get the all smart phone detail by any API or other way. Is there any API to get this detail. Or it is possible to get all smart phones list and specifications by any API or other way..

1st May 2018, 2:51 PM
Amit
Amit - avatar
2 Respuestas
+ 1
Please understand the question Andrew. I want to list and detail of every smart phone in world. Like list of all Apple phone.
2nd May 2018, 1:37 AM
Amit
Amit - avatar
0
Yes there is an opensource api available -https://github.com/shakee93/fonoapi This is an API which can provide mobile device descriptions such as model, brand, CPU, GPU, dimensions, release date etc. It might be helpful if you are building a website like GSMAera, Phonearena or something similar. This API contains a database of a mobile device descriptions of Android, iOS and some old phones too.. :D This is the PHP class to communicate with the API. It would be nice if someone can help with other languages though. ;) Here is the example site - https://cellphonearea.com/
25th Aug 2024, 7:24 AM
Warnersmith