# medialize/URI.js

Javascript URL mutation library

Repository: https://github.com/medialize/URI.js
Canonical: https://ross.abutalabs.com/products/urijs
Homepage: http://medialize.github.io/URI.js/
Language: JavaScript
License: MIT
License Family: permissive
Topics: uri-template, javascript, url-parser, url, uri, rfc-3986, rfc-6570, rfc-2732
Last push: 2023-08-27T10:51:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5363, "days_push": 1102, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6229, forks 468 (observed 2026-08-28T04:09:40.759020+00:00)

## What it is
URI.js is a JavaScript library for parsing, manipulating, and normalizing URLs with a fluent, jQuery-style chaining API. It supports query string handling, relative/absolute path conversion, URI normalization, and RFC 6570 URI Templates.

## Use cases
- parse and mutate URLs in JavaScript
- add or remove query string parameters from a URL
- convert relative paths to absolute URLs and vice versa
- expand URI templates with variables
- normalize messy URLs and query strings
- change hostname, TLD, directory, or file suffix of a URL

## When to choose
- you need rich URL mutation beyond what the native URL API offers
- you must support older browsers lacking URL/URLSearchParams
- you need RFC 6570 URI Template expansion
- you want second-level domain (TLD/S LD) aware URL handling

## When to avoid
- you only target modern browsers with native URL and URLSearchParams support
- you only need simple query string parsing
- you need an actively developed library with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, serialization, developer-tools
- domain: web-development, developer-tools, apis
- platform: browser, cross-platform
- tags: url-manipulation, uri-templates, query-strings, fluent-api, rfc-3986, rfc-6570, javascript, nodejs

## Member repositories
- medialize/URI.js (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:40.759020+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:13.365203+00:00, confidence not recorded.
  - readme: https://github.com/medialize/URI.js (fetched 2026-08-28T04:09:40.759020+00:00, sha 7612f0a52017)
  - homepage: http://medialize.github.io/URI.js/ (fetched 2026-08-29T08:43:45.534958+00:00, sha 4b1b8aa0df7a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
