STARLINK-32330 - AOE轨道数据

11小时前 2025-07-26T08:00:41+0000 2025-07-26T08:00:41+0000
STARLINK-32330
1 61850U 24202F   25207.33380443 -.00002779  00000-0 -91475-4 0  9991
2 61850  43.0009  75.9675 0000653 255.7996 104.2783 15.27591818 41292
1天前 2025-07-25T08:28:19+0000 2025-07-25T08:28:19+0000
STARLINK-32330
1 61850U 24202F   25206.35299333 -.00020312  00000-0 -72893-3 0  9994
2 61850  42.9997  81.5070 0001056 291.0420  69.0319 15.27656476 41140
2天前 2025-07-24T16:46:47+0000 2025-07-24T16:46:47+0000
STARLINK-32330
1 61850U 24202F   25205.69915142 -.00002288  00000-0 -73702-4 0  9996
2 61850  42.9990  85.1975 0000872 251.2483 108.8274 15.27561288 41046

              
import requests

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

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

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

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