# Nimble Links > Nimble Links is a link management platform for creating smart, conditional short links. It lets users build links that redirect visitors based on country, device, browser, operating system, language, time, click count, or custom formulas — plus link-in-bio pages, QR codes, and password-protected links. All plans include privacy-friendly analytics with no cookies or fingerprinting. Nimble Links is available at https://www.nimblelinks.com. Short links are served from https://nimble.li. ## Tools Nimble Links offers these link types (called "tools"): - **Short Link**: Shorten any URL to a nimble.li link. - **QR Code**: Generate a QR code that points to any URL. - **Password-Protected Link**: Require a password before redirecting visitors. - **Link in Bio**: A customizable page to showcase links, bio, and social profiles — all behind a single URL. - **Music Link**: One smart link for all music streaming platforms (Spotify, Apple Music, YouTube Music, etc.). - **Podcast Link**: One smart link for all podcast platforms. - **Redirect by Country**: Send visitors to different URLs based on their country. - **Redirect by Device**: Send visitors to different URLs based on their device (desktop, tablet, mobile). - **Redirect by Browser**: Send visitors to different URLs based on their browser (Chrome, Firefox, Safari, Edge, Opera). - **Redirect by Operating System**: Send visitors to different URLs based on their OS (iOS, Android, Windows, macOS, Linux). - **Redirect by Language**: Send visitors to different URLs based on their preferred language. - **Redirect by Click Count**: Change the destination after a certain number of clicks. - **Redirect by Date & Time**: Change the destination based on when the link is clicked. - **Redirect by Time**: Change the destination based on the time of day. - **Redirect Evenly**: Distribute traffic evenly across multiple URLs (A/B testing). - **Redirect Randomly**: Distribute traffic randomly across multiple URLs. - **Redirect by Weight**: Distribute traffic across URLs with custom weights. - **Redirect Formula**: Build dynamic redirect logic with custom formulas combining multiple conditions. ## Pricing - **Free**: 10 links, 100 clicks per link (all-time), 1 seat, all tools. - **Pro** ($29/month): Unlimited links, 100,000 clicks/month, 1 seat, custom domains. - **Advanced** ($89/month): Unlimited links, unlimited clicks, 5 seats, custom domains, API access. - **Lite** ($9/month, educational use only): 100 links/month, 5,000 clicks/month, 1 seat, custom URLs. Non-commercial. Annual billing is available at a discount. A Scale plan with custom pricing is available for higher-volume needs. ## Analytics All plans include analytics: click trends (daily/weekly/monthly), destination tracking, referrer tracking, country analytics, and device type analytics. Data can be exported as CSV. No tracker cookies or fingerprinting are used. ## API The REST API (available on the Advanced plan) allows programmatic link management and analytics. Authentication is via bearer token. Endpoints: - `GET /api/v1.0/me` — Get authenticated user info. - `GET /api/v1.0/links` — List links (paginated). - `POST /api/v1.0/links` — Create a link (supports most link types). - `GET /api/v1.0/links/{link}` — Get link details. - `DELETE /api/v1.0/links/{link}` — Delete a link. - `GET /api/v1.0/links/{link}/qr` — Get QR code data (SVG and PNG). - `GET /api/v1.0/links/{link}/clicks/total` — Get total click count. - `GET /api/v1.0/links/{link}/clicks/trend` — Get click trend (daily/weekly/monthly, with date range filtering). Base URL: `https://www.nimblelinks.com/api/v1.0` ## Pages - [Home](https://www.nimblelinks.com/): Overview of the product and its features. - [Plans](https://www.nimblelinks.com/plans): Pricing and feature comparison. - [Tools](https://www.nimblelinks.com/tools): Overview of all available link types. - [Guides](https://www.nimblelinks.com/guides): Feature guides and tutorials. - [Use Cases](https://www.nimblelinks.com/use-cases): Real-world use case examples. - [Analytics](https://www.nimblelinks.com/analytics): Public analytics demo. - [API Documentation](https://www.nimblelinks.com/api): Full API documentation with code examples. - [FAQ](https://www.nimblelinks.com/faq): Frequently asked questions. - [Privacy Policy](https://www.nimblelinks.com/privacy): Privacy policy. - [Terms of Service](https://www.nimblelinks.com/terms): Terms of service.