STARLINK-6140 - AOE轨道数据

11小时前 2025-07-26T15:56:15+0000 2025-07-26T15:56:15+0000
STARLINK-6140
1 57111U 23090L   25207.66406240  .00000197  00000-0  29685-4 0  9994
2 57111  43.0053  62.7758 0001368 262.4763  97.5924 15.02535481115271
1天前 2025-07-25T16:00:20+0000 2025-07-25T16:00:20+0000
STARLINK-6140
1 57111U 23090L   25206.66689720 -.00000416  00000-0 -15721-4 0  9991
2 57111  43.0070  68.1956 0001369 264.2189  95.8498 15.02533321116261
2天前 2025-07-24T16:04:24+0000 2025-07-24T16:04:24+0000
STARLINK-6140
1 57111U 23090L   25205.66972602  .00000203  00000-0  30077-4 0  9997
2 57111  43.0044  73.6131 0001153 272.0502  88.0209 15.02536784116119

              
import requests

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

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

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

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