loading
loading
The address of a page, API endpoint, image, or file on the web.
A URL tells the browser or client where to go: protocol, domain, path, and sometimes query parameters. In https://boostor.ai/lexique?q=json, the path is /lexique and the query is q=json. URLs matter because routes, API calls, SEO, and share links all depend on them being stable.
Plainly
Think of URL as a named building block in a big LEGO app. The address of a page, API endpoint, image, or file on the web.
In practice
Use it when you are mapping how the app is structured or explaining a feature to a teammate or agent. In practice, define the owner, input, output, and failure mode before you rely on it.