STARLINK-32582 - AOE轨道数据

20小时前 2025-07-27T02:23:53+0000 2025-07-27T02:23:53+0000
STARLINK-32582
1 62033U 24216B   25208.09992387  .00035521  00000-0  12929-2 0  9994
2 62033  43.0014  97.3408 0002369 281.9532  78.1054 15.27610022 39215
23小时前 2025-07-26T23:15:35+0000 2025-07-26T23:15:35+0000
STARLINK-32582
1 62033U 24216B   25207.96915169  .00026591  00000-0  97148-3 0  9996
2 62033  42.9987  98.0781 0001663 281.0127  79.0538 15.27609104 39273
2天前 2025-07-25T03:19:11+0000 2025-07-25T03:19:11+0000
STARLINK-32582
1 62033U 24216B   25206.13831845  .00028019  00000-0  10239-2 0  9994
2 62033  43.0077 108.4101 0004405 247.4567 112.5819 15.27572453 38919

              
import requests

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

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

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

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