You are here:
Softonic API
-
Softonic API
-
Resources
-
API Methods
- testEcho
Api
- getHotSoftware
- getHomeChoice
Latest
- getPlatforms
- getChildren
- getParents
- getPrograms
Section
- getInfo
- getRelated
- getScreenshots
- getOpinions
- getOpinion
- getFans
- getVideos
- getDownloadHistory
- getFreeDownloadUrl
Program
- Search
Search
Mobile getOs
This function is used to get a list of Operative Systems for mobile devices.
http://api2.softonic.com/<inst>/mobile_getOs.<format>?key=YOUR_API_KEY
Parameters
- <inst>: Softonic instance (en, es, it, pt ...)
- <format>: XML, JSON or PHP
XML response sample
http://api2.softonic.com/en/mobile_getOs.xml?key=API_KEY&results=2
<?xml version="1.0" encoding="UTF-8"?>
<response status="ok" total_items="7">
<oss>
<os>
<id_os>1</id_os>
<name>Symbian</name>
</os>
<os>
<id_os>3</id_os>
<name>Java</name>
</os>
<os>
<id_os>4</id_os>
<name>Windows Mobile</name>
</os>
<os>
<id_os>2</id_os>
<name>BlackBerry</name>
</os>
<os>
<id_os>5</id_os>
<name>iPhone</name>
</os>
<os>
<id_os>6</id_os>
<name>Android</name>
</os>
<os>
<id_os>8</id_os>
<name>Windows Phone 7</name>
</os>
</oss>
</response>
JSON response sample
http://api2.softonic.com/en/mobile_getOs.json?key=API_KEY&results=2
{
"status":"ok",
"total_items":7,
"oss":[
{
"os":{
"id_os":"1",
"name":"Symbian"
}
},
{
"os":{
"id_os":"3",
"name":"Java"
}
},
{
"os":{
"id_os":"4",
"name":"Windows Mobile"
}
},
{
"os":{
"id_os":"2",
"name":"BlackBerry"
}
},
{
"os":{
"id_os":"5",
"name":"iPhone"
}
},
{
"os":{
"id_os":"6",
"name":"Android"
}
},
{
"os":{
"id_os":"8",
"name":"Windows Phone 7"
}
}
]
}
Copyright Softonic © 2009-2012 - All rights reserved
Softonic