STARLINK-2648 - AOE轨道数据

6小时前 2025-07-26T19:36:49+0000 2025-07-26T19:36:49+0000
STARLINK-2648
1 48679U 21044AT  25207.81723028 -.00000092  00000-0  12744-4 0  9996
2 48679  53.0554  45.6019 0001476  84.6829 275.4328 15.06398819230644
1天前 2025-07-25T18:08:11+0000 2025-07-25T18:08:11+0000
STARLINK-2648
1 48679U 21044AT  25206.75568481  .00000352  00000-0  42573-4 0  9999
2 48679  53.0552  50.3662 0001776  83.9791 276.1400 15.06387208230483
2天前 2025-07-24T21:26:09+0000 2025-07-24T21:26:09+0000
STARLINK-2648
1 48679U 21044AT  25205.89315919  .00000749  00000-0  69186-4 0  9998
2 48679  53.0564  54.2398 0001456  97.1545 262.9610 15.06408927229514

              
import requests

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

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

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

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