voizle
 
 
 


VoizleApiDocumentation

#Documentation of the Voizle.com REST API methods

Introduction

The voizle.com API allows developers to interact in a programmatic way with the voizle.com website.

REST API

Usage

Your all request should be made to http://api.voizle.com/?PARAMETERS along with PARAMETERS as Follows:

Required Parameter

u=URL Replace URL with your Long URL, which you want to short.

Optional Parameter

id = ID Provide unique id to identify shorten voizle URL with your long URL. (if id is not unique then it will select any random id).
crawl = (NO) Making crawl to NO, will respond faster. Else VoizleBot? will crawl to mentioned URL and then respond. (Recommended: NO).
type = (SHORT | ALL) Type must be SHORT or ALL, SHORT will provide you only LongURL, ShortUrl?, and ID. And ALL provides you every details for required URL. (Note: for SHORT make crawl parameter to NO).
format = (JSON) you can have your return format in JSON or XML.
property = PROPERTY-NAME You can get any of the single information in Plain Format.

Return Format

   
</span><span class="pln"> Return page title (Not when type=SHORT) </span><span class="tag">
Return page description (Not when type=SHORT)
Return page keywords (Not when type=SHORT)
Return Long URL
Return Short URL
Return URLID
Return page Visits (Not when type=SHORT)
Return page Referers (Not when type=SHORT)
Return true when Long URL is valid URL

Examples

JSON Format

  • http://api.voizle.com/?format=json&crawl=no&type=short&u=http://www.crazyfriendz.com
  • {"voizle" : {"originalurl" : "http://www.crazyfriendz.com",
    "voizleurl" : "http://u.voizle.com/swkvm", "urlid" : "swkvm", "success" : "true"}}
  • http://api.voizle.com/?format=json&type=all&u=http://www.crazyfriendz.com
  • {"voizle" : {"title" : "Crazy Friendz - Social Networking - Login - CrazyFriends, Encyclopedia, QuestionAnswer, Download, FileSharing, CrazyLyrics", 
    "description" : "Join crazyfriendz and grab all crazy friends , school, college friends, office friends, collected them all and touch with them.",
    "tags" : "Low bandwidth, create free Blog, Hidden message, Share photos with friends, Privacy setting, Notifications,
    Poker game Fun zone, point system, watcher, bulletin, file sharing, crazy search provider"
    ,
    "originalurl" : "http://www.crazyfriendz.com", "voizleurl" : "http://u.voizle.com/swkvm",
    "urlid" : "swkvm", "clicks" : "23", "refs" : "2", "success" : "true"}}

XML Format

  • http://api.voizle.com/?type=short&u=http://www.crazyfriendz.com
  •    
    </span><span class="pln">Crazy Friendz - Social Networking</span><span class="tag">
    Join crazyfriendz and grab all
    Low bandwidth, create free Blog, Hidden message, Share photos with friends
    http://www.crazyfriendz.com
    http://u.voizle.com/swkvm
    swkvm
    23
    2
    true

Plain Format (only with property parameter)




Your Advertise here