-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.yaml
More file actions
298 lines (294 loc) · 11.8 KB
/
openapi.yaml
File metadata and controls
298 lines (294 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
openapi: 3.1.0
info:
title: RailForLess API
description: The API that powers RailForless.US!
version: 1.0.0
servers:
- url: https://api.railforless.us
description: Production
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: x-api-key
description: API key required for authentication. Email info@railforless.us to obtain an API key.
security:
- ApiKeyAuth: []
paths:
/fares:
get:
summary: Search for Amtrak fares
description: Fetches available Amtrak fares based on origin, destination, and date range.
operationId: searchFares
parameters:
- name: origin
in: query
required: true
description: The starting station code.
schema:
type: string
example: "NYP"
- name: destination
in: query
required: true
description: The destination station code.
schema:
type: string
example: "MTR"
- name: startDate
in: query
required: true
description: The earliest departure date for the search, inclusive.
schema:
type: string
format: date
example: "2025-10-11"
- name: endDate
in: query
required: true
description: The latest departure date for the search, inclusive.
schema:
type: string
format: date
example: "2025-10-20"
- name: accessible
in: query
required: false
description: Whether to ONLY include accessible fares. This will override the bedroom and family options.
schema:
type: boolean
example: true
- name: roundTrip
in: query
required: false
description: Specify if the search should include the opposite direction as well.
schema:
type: boolean
example: true
- name: bedrooms
in: query
required: false
description: Specify if bedroom accommodations should be included in the search results. This will increase API response time by 100% or more.
schema:
type: boolean
example: true
- name: familyRooms
in: query
required: false
description: Specify if family room accommodations should be included in the search results. This will increase API response time by 100% or more.
schema:
type: boolean
example: true
responses:
'200':
description: Successful response with a list of available fares.
content:
application/json:
schema:
type: array
items:
type: object
properties:
departureDate:
type: string
format: date-time
description: The specific date of this departure option.
origin:
type: string
description: The origin station code for this leg of the journey.
destination:
type: string
description: The destination station code for this leg of the journey.
options:
type: array
items:
type: object
properties:
departureDateTime:
type: string
format: date-time
arrivalDateTime:
type: string
format: date-time
elapsedSeconds:
type: integer
description: Total travel time in seconds.
accommodations:
type: array
items:
type: object
properties:
class:
type: string
example: "Coach"
fareFamily:
type: string
example: "VLU"
legAccommodations:
type: array
description: A nested array representing accommodations per leg.
items:
type: array
items:
type: object
properties:
fare:
type: object
properties:
accommodation:
type: number
format: float
rail:
type: number
format: float
total:
type: number
format: float
availableInventory:
type: integer
rbd:
type: string
description: Reservation Booking Designator.
example: "YB"
name:
type: string
example: "Coach Seat"
roomType:
type: string
example: "Other"
isAdditionalProduct:
type: boolean
travelLegs:
type: array
items:
type: object
properties:
trainId:
type: string
example: "69"
route:
type: string
example: "Adirondack"
origin:
type: string
example: "NYP"
departureDateTime:
type: string
format: date-time
destination:
type: string
example: "MTR"
arrivalDateTime:
type: string
format: date-time
elapsedSeconds:
type: integer
type:
type: string
example: "TRAIN"
isBorderCross:
type: boolean
isSelfTransfer:
type: boolean
amenities:
type: array
items:
type: string
example: ["Cafe", "Free WiFi"]
addItems:
type: array
items: {}
examples:
successful_search:
summary: "Successful fare search"
description: "Example response when results are found"
value:
- departureDate: "2025-10-12T07:15:00"
origin: "NYP"
destination: "MTR"
options:
- departureDateTime: "2025-10-12T07:15:00"
arrivalDateTime: "2025-10-12T20:16:00"
elapsedSeconds: 46860
accommodations:
- class: "Coach"
fareFamily: "VLU"
legAccommodations:
- - fare:
accommodation: 0
rail: 112
total: 112
availableInventory: 43
rbd: "YB"
name: "Coach Seat"
roomType: "Other"
isAdditionalProduct: false
travelLegs:
- trainId: "69"
route: "Adirondack"
origin: "NYP"
departureDateTime: "2025-10-12T07:15:00"
destination: "MTR"
arrivalDateTime: "2025-10-12T20:16:00"
elapsedSeconds: 46860
type: "TRAIN"
isBorderCross: true
isSelfTransfer: false
amenities: ["Cafe", "Free WiFi"]
addItems: []
amtrak_error:
summary: "Amtrak error response"
description: "Example response when Amtrak cannot complete the search, such as when a route is sold out"
value:
error:
message: "SOLD OUT"
'400':
description: Bad Request - The request parameters were invalid.
content:
application/json:
schema:
type: array
items:
type: object
properties:
code:
type: string
description: Error code identifying the type of validation error
message:
type: string
description: Human-readable error message
path:
type: array
items:
type: string
description: Array indicating which field(s) caused the error
required:
- code
- message
- path
example:
- code: "custom"
message: "Invalid origin"
path:
- "origin"
'500':
description: Internal Server Error - An unexpected error occurred on the server.
content:
application/json:
schema:
type: object
properties:
error:
type: object
properties:
message:
type: string
description: Description of the internal server error
required:
- message
required:
- error
example:
error:
message: "Example Unrecoverable Error"