fonoapi icon indicating copy to clipboard operation
fonoapi copied to clipboard

Better API Data

Open nicklog opened this issue 7 years ago • 17 comments

Hey there,

this API could be so much better. Do not get me wrong. It's great, it's true ;)

But the API would be more useable if the available data were atomic and have data types. For example:

{"edge":"Yes"}
{"edge": true}

or...

{"resolution":"750 x 1334 pixels (~326 ppi pixel density)"}
{"resulution":{"width": "750","height": "1334", "ppi": "326"}}

or...

{"technology":"GSM \/ CDMA \/ HSPA \/ EVDO \/ LTE"}
{"technology":["GSM","CDMA","HSPA","EVDO","LTE"]}

Maybe you can realize that.

Niki ;)

nicklog avatar Mar 09 '17 14:03 nicklog

Thank you for your feedback. much appreciated. there is a newer version coming up ill try to put things together.

shakee93 avatar Mar 09 '17 14:03 shakee93

Hi @shakee93,

first of all: Thanks for the hard work. I know how painful it can be to build a datasource like that.

Nevertheless, as I'm trying to analyse smartphone data, a consistent structure of atomar data would be absolutely brilliant.

Do you have concrete plans on when the new version will be ready to go?

KarimGeiger avatar Mar 10 '17 17:03 KarimGeiger

@KarimGeiger Thank you. i am planning to start working on this on 20th Monday this month. hope i can complete it as soon as possible

shakee93 avatar Mar 11 '17 19:03 shakee93

Hi @shakee93, thanks for creating this API, it's very useful. If I may ask, what is the source for all this data and how do you keep the database up to date? Thanks.

elienoune avatar Mar 11 '17 21:03 elienoune

@elienoune check out this issue #11

shakee93 avatar Mar 12 '17 11:03 shakee93

I would be so, so, so grateful if I could get number of cores instead of: {"cpu": "Quad-core 2.7 GHz Krait 450"

gurupras avatar May 16 '17 17:05 gurupras

I wrote small parser functions in my Node.js project to parse certain attributes to numeric values. Maybe they'll help someone else too, for example @gurupras 's use case for CPU cores is covered: https://github.com/vaaralav/data-mining-phones/blob/master/src/fonoapi-utils.js

vaaralav avatar May 23 '17 06:05 vaaralav

Thank you @vaaralav that will help @gurupras and others who might need it.

Sorry guyz i have already started working on it and i stuck in the middle because of i am lacking time for this. i hope i can give you guyz the better version soon.

Thank you..

shakee93 avatar May 23 '17 09:05 shakee93

any update here?

nicklog avatar Sep 25 '17 10:09 nicklog

@nicklog sorry bud yet no update on that. would you like to give a hand on this ?

shakee93 avatar Oct 16 '17 08:10 shakee93

Yes, i would.

Perhaps my company would too because we have a customer who has a huge interest in an api like this.

nicklog avatar Oct 17 '17 11:10 nicklog

Thank you for your interest @nicklog, your interest in this project has given me the motivation to make it a full-fledged service.

and I didn't wanna respond to this issue until I have made a good step forward. I am excited fonoapi now has its own domain: http://fonoapi.com

I am now spending more time on this. I would love to hear the feature's which needs to be added to the brand new API. it will be written from scratch.

I have made a public trello board where anyone can share their ideas. https://trello.com/b/o1sFv8Jd/fonoapi-roadmap

looking forward to making this a better solution for everyone.

shakee93 avatar Jan 05 '18 09:01 shakee93

Thanks for your work @shakee93. I can not share ideas in trello board, seems I need to be added to it. These are my takeaways:

Hope all of you can give feedback on this features

alvarotech avatar Feb 13 '18 16:02 alvarotech

@alvarormoya sorry for the trello not working. i think it would be apt discuss it in this issue.. or i might create another issue regarding this.

and we can add this feature to the newer version with those filters

shakee93 avatar Feb 13 '18 16:02 shakee93

Can you arrange the data of laptops also....if it is possible then please collect..bcoz i haven't find any api for laptops on the whole internet.

Rohit-shopasky avatar Feb 13 '18 17:02 Rohit-shopasky

Hi @shakee93 Can you add Images to the API then this will be a most popular API for mobile phone search system developers

dilipchandima avatar Dec 11 '19 04:12 dilipchandima

Hi @shakee93 can you add price of the devices too

impirios avatar Mar 02 '20 15:03 impirios