STARLINK-32518 - AOE轨道数据

22小时前 2025-07-25T12:18:07+0000 2025-07-25T12:18:07+0000
STARLINK-32518
1 61967U 24210J   25206.51258415  .00022040  00000-0  80799-3 0  9998
2 61967  43.0012  15.9031 0000751 214.1746 145.9058 15.27582076 40041
1天前 2025-07-24T12:45:46+0000 2025-07-24T12:45:46+0000
STARLINK-32518
1 61967U 24210J   25205.53178235  .00013765  00000-0  50892-3 0  9995
2 61967  43.0037  21.4438 0001216 245.3923 114.6802 15.27571873 39963
2天前 2025-07-23T19:30:02+0000 2025-07-23T19:30:02+0000
STARLINK-32518
1 61967U 24210J   25204.81252712  .00023222  00000-0  85007-3 0  9993
2 61967  42.9987  25.5030 0000678 268.7210  91.3564 15.27605380 39852

              
import requests

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

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

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

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