该接口文档为社区的开放API,文档中的接口均需要携带 X-ATOMGIT-POP-OPEN-AUTHORIZATION
请求头,值为用户的访问令牌。
访问令牌可以参考此文档获取。
查询社区当天数据
查询社区当天数据
header Parameters
X-ATOMGIT-POP-OPEN-AUTHORIZATION required | string Example: <TOKEN> |
Responses
Request samples
- CURL
curl --location --request GET 'http://openapi.pop.atomgit.com/community/record/today' \ --header 'X-ATOMGIT-POP-OPEN-AUTHORIZATION: 111' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Accept: */*' \ --header 'Host: openapi.pop.atomgit.com' \ --header 'Connection: keep-alive'
查询社区历史数据
查询社区历史数据
query Parameters
startDateStr required | string Example: startDateStr=2025-04-29 |
endDateStr required | string Example: endDateStr=2025-04-29 |
header Parameters
X-ATOMGIT-POP-OPEN-AUTHORIZATION required | string Example: <TOKEN> |
Responses
Request samples
- CURL
curl --location --request GET 'http://openapi.pop.atomgit.com/community/record/history' \ --header 'X-ATOMGIT-POP-OPEN-AUTHORIZATION: 111' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Accept: */*' \ --header 'Host: openapi.pop.atomgit.com' \ --header 'Connection: keep-alive'
查询社区基础数据
查询社区基础数据
header Parameters
X-ATOMGIT-POP-OPEN-AUTHORIZATION required | string Example: <TOKEN> |
Responses
Request samples
- CURL
curl --location --request GET 'http://openapi.pop.atomgit.com/community/record/baseData' \ --header 'X-ATOMGIT-POP-OPEN-AUTHORIZATION: 111' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Accept: */*' \ --header 'Host: openapi.pop.atomgit.com' \ --header 'Connection: keep-alive'