Definition
The address of a resource on the web. Consists of a scheme (https://), domain, optional path, and optional query string. Pronounced as individual letters: U-R-L.
Example Usage
"The API endpoint URL is https://api.example.com/v2/users?role=admin&page=2 — the query string filters and paginates results."