API for developers
1. Introduction
This page documents the QKR.CC API. The QKR.CC website allows developers to convert URLs into a shorter form through simple GET calls. The service is free and thre are no requirements to use it. However, please contact us if you need to convert large amounts of URLs.
2. Usage
The API end point is located at:
http://www.qkr.cc/convert
It takes one parameter only which is the URL to convert. A standard call looks like this:
http://www.qkr.cc/convert?u=www.yoururl.com
Where the u parameter will contain the URL with or without "http://" in front;
The response is JSON-encoded which will result in something like this:
"http:\/\/qkr.cc\/Av1K"
The response is always a string therefore although is in JSON format it can be easily converted into its non-encoded form.
3. Need help ?
If you need help or just want to contact us please post a ticket here: www.askdanblackburn.com/support/
|