STARLINK-5907 - AOE轨道数据

16小时前 2025-07-26T01:02:02+0000 2025-07-26T01:02:02+0000
STARLINK-5907
1 56021U 23042AM  25207.04307332  .00000022  00000-0  16723-4 0  9990
2 56021  43.0016 194.9096 0001196 275.6402  84.4304 15.02533252129307
1天前 2025-07-25T05:53:17+0000 2025-07-25T05:53:17+0000
STARLINK-5907
1 56021U 23042AM  25206.24533826 -.00000227  00000-0 -17555-5 0  9994
2 56021  43.0019 199.2448 0001198 276.1277  83.9429 15.02535424128840
2天前 2025-07-24T17:07:28+0000 2025-07-24T17:07:28+0000
STARLINK-5907
1 56021U 23042AM  25205.71351583 -.00000271  00000-0 -50143-5 0  9992
2 56021  43.0019 202.1347 0001202 277.0343  83.0363 15.02535248129104

              
import requests

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

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

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

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