STARLINK-3279 - AOE轨道数据

1天前 2025-07-26T11:00:00+0000 2025-07-26T11:00:00+0000
STARLINK-3279
1 50185U 21125AF  25207.45833333  .00000000  00000-0  33530-4 0 00000
2 50185 053.2173 184.7552 0001341 066.5191 245.7948 15.08851748000000
8天前 2025-07-18T18:00:00+0000 2025-07-18T18:00:00+0000
STARLINK-3279
1 50185U 21125AF  25199.75000000  .00000000  00000-0  46510-4 0 00000
2 50185 053.2146 219.3586 0001091 067.7407 111.5117 15.08839712000000
14天前 2025-07-13T00:00:00+0000 2025-07-13T00:00:00+0000
STARLINK-3279
1 50185U 21125AF  25194.00000000  .00000000  00000-0  21499-4 0 00000
2 50185 053.2172 245.1715 0001399 057.5225 191.7911 15.08844225000000

              
import requests

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

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

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

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