'3.13.5', 'windows_64bit_url' => 'https://www.python.org/ftp/python/3.13.5/python-3.13.5-amd64.exe', 'windows_32bit_url' => 'https://www.python.org/ftp/python/3.13.5/python-3.13.5.exe', 'macos_url' => 'https://www.python.org/ftp/python/3.13.5/python-3.13.5-macos11.pkg', ]; // Add success status $result = array_merge( ['success' => true], $latest_info ); // Output the result as JSON echo json_encode($result, JSON_PRETTY_PRINT); ?>