STARLINK-31159 - AOE轨道数据

10小时前 2025-07-26T11:43:42+0000 2025-07-26T11:43:42+0000
STARLINK-31159
1 58740U 24005N   25207.48868291  .00000871  00000-0  79558-4 0  9991
2 58740  43.0030  10.8554 0001164 276.0089  84.0621 15.02533504 86499
1天前 2025-07-25T03:49:09+0000 2025-07-25T03:49:09+0000
STARLINK-31159
1 58740U 24005N   25206.15912847 -.00000156  00000-0  34979-5 0  9997
2 58740  43.0052  18.0809 0001228 272.2005  87.8696 15.02534198 86294
2天前 2025-07-24T21:26:14+0000 2025-07-24T21:26:14+0000
STARLINK-31159
1 58740U 24005N   25205.89321825 -.00000515  00000-0 -23025-4 0  9996
2 58740  43.0049  19.5257 0001257 271.7569  88.3129 15.02532848 86246

              
import requests

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

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

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

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