---
title: "route info · RUAL Documentation"
description: "Returns an object about the API route"
canonical: https://docs.rual.nl/block-types/browser/object_browser_route_info
language: en
---

# route info

This block is part of the [`browser`](https://docs.rual.nl/block-types/browser) group and was last modified in core [`v12.0.3`](https://docs.rual.nl/core-versions/120003).

Returns an object about the API route

- Object `object`

Outputs request metadata for the current HTTP run: secure, path, protocol, hostname, url, method, originalUrl, baseUrl (SHALLOW copy). Outputs nil when the run has no route context (e.g. queue or scheduled triggers). Takes no inputs.

A typical wiring for [route info](https://docs.rual.nl/block-types/browser/object_browser_route_info): the `object` out pin feeds [custom field](https://docs.rual.nl/block-types/object/object_get_custom_field).

![Studio canvas example for the route info block: typical wiring for route info.](https://docs.rual.nl/canvas-examples/object_browser_route_info.png)

### Version history

Introduced in [`v12.0.3`](https://docs.rual.nl/core-versions/120003).
