STARLINK-31849 - AOE轨道数据

12小时前 2025-07-26T11:27:40+0000 2025-07-26T11:27:40+0000
STARLINK-31849
1 59734U 24090E   25207.47755018  .00001875  00000-0  77662-4 0  9999
2 59734  43.0058  14.1249 0001802 290.3654  69.7004 15.27574604 68934
1天前 2025-07-25T11:55:19+0000 2025-07-25T11:55:19+0000
STARLINK-31849
1 59734U 24090E   25206.49675340  .00000454  00000-0  26014-4 0  9996
2 59734  43.0023  19.6595 0001092 274.2408  85.8319 15.27574423 68778
2天前 2025-07-24T18:39:36+0000 2025-07-24T18:39:36+0000
STARLINK-31849
1 59734U 24090E   25205.77750414 -.00001408  00000-0 -41650-4 0  9997
2 59734  43.0014  23.7199 0001138 275.3531  84.7191 15.27574833 68674

              
import requests

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

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

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

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