STARLINK-4794 - AOE轨道数据

14小时前 2025-07-26T01:36:59+0000 2025-07-26T01:36:59+0000
STARLINK-4794
1 53853U 22114AM  25207.06734605 -.00000162  00000-0  79282-5 0  9994
2 53853  53.2160 231.1660 0000975  76.1949 283.9152 15.08837650158220
1天前 2025-07-25T09:43:07+0000 2025-07-25T09:43:07+0000
STARLINK-4794
1 53853U 22114AM  25206.40494399  .00000205  00000-0  30982-4 0  9994
2 53853  53.2160 234.1394 0000964  77.7034 282.4066 15.08839587158664
2天前 2025-07-24T09:52:20+0000 2025-07-24T09:52:20+0000
STARLINK-4794
1 53853U 22114AM  25205.41134325  .00000398  00000-0  43104-4 0  9997
2 53853  53.2167 238.6006 0001014  80.2479 279.8628 15.08840664158515

              
import requests

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

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

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

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