As seen on https://amtraker.com/stations, calls to the `/stations` endpoint are returning incorrect data for `lat`, `lon`, `address1`, `address2`, `city`, `state`, `zip`. For example, here is the response for `/stations/CHI`: ```json { "CHI": { "name": "Chicago Union", "code": "CHI", "tz": "America/Chicago", "lat": 0, "lon": 0, "address1": "ADDRESS1", "address2": "ADDRESS2", "city": "CITY", "state": "STATE", "zip": 0, "trains": [ "3-4", "3-3", "4-4", "5-4", "5-3", "6-3", "6-4", "7-4", "7-3", "8-4", "8-3", "21-4", "21-3", "22-4", "29-4", "30-4", "49-4", "50-4", "58-4", "305-4", "306-4", "307-5", "318-4", "319-4", "339-4", "340-4", "352-4", "354-4", "355-4", "364-4", "370-4", "382-4", "383-4", "392-4", "393-4" ] } } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by owen-hayes and has received 3 comments.