STARLINK-31685 - AOE轨道数据

1天前 2025-07-26T00:56:35+0000 2025-07-26T00:56:35+0000
STARLINK-31685
1 59578U 24076Q   25207.03929139 -.00000164  00000-0  35483-5 0  9995
2 59578  42.9982 208.6275 0000418 271.5715  88.5089 15.27575409 71844
1天前 2025-07-25T07:40:52+0000 2025-07-25T07:40:52+0000
STARLINK-31685
1 59578U 24076Q   25206.32004416 -.00000806  00000-0 -19786-4 0  9999
2 59578  42.9992 212.6911 0000739 276.5355  83.5413 15.27568438 71736
2天前 2025-07-24T17:33:27+0000 2025-07-24T17:33:27+0000
STARLINK-31685
1 59578U 24076Q   25205.73156419  .00004849  00000-0  18576-3 0  9998
2 59578  42.9998 216.0159 0000841 276.0516  84.0240 15.27555179 71644

              
import requests

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

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

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

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