STARLINK-5150 - AOE轨道数据

11小时前 2025-07-26T22:43:30+0000 2025-07-26T22:43:30+0000
STARLINK-5150
1 57144U 23090AV  25207.94688051 -.00000012  00000-0  14196-4 0  9991
2 57144  43.0058  48.4329 0001363 267.3002  92.7685 15.02530815115460
2天前 2025-07-25T00:27:24+0000 2025-07-25T00:27:24+0000
STARLINK-5150
1 57144U 23090AV  25206.01902256 -.00000671  00000-0 -34605-4 0  9993
2 57144  43.0053  58.9084 0001301 275.2807  84.7887 15.02533441115173
2天前 2025-07-24T14:53:01+0000 2025-07-24T14:53:01+0000
STARLINK-5150
1 57144U 23090AV  25205.62015196 -.00000168  00000-0  26292-5 0  9991
2 57144  43.0046  61.0751 0001201 265.6213  94.4493 15.02536569116068

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 57144,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情