STARLINK-6241 - AOE轨道数据

19小时前 2025-05-13T06:35:51+0800 2025-05-12T22:35:51+0000
STARLINK-6241
1 56409U 23061AM  25132.94155947  .00001285  00000-0  11018-3 0  9993
2 56409  43.0053  18.7064 0001136 270.7467  89.3245 15.02536563111663
2天前 2025-05-11T11:31:12+0800 2025-05-11T03:31:12+0000
STARLINK-6241
1 56409U 23061AM  25131.14666227  .00000500  00000-0  52053-4 0  9996
2 56409  43.0047  28.4589 0001146 274.1136  85.9575 15.02532675111688
3天前 2025-05-10T17:58:11+0800 2025-05-10T09:58:11+0000
STARLINK-6241
1 56409U 23061AM  25130.41540352  .00000393  00000-0  44178-4 0  9994
2 56409  43.0040  32.4329 0001164 275.4890  84.5820 15.02535356111282

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图