RailGo
简介官网
版本
版本
  • V1 API
  • V2 API
简介官网
版本
版本
  • V1 API
  • V2 API
Github RailGoApps
QQ交流群
  1. V2 API
  • 车次检票口、停台及出站口
    GET
  • 车次正晚点
    GET
  • 车站大屏
    GET
  • 车次主数据
    GET
  • 列车车厢图
    GET
  • 列车运行线路点
    GET
  1. V2 API

车站大屏

GET
https://rg-api.zenglingkun.cn/api/v2/getStationBigScreen
责任人:未设置
获取一个车站的大屏信息。
大屏状态代码如下:
代码含义
WAITING候车
CANCELED取消
CHECK_BEGIN出发开检
CHECK_STOP出发停检
ON_TIME到达正点
DELAY到达晚点
EARLY到达早点
此接口对无客运列车停靠的车站返回空数据。

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://rg-api.zenglingkun.cn/api/v2/getStationBigScreen?stationTelecode=BJP&kind=arrival'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "data": [
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "09:25",
            "timeDelay": 0,
            "trainEndStation": "宿迁",
            "trainNum": "G8266",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "10:02",
            "timeDelay": 0,
            "trainEndStation": "南京",
            "trainNum": "C3860",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "10:36",
            "timeDelay": 0,
            "trainEndStation": "上海南",
            "trainNum": "G8388",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "11:15",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "G8251",
            "trainStartStation": "连云港"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "12:29",
            "timeDelay": 0,
            "trainEndStation": "扬州东",
            "trainNum": "G7280",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "13:08",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "G7075",
            "trainStartStation": "合肥南"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "13:21",
            "timeDelay": 0,
            "trainEndStation": "宿迁",
            "trainNum": "G8286",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "13:47",
            "timeDelay": 0,
            "trainEndStation": "黄山北",
            "trainNum": "G7772",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "14:28",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "G8299",
            "trainStartStation": "徐州东"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "14:36",
            "timeDelay": 0,
            "trainEndStation": "上海南",
            "trainNum": "G8982",
            "trainStartStation": "上海"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "15:09",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "G7053",
            "trainStartStation": "南京"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "16:00",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "C3895",
            "trainStartStation": "扬州"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "16:22",
            "timeDelay": 0,
            "trainEndStation": "上海",
            "trainNum": "C3883",
            "trainStartStation": "盐城"
        },
        {
            "bigScreenPort": [
                "检票口"
            ],
            "bigScreenStatus": "候车",
            "bigScreenStatusCode": "WAITING",
            "time": "17:14",
            "timeDelay": 0,
            "trainEndStation": "徐州东",
            "trainNum": "C3886",
            "trainStartStation": "上海"
        }
    ],
    "msg": "Succeeded.",
    "success": true
}

RailGo官方公众号

在这里,获得 RailGo 的最新动态

扫码添加公众号
修改于 2026-06-29 01:21:29
上一页
车次正晚点
下一页
车次主数据
Built with