Skip to content

Instantly share code, notes, and snippets.

@lxfly2000
Last active March 29, 2025 17:02
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://news.ceic.ac.cn/speedsearch.html

中国地震台网小程序

::获取Token
curl https://yjfw.cenc.ac.cn/api/earthquake/user/v1/register_user -X POST -H "Signature:数据" -H "Content-Type:application/json; charset=UTF-8" -d "用户数据"
::预警数据
curl https://yjfw.cenc.ac.cn/api/earthquake/event/v1/list -X POST -H "Authorization:Bearer Token数据" -H "Content-Type:application/json; charset=UTF-8" -d "用户数据"
::历史数据
curl https://yjfw.cenc.ac.cn/api/earthquake/event/v1/list -X POST -H "Authorization:Bearer Token数据" -H "Content-Type:application/json; charset=UTF-8" -d "{""alarm_type"":1,其他用户数据}"

四川地震局

(疑似)仅限四川境内及周边省份一小部分区域,属于预警
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

全球地震记录

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