STARLINK-3675 - AOE轨道数据

10小时前 2025-07-27T03:00:00+0000 2025-07-27T03:00:00+0000
STARLINK-3675
1 51963U 22025H   25208.12500000  .00000000  00000-0 -16576-4 0 00000
2 51963 053.0564 314.1707 0001143 097.7120 232.5640 15.06401354000000
28天前 2025-06-28T15:00:00+0000 2025-06-28T15:00:00+0000
STARLINK-3675
1 51963U 22025H   25179.62500000  .00000000  00000-0  25899-3 0 00000
2 51963 053.0595 082.1122 0002243 178.3306 310.4328 15.06415184000000
41天前 2025-06-16T09:00:00+0000 2025-06-16T09:00:00+0000
STARLINK-3675
1 51963U 22025H   25167.37500000  .00000000  00000-0  23382-4 0 00000
2 51963 053.0546 137.0972 0001235 085.5552 174.1788 15.06399376000000

              
import requests

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

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

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

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