Skip to content

1tn.pw

Super simple URL shortner

Very simple API

Create

curl --request POST \
  --url http://api.1tn.pw/create \
  --header 'Content-Type: application/json' \
  --data '{
	"url": "https://keloran.dev"
}'

Returns

{
	"short": "yJjWqM",
	"url": "https://keloran.dev"
}

Get

curl --request GET \
  --url https://api.1tn.pw/yJjWqM \

Returns

{
	"long": "https://keloran.dev"
}

Popular repositories Loading

  1. protobufs protobufs Public

    Makefile

  2. short-service short-service Public

    Go

  3. orchestrator orchestrator Public

    Go

  4. frontend frontend Public

    TypeScript

  5. .github .github Public

    Simple URL Shortner

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…