STARLINK-4698 - AOE轨道数据

8小时前 2025-07-26T14:00:02+0000 2025-07-26T14:00:02+0000
STARLINK-4698
1 53713U 22107P   25207.58335648  .00269320  00000-0  16895-2 0  9992
2 53713  53.1925 119.2581 0003741 121.4515 304.4939 15.75455449160814
1天前 2025-07-25T20:00:01+0000 2025-07-25T20:00:01+0000
STARLINK-4698
1 53713U 22107P   25206.83334491  .00221336  00000-0  14169-2 0  9991
2 53713  53.1927 122.9834 0003970 113.7798  16.3265 15.75131775  5967
2天前 2025-07-24T22:00:02+0000 2025-07-24T22:00:02+0000
STARLINK-4698
1 53713U 22107P   25205.91668981  .00210402  00000-0  13727-2 0  9994
2 53713  53.1930 127.5334 0004136 104.9085 225.0494 15.74727220  5972

              
import requests

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

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

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

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