STARLINK-30960 - AOE轨道数据

1天前 2025-07-25T05:38:13+0000 2025-07-25T05:38:13+0000
STARLINK-30960
1 58456U 23183V   25206.23486925 -.00005000  00000-0 -17226-3 0  9997
2 58456  43.0004 165.7218 0001110 266.3060  93.7664 15.27589295 92916
1天前 2025-07-24T21:47:27+0000 2025-07-24T21:47:27+0000
STARLINK-30960
1 58456U 23183V   25205.90794561 -.00003654  00000-0 -12335-3 0  9997
2 58456  43.0008 167.5679 0001370 275.3735  84.6960 15.27575818 92844
2天前 2025-07-23T22:15:03+0000 2025-07-23T22:15:03+0000
STARLINK-30960
1 58456U 23183V   25204.92712157  .00003691  00000-0  14354-3 0  9991
2 58456  43.0028 173.1081 0001926 276.9834  83.0798 15.27593404 92696

              
import requests

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

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

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

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