STARLINK-4148 - AOE轨道数据

15小时前 2025-07-26T22:32:56+0000 2025-07-26T22:32:56+0000
STARLINK-4148
1 53293U 22086BD  25207.93954106  .00000152  00000-0  27618-4 0  9999
2 53293  53.2181 107.5441 0001501  89.6518 270.4646 15.08838049167245
1天前 2025-07-25T22:42:09+0000 2025-07-25T22:42:09+0000
STARLINK-4148
1 53293U 22086BD  25206.94594256  .00000064  00000-0  22127-4 0  9997
2 53293  53.2181 112.0047 0001477  86.3365 273.7796 15.08834410167097
2天前 2025-07-24T22:51:22+0000 2025-07-24T22:51:22+0000
STARLINK-4148
1 53293U 22086BD  25205.95234175 -.00000351  00000-0 -39871-5 0  9994
2 53293  53.2180 116.4644 0001302  87.7263 272.3878 15.08837011166945

              
import requests

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

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

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

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