STARLINK-4497 - AOE轨道数据

11小时前 2025-07-26T04:00:00+0000 2025-07-26T04:00:00+0000
STARLINK-4497
1 53411U 22097Z   25207.16666667  .00000000  00000-0  65767-4 0 00000
2 53411 053.2182 051.0239 0001727 078.6444 231.0821 15.08840161000000
24天前 2025-07-02T10:00:00+0000 2025-07-02T10:00:00+0000
STARLINK-4497
1 53411U 22097Z   25183.41666667  .00000000  00000-0  37370-4 0 00000
2 53411 053.2161 157.6424 0001376 069.5849 044.1717 15.08840583000000
26天前 2025-06-29T18:00:00+0000 2025-06-29T18:00:00+0000
STARLINK-4497
1 53411U 22097Z   25180.75000000  .00000000  00000-0  12988-4 0 00000
2 53411 053.2165 169.6148 0001192 060.3815 320.6205 15.08856540000000

              
import requests

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

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

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

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