STARLINK-32027 - AOE轨道数据

14小时前 2025-07-25T13:06:21+0000 2025-07-25T13:06:21+0000
STARLINK-32027
1 60143U 24120J   25206.54607461 -.00000971  00000-0 -20660-4 0  9998
2 60143  53.1600 294.6500 0001190  97.6021 262.5115 15.30204538 61687
1天前 2025-07-24T16:43:41+0000 2025-07-24T16:43:41+0000
STARLINK-32027
1 60143U 24120J   25205.69700708 -.00004461  00000-0 -13866-3 0  9998
2 60143  53.1595 298.5904 0001236 114.3486 245.7644 15.30184872 61558
2天前 2025-07-23T14:04:45+0000 2025-07-23T14:04:45+0000
STARLINK-32027
1 60143U 24120J   25204.58663401  .00000612  00000-0  32787-4 0  9999
2 60143  53.1603 303.7490 0001341  90.0253 270.0901 15.30194948 61389

              
import requests

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

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

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

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