STARLINK-5318 - AOE轨道数据

2天前 2025-07-23T12:00:00+0000 2025-07-23T12:00:00+0000
STARLINK-5318
1 55304U 23010AM  25204.50000000  .00000000  00000-0  56931-5 0 00000
2 55304 069.9966 242.1263 0003495 274.0347 081.2337 14.98333327000000
4天前 2025-07-21T17:00:00+0000 2025-07-21T17:00:00+0000
STARLINK-5318
1 55304U 23010AM  25202.70833333  .00000000  00000-0 -13083-6 0 00000
2 55304 069.9966 246.6444 0003458 275.6713 138.1161 14.98356753000000
38天前 2025-06-17T23:00:00+0000 2025-06-17T23:00:00+0000
STARLINK-5318
1 55304U 23010AM  25168.95833333  .00000000  00000-0  25036-3 0 00000
2 55304 070.0003 331.7449 0002633 269.9521 308.5664 14.98338356000000

              
import requests

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

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

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

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