STARLINK-2282 - AOE轨道数据

23小时前 2025-07-26T22:00:02+0000 2025-07-26T22:00:02+0000
STARLINK-2282
1 48018U 21024AT  25207.91668981  .00245876  00000-0  28555-2 0  9993
2 48018  53.0233 202.5316 0007833  13.6965 105.4640 15.60404795240961
2天前 2025-07-25T20:00:01+0000 2025-07-25T20:00:01+0000
STARLINK-2282
1 48018U 21024AT  25206.83334491  .00230486  00000-0  27252-2 0  9993
2 48018  53.0236 207.8132 0008029   5.1513 145.6249 15.59986913240798
2天前 2025-07-24T22:00:02+0000 2025-07-24T22:00:02+0000
STARLINK-2282
1 48018U 21024AT  25205.91668981  .00245017  00000-0  29299-2 0  9994
2 48018  53.0230 212.2794 0007924 359.2696  41.1435 15.59640597  5841

              
import requests

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

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

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

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