spoo.me

Shorten Your Url not Your Possibilities 🚀

🔥 Features 📌 Endpoints 🛠️ API Docs 🚀 Getting Started 🤝 Contributing

Total URLs Shortened Total Clicks Redirected Discord X (formerly Twitter) Follow

⚡ Introduction

spoo.me is a free, open-source service for shortening URLs. It offers URL statistics, a free API, and customization options. You can create custom slugs, add password protection, and manage link lifespans.

🔥 Features

  • Custom Slugs - Create custom slugs for your URLs 🎯
  • Emoji Slugs - Use emojis as slugs for your URLs 😃
  • Password Protection - Protect your URLs with a password 🔒
  • Link Max Clicks - Set a maximum number of clicks for your URLs 📈
  • URL Statistics - View detailed statistics for your URLs 📊
  • BOT Tracking - Track bot clicks on your URLs 🤖
  • API - A free and open-sourced API for URL shortening and statistics 🛠️
  • Export Click Data - Export click data as a CSV, JSON, XLSX, or XML file 📤
  • Open Source - spoo.me is open-sourced and free to use 📖
  • Absolutely Free - No hidden costs, no premium plans, no limitations 💸
  • No Registration - No need to register an account to use spoo.me 📝
  • Self Hosting - You can host spoo.me on your own server 🏠

📌 Endpoints

The basic structure for accessing a shortened URL is: https://spoo.me/<short_code>

Example - https://spoo.me/ga

🔐 Accessing Password-Protected URLs

For password-protected URLs, use the same basic structure. This redirects to a password entry page.

Example - https://spoo.me/exa
Password - Example@12

[!TIP] Bypass the password entry page by appending the password to the URL parameters - https://spoo.me/<short_code>?password=<password>

📈 Checking URL Statistics

To view the statistics for a URL, use the following structure: https://spoo.me/stats/<short_code>

Example - https://spoo.me/stats/ga

[!NOTE] You won't be able to view statistics for a password-protected page unless you provide its password.

🛠️ API Docs

Spoo.me offers a free, open-source API for URL shortening and statistics. Check it out below:

spoo.me API

🚀 Getting Started

To self-host spoo.me on your server, follow the this detailed guide:

|Self-Hosting Guide 🏠|

Share this project:

Updates