STARLINK-5731 - AOE轨道数据

21小时前 2025-07-26T17:31:54+0000 2025-07-26T17:31:54+0000
STARLINK-5731
1 56924U 23083BA  25207.73049029  .00000572  00000-0  57462-4 0  9994
2 56924  43.0025 216.2840 0001281 270.1357  89.9338 15.02520524117940
2天前 2025-07-25T08:01:36+0000 2025-07-25T08:01:36+0000
STARLINK-5731
1 56924U 23083BA  25206.33444206 -.00003589  00000-0 -25072-3 0  9999
2 56924  43.0030 223.8699 0001438 268.4621  91.6057 15.02534642117731
3天前 2025-07-24T12:52:52+0000 2025-07-24T12:52:52+0000
STARLINK-5731
1 56924U 23083BA  25205.53670935 -.00001728  00000-0 -11293-3 0  9993
2 56924  43.0034 228.2047 0001424 267.9865  92.0814 15.02525780117616

              
import requests

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

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

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

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