STARLINK-2628 - AOE轨道数据

23小时前 2025-07-25T11:23:27+0000 2025-07-25T11:23:27+0000
STARLINK-2628
1 48359U 21038G   25206.47461680 -.00002312  00000-0 -13641-3 0  9992
2 48359  53.0553 301.6248 0001625 115.0830 245.0328 15.06389546234019
1天前 2025-07-24T16:16:58+0000 2025-07-24T16:16:58+0000
STARLINK-2628
1 48359U 21038G   25205.67844347  .00006985  00000-0  48699-3 0  9997
2 48359  53.0547 305.2010 0000957  88.5607 271.5492 15.06425173233890
2天前 2025-07-23T14:48:21+0000 2025-07-23T14:48:21+0000
STARLINK-2628
1 48359U 21038G   25204.61691149  .00001534  00000-0  12187-3 0  9998
2 48359  53.0555 309.9667 0000999  87.1559 272.9544 15.06398210232494

              
import requests

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

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

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

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