STARLINK-5773 - AOE轨道数据

5小时前 2025-07-26T04:38:29+0000 2025-07-26T04:38:29+0000
STARLINK-5773
1 57074U 23088AC  25207.19339578  .00000364  00000-0  42036-4 0  9997
2 57074  43.0027 257.7750 0001243 273.8445  86.2255 15.02533550115405
23小时前 2025-07-25T11:05:29+0000 2025-07-25T11:05:29+0000
STARLINK-5773
1 57074U 23088AC  25206.46214017 -.00000307  00000-0 -76606-5 0  9996
2 57074  43.0030 261.7490 0001355 274.4256  85.6431 15.02534323116191
1天前 2025-07-24T11:09:34+0000 2025-07-24T11:09:34+0000
STARLINK-5773
1 57074U 23088AC  25205.46497327 -.00000553  00000-0 -25894-4 0  9997
2 57074  43.0030 267.1671 0001371 274.3484  85.7202 15.02533507116046

              
import requests

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

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

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

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