STARLINK-6234 - AOE轨道数据

9小时前 2025-07-26T12:48:51+0000 2025-07-26T12:48:51+0000
STARLINK-6234
1 57331U 23099D   25207.53392069  .00001054  00000-0  93071-4 0  9999
2 57331  43.0047  38.1189 0001287 264.9807  95.0888 15.02538479112571
23小时前 2025-07-25T22:27:18+0000 2025-07-25T22:27:18+0000
STARLINK-6234
1 57331U 23099D   25206.93562508 -.00000217  00000-0 -10210-5 0  9996
2 57331  43.0049  41.3702 0001256 268.0998  91.9700 15.02535657112003
2天前 2025-07-24T14:32:44+0000 2025-07-24T14:32:44+0000
STARLINK-6234
1 57331U 23099D   25205.60606615  .00000084  00000-0  21273-4 0  9997
2 57331  43.0055  48.5946 0001129 268.7703  91.3010 15.02535903111808

              
import requests

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

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

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

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