STARLINK-3936 - AOE轨道数据

16小时前 2025-07-27T04:04:09+0000 2025-07-27T04:04:09+0000
STARLINK-3936
1 52674U 22053U   25208.16954309  .00001111  00000-0  87872-4 0  9990
2 52674  53.2176  86.5220 0001415  89.7749 270.3405 15.08839732176571
21小时前 2025-07-26T23:17:59+0000 2025-07-26T23:17:59+0000
STARLINK-3936
1 52674U 22053U   25207.97082730  .00000501  00000-0  49600-4 0  9997
2 52674  53.2174  87.4144 0001384  90.9270 269.1880 15.08834468176970
1天前 2025-07-25T21:51:49+0000 2025-07-25T21:51:49+0000
STARLINK-3936
1 52674U 22053U   25206.91098194  .00000644  00000-0  58547-4 0  9999
2 52674  53.2178  92.1691 0001517  97.1189 262.9976 15.08838080176386

              
import requests

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

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

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

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