It could lead to problems if inputs are not URL encoded.
shrinkco.in/api/shrink
API_KEY
Your API key you can get from your account page
URL
The URL you want to shrink
IS_INSTANT
If set true, your redirects are instant and you earn no money.
If set false will monetize your traffic.
The default is true
{"id":"YOUR_ID","result":"rdrct.in/YOUR_ID"}
{"status":404,"message":"MESSAGE"}
shrinkco.in/api/delete
API_KEY
Your API key you can get from your account page
ID
The ID of your shrunk URL you want to delete
{"message":"MESSAGE"}
{"message":"MESSAGE"}
shrinkco.in/api/clicks
API_KEY
Your API key you can get from your account page
ID
The ID of your shrunk URL you want to check
{"clicks":CLICKS,"unique":UNIQUE_CLICKS}
{"message":"MESSAGE"}
shrinkco.in/api/campaign
API_KEY
Your API key you can get from your account page
ID
The ID of your shrunk URL you want to check
CAMPAIGN
The campaign name you want to check the clicks for
{"campaign":"CAMPAIGN","clicks":CLICKS}
{message":"MESSAGE"}
Here on this page, you will find the functions of our public API interface.
In gray you find the URL you have to request,
below in green you find mandatory parameters, in orange optional parameters with a standard default value.
Below you will find the types of response from our interface.
Please note that it could lead to problems, if inputs are not URL encoded.