User Tools

Site Tools


plugins:extend_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
plugins:extend_api [2011/05/14 14:20]
ccagle8 [API Result Set]
plugins:extend_api [2014/02/07 09:58]
datiswous [API Result Set]
Line 22: Line 22:
 Since the result is in json format, you can turn the above into a PHP object array with ''​json_decode($response)''​. The resulting array will look like this: Since the result is in json format, you can turn the above into a PHP object array with ''​json_decode($response)''​. The resulting array will look like this:
  
-<​code>​+<​code ​php>
 stdClass Object stdClass Object
  
Line 62: Line 62:
 ===== Extend API Limitations ===== ===== Extend API Limitations =====
  
-This API is only refreshed every 4 hours. This is to limit the server load for a service that does not need to be checked any more frequently than that. Please use this responsibly.+This API is cached, and is allowed to be refreshed every 4 hours. ​ This is to limit the server load for a service that does not need to be checked any more frequently than that. Please use this API responsibly.
plugins/extend_api.txt ยท Last modified: 2014/02/07 09:58 by datiswous