STARLINK-4422 - AOE轨道数据

1天前 2025-07-25T06:09:51+0000 2025-07-25T06:09:51+0000
STARLINK-4422
1 53639U 22104BD  25206.25683657 -.00000218  00000-0  43944-5 0  9993
2 53639  53.2167 164.8951 0001429  81.4747 278.6407 15.08836495160878
1天前 2025-07-24T20:37:32+0000 2025-07-24T20:37:32+0000
STARLINK-4422
1 53639U 22104BD  25205.85939667 -.00000137  00000-0  94952-5 0  9998
2 53639  53.2168 166.6789 0001433  80.9090 279.2064 15.08834534161664
3天前 2025-07-23T08:03:39+0000 2025-07-23T08:03:39+0000
STARLINK-4422
1 53639U 22104BD  25204.33586845  .00000194  00000-0  30290-4 0  9992
2 53639  53.2164 173.5181 0001374  81.2077 278.9070 15.08840907160580

              
import requests

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

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

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

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