有没有列出所有移动设备和规格的信息数据库?

发布于 2024-11-26 12:50:12 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

谁的年少不轻狂 2024-12-03 12:50:12

也许这已经很旧了,但可能会对某人有所帮助。我正在寻找,但没有好的选择。所以制作了一个免费的restful api来获取移动设备描述。现已提供 6700 多种移动设备描述。您可以在您的应用程序中使用它。

这是网站
https://fonoapi.freshpixl.com/

和 github 在这里
https://github.com/shakee93/fonoapi

我刚刚制作了 php 客户端来访问 api。有人也可以帮助其他语言。

如果您可以帮助改进它,请给我留言。我们从社区帮助社区。

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.

带刺的爱情 2024-12-03 12:50:12

WURFL 是移动设备信息的行业标准 - 它的主要工作是获取用户代理并将其与设备和属性,但是可以查询它以获取设备和属性的列表,只需一点点努力。

实际的 WURFL 数据源 采用平面 xml 结构,并且一开始就不太复杂,但使用其中一个已开发的 API 将使学习曲线变得更容易。

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.

怎樣才叫好 2024-12-03 12:50:12

看一下 OpenDDR 项目(删除了原始链接,因为它现已不复存在)-“开放且完全免费的设备描述存储库(带有访问 API)在全球范围内可用”。

他们的 OpenDDR-Resources 存储库 似乎包含带有您想要的设备描述的 XML 文件,并提供了一个链接到 WURFL 文件的最后一个免费和开放的分发。

他们的其他存储库也包含 API 的 C# 和 Java 实现。

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.

满栀 2024-12-03 12:50:12

对于 Android,有一个设备报告的用户构建数据库。它似乎只能通过网络可见,但您可以搜索不同的设备并查看它们的规格。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文