[api_documentation]

json responses. cors enabled. no auth required.

GET /api/reseed-status

returns status of all reseed servers

$ curl -s https://checki2p.com/api/reseed-status | jq

GET /api/reseed-status/:hostname

filter by server hostname

$ curl -s https://checki2p.com/api/reseed-status/reseed.stormycloud.org | jq

GET /api/check-proxy

check if visitor ip matches a known i2p outproxy

$ curl -s https://checki2p.com/api/check-proxy | jq

[notes]