Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
/ URLShortener Public archive

Infeeds URL Shortener API Usage.

Notifications You must be signed in to change notification settings

infeeds/URLShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Infeeds URL Shortener API

Use HTTP GET or REST API to get shortened URL. Retreived data will be encoded in JSON.

Request

https://infd.in/api/short?url=https://infeeds.com

Output

Success

{"status":1,"message":"URL is shortened","url":"https:\/\/infeeds.com","id":"22D28","short":"https:\/\/infd.in\/22D28","hits":"7","time":"2 years ago"}

Failure

{"status":0,"message":"Your monthly usage quota is full, visit your infeeds account to fix this issue","url":"https:\/\/infeeds.com\/account\/apis"}

Releases

No releases published

Packages

No packages published