STARLINK-6105 - AOE轨道数据

17小时前 2025-07-26T05:36:20+0000 2025-07-26T05:36:20+0000
STARLINK-6105
1 56118U 23046AB  25207.23356793  .00015774  00000-0  33288-3 0  9991
2 56118  43.0015 279.9170 0001225 289.2971  70.7754 15.44977118128883
1天前 2025-07-25T06:19:55+0000 2025-07-25T06:19:55+0000
STARLINK-6105
1 56118U 23046AB  25206.26382591  .00015097  00000-0  31926-3 0  9993
2 56118  43.0007 285.5390 0001138 285.7740  74.2993 15.44942899128195
2天前 2025-07-24T07:03:27+0000 2025-07-24T07:03:27+0000
STARLINK-6105
1 56118U 23046AB  25205.29406332  .00019886  00000-0  41866-3 0  9999
2 56118  43.0017 291.1624 0001416 289.1160  70.9545 15.44910089128048

              
import requests

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

params = {
    'catId': 56118,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

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

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