STARLINK-3516 - AOE轨道数据

15小时前 2025-07-25T10:40:48+0000 2025-07-25T10:40:48+0000
STARLINK-3516
1 51739U 22016AB  25206.44500413 -.00000281  00000-0  45548-6 0  9996
2 51739  53.2167 259.2642 0001130  84.7636 275.3485 15.08836868190388
1天前 2025-07-24T14:00:48+0000 2025-07-24T14:00:48+0000
STARLINK-3516
1 51739U 22016AB  25205.58388613 -.00000778  00000-0 -30783-4 0  9991
2 51739  53.2167 263.1297 0001131  85.1040 275.0081 15.08830838189123
2天前 2025-07-23T10:59:14+0000 2025-07-23T10:59:14+0000
STARLINK-3516
1 51739U 22016AB  25204.45779658  .00000159  00000-0  28102-4 0  9992
2 51739  53.2168 268.1848 0001143  86.7691 273.3431 15.08839659190080

              
import requests

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

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

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

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