STARLINK-6267 - AOE轨道数据

1天前 2025-07-25T17:51:38+0000 2025-07-25T17:51:38+0000
STARLINK-6267
1 56400U 23061AC  25206.74419119 -.00000891  00000-0 -50891-4 0  9995
2 56400  43.0041 337.8459 0001754 266.8656  93.1985 15.02545107123050
2天前 2025-07-24T17:55:43+0000 2025-07-24T17:55:43+0000
STARLINK-6267
1 56400U 23061AC  25205.74702515  .00004770  00000-0  36799-3 0  9997
2 56400  43.0042 343.2653 0001469 267.1363  92.9311 15.02527840122907
3天前 2025-07-23T10:01:12+0000 2025-07-23T10:01:12+0000
STARLINK-6267
1 56400U 23061AC  25204.41750024  .00007467  00000-0  56831-3 0  9993
2 56400  43.0121 350.4910 0002193 261.3525  98.7069 15.02463388122700

              
import requests

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

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

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

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