STARLINK-2430 - AOE轨道数据

21小时前 2025-07-26T22:37:16+0000 2025-07-26T22:37:16+0000
STARLINK-2430
1 48100U 21027J   25207.94254761  .00001074  00000-0  91002-4 0  9997
2 48100  53.0537  85.0387 0001388  86.6454 273.4694 15.06395307238672
2天前 2025-07-25T09:59:51+0000 2025-07-25T09:59:51+0000
STARLINK-2430
1 48100U 21027J   25206.41656458 -.00000761  00000-0 -32153-4 0  9993
2 48100  53.0549  91.8863 0002154  88.1068 272.0168 15.06399728238042
2天前 2025-07-24T22:51:04+0000 2025-07-24T22:51:04+0000
STARLINK-2430
1 48100U 21027J   25205.95212769  .00004771  00000-0  33879-3 0  9992
2 48100  53.0548  93.9710 0001441  93.1899 266.9255 15.06420570238376

              
import requests

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

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

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

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