STARLINK-3551 - AOE轨道数据

3天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-3551
1 51887U 22022AM  25205.12500000  .00000000  00000-0  41747-4 0 00000
2 51887 053.2171 305.1913 0001323 067.9567 078.2749 15.08837263000000
14天前 2025-07-13T18:00:00+0000 2025-07-13T18:00:00+0000
STARLINK-3551
1 51887U 22022AM  25194.75000000  .00000000  00000-0  56546-4 0 00000
2 51887 053.2175 351.7653 0001280 072.7693 207.6384 15.08842308000000

              
import requests

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

params = {
    'catId': 51887,
    'channel': 'KY',
    'format': 'TLE'
}

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

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