An open API service indexing awesome lists of open source software.

https://github.com/null-none/urls.click-old

Simple and fast URL shortener
https://github.com/null-none/urls.click-old

Last synced: about 1 year ago
JSON representation

Simple and fast URL shortener

Awesome Lists containing this project

README

          

#### urls.click

- Golang
- Redis

### API Documentation

> API endpoint: http://localhost:3000/api/v1/

#### API Payload

- "url" - Original URL
- "short" - Custom short URL(Optional)
- "expiry" - Time to expire: int(hours)

#### API Response

- "url" - Original URL
- "short" - Custom short URL
- "expiry" - Time to expire: int(hours)
- "rate_limit" - # of API calls remaining: int
- "rate_limit_reset" - Time to rate limit reset: int(minutes)