STARLINK-2380 - AOE轨道数据

3天前 2025-07-22T02:00:00+0000 2025-07-22T02:00:00+0000
STARLINK-2380
1 47799U 21018N   25203.08333333  .00000000  00000-0 -57602-5 0 00000
2 47799 053.0544 186.8522 0001149 065.6733 148.1681 15.06401908000000
7天前 2025-07-18T16:00:00+0000 2025-07-18T16:00:00+0000
STARLINK-2380
1 47799U 21018N   25199.66666667  .00000000  00000-0 -14269-3 0 00000
2 47799 053.0571 202.1889 0000713 126.7849 268.0904 15.06517192000000
21天前 2025-07-04T21:00:00+0000 2025-07-04T21:00:00+0000
STARLINK-2380
1 47799U 21018N   25185.87500000  .00000000  00000-0  38521-4 0 00000
2 47799 053.0533 264.1049 0001059 062.2622 018.7494 15.06394579000000

              
import requests

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

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

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

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