# Return latest wordpress.org updates This function returns the available WordPress® updates from wordpress.org. You install the WordPress Manager cPanel plugin to access this API function. Endpoint: GET /WordPressInstanceManager/get_latest_wordpress_version_from_wordpress_org Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `cache_time` (integer) The length of time in seconds to cache the database between requests to wordpress.org. Example: 3600 - `force` (integer) Whether to force a reload from the remote API. Otherwise, the function returns information stored in local cache. * — Force reload * — Read local cashe. Enum: 0, 1 ## Response 200 fields (application/json): - `apiversion` (integer) The version of the API. Example: 3 - `func` (string) The name of the method called. Example: "get_latest_wordpress_version_from_wordpress_org" - `module` (string) The name of the module called. Example: "WordPressInstanceManager" - `result` (object) - `result.data` (object) - `result.data.offers` (array) This array contains the returned value from [wordpress.org's](https://wordpress.org/) Version Check API. For additional information about the returned values, read [WordPress's Version Check API](https://codex.wordpress.org/WordPress.org_API) documentation. - `result.data.offers.current` (any) - `result.data.offers.download` (any) - `result.data.offers.locale` (any) - `result.data.offers.mysql_version` (any) - `result.data.offers.new_bundled` (any) - `result.data.offers.packages` (object) - `result.data.offers.packages.full` (any) - `result.data.offers.packages.no_content` (any) - `result.data.offers.packages.partial` (any) - `result.data.offers.packages.rollback` (any) - `result.data.offers.partial_version` (any) - `result.data.offers.php_version` (any) - `result.data.offers.response` (any) - `result.data.offers.version` (any) - `result.data.translations` (array) - `result.errors` (array,null) List of errors if the API failed. - `result.messages` (array,null) List of messages generated by the API. - `result.metadata` (object) - `result.status` (integer) - 1 - Success - 0 - Failed: Check the errors field for more details. Enum: 0, 1 - `result.warnings` (array,null) List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running a API.