STARLINK-32484 - AOE轨道数据

1天前 2025-07-27T02:04:10+0000 2025-07-27T02:04:10+0000
STARLINK-32484
1 62160U 24224X   25208.08622305  .00007595  00000-0  28501-3 0  9997
2 62160  42.9998 352.4621 0003645 260.8094  99.2345 15.27603622 37970
1天前 2025-07-26T21:21:42+0000 2025-07-26T21:21:42+0000
STARLINK-32484
1 62160U 24224X   25207.89006884  .00021820  00000-0  79960-3 0  9995
2 62160  42.9990 353.5702 0001484 279.6612  80.4072 15.27599994 37949
2天前 2025-07-25T21:49:21+0000 2025-07-25T21:49:21+0000
STARLINK-32484
1 62160U 24224X   25206.90927603  .00019054  00000-0  69967-3 0  9999
2 62160  43.0001 359.1089 0001432 297.3422  62.7283 15.27602107 37794

              
import requests

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

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

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

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