STARLINK-30129 - AOE轨道数据

14小时前 2025-07-26T09:00:00+0000 2025-07-26T09:00:00+0000
STARLINK-30129
1 56689U 23067B   25207.37500000  .00000000  00000-0  40771-5 0 00000
2 56689 043.0050 064.5940 0001102 205.3843 077.1055 15.02552593000000
15天前 2025-07-11T00:00:00+0000 2025-07-11T00:00:00+0000
STARLINK-30129
1 56689U 23067B   25192.00000000  .00000000  00000-0  18251-4 0 00000
2 56689 043.0025 148.1400 0007060 054.4075 127.3070 15.02537247000000
17天前 2025-07-09T03:00:00+0000 2025-07-09T03:00:00+0000
STARLINK-30129
1 56689U 23067B   25190.12500000  .00000000  00000-0  36475-4 0 00000
2 56689 043.0036 158.3311 0000015 048.1191 059.8305 15.02534242000000

              
import requests

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

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

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

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