STARLINK-5876 - AOE轨道数据

18小时前 2025-07-26T10:00:00+0000 2025-07-26T10:00:00+0000
STARLINK-5876
1 56321U 23058E   25207.41666667  .00000000  00000-0  25899-3 0 00000
2 56321 097.6550 208.4202 0002965 140.8331 051.1557 15.01271843000000
1天前 2025-07-25T18:00:00+0000 2025-07-25T18:00:00+0000
STARLINK-5876
1 56321U 23058E   25206.75000000  .00000000  00000-0 -13862-2 0 00000
2 56321 097.6499 207.7638 0001023 228.7026 322.2709 15.01454462000000
8天前 2025-07-18T10:00:00+0000 2025-07-18T10:00:00+0000
STARLINK-5876
1 56321U 23058E   25199.41666667  .00000000  00000-0  25899-3 0 00000
2 56321 097.6517 200.5316 0001924 173.8343 008.8697 15.01263889000000

              
import requests

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

params = {
    'catId': 56321,
    'channel': 'KY',
    'format': 'TLE'
}

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

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