Lstu API
- POST https://huit.re/a
-
Parameters:
- lsturl mandatory
URL to shorten - lsturl-custom optional
Custom shortened text - format optional
If equal to "json", response will be in JSON format, HTML format otherwise
- JSON: success
{"url":"https:\/\/fiat-tux.fr","short":"https:\/huit.re\/XzQBd6eFa","success":true}
- JSON: failure
{"msg":"Failure reason","success":false}
- Response for HTML format
You will be redirected to the Lstu classic interface with a message giving the shortened URL
- lsturl mandatory
- GET https://huit.re/shortened_url
-
Response:
- You will be redirected to the targeted URL or to the Lstu interface with a message giving the failure reason
- GET https://huit.re/shortened_url.json
-
Response:
- JSON: success
{"url":"https:\/\/fiat-tux.fr","success":true}
- JSON: failure
{"msg":"Failure reason","success":false}
- JSON: success
- GET https://huit.re/stats
-
It will use Lstu's cookies to know which shortened URL it will return statistics for.
Parameters:- format optional
If equal to "json", response will be in JSON format, HTML format otherwise
- Response for JSON format
[{"short":"https:\/huit.re\/shortened_url","url":"URL","counter":integer, how many unique visits of the shortened URL}]
- Response for HTML format
A page with a table containing the same informations that the JSON response
- format optional
- GET https://huit.re/stats/shortened_url
-
Get the details (visit counter, creation date, etc.) of a shortened URL.
Response:- JSON: success
{"url":"https:\/\/fiat-tux.fr","short":"https:\/huit.re\/shortened_url","success":true,"counter":integer, how many unique visits of the shortened URL,"created_at":1519296674,"short":"URL","timestamp":1519296680}
- JSON: failure
{"msg":"Failure reason","success":false}
- JSON: success