STARLINK-31108 - AOE轨道数据

14小时前 2025-07-26T11:58:05+0000 2025-07-26T11:58:05+0000
STARLINK-31108
1 58738U 24005L   25207.49866745  .00001217  00000-0  10515-3 0  9993
2 58738  43.0044  10.9331 0001273 271.5665  88.5032 15.02533880 86410
1天前 2025-07-25T12:02:10+0000 2025-07-25T12:02:10+0000
STARLINK-31108
1 58738U 24005L   25206.50150333 -.00001969  00000-0 -13068-3 0  9995
2 58738  43.0048  16.3514 0001372 267.7979  92.2706 15.02539858 86233
2天前 2025-07-24T23:16:20+0000 2025-07-24T23:16:20+0000
STARLINK-31108
1 58738U 24005L   25205.96968044 -.00000392  00000-0 -13943-4 0  9992
2 58738  43.0050  19.2418 0001407 269.6257  90.4424 15.02533629 86181

              
import requests

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

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

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

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