ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
233 stars 27 forks source link

json/xml #29

Closed kopax-polyconseil closed 7 months ago

kopax-polyconseil commented 1 year ago

HTML is not good for progamming api level to platform version, it would be nice to have a better api to do so

Thanks for sharing!

TWiStErRob commented 1 year ago

What is your use case? I don't think this website's data is useful for anything other than humans :)

In code you would simply use https://developer.android.com/reference/kotlin/android/os/Build.VERSION_CODES, for an example look at the code in the this question.

ebelinski commented 7 months ago

Thank you for the suggestion but since the intention of this website is to be human readable without APIs, I think I'm going to keep it the way it is for now :)