STARLINK-32324 - AOE轨道数据

1天前 2025-07-25T01:40:29+0000 2025-07-25T01:40:29+0000
STARLINK-32324
1 61863U 24202U   25206.06977571 -.00001008  00000-0 -27133-4 0  9992
2 61863  43.0026  83.6754 0001283 276.8729  83.1977 15.27569057 41095
1天前 2025-07-24T16:15:31+0000 2025-07-24T16:15:31+0000
STARLINK-32324
1 61863U 24202U   25205.67743995  .00000631  00000-0  32434-4 0  9998
2 61863  43.0021  85.8917 0000809 293.1186  66.9581 15.27581610 41030
3天前 2025-07-23T02:35:45+0000 2025-07-23T02:35:45+0000
STARLINK-32324
1 61863U 24202U   25204.10816547 -.00000341  00000-0 -28438-5 0  9999
2 61863  43.0020  94.7532 0001595 263.6484  96.4186 15.27585082 40795

              
import requests

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

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

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

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