---
title: "List Japan Rail Stations"
method: GET
path: "/japan/rail/stations"
tags: ["japan"]
---

# List Japan Rail Stations

`GET /japan/rail/stations`

Return a GeoJSON FeatureCollection of Shinkansen stations.

Each feature is a Point (WGS84). `properties.line_ids` lists every
`japan_rail_lines.id` that serves the station, so the FE can render
line-color chips alongside the station label without a second
request. The point geometry comes from PostGIS — keeping the
serialization on the DB side avoids float-precision drift.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
