Is there any information database which lists all of the mobile devices and specifications?

27,862

Solution 1

Maybe this is old but might help someone.i was searching and no good options for this. so made a free restful api to get mobile device descriptions. 6700+ mobile device descriptions available now. you can use it in your applications.

here is the website https://fonoapi.freshpixl.com/

and github here https://github.com/shakee93/fonoapi

i just made the php client to access the api. someone can help with other languages too..

Please drop me a message if you can help make it better. we help the community from community.

Solution 2

WURFL is the industry standard for mobile device information - it's main job is to take a user-agent and match it to a device and attributes, however it can be queried to also get lists of devices and attributes with a little bit of effort.

The actual WURFL datasource is in a flat xml structure and is a little less complicated to get your head around to start with, but using one of the developed APIs will make the learning curve easier.

Solution 3

Take a look at OpenDDR project (removed original link since it is now defunct) - "open and completely free Device Description Repository (with access APIs) available worldwide".

Their OpenDDR-Resources repository seems to contain XML files with device descriptions you're after and provides a link to the last free and open distribution of WURFL file.

Their other repositories also contain C# and Java implementations of the API.

Solution 4

For Android there is a user build database of device reports. It seems it is only visible via the web but you can search for different devices and look at their specifications.

Share:
27,862
Sarath
Author by

Sarath

JavaScript :) :) :)

Updated on July 12, 2022

Comments

  • Sarath
    Sarath almost 2 years

    Is there any opensource projects or sites which provide the lists of all the mobile devices and specifications?

  • Apperside
    Apperside about 8 years
    Hello, I gave it a look, seems a very nice job thanks ! However: how can I see the entire result of a query with more than 100 items in the result? thanks again
  • multidynamic
    multidynamic almost 8 years
    openddr.org site is dead, now redirects to ad/malware
  • Sergei
    Sergei almost 8 years
    Removed link to openddr site, but the GitHub repo contents still containing the files from the project.
  • shakee93
    shakee93 almost 8 years
    Sorry The Api Only Gives Result of 100 max. Target of Api is to provide specification of a mobile device description a 100 result would do it.
  • Werner Keil
    Werner Keil over 7 years
    Yes, the old site was taken by domain grabbers (while DeviceMap continued some OpenDDR goals) but the site is now on openddr.mobi. Please check it out.
  • Werner Keil
    Werner Keil over 7 years
    The OpenDDR site is now openddr.mobi. Since the GitHub organisation was tied to the old ".org" domain, we decided to create a new one: github.com/OpenDDRmobi. You find C#, Java and VB.net implementations by OpenDDR (some based on DeviceMap, they're fully backward compatible with DeviceMap Data if needed) and forks or improvements of other clients for different languages like PHP.
  • Rohit Kumar
    Rohit Kumar over 6 years
    Api is not working in Node.js. It always show undefined result when i query Iphone6s
  • shakee93
    shakee93 over 6 years
    Sorry for that please create an issue on appropriate nodejs package. Nodejs is not maintained by me. php and jquery versions are maintained by me.
  • Mahesh Peri
    Mahesh Peri almost 5 years
    It is very useful. thanks. Mobile image is not coming, is it any otherway to get images also ?