STARLINK-30312 - AOE轨道数据

1天前 2025-07-26T19:32:27+0000 2025-07-26T19:32:27+0000
STARLINK-30312
1 57641U 23122K   25207.81420149 -.00000120  00000-0  62253-5 0  9995
2 57641  43.0027 242.0363 0001731 278.3109  81.7537 15.02534788108185
2天前 2025-07-25T14:49:21+0000 2025-07-25T14:49:21+0000
STARLINK-30312
1 57641U 23122K   25206.61759947  .00000269  00000-0  35030-4 0  9998
2 57641  43.0029 248.5383 0001758 277.4619  82.6024 15.02533425108026
3天前 2025-07-24T10:06:14+0000 2025-07-24T10:06:14+0000
STARLINK-30312
1 57641U 23122K   25205.42099687  .00000320  00000-0  38738-4 0  9990
2 57641  43.0030 255.0408 0001709 274.5833  85.4814 15.02535916107845

              
import requests

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

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

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

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