andiim3 API | andi setiawan's blog

This API is still in beta version. Our API uses JSON data interface for transaction.

Tips: You can view the page source for a simple yet complete working code. Open http://andiim3.com/api, then right click and choose “view page source” from your PC browser.

API Usage

Browsing And Searching APK
API URL: http://andiim3.com/api/api.php?tipe=result&s=&perpage=10&page=1

Description:
tipe = result // result = to browse the apk
s = "search keywords"  // s could be any word or phrase to search in database
perpage = 10 // limit the result shown per page, it should be any integer bigger than "0"
page = 1 // return the other page if the number of search result divided by perpage is greater than 1, it should be any integer bigger than "0"

The Total of Search Result
API URL: http://andiim3.com/api/api.php?tipe=result&totalapk=yes&s=s

Description:
s = search keywords  //  could be any word or phrase to search in database
The output will be an integer.

Tips: It will be easier to fetch the total via ajax function.

 

APK Details And download link
API URL
: http://andiim3.com/api/api.php?tipe=detail&i=1234

Description:
tipe = detail  // this is to fetch the details including the download link
i = APK ID  // integer ID number of the APK

Tips: It will be easier to fetch it via ajax function. Or you may use <iframe> tag in your HTML.


Posted in announcement, php, project, umum |

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: