STARLINK-33838 - AOE轨道数据

2天前 2025-07-23T18:00:00+0000 2025-07-23T18:00:00+0000
STARLINK-33838
1 63500U 25071H   25204.75000000  .00000000  00000-0  95365-3 0 00000
2 63500 053.1599 123.2262 0000853 094.1349 123.8703 15.30237647000000
22天前 2025-07-03T23:00:00+0000 2025-07-03T23:00:00+0000
STARLINK-33838
1 63500U 25071H   25184.95833333  .00000000  00000-0  25899-3 0 00000
2 63500 053.1556 215.7709 0001420 072.0947 187.0990 15.39583908000000
23天前 2025-07-02T20:00:00+0000 2025-07-02T20:00:00+0000
STARLINK-33838
1 63500U 25071H   25183.83333333  .00000000  00000-0  25899-3 0 00000
2 63500 053.1566 221.0726 0001197 061.6291 078.5705 15.39608013000000

              
import requests

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

params = {
    'catId': 63500,
    'channel': 'KY',
    'format': 'TLE'
}

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

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