STARLINK-31973 - AOE轨道数据

1天前 2025-07-25T07:06:53+0000 2025-07-25T07:06:53+0000
STARLINK-31973
1 59943U 24106X   25206.29645081 -.00000837  00000-0 -20909-4 0  9997
2 59943  43.0025 176.9192 0000971 270.9646  89.1094 15.27569990 65748
1天前 2025-07-24T21:41:57+0000 2025-07-24T21:41:57+0000
STARLINK-31973
1 59943U 24106X   25205.90413397 -.00001441  00000-0 -42858-4 0  9996
2 59943  43.0026 179.1339 0001217 267.6984  92.3728 15.27565962 65687
2天前 2025-07-23T15:52:58+0000 2025-07-23T15:52:58+0000
STARLINK-31973
1 59943U 24106X   25204.66177993  .00000389  00000-0  23673-4 0  9999
2 59943  43.0018 186.1483 0001035 271.9630  88.1103 15.27579153 65496

              
import requests

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

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

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

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