---
title: "Retrieve the bounding box of an infra."
method: GET
path: "/infra/{infra_id}/bbox"
tags: ["infra"]
---

# Retrieve the bounding box of an infra.

`GET /infra/{infra_id}/bbox`

## Path parameters

- `infra_id` integer, required

## Response `200`

The bbox of the infra if it contains tracks

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

## Other responses

- `404` — Infra ID not found

---

[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/revisions/d4f882bf7ec5/schema)
