Download OpenAPI specification:Download
Welcome to the URLR developer API documentation.
Requirements:
Infos of the link to reduce
url required | string The url to reduce |
team | string Team id (displayed on dashboard) |
folder | string Folder id (displayed on dashboard) |
code | string Custom code |
label | string Link label |
password | string Link password |
expired_at | string Expiration date |
{- "url": "string",
- "team": "string",
- "folder": "string",
- "code": "string",
- "label": "string",
- "password": "string",
- "expired_at": "string"
}
{- "url": "string",
- "expired_at": "string",
- "team": "string",
- "folder": "string",
- "url_code": "xMs5c",
- "domain": "urlr.me",
- "code": 200
}
Infos to provide to get statistics of a link
code required | string The short-code of the url |
from | string Get stats from this date |
to | string Get stats until this date |
includeBots | boolean Whether include bots or not in statistics |
{- "code": "string",
- "from": "dd/mm/yyyy",
- "to": "dd/mm/yyyy",
- "includeBots": true
}
{- "clicks": 32,
- "uniqueClicks": 51
}