---
title: "GET /fares/train-times-fares"
method: GET
path: "/fares/train-times-fares"
tags: ["Train Times Fares"]
---

# GET /fares/train-times-fares

`GET /fares/train-times-fares`

## Response `200`

OK

- object[]
  - `originLocation` object
    - `name` string
    - `shortName` string
  - `destinationLocation` object
    - `name` string
    - `shortName` string
  - `priceFrom` object
    - `id` string
    - `amount` number
    - `currencyCode` string
  - `originId` union
    - string
    - number
  - `destinationId` union
    - string
    - number
  - `trainTimesPath` string
  - `isReverse` boolean

---

[API](https://skmtc.net/thetrainline/apis/trainline-desktop-api.md) · [All operations](https://skmtc.net/thetrainline/apis/trainline-desktop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetrainline/trainline-desktop-api/revisions/45a894ec56f4/schema)
