Skip to content

Instantly share code, notes, and snippets.

@wrygiel
Last active November 21, 2018 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrygiel/4231796 to your computer and use it in GitHub Desktop.
Save wrygiel/4231796 to your computer and use it in GitHub Desktop.
Hello OKAPI
<?php
$okapi_base_url = "https://opencaching.pl/okapi/";
$json = file_get_contents($okapi_base_url."services/apisrv/stats");
$data = json_decode($json);
print "Number of OpenCaching.PL users: ".$data->user_count;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment