@transreport/pauk-passenger-api
    Preparing search index...

    Interface JourneyLegV1

    Journey leg details (v1)

    interface JourneyLegV1 {
        alight_station: Station;
        arrival_assistances?: AssistanceItem[] | null;
        arrival_meeting_point?: string | null;
        board_station: Station;
        departure_assistances?: AssistanceItem[] | null;
        departure_meeting_point?: string | null;
        destination_platform?: string | null;
        destination_scheduled_arrival?: string | null;
        destination_station?: Station | null;
        head_code?: string | null;
        luggages?: Luggage[] | null;
        mode: JourneyLegV1Mode;
        on_board_assistances?: AssistanceItem[] | null;
        operator?: Operator | null;
        origin_platform?: string | null;
        origin_scheduled_departure?: string | null;
        origin_station?: Station | null;
        position: number;
        realtime_arrival?: string | null;
        realtime_classification?: JourneyLegV1RealtimeClassification;
        realtime_departure?: string | null;
        rsid?: string | null;
        scheduled_arrival: string;
        scheduled_departure: string;
        train_rid?: string | null;
        train_uid?: string | null;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    alight_station: Station
    arrival_assistances?: AssistanceItem[] | null

    Assistance required at arrival

    arrival_meeting_point?: string | null

    Meeting point at arrival station

    board_station: Station
    departure_assistances?: AssistanceItem[] | null

    Assistance required at departure

    departure_meeting_point?: string | null

    Meeting point at departure station

    destination_platform?: string | null

    Platform at destination station

    destination_scheduled_arrival?: string | null

    Final destination scheduled arrival

    destination_station?: Station | null
    head_code?: string | null

    Train headcode

    luggages?: Luggage[] | null

    Luggage items

    Transport mode

    on_board_assistances?: AssistanceItem[] | null

    Assistance required on board

    operator?: Operator | null
    origin_platform?: string | null

    Platform at origin station

    origin_scheduled_departure?: string | null

    Original origin scheduled departure

    origin_station?: Station | null
    position: number

    Leg position in journey sequence

    1

    realtime_arrival?: string | null

    Real-time arrival prediction

    realtime_classification?: JourneyLegV1RealtimeClassification

    Real-time service status

    realtime_departure?: string | null

    Real-time departure prediction

    rsid?: string | null

    Rail Service Identifier (RSID)

    scheduled_arrival: string

    Scheduled arrival time

    scheduled_departure: string

    Scheduled departure time

    train_rid?: string | null

    Train RID (RTTI ID)

    train_uid?: string | null

    Train UID