STARLINK-32438 - AOE轨道数据

2天前 2025-07-23T18:00:00+0000 2025-07-23T18:00:00+0000
STARLINK-32438
1 61722U 24196R   25204.75000000  .00000000  00000-0  12354-4 0 00000
2 61722 053.1597 084.9945 0001005 095.4020 183.9769 15.30212845000000
31天前 2025-06-24T20:00:00+0000 2025-06-24T20:00:00+0000
STARLINK-32438
1 61722U 24196R   25175.83333333  .00000000  00000-0  35140-5 0 00000
2 61722 053.1584 219.3115 0001209 064.8220 312.4380 15.30263529000000

              
import requests

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

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

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

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