STARLINK-31768 - AOE轨道数据

22小时前 2025-07-27T03:00:00+0000 2025-07-27T03:00:00+0000
STARLINK-31768
1 59616U 24080R   25208.12500000  .00000000  00000-0 -14814-4 0 00000
2 59616 043.0006 231.8783 0006207 135.4597 250.0927 15.27626376000000
5天前 2025-07-22T06:00:00+0000 2025-07-22T06:00:00+0000
STARLINK-31768
1 59616U 24080R   25203.25000000  .00000000  00000-0  35453-4 0 00000
2 59616 042.9990 259.4112 0001343 249.2601 295.9310 15.27578648000000
9天前 2025-07-18T07:00:00+0000 2025-07-18T07:00:00+0000
STARLINK-31768
1 59616U 24080R   25199.29166667  .00000000  00000-0  70663-5 0 00000
2 59616 043.0008 281.7665 0001365 233.5205 118.1664 15.27583185000000

              
import requests

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

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

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

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