{"info":{"_postman_id":"7c954bef-182a-4d8d-bc78-e88e5e341eea","name":"Rail Reach API","description":"<html><head></head><body><p>The <strong>RailReach API Collection</strong> is a comprehensive toolset designed for developers to interact with regional demographic, economic, and transit data. This collection is structured to facilitate seamless integration for transit-oriented applications and data analysis platforms.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"52516897","collectionId":"7c954bef-182a-4d8d-bc78-e88e5e341eea","publishedId":"2sBXcDHh5J","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-19T05:37:15.000Z"},"item":[{"name":"Regions","item":[{"name":"Get region by ID","id":"253c1980-3cf3-45ee-a722-4ece068589fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://railreach.me/api/regions/:id","description":"<p>Retrieve a region by a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","regions",":id"],"host":["railreach","me"],"query":[],"variable":[{"description":{"content":"<p>ID to get region by</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"09443525-eee1-4d91-ac01-add85d07c7fd","name":"Get region by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://railreach.me/api/regions/:id","protocol":"https","host":["railreach","me"],"path":["api","regions",":id"],"variable":[{"key":"id","value":"1","description":"ID to get region by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"493"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 04:54:58 GMT"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 04:54:58 GMT"},{"key":"x-amzn-RequestId","value":"d317d602-1e22-4dd8-ab2b-786f3d05dfc3"},{"key":"x-amzn-Remapped-content-length","value":"493"},{"key":"X-Amzn-Trace-Id","value":"Root=1-699697a2-51c9470c7d3826cb70790125;Parent=3688c21e8d196de0;Sampled=0;Lineage=1:56691fc4:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5f530432caa659f8479164b3918f641e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MCI50-P1"},{"key":"X-Amz-Cf-Id","value":"tDUjDHswFhfHMaffWmtivo9Mb3qCJYQZ2ZLL7E14ikzs588i1B8vjQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Texas\",\n    \"code\": \"TX\",\n    \"population\": 31700000,\n    \"medianHouseholdIncome\": 73000,\n    \"noVehicleAvailablePercent\": 5.3,\n    \"povertyRatePercent\": 13.9,\n    \"publicTransportationToWork\": [\n        \"DART\",\n        \"METRO\",\n        \"CapMetro\",\n        \"VIA\",\n        \"Trinity Metro\"\n    ],\n    \"imageUrl\": \"https://i.natgeofe.com/n/edb78803-2870-4668-8c79-ff004ae70c74/h_14776707.jpg\",\n    \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Texas\",\n    \"tourismUrl\": \"https://www.traveltexas.com/\",\n    \"twitterUrl\": \"https://twitter.com/TravelTexas\",\n    \"updatedAt\": \"2024-05-20T14:30:00Z\"\n}"}],"_postman_id":"253c1980-3cf3-45ee-a722-4ece068589fa"},{"name":"List regions","id":"7ae3065a-84ba-4e3e-8afa-b7860fd67d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://railreach.me/api/regions","description":"<p>Retrieves a collection of regions with support for global search, attribute-specific filtering, custom sorting, and pagination.</p>\n","urlObject":{"protocol":"https","path":["api","regions"],"host":["railreach","me"],"query":[{"disabled":true,"description":{"content":"<p>Global search with fuzzy match</p>\n","type":"text/plain"},"key":"q","value":"string"},{"disabled":true,"description":{"content":"<p>Partial match, filter by name</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>Check if agency is in the publicTransportationToWork list</p>\n","type":"text/plain"},"key":"transit","value":"string"},{"disabled":true,"description":{"content":"<p>filter by minimum population</p>\n","type":"text/plain"},"key":"minPopulation","value":"number"},{"disabled":true,"description":{"content":"<p>filter by maximum population</p>\n","type":"text/plain"},"key":"maxPopulation","value":"number"},{"disabled":true,"description":{"content":"<p>filter by minimum median income</p>\n","type":"text/plain"},"key":"minIncome","value":"number"},{"disabled":true,"description":{"content":"<p>filter by maximum population</p>\n","type":"text/plain"},"key":"maxIncome","value":"number"},{"disabled":true,"description":{"content":"<p>filter by maximum vehicle access</p>\n","type":"text/plain"},"key":"maxVehicleAccess","value":"number"},{"disabled":true,"description":{"content":"<p>filter by minimum vehicle access</p>\n","type":"text/plain"},"key":"minVehicleAccess","value":"number"},{"disabled":true,"description":{"content":"<p>filter by minimum poverty rate</p>\n","type":"text/plain"},"key":"minPovertyRate","value":"number"},{"disabled":true,"description":{"content":"<p>filter by maximum poverty rate</p>\n","type":"text/plain"},"key":"maxPovertyRate","value":"number"},{"disabled":true,"description":{"content":"<p>direction to sort by. defaults to asc</p>\n","type":"text/plain"},"key":"sortOrder","value":"asc|desc"},{"disabled":true,"description":{"content":"<p>sort by a field. defaults to name</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"disabled":true,"description":{"content":"<p>the specific page of regions to retrieve</p>\n","type":"text/plain"},"key":"page","value":"number"},{"disabled":true,"description":{"content":"<p>the number of regions per page</p>\n","type":"text/plain"},"key":"pageSize","value":"number"}],"variable":[]}},"response":[{"id":"1c62017c-86f1-439f-ac30-b0dc9d8d941d","name":"List regions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://railreach.me/api/regions?minPopulation=12000000&maxPovertyRate=15.0&sortBy=population&page=1&pageSize=5","protocol":"https","host":["railreach","me"],"path":["api","regions"],"query":[{"key":"q","value":"Austin","description":"Global search with fuzzy match","disabled":true},{"key":"name","value":"Texas","description":"Partial match, filter by name","disabled":true},{"key":"transit","value":"BART","description":"Check if agency is in the publicTransportationToWork list","disabled":true},{"key":"minPopulation","value":"12000000","description":"filter by minimum population"},{"key":"maxPopulation","value":"100000000","description":"filter by max population","disabled":true},{"key":"minIncome","value":"75000","description":"filter by minimum median income","disabled":true},{"key":"maxIncome","value":"80000","description":"filter by maximum population","disabled":true},{"key":"maxVehicleAccess","value":"10","description":"filter by maximum vehicle access","disabled":true},{"key":"minVehicleAccess","value":"0","description":"filter by minimum vehicle access","disabled":true},{"key":"maxPovertyRate","value":"15.0","description":"filter by maximum poverty rate"},{"key":"minPovertyRate","value":"0","description":"filter by minimum poverty rate","disabled":true},{"key":"sortBy","value":"population","description":"field to sort by"},{"key":"sortOrder","value":"asc","description":"direction to sort by. defaults to asc","disabled":true},{"key":"page","value":"1","description":"page number to retrieve"},{"key":"pageSize","value":"5","description":"number of items per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 04:27:50 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69969145-763e0af631a1c00663c0f882;Parent=39b18a25c158944c;Sampled=0;Lineage=1:56691fc4:0"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 04:27:50 GMT"},{"key":"x-amzn-RequestId","value":"603b3454-6fd7-41b4-8552-db85969bd4eb"},{"key":"x-amzn-Remapped-content-length","value":"2055"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a46c170d5f2450ed0c1a5426c9a53cce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MCI50-P1"},{"key":"X-Amz-Cf-Id","value":"CU2lCbmZiFXz-YY4emYvQWvEyai2Xx1o3ngfwUxsfpzT7AZru6AaYA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"California\",\n            \"code\": \"CA\",\n            \"population\": 39500000,\n            \"medianHouseholdIncome\": 91900,\n            \"noVehicleAvailablePercent\": 7,\n            \"povertyRatePercent\": 12,\n            \"publicTransportationToWork\": [\n                \"LA Metro\",\n                \"SFMTA (Muni)\",\n                \"BART\",\n                \"San Diego MTS\",\n                \"AC Transit\"\n            ],\n            \"imageUrl\": \"https://i.natgeofe.com/n/94966d6f-d643-409f-92e3-34af874609a8/Highway-image.jpg\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/California\",\n            \"tourismUrl\": \"https://www.visitcalifornia.com/\",\n            \"twitterUrl\": \"https://twitter.com/VisitCA\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Texas\",\n            \"code\": \"TX\",\n            \"population\": 31700000,\n            \"medianHouseholdIncome\": 73000,\n            \"noVehicleAvailablePercent\": 5.3,\n            \"povertyRatePercent\": 13.9,\n            \"publicTransportationToWork\": [\n                \"DART\",\n                \"METRO\",\n                \"CapMetro\",\n                \"VIA\",\n                \"Trinity Metro\"\n            ],\n            \"imageUrl\": \"https://i.natgeofe.com/n/edb78803-2870-4668-8c79-ff004ae70c74/h_14776707.jpg\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Texas\",\n            \"tourismUrl\": \"https://www.traveltexas.com/\",\n            \"twitterUrl\": \"https://twitter.com/TravelTexas\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Illinois\",\n            \"code\": \"IL\",\n            \"population\": 12800000,\n            \"medianHouseholdIncome\": 76700,\n            \"noVehicleAvailablePercent\": 10.4,\n            \"povertyRatePercent\": 11.9,\n            \"publicTransportationToWork\": [\n                \"CTA\",\n                \"Metra\",\n                \"Pace\",\n                \"NITA\",\n                \"Bi-State Development\"\n            ],\n            \"imageUrl\": \"https://i.natgeofe.com/n/6c531f9e-081f-45cb-ae6c-42bed4c67f45/chicago-travel_16x9.jpg\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Illinois\",\n            \"tourismUrl\": \"https://www.enjoyillinois.com/\",\n            \"twitterUrl\": \"https://twitter.com/EnjoyIllinois\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        }\n    ],\n    \"pagination\": {\n        \"totalItems\": 3,\n        \"totalPages\": 1,\n        \"currentPage\": 1,\n        \"pageSize\": 5,\n        \"hasNextPage\": false,\n        \"hasPreviousPage\": false,\n        \"links\": {\n            \"self\": \"http://railreach.me/api/regions?page=1&pageSize=5&minPopulation=12000000&maxPovertyRate=15.0&sortBy=population\",\n            \"next\": null,\n            \"previous\": null,\n            \"first\": \"http://railreach.me/api/regions?page=1&pageSize=5&minPopulation=12000000&maxPovertyRate=15.0&sortBy=population\",\n            \"last\": \"http://railreach.me/api/regions?page=1&pageSize=5&minPopulation=12000000&maxPovertyRate=15.0&sortBy=population\"\n        }\n    }\n}"}],"_postman_id":"7ae3065a-84ba-4e3e-8afa-b7860fd67d0c"}],"id":"d2e3daac-4549-477c-af4b-de522ded8fa9","description":"<p>The <strong>Regions</strong> endpoint provides access to a comprehensive dataset of geographical areas, featuring demographic, economic, and transit-oriented attributes. It supports advanced filtering, sorting, and pagination to help developers precisely target and navigate regional data.</p>\n","_postman_id":"d2e3daac-4549-477c-af4b-de522ded8fa9"},{"name":"Stations","item":[{"name":"Get station by ID","id":"0ba109c7-1c9e-4a51-b8ed-409f59c4d596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://railreach.me/api/stations/:id","description":"<p>Retrieve a station by a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","stations",":id"],"host":["railreach","me"],"query":[],"variable":[{"description":{"content":"<p>ID to get station by</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"0a5c20fe-5d6c-4e6c-9c22-a41f09ea0d2c","name":"Get station by ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://railreach.me/api/stations/:id","protocol":"https","host":["railreach","me"],"path":["api","stations",":id"],"variable":[{"key":"id","value":"1","description":"ID to get station by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 05:13:32 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69969bfc-6cb7054a21c2c13820935f07;Parent=0b7a25a6bd1e592d;Sampled=0;Lineage=1:56691fc4:0"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 05:13:32 GMT"},{"key":"x-amzn-RequestId","value":"33a5004e-7e3c-4da6-baba-ee98903e5707"},{"key":"x-amzn-Remapped-content-length","value":"1336"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1074b5c7053d44ab6a4a7f4ef4e37af8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LAX53-P5"},{"key":"X-Amz-Cf-Id","value":"4EIQVmLoUrSXrTz6II0GOCaqoNPneX1ToNTB6aItMUgXRm0JX0Dv8Q=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Austin Station\",\n    \"code\": \"AUS\",\n    \"address\": \"250 North Lamar Boulevard, Austin, TX 78703\",\n    \"timezone\": \"America/Chicago\",\n    \"description\": \"The brick depot was built in 1947 for the Missouri Pacific Railroad. Austin, a center of high-tech industry as well as the state capital, also styles itself the Live Music Capital of the World.\",\n    \"hours\": \"Station Building: 9:00 AM - 7:00 PM Daily\",\n    \"nearbyStations\": [\n        \"San Marcos, TX (SMC)\",\n        \"Taylor, TX (TAY)\"\n    ],\n    \"pointsOfInterest\": [\n        \"Lady Bird Lake\",\n        \"Zilker Park\",\n        \"Texas State Capitol\"\n    ],\n    \"connectedDestinations\": [\n        \"Chicago, IL\",\n        \"San Antonio, TX\",\n        \"Dallas, TX\"\n    ],\n    \"imageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Austin_Amtrak_Station.jpg/1280px-Austin_Amtrak_Station.jpg\",\n    \"regionId\": 1,\n    \"routesServedCount\": 1,\n    \"amtrakUrl\": \"https://www.amtrak.com/stations/aus\",\n    \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Austin_station_(Amtrak)\",\n    \"facebookUrl\": \"https://www.facebook.com/Amtrak/\",\n    \"twitterUrl\": \"https://twitter.com/Amtrak\",\n    \"poiImageUrl\": \"https://quiddity.com/wp-content/uploads/2021/05/Texas-Capitol-Complex-8-scaled.jpg\",\n    \"poiImageLabel\": \"Texas State Capitol\",\n    \"history\": \"Austin's brick station, built in 1947 for the Missouri Pacific Railroad, provides a small waiting room, ticket office and restroom for passengers...\\n\\n[Full text remains same]\",\n    \"updatedAt\": \"2024-05-20T14:30:00Z\"\n}"}],"_postman_id":"0ba109c7-1c9e-4a51-b8ed-409f59c4d596"},{"name":"List stations","id":"078fe44a-cc86-4587-affc-99401a2e4290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://railreach.me/api/stations","description":"<p>Retrieves a collection of stations with support for global search, attribute-specific filtering, custom sorting, and pagination.</p>\n","urlObject":{"protocol":"https","path":["api","stations"],"host":["railreach","me"],"query":[{"disabled":true,"description":{"content":"<p>fuzzy search across name, code, and address</p>\n","type":"text/plain"},"key":"q","value":"string"},{"disabled":true,"description":{"content":"<p>filter by station name</p>\n","type":"text/plain"},"key":"name","value":"string"},{"disabled":true,"description":{"content":"<p>filter by station code</p>\n","type":"text/plain"},"key":"code","value":"string"},{"disabled":true,"description":{"content":"<p>filter by parent region</p>\n","type":"text/plain"},"key":"regionId","value":"number"},{"disabled":true,"description":{"content":"<p>filter by minimum number of routes</p>\n","type":"text/plain"},"key":"minRoutes","value":"number"},{"disabled":true,"description":{"content":"<p>filter by maximum number of routes</p>\n","type":"text/plain"},"key":"maxRoutes","value":"number"},{"disabled":true,"description":{"content":"<p>filter by timezone</p>\n","type":"text/plain"},"key":"timezone","value":"string"},{"disabled":true,"description":{"content":"<p>sort by field</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"disabled":true,"description":{"content":"<p>direction of sorting</p>\n","type":"text/plain"},"key":"sortOrder","value":"string"},{"disabled":true,"description":{"content":"<p>the specific page of stations to retrieve</p>\n","type":"text/plain"},"key":"page","value":"number"},{"disabled":true,"description":{"content":"<p>the number of stations per page</p>\n","type":"text/plain"},"key":"pageSize","value":"number"}],"variable":[]}},"response":[{"id":"e09fec34-c7fb-4438-9ba2-863cd1e89b43","name":"List stations","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://railreach.me/api/stations","protocol":"https","host":["railreach","me"],"path":["api","stations"],"query":[{"key":"q","value":"string","description":"fuzzy search across name, code, and address","type":"text","disabled":true},{"key":"name","value":"string","description":"filter by station name","type":"text","disabled":true},{"key":"code","value":"string","description":"filter by station code","type":"text","disabled":true},{"key":"regionId","value":"number","description":"filter by parent region","type":"text","disabled":true},{"key":"minRoutes","value":"number","description":"filter by minimum number of routes","type":"text","disabled":true},{"key":"maxRoutes","value":"number","description":"filter by maximum number of routes","type":"text","disabled":true},{"key":"timezone","value":"string","description":"filter by timezone","type":"text","disabled":true},{"key":"sortBy","value":"string","description":"sort by field","type":"text","disabled":true},{"key":"sortOrder","value":"string","description":"direction of sorting","type":"text","disabled":true},{"key":"page","value":"number","description":"The specific page of stations to retrieve.","type":"text","disabled":true},{"key":"pageSize","value":"number","description":"The number of stations per page","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 05:14:35 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69969c3b-4b7edc9f2ce7b16b6c74fe6a;Parent=0e19a0d6b2512eab;Sampled=0;Lineage=1:56691fc4:0"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 05:14:35 GMT"},{"key":"x-amzn-RequestId","value":"961065c3-d523-49ce-9e7a-5fe5842ee69a"},{"key":"x-amzn-Remapped-content-length","value":"4422"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1074b5c7053d44ab6a4a7f4ef4e37af8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LAX53-P5"},{"key":"X-Amz-Cf-Id","value":"dy6u9RKhrOUQ1A4kdmRzREs8CkWYNA9xFFmJ9CzU-ykbMfOKtFvKpg=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Austin Station\",\n            \"code\": \"AUS\",\n            \"address\": \"250 North Lamar Boulevard, Austin, TX 78703\",\n            \"timezone\": \"America/Chicago\",\n            \"description\": \"The brick depot was built in 1947 for the Missouri Pacific Railroad. Austin, a center of high-tech industry as well as the state capital, also styles itself the Live Music Capital of the World.\",\n            \"hours\": \"Station Building: 9:00 AM - 7:00 PM Daily\",\n            \"nearbyStations\": [\n                \"San Marcos, TX (SMC)\",\n                \"Taylor, TX (TAY)\"\n            ],\n            \"pointsOfInterest\": [\n                \"Lady Bird Lake\",\n                \"Zilker Park\",\n                \"Texas State Capitol\"\n            ],\n            \"connectedDestinations\": [\n                \"Chicago, IL\",\n                \"San Antonio, TX\",\n                \"Dallas, TX\"\n            ],\n            \"imageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Austin_Amtrak_Station.jpg/1280px-Austin_Amtrak_Station.jpg\",\n            \"regionId\": 1,\n            \"routesServedCount\": 1,\n            \"amtrakUrl\": \"https://www.amtrak.com/stations/aus\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Austin_station_(Amtrak)\",\n            \"facebookUrl\": \"https://www.facebook.com/Amtrak/\",\n            \"twitterUrl\": \"https://twitter.com/Amtrak\",\n            \"poiImageUrl\": \"https://quiddity.com/wp-content/uploads/2021/05/Texas-Capitol-Complex-8-scaled.jpg\",\n            \"poiImageLabel\": \"Texas State Capitol\",\n            \"history\": \"Austin's brick station, built in 1947 for the Missouri Pacific Railroad, provides a small waiting room, ticket office and restroom for passengers...\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Sacramento Valley Station\",\n            \"code\": \"SAC\",\n            \"address\": \"401 I Street, Sacramento, CA, 95814\",\n            \"timezone\": \"America/Los Angeles\",\n            \"description\": \"Opened in 1926, the historic station is undergoing a multi-year renovation that includes track relocation, construction of new platforms and rehabilitation of the interiors.\",\n            \"hours\": \"Station Building: 5:00 AM - 11:59 PM Daily\",\n            \"nearbyStations\": [\n                \"Davis, CA (DAV)\",\n                \"Roseville, CA (RSV)\"\n            ],\n            \"pointsOfInterest\": [\n                \"Old Sacramento\",\n                \"State Railroad Museum\",\n                \"Golden 1 Center\"\n            ],\n            \"connectedDestinations\": [\n                \"San Francisco, CA\",\n                \"Los Angeles, CA\",\n                \"Seattle, WA\"\n            ],\n            \"imageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Sacramento_Valley_Station.JPG/1280px-Sacramento_Valley_Station.JPG\",\n            \"regionId\": 2,\n            \"routesServedCount\": 4,\n            \"amtrakUrl\": \"https://www.amtrak.com/stations/sac\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Sacramento_Valley_Station\",\n            \"facebookUrl\": \"https://www.facebook.com/Amtrak/\",\n            \"twitterUrl\": \"https://twitter.com/Amtrak\",\n            \"poiImageUrl\": \"https://lh3.googleusercontent.com/gps-cs-s/AHVAweo4PJ2ZKvnUPsVzQeJm5wk98JPQJy_DjmQkw5KzOvalgx89CAvt-t7nK2nz1_BM1wDvDuF2ZbOdqOUlzNHVQtdUmt6dB983dTHWD0lTeOtsSrNOtRpFzVQn-WBEWBc6DPoUyLSU=s1360-w1360-h1020-rw\",\n            \"poiImageLabel\": \"State Railroad Museum\",\n            \"history\": \"The original Sacramento station was the terminal of the Central Pacific Railroad. The present building, designed by Bliss and Faville, was built in 1926...\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Chicago Union Station\",\n            \"code\": \"CHI\",\n            \"address\": \"255 South Clinton Street, Chicago, IL 60606\",\n            \"timezone\": \"America/Chicago\",\n            \"description\": \"Best known for its majestic Great Hall, often bathed in soft light, Chicago Union Station is the hub for mid-western corridor services and national network trains serving the west.\",\n            \"hours\": \"Station Building: 5:30 AM - 11:59 PM Daily\",\n            \"nearbyStations\": [\n                \"Homewood, IL (HMW)\",\n                \"Dyer, IN (DYE)\"\n            ],\n            \"pointsOfInterest\": [\n                \"Willis Tower\",\n                \"Art Institute of Chicago\",\n                \"Millennium Park\"\n            ],\n            \"connectedDestinations\": [\n                \"New York, NY\",\n                \"Los Angeles, CA\",\n                \"Seattle, WA\",\n                \"New Orleans, LA\"\n            ],\n            \"imageUrl\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Chicago_Union_Station.jpg/1280px-Chicago_Union_Station.jpg\",\n            \"regionId\": 3,\n            \"routesServedCount\": 16,\n            \"amtrakUrl\": \"https://www.amtrak.com/stations/chi\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Chicago_Union_Station\",\n            \"facebookUrl\": \"https://www.facebook.com/Amtrak/\",\n            \"twitterUrl\": \"https://twitter.com/Amtrak\",\n            \"poiImageUrl\": \"https://www.chicagomag.com/wp-content/uploads/2024/05/C2024_06_01_077MillenniumPark.jpg\",\n            \"poiImageLabel\": \"Millennium Park\",\n            \"history\": \"Chicago Union Station was first envisioned by famed architect Daniel Burnham. Ultimately designed by Graham, Anderson, Probst and White...\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        }\n    ],\n    \"pagination\": {\n        \"totalItems\": 3,\n        \"totalPages\": 1,\n        \"currentPage\": 1,\n        \"pageSize\": 5,\n        \"hasNextPage\": false,\n        \"hasPreviousPage\": false,\n        \"links\": {\n            \"self\": \"http://railreach.me/api/stations?page=1&pageSize=5\",\n            \"next\": null,\n            \"previous\": null,\n            \"first\": \"http://railreach.me/api/stations?page=1&pageSize=5\",\n            \"last\": \"http://railreach.me/api/stations?page=1&pageSize=5\"\n        }\n    }\n}"}],"_postman_id":"078fe44a-cc86-4587-affc-99401a2e4290"}],"id":"a54e5ea0-a186-4b4d-a33b-dfe2b0d56045","_postman_id":"a54e5ea0-a186-4b4d-a33b-dfe2b0d56045","description":""},{"name":"Routes","item":[{"name":"Get route by ID","id":"545c2919-85fb-4846-b72f-25f8833b180f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://railreach.me/api/routes/:id","description":"<p>Retrieve a route by a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","routes",":id"],"host":["railreach","me"],"query":[],"variable":[{"description":{"content":"<p>ID of route to retrieve</p>\n","type":"text/plain"},"type":"any","value":"number","key":"id"}]}},"response":[{"id":"4c8b70cf-d711-4d28-8d43-8019aced7342","name":"Get route by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://railreach.me/api/routes/:id","protocol":"https","host":["railreach","me"],"path":["api","routes",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 05:31:57 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6996a04c-399796f15637825e2ce6e37a;Parent=79f8a6f7cf04f9c0;Sampled=0;Lineage=1:56691fc4:0"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 05:31:57 GMT"},{"key":"x-amzn-RequestId","value":"6fdfa99e-e36f-4c88-95be-d618395537ad"},{"key":"x-amzn-Remapped-content-length","value":"1411"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ae33f629b316ed04089a480fd5bcedd2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LAX53-P5"},{"key":"X-Amz-Cf-Id","value":"6JBsxr23rSeZLgHXeYwjUAGvynYuBmiJPGIqMaklepx3YtqsyhB5tw=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Texas Eagle\",\n    \"majorStops\": [\n        \"Chicago\",\n        \"St. Louis\",\n        \"Dallas\",\n        \"Austin\",\n        \"San Antonio\",\n        \"Los Angeles\"\n    ],\n    \"description\": \"Ready for a real adventure? Let Amtrak take you deep in the heart of Texas. Hop aboard the Texas Eagle, traveling between Chicago and San Antonio, through major cities from Austin to Dallas. Connecting service between San Antonio and Los Angeles is available via the Sunset Limited. Wind through the Land of Lincoln, across the Mississippi River, and through the Ozarks to Little Rock and the piney woods of East Texas. Onward to colorful, cosmopolitan Dallas, through Austin (home of the University of Texas), and finally to San Antonio, where the legend of the Alamo and the Riverwalk attract people from all over the world.\",\n    \"menu\": [\n        \"Signature Flat Iron Steak\",\n        \"Pan Roasted Chicken Breast\",\n        \"Atlantic Salmon\",\n        \"Railroad French Toast\"\n    ],\n    \"travelTimeInHours\": \"32 hours 25 minutes (Chicago - San Antonio); 65 hours 20 minutes (Chicago - Los Angeles)\",\n    \"regionsSpanned\": \"TX, CA, IL\",\n    \"stationsServed\": 43,\n    \"imageUrl\": \"https://www.amtrak.com/content/dam/projects/dotcom/english/public/images/heros/Route_TexasEasgle_HeroBanner_1_2.jpg/_jcr_content/renditions/cq5dam.web.2125.1195.jpeg\",\n    \"amtrakUrl\": \"https://www.amtrak.com/texas-eagle-train\",\n    \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Texas_Eagle\",\n    \"youtubeUrl\": \"https://www.youtube.com/watch?v=Mp9wDYiteGs\",\n    \"updatedAt\": \"2024-05-20T14:30:00Z\"\n}"}],"_postman_id":"545c2919-85fb-4846-b72f-25f8833b180f"},{"name":"List routes","id":"899a8030-523d-455d-b057-e3cf9f8d23b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://railreach.me/api/routes","description":"<p>Retrieves a collection of routes with support for global search, attribute-specific filtering, custom sorting, and pagination.</p>\n","urlObject":{"protocol":"https","path":["api","routes"],"host":["railreach","me"],"query":[{"disabled":true,"key":"q","value":"string"},{"disabled":true,"key":"name","value":"string"},{"disabled":true,"key":"majorStop","value":"string"},{"disabled":true,"key":"minStationsServed","value":"number"},{"disabled":true,"key":"maxStationsServed","value":"number"},{"disabled":true,"key":"regionId","value":"number"},{"disabled":true,"key":"sortBy","value":"string"},{"disabled":true,"key":"sortOrder","value":"string"},{"disabled":true,"key":"page","value":"number"},{"disabled":true,"key":"pageSize","value":"number"}],"variable":[]}},"response":[{"id":"b6fcf6da-4572-43cb-9f64-258691b654f4","name":"List routes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://railreach.me/api/routes","protocol":"https","host":["railreach","me"],"path":["api","routes"],"query":[{"key":"q","value":"string","description":"fuzzy search","type":"text","disabled":true},{"key":"name","value":"string","description":"filter by route name","type":"text","disabled":true},{"key":"majorStop","value":"string","description":"filter by major stop","type":"text","disabled":true},{"key":"minStationsServed","value":"number","description":"filter by minimum stations served","type":"text","disabled":true},{"key":"maxStationsServed","value":"number","description":"filter by maximum stations served","type":"text","disabled":true},{"key":"regionId","value":"number","description":"filter by parent region","type":"text","disabled":true},{"key":"sortBy","value":"string","description":"sort by field","type":"text","disabled":true},{"key":"sortOrder","value":"asc|desc","description":"direction of sort","type":"text","disabled":true},{"key":"page","value":"number","description":"the specific page of stations to retrieve","type":"text","disabled":true},{"key":"pageSize","value":"number","description":"the number of routes per page","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 19 Feb 2026 05:32:31 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6996a06f-2b38a493749fcad170a165e0;Parent=51186b1242d5e73d;Sampled=0;Lineage=1:56691fc4:0"},{"key":"x-amzn-Remapped-date","value":"Thu, 19 Feb 2026 05:32:31 GMT"},{"key":"x-amzn-RequestId","value":"90a6c0c2-74d3-4cd6-9db0-9380781efab3"},{"key":"x-amzn-Remapped-content-length","value":"4325"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ae33f629b316ed04089a480fd5bcedd2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LAX53-P5"},{"key":"X-Amz-Cf-Id","value":"PiGIig9Wd6G7fS-yyjaqwoiURTxF6yP3whA006xu-DP1WRv2paeenw=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Texas Eagle\",\n            \"majorStops\": [\n                \"Chicago\",\n                \"St. Louis\",\n                \"Dallas\",\n                \"Austin\",\n                \"San Antonio\",\n                \"Los Angeles\"\n            ],\n            \"description\": \"Ready for a real adventure? Let Amtrak take you deep in the heart of Texas. Hop aboard the Texas Eagle, traveling between Chicago and San Antonio, through major cities from Austin to Dallas. Connecting service between San Antonio and Los Angeles is available via the Sunset Limited. Wind through the Land of Lincoln, across the Mississippi River, and through the Ozarks to Little Rock and the piney woods of East Texas. Onward to colorful, cosmopolitan Dallas, through Austin (home of the University of Texas), and finally to San Antonio, where the legend of the Alamo and the Riverwalk attract people from all over the world.\",\n            \"menu\": [\n                \"Signature Flat Iron Steak\",\n                \"Pan Roasted Chicken Breast\",\n                \"Atlantic Salmon\",\n                \"Railroad French Toast\"\n            ],\n            \"travelTimeInHours\": \"32 hours 25 minutes (Chicago - San Antonio); 65 hours 20 minutes (Chicago - Los Angeles)\",\n            \"regionsSpanned\": \"TX, CA, IL\",\n            \"stationsServed\": 43,\n            \"imageUrl\": \"https://www.amtrak.com/content/dam/projects/dotcom/english/public/images/heros/Route_TexasEasgle_HeroBanner_1_2.jpg/_jcr_content/renditions/cq5dam.web.2125.1195.jpeg\",\n            \"amtrakUrl\": \"https://www.amtrak.com/texas-eagle-train\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Texas_Eagle\",\n            \"youtubeUrl\": \"https://www.youtube.com/watch?v=Mp9wDYiteGs\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"California Zephyr\",\n            \"majorStops\": [\n                \"Chicago\",\n                \"Denver\",\n                \"Salt Lake\",\n                \"Sacramento\",\n                \"San Francisco\"\n            ],\n            \"description\": \"Experienced travelers say the California Zephyr is one of the most beautiful train trips in all of North America. As you climb through the heart of the Rockies, and further west through the snow-capped Sierra Nevadas, you may find it hard to disagree. The Zephyr runs between Chicago and San Francisco, coursing through the plains of Nebraska to Denver, across the Rockies to Salt Lake City, and then through Reno and Sacramento into Emeryville/San Francisco. Connections in to San Francisco and Oakland stations via Amtrak Connection bus service at Emeryville, California.\",\n            \"menu\": [\n                \"Signature Flat Iron Steak\",\n                \"Pan Roasted Chicken Breast\",\n                \"Atlantic Salmon\",\n                \"Railroad French Toast\"\n            ],\n            \"travelTimeInHours\": \"51 hours 20 minutes\",\n            \"regionsSpanned\": \"IL, CA\",\n            \"stationsServed\": 34,\n            \"imageUrl\": \"https://www.amtrak.com/content/dam/projects/dotcom/english/public/images/heros/Route_CaliforniaZephyr_HeroBanner_1_1.jpg/_jcr_content/renditions/cq5dam.web.2125.1195.jpeg\",\n            \"amtrakUrl\": \"https://www.amtrak.com/california-zephyr-train\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/California_Zephyr\",\n            \"youtubeUrl\": \"https://www.youtube.com/watch?v=1dYslCbPEGo\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Coast Starlight\",\n            \"majorStops\": [\n                \"Seattle\",\n                \"Portland\",\n                \"Sacramento\",\n                \"Los Angeles\"\n            ],\n            \"description\": \"A grand west coast train adventure, en route daily between Los Angeles and Seattle, the Coast Starlight train passes through Santa Barbara, the San Francisco Bay Area, Sacramento and Portland. Widely regarded as one of the most spectacular of all train routes, the Coast Starlight links the greatest cities on the West Coast. The scenery along the Coast Starlight route is unsurpassed. The dramatic snow-covered peaks of the Cascade Range and Mount Shasta, lush forests, fertile valleys and long stretches of Pacific Ocean shoreline provide a stunning backdrop for your journey.\",\n            \"menu\": [\n                \"Signature Flat Iron Steak\",\n                \"Pan Roasted Chicken Breast\",\n                \"Atlantic Salmon\",\n                \"Railroad French Toast\"\n            ],\n            \"travelTimeInHours\": \"35 hours\",\n            \"regionsSpanned\": \"CA\",\n            \"stationsServed\": 30,\n            \"imageUrl\": \"https://www.amtrak.com/content/dam/projects/dotcom/english/public/images/heros/Route_CoastStarlight_HeroBanner_1_0.jpg/_jcr_content/renditions/cq5dam.web.2125.1195.jpeg\",\n            \"amtrakUrl\": \"https://www.amtrak.com/coast-starlight-train\",\n            \"wikipediaUrl\": \"https://en.wikipedia.org/wiki/Coast_Starlight\",\n            \"youtubeUrl\": \"https://www.youtube.com/watch?v=ISRl3gYnzOw\",\n            \"updatedAt\": \"2024-05-20T14:30:00Z\"\n        }\n    ],\n    \"pagination\": {\n        \"totalItems\": 3,\n        \"totalPages\": 1,\n        \"currentPage\": 1,\n        \"pageSize\": 5,\n        \"hasNextPage\": false,\n        \"hasPreviousPage\": false,\n        \"links\": {\n            \"self\": \"http://railreach.me/api/routes?page=1&pageSize=5\",\n            \"next\": null,\n            \"previous\": null,\n            \"first\": \"http://railreach.me/api/routes?page=1&pageSize=5\",\n            \"last\": \"http://railreach.me/api/routes?page=1&pageSize=5\"\n        }\n    }\n}"}],"_postman_id":"899a8030-523d-455d-b057-e3cf9f8d23b3"}],"id":"4a89849e-7dc9-42e9-a455-1fbc03d17429","_postman_id":"4a89849e-7dc9-42e9-a455-1fbc03d17429","description":""}]}