The point of this document, is clarify how works PRA.LA API for create short URLs.
To make calls, is mandatory use the URL:
http://pra.la/api
The following parameters are accept:
http://pra.la/api?url=http://www.THE_URL.com
Return (text plain)
http://pra.la/URL_ID
http://pra.la/api?url=http://www.THE_URL.com&format=xml
Return (xml)
<?xml version="1.0" encoding="UTF-8" ?> <prala> <original>http://www.THE_URL.com.br/</original> <shortened>http://pra.la/00017</shortened> <short>00017</short> </prala>
http://pra.la/api?url=http://www.THE_URL.com&custom=MY_URL
Return
http://pra.la/MY_URL
http://pra.la/api?url=http://www.THE_URL.com&user=MY_USERNAME&key=MY_KEY
Return (added on your account)
http://pra.la/URL_ID
Download here a ASP.Net sample
Development by Gabriel Froes
Download here a ASP.Net sample
Development by Gabriel Froes
Soon
Soon
Soon
If you have any doubt, suggestion or contributions related to PRA.LA API, contact us by e-mail api@pra.la.