1pt logo

1pt

1pt

UnknownFreeOpen Sourceurl-shorteners41· JavaScript

A simple URL shortener with no authentication required.

Use it when

No authentication required

Watch for

No authentication may limit usage control

First check

Start by making REST requests to the API endpoints. No authentication is required, so you can begin using it immediately by following the documentation.

Auth
none
CORS
No
HTTPS
Yes
Signup
None
Latency
574 ms
Protocol
REST
Pricing
free
Stars
41

Uptime · 30-day window

Health history will appear here after the next daily check.

GitHub activity

41JavaScript5 open issuesLast commit 954d ago
01

About this API

1pt is a minimalistic URL shortening service designed for developers who need a quick and easy way to generate short links. It operates without requiring any authentication, making it accessible for simple use cases where ease of access is prioritized over advanced security or management features.

This API is suitable for projects that need to convert long URLs into shorter, more manageable links for sharing or embedding. Its simplicity means it does not include complex features like analytics or user accounts, focusing instead on straightforward URL shortening.

Developers looking for a lightweight, no-frills URL shortener can use 1pt to quickly integrate link shortening into their applications or workflows without dealing with authentication tokens or complicated setup procedures.

02

What you can build

  • 1Generate short URLs from long links
  • 2Create shareable links for social media
  • 3Embed shortened URLs in applications
03

Strengths & limitations

Strengths

  • No authentication required
  • Simple and straightforward usage
  • Open source documentation available

Limitations

  • No authentication may limit usage control
  • Limited feature set due to simplicity
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://github.com/1pt-co/api/blob/main/README.md/<endpoint>
05

Getting started

Start by making REST requests to the API endpoints. No authentication is required, so you can begin using it immediately by following the documentation.

06

FAQ

Do I need an API key to use this service?+

No, this API does not require any authentication or API key.

Can I use this API from a browser?+

Yes, since there is no authentication, you can make requests directly from a browser or client.

What kind of data is returned when shortening a URL?+

The API returns a shortened URL corresponding to the original long URL.

Is HTTPS required to use the API?+

While not explicitly stated, it is recommended to use HTTPS for secure communication.

07

Technical details

CORS: NoHTTPS: YesSignup: NoOpen source: Yes
Auth type
none
Pricing
free
Protocols
REST
Response time
574 ms
08

Tags