STARLINK-31522 - AOE轨道数据

22小时前 2025-07-27T03:25:39+0000 2025-07-27T03:25:39+0000
STARLINK-31522
1 59204U 24046D   25208.14281755 -.00002859  00000-0 -84488-4 0  9998
2 59204  53.1599 123.2442 0001325  95.5298 264.5854 15.30175440 78280
1天前 2025-07-26T22:43:29+0000 2025-07-26T22:43:29+0000
STARLINK-31522
1 59204U 24046D   25207.94686446 -.00000968  00000-0 -20563-4 0  9994
2 59204  53.1611 124.1563 0001501 101.0675 259.0495 15.30184019 78481
2天前 2025-07-25T02:49:59+0000 2025-07-25T02:49:59+0000
STARLINK-31522
1 59204U 24046D   25206.11804772 -.00000813  00000-0 -15314-4 0  9993
2 59204  53.1596 132.6496 0001251 101.2473 258.8668 15.30190795 77972

              
import requests

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

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

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

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