Short Link

Category Url Shorteners
Authentication No Auth
HTTPS Yes
CORS unknown
Difficulty beginner
Official URL https://github.com/FayasNoushad/Short-Link-API
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Short Link is a url shorteners API described as: Short URLs support so many domains. It is useful when you need programmatic access to short urls support so many domains from applications, dashboards, or internal tools. The published entry point or documentation is hosted at github.com, which makes it a practical starting point for evaluating available endpoints and response formats. Because the listing indicates no authentication, it is comparatively easy to test for prototypes, demos, or lightweight integrations.

Use Cases

  • Add short urls support so many domains to a url shorteners discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Short Link for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces short urls support so many domains to end users.

Code Examples

const url = "https://github.com/FayasNoushad/Short-Link-API";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

1pt

A simple URL shortener

No Auth HTTPS CORS: yes

CleanURI

URL shortener service

No Auth HTTPS CORS: yes

Free Url Shortener

Free URL Shortener offers a powerful API to interact with other sites

No Auth HTTPS CORS: unknown

Git.io

Git.io URL shortener

No Auth HTTPS CORS: unknown

Other APIs in Url Shorteners

1pt

A simple URL shortener

No Auth HTTPS CORS: yes

Bitly

URL shortener and link management

OAuth HTTPS CORS: unknown

CleanURI

URL shortener service

No Auth HTTPS CORS: yes

ClickMeter

Monitor, compare and optimize your marketing links

apiKey HTTPS CORS: unknown

Clico

URL shortener service

apiKey HTTPS CORS: unknown

Cutt.ly

URL shortener service

apiKey HTTPS CORS: unknown

Free Url Shortener

Free URL Shortener offers a powerful API to interact with other sites

No Auth HTTPS CORS: unknown

Git.io

Git.io URL shortener

No Auth HTTPS CORS: unknown

GoTiny

A lightweight URL shortener, focused on ease-of-use for the developer and end-user

No Auth HTTPS CORS: yes