---
title: "Returns the BBoxes of a line"
method: GET
path: "/infra/{infra_id}/lines/{line_code}/bbox"
tags: ["infra"]
---

# Returns the BBoxes of a line

`GET /infra/{infra_id}/lines/{line_code}/bbox`

## Path parameters

- `infra_id` integer, required
- `line_code` integer, required

## Response `200`

The BBox of the line

- BoundingBox — A bounding box
  - `max_lat` number, double, required
  - `max_lon` number, double, required
  - `min_lat` number, double, required
  - `min_lon` number, double, required

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
