Skip to content

Instantly share code, notes, and snippets.

@lxfly2000
Last active May 6, 2024 12:26
Show Gist options
  • Save lxfly2000/912c96dcc7911d05846d631a1ed8c7df to your computer and use it in GitHub Desktop.
Save lxfly2000/912c96dcc7911d05846d631a1ed8c7df to your computer and use it in GitHub Desktop.
中国地震台网及速报相关的API

中国地震台网及速报相关的API

中国地震台网网站

全球地震记录
https://www.ceic.ac.cn/ajax/speedsearch?num=6

四川地震局

(疑似)仅限四川境内及周边省份一小部分区域,属于预警
http://118.113.105.29:8002/api/earlywarning/jsonPageList?orderType=1&pageNo=1&pageSize=20&userLat=0.0&userLng=0.0

福建地震局

全球地震记录,不稳定,更新也不及时,前段时间貌似还停更了一个月左右
http://218.5.2.111:9088/earthquakeWarn/bulletin/list.json?pageSize=

中国地震台网地震速报APP

全球地震记录
Windows

curl http://api.dizhensubao.igexin.com/api.htm -X POST -d "{""action"":""requestMonitorDataAction"",""startTime"":""0"",""dataSource"":""CEIC""}"

Linux

curl http://api.dizhensubao.igexin.com/api.htm -X POST -d '{"action":"requestMonitorDataAction","startTime":"0","dataSource":"CEIC"}'

ICL

地震预警
https://mobile-new.chinaeew.cn/v1/earlywarnings?start_at=&updates=
具体某个eventId的地震预警记录

https://mobile-new.chinaeew.cn/v1/earlywarnings/[eventId]

例:https://mobile-new.chinaeew.cn/v1/earlywarnings/72104317

Wolfx的API(非官方)

https://api.wolfx.jp/

@lxfly2000
Copy link
Author

lxfly2000 commented Oct 7, 2023

@lxfly2000
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment