STARLINK-3293 - AOE轨道数据

3天前 2025-07-22T19:00:00+0000 2025-07-22T19:00:00+0000
STARLINK-3293
1 50176U 21125W   25203.79166667  .00000000  00000-0  57734-5 0 00000
2 50176 053.2143 201.1754 0001444 065.9077 058.9367 15.08840332000000
6天前 2025-07-19T18:00:00+0000 2025-07-19T18:00:00+0000
STARLINK-3293
1 50176U 21125W   25200.75000000  .00000000  00000-0 -13099-4 0 00000
2 50176 053.2138 214.8321 0001356 077.1421 076.9247 15.08842482000000
11天前 2025-07-14T20:00:00+0000 2025-07-14T20:00:00+0000
STARLINK-3293
1 50176U 21125W   25195.83333333  .00000000  00000-0 -22876-4 0 00000
2 50176 053.2151 236.9042 0001201 059.0148 014.0096 15.08852036000000

              
import requests

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

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

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

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