STARLINK-2411 - AOE轨道数据

19小时前 2025-07-27T05:23:19+0000 2025-07-27T05:23:19+0000
STARLINK-2411
1 47826U 21018AR  25208.22452533 -.00001617  00000-0 -89657-4 0  9998
2 47826  53.0539 183.7730 0001590  46.9754 313.1368 15.06398145242277
1天前 2025-07-26T21:25:37+0000 2025-07-26T21:25:37+0000
STARLINK-2411
1 47826U 21018AR  25207.89279205 -.00001486  00000-0 -80895-4 0  9992
2 47826  53.0538 185.2621 0001583  45.5745 314.5373 15.06396589242562
2天前 2025-07-25T10:23:44+0000 2025-07-25T10:23:44+0000
STARLINK-2411
1 47826U 21018AR  25206.43314879  .00002650  00000-0  19665-3 0  9996
2 47826  53.0527 191.8146 0001518  42.4600 317.6506 15.06418468242001

              
import requests

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

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

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

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