STARLINK-4089 - AOE轨道数据

8小时前 2025-07-27T00:42:47+0000 2025-07-27T00:42:47+0000
STARLINK-4089
1 52831U 22062B   25208.02971180 -.00001328  00000-0 -65396-4 0  9995
2 52831  53.2189 327.1481 0001308  87.9026 272.2116 15.08825264172225
11小时前 2025-07-26T21:31:59+0000 2025-07-26T21:31:59+0000
STARLINK-4089
1 52831U 22062B   25207.89721427  .00001066  00000-0  85028-4 0  9997
2 52831  53.2192 327.7426 0001141  92.8489 267.2634 15.08844482171699
1天前 2025-07-25T12:08:54+0000 2025-07-25T12:08:54+0000
STARLINK-4089
1 52831U 22062B   25206.50618033 -.00000618  00000-0 -20730-4 0  9995
2 52831  53.2187 333.9863 0001102  84.7067 275.4051 15.08839838171486

              
import requests

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

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

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

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