STARLINK-30811 - AOE轨道数据

19小时前 2025-07-26T23:17:46+0000 2025-07-26T23:17:46+0000
STARLINK-30811
1 58167U 23166T   25207.97067405  .00000572  00000-0  31451-4 0  9991
2 58167  53.1593 187.8501 0001190  82.3001 277.8135 15.30197766 98476
2天前 2025-07-25T06:32:23+0000 2025-07-25T06:32:23+0000
STARLINK-30811
1 58167U 23166T   25206.27249379  .00000706  00000-0  35984-4 0  9999
2 58167  53.1584 195.7378 0001103  83.0789 277.0338 15.30186861 98203
2天前 2025-07-24T22:42:07+0000 2025-07-24T22:42:07+0000
STARLINK-30811
1 58167U 23166T   25205.94591971  .00000311  00000-0  22614-4 0  9998
2 58167  53.1579 197.2543 0000948  98.1749 261.9360 15.30184796 98164

              
import requests

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

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

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

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