{"id":15916,"date":"2022-01-14T07:45:16","date_gmt":"2022-01-14T07:45:16","guid":{"rendered":"https:\/\/www.hostinger.com\/tutorials\/?p=15916"},"modified":"2026-03-10T10:06:39","modified_gmt":"2026-03-10T10:06:39","slug":"linux-time-command","status":"publish","type":"post","link":"\/my\/tutorials\/linux-time-command\/","title":{"rendered":"How to use the Linux time command: all you need to know"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p>Whether you&rsquo;re a system administrator or a virtual server hosting (VPS) user, learning various <a href=\"\/my\/tutorials\/linux-commands\">Linux commands<\/a> will help you execute tasks more efficiently.<\/p><p>In this tutorial, you will learn about the Linux time command &ndash; what it is, its purpose, and how to use it.<\/p><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/assets.hostinger.com\/content\/tutorials\/pdf\/Linux-Commands-Cheat-Sheet.pdf\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/11\/Linux-cheat-sheet-1024x283.png\" alt=\"\" class=\"wp-image-69262\" srcset=\"https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/11\/Linux-cheat-sheet-1536x425.png 1024w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/11\/Linux-cheat-sheet-300x83.png 300w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/11\/Linux-cheat-sheet-150x41.png 150w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/11\/Linux-cheat-sheet-768x212.png 768w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/11\/Linux-cheat-sheet.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><h2 class=\"wp-block-heading\" id=\"h-what-is-linux-time-command\">What Is Linux time command?<\/h2><p>The <strong>time<\/strong> command in Linux measures how long a specific command or script takes to execute. It provides valuable real-time, user CPU, and system CPU time data, helping developers and system administrators assess performance and resource usage.<\/p><p>It is commonly used by developers and system administrators to evaluate the performance of processes or scripts. For example, you might use it to compare how long two cron jobs take to run the same task. The faster the command finishes, the better its performance.<\/p><p>The time command can also display system resource usage, making it a useful tool for performance analysis. There are different versions of the time command, depending on the shell you&rsquo;re using:<\/p><ul class=\"wp-block-list\">\n<li><strong>Bash<\/strong>: Built into the shell, run with <code>time<\/code>.<\/li>\n\n\n\n<li><strong>Zsh<\/strong>: Similar to Bash, also built into the system.<\/li>\n\n\n\n<li><strong>GNU<\/strong>: Run with <strong>\/usr\/bin\/time<\/strong>.<\/li>\n<\/ul><p>To check which version is used in your system, type <strong>type time<\/strong> in the terminal. This will show you whether you&rsquo;re using Bash, Zsh, or GNU time.<\/p><h2 class=\"wp-block-heading\" id=\"h-using-the-time-command-in-linux\">Using the time command in Linux<\/h2><p>In this section, you will learn the syntax of the Linux time command and how to read its output.<\/p><h3 class=\"wp-block-heading\" id=\"h-getting-to-know-the-syntax-of-the-linux-time-command\">Getting to know the syntax of the Linux time command<\/h3><p>Using the time command is very simple &ndash; all you have to do is open your shell program and enter: <\/p><pre class=\"wp-block-preformatted\">$ time         <div class=\"console-box\">\n            <div class=\"console-box__head\">\n                <span class=\"console-box__bubble\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--yellow\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--green\"><\/span>\n            <\/div>\n            <p class=\"console-box__body\"><\/p>\n        <\/div>\n        <\/pre><p>To take full advantage of the time command, you have to understand its syntax:<\/p><pre class=\"wp-block-preformatted\">$ time         <div class=\"console-box\">\n            <div class=\"console-box__head\">\n                <span class=\"console-box__bubble\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--yellow\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--green\"><\/span>\n            <\/div>\n            <p class=\"console-box__body\"><\/p>\n        <\/div>\n         [arg1] [arg2] ... [argN]\ntime [options]         <div class=\"console-box\">\n            <div class=\"console-box__head\">\n                <span class=\"console-box__bubble\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--yellow\"><\/span>\n                <span class=\"console-box__bubble console-box__bubble--green\"><\/span>\n            <\/div>\n            <p class=\"console-box__body\"><\/p>\n        <\/div>\n         [arg1] [arg2] ... [argN]<\/pre><p><strong>Time<\/strong> runs the given <strong>command<\/strong> with any given arguments (<strong>arg<\/strong>). Once the command finishes its task, time outputs information which includes the duration it took to run the command and the resources used by it.<\/p><p>If the program command exits with a non-zero status indicating failure, time will output a warning message and the exit status.<\/p><p>By entering the string format used by the command, you can determine which information to display in the system resource usage section.<\/p><p>If the user doesn&rsquo;t specify any format, but the time environment variable is set, its value will be used as the format. Otherwise, the default format built into time will be used.<\/p><p><strong>Options<\/strong> are resource specifiers that change the output of time. They must appear before the command. Anything entered after the command will be regarded as an argument.<\/p><p>To view all the options you can use for time, enter the following into the command line:<\/p><pre class=\"wp-block-preformatted\">$ man time<\/pre><p>You will see a list of options you can use to modify the Linux time command output. However, keep in mind that these options may vary depending on the specific operating system and the version you are using.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/linux-time-options.png\"><img decoding=\"async\" width=\"1024\" height=\"918\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/linux-time-options-1024x918.png\" alt=\"List of options to modify the Linux time command output.\" class=\"wp-image-43191\" srcset=\"https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/linux-time-options-1024x918.png 1024w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/linux-time-options-300x269.png 300w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/linux-time-options-150x135.png 150w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/linux-time-options-768x689.png 768w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/linux-time-options.png 1182w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>Let&rsquo;s begin with a simple first example. To find out how long it takes to run the command <strong>ls<\/strong> used to display the content of a chosen directory enter the following into the shell:<\/p><pre class=\"wp-block-preformatted\">$ time ls<\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/ls-command.png\"><img decoding=\"async\" width=\"1024\" height=\"278\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/ls-command-1024x278.png\" alt=\"Output of the command ls.\" class=\"wp-image-43192\" srcset=\"https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/ls-command-1024x278.png 1024w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/ls-command-300x81.png 300w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/ls-command-150x41.png 150w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/ls-command-768x208.png 768w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/ls-command.png 1216w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>You will see the output of the ls command and the time it took to complete it.<\/p><p>Now, let&rsquo;s try to incorporate an argument. In this example, we&rsquo;ll try to find out how long it will take to move a file to a different directory:<\/p><pre class=\"wp-block-preformatted\">$ time mv example.txt example-dir<\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/argument-output.png\"><img decoding=\"async\" width=\"1024\" height=\"325\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/argument-output-1024x325.png\" alt=\"Output showing how long it took to move a file to a different directory.\" class=\"wp-image-43193\" srcset=\"https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/argument-output-1024x325.png 1024w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/argument-output-300x95.png 300w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/argument-output-150x48.png 150w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/argument-output-768x244.png 768w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/argument-output.png 1198w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>As a result, the <strong>example.txt<\/strong> file has been moved to <strong>example-dir<\/strong>, and you will see the time taken to complete the process.<\/p><h3 class=\"wp-block-heading\" id=\"h-understanding-the-output\">Understanding the output<\/h3><p>To fully understand the benefits of the Linux time command, you have to know how to read its output.<\/p><p><strong>Reading the Output in Terminal<\/strong><\/p><p>The default output of the built-in time command contains the following information:<\/p><ul class=\"wp-block-list\">\n<li><strong>Real-time (real). <\/strong>The real-life time it takes for the process to run from start to finish. This includes any time taken by other processes and the time spent waiting for them to be complete.<\/li>\n\n\n\n<li><strong>User time (user). <\/strong>The amount of CPU time spent in user mode during the process. Other processes and blocked time are not included.<\/li>\n\n\n\n<li><strong>System time (sys). <\/strong>The total CPU time spent in kernel mode during the process. Similar to user time, other processes and time spent blocked by other processes are not counted.<\/li>\n<\/ul><p>Here&rsquo;s an example. If we enter the command below into the command line, the system will download the installer for the open-source virtual machine program VirtualBox:<\/p><pre class=\"wp-block-preformatted\">$ time wget https:\/\/download.virtualbox.org\/virtualbox\/6.1.28\/virtualbox-6.1_6.1.28-147628~Ubuntu~eoan_amd64.deb<\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/virtualbox-installer.png\"><img decoding=\"async\" width=\"1024\" height=\"604\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/01\/virtualbox-installer-1024x604.png\" alt=\"Downloading VirtualBox.\" class=\"wp-image-43194\" srcset=\"https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/virtualbox-installer-1024x604.png 1024w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/virtualbox-installer-300x177.png 300w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/virtualbox-installer-150x88.png 150w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/virtualbox-installer-768x453.png 768w, https:\/\/www.hostinger.com\/my\/tutorials\/wp-content\/uploads\/sites\/45\/2022\/01\/virtualbox-installer.png 1214w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div><p>After the download is complete, you will see three figures &ndash; <strong>real<\/strong>, <strong>user<\/strong>, and <strong>sys<\/strong>. As you can see, they show time elapsed in real, user, and system modes during the download in minutes and seconds.<\/p><p><strong>Writing the output to a file<\/strong><\/p><p>At times, you might want to save the information you received using time. Fortunately, there is a format option that lets you write the command output to a file.<\/p><p>If you use the GNU time command, the <strong>-o<\/strong> option will let you do just that &ndash; it will create a new output file containing information on the other command.<\/p><p>For example, enter the following command to save the ping information of <strong>hostinger.com<\/strong> and details about its process into a new file:<\/p><pre class=\"wp-block-preformatted\">$ time -o hostinger-ping-info.log ping hostinger.com<\/pre><p>Note that if you use the Bash shell and want to use -o or any other option, you&rsquo;ll have to summon the external time command by using the explicit path <strong>usr\/bin\/time<\/strong> instead of just <strong>time<\/strong>.<\/p><pre class=\"wp-block-preformatted\">$ usr\/bin\/time -o hostinger-ping-info.log ping hostinger.com<\/pre><p>To check the content of <strong>hostinger-ping-info.log<\/strong>, use the <a href=\"\/my\/tutorials\/linux-cat-command-tutorial-and-examples\/\">Linux <strong>cat<\/strong> command<\/a>:<\/p><pre class=\"wp-block-preformatted\">$ cat hostinger-ping-info.log<\/pre><p><strong>Getting detailed output in a file<\/strong><\/p><p>The default time command output might not include all the details you want to know about a particular process. To display detailed output, add the -v option to the time command in Linux.<\/p><p>For example, if you want to run the <a href=\"\/my\/tutorials\/linux-ping-command-with-examples\">Linux ping command<\/a> to find the response time of <strong>hostinger.com<\/strong> and view detailed information about the process, enter the following:<\/p><pre class=\"wp-block-preformatted\">$ time -v ping hostinger.com<\/pre><p>If you don&rsquo;t use the GNU time command or have encountered a standard error stream, try triggering the external time command by entering the full path <strong>usr\/bin\/time<\/strong> instead:<\/p><pre class=\"wp-block-preformatted\">$ usr\/bin\/time -v ping hostinger.com<\/pre><p>Alternatively, users can customize the types of information they&rsquo;d like to see in the output when entering the time command by using these output format options:<\/p><figure tabindex=\"0\" class=\"wp-block-table\"><table><tbody><tr><td>%<\/td><td>A literal &lsquo;%.&rsquo;<\/td><\/tr><tr><td>C<\/td><td>Name and command line arguments of the command being timed.<\/td><\/tr><tr><td>D<\/td><td>The d average size of the process&rsquo;s unshared data area, in kilobytes.<\/td><\/tr><tr><td>E<\/td><td>The elapsed real (wall clock) time used by the process, in (hours:)minutes:seconds.<\/td><\/tr><tr><td>F<\/td><td>The number of major, or I\/O-requiring, page faults that occurred while the process was running. These are faults where the page has migrated out of primary memory.<\/td><\/tr><tr><td>I<\/td><td>The i number of file system inputs by the process.<\/td><\/tr><tr><td>K<\/td><td>The average total memory usage of the process in kilobytes.<\/td><\/tr><tr><td>M<\/td><td>The maximum resident set size of the process during its lifetime, in kilobytes.<\/td><\/tr><tr><td>O<\/td><td>The number of file system outputs by the process.<\/td><\/tr><tr><td>P<\/td><td>Percentage of the CPU that this job got. This is just the user and system times divided by the total running time. It also prints a percentage sign.<\/td><\/tr><tr><td>R<\/td><td>The number of minor or recoverable page faults. These are pages that are not valid but which have not yet been claimed by other virtual pages. Thus the data on the page is still correct, but the system tables must be updated.<\/td><\/tr><tr><td>S<\/td><td>The total number of CPU seconds used by the system on behalf of the process (in kernel mode) in seconds.<\/td><\/tr><tr><td>U<\/td><td>Total number of CPU-seconds that the process used directly (in user mode) in seconds.<\/td><\/tr><tr><td>W<\/td><td>The number of times the process was swapped out of the main memory.<\/td><\/tr><tr><td>X<\/td><td>The average amount of shared text in the process in kilobytes.<\/td><\/tr><tr><td>Z<\/td><td>The z system&rsquo;s page size, in bytes. As a per-system constant, it may vary between systems.<\/td><\/tr><tr><td>c<\/td><td>The number of times the process was context-switched involuntarily (because the time slice expired).<\/td><\/tr><tr><td>e<\/td><td>Elapsed real (wall clock) time used by the process, in seconds.<\/td><\/tr><tr><td>k<\/td><td>The number of signals delivered to the process.<\/td><\/tr><tr><td>p<\/td><td>Average unshared stack size of the process, in kilobytes.<\/td><\/tr><tr><td>r<\/td><td>The number of socket messages received by the process.<\/td><\/tr><tr><td>s<\/td><td>The number of socket messages sent by the process.<\/td><\/tr><tr><td>t<\/td><td>Average resident set size of the process, in kilobytes.<\/td><\/tr><tr><td>w<\/td><td>Number of times that the program was context-switched voluntarily, for instance, while waiting for an I\/O operation to complete.<\/td><\/tr><tr><td>x<\/td><td>The exit status of the command.<\/td><\/tr><\/tbody><\/table><\/figure><p>For example, if you want to display the number of socket messages received by the command, enter the following into the shell:<\/p><pre class=\"wp-block-preformatted\">$ \/usr\/bin\/time -f \"Socket Messages Received: %r\" command<\/pre><p>Alternatively, if you use the Bash shell, you might prefer the built-in time command&rsquo;s TIMEFORMAT. TIMEFORMAT uses a particular format string to let users specify how the timing information should be displayed.<\/p><p>Here&rsquo;s a list of the TIMEFORMAT parameter values:<\/p><figure tabindex=\"0\" class=\"wp-block-table\"><table><tbody><tr><td>%%<\/td><td>A literal &lsquo;%.&rsquo;<\/td><\/tr><tr><td>%[p][l]R<\/td><td>The elapsed time in seconds.<\/td><\/tr><tr><td>%[p][l]U<\/td><td>The number of CPU seconds the process spent in user mode.<\/td><\/tr><tr><td>%[p][l]S<\/td><td>The number of CPU seconds the process spent in system mode.<\/td><\/tr><tr><td>%P<\/td><td>The CPU percentage, computed as (%U + %S) \/ %R.<\/td><\/tr><\/tbody><\/table><\/figure><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>The time command in Linux is an excellent tool for checking the execution time and overall performance of a particular process. In this guide, you have learned the Linux time command, its purpose, syntax, and output.<\/p><p>We hope that this guide has helped you learn how to navigate the Linux system more efficiently.<\/p><p><div class=\"protip\">\n                    <h4 class=\"title\">Discover Other Linux Commands for Server Management<\/h4>\n                    <p><a href=\"\/my\/tutorials\/vps\/how-to-check-and-manage-disk-space-via-terminal\/\">How to Check Disk Space on Linux<\/a><br>\n<a href=\"\/my\/tutorials\/curl-command-with-examples-linux\/\">How to Transfer Data With Curl Command<\/a><br>\n<a href=\"\/my\/tutorials\/using-scp-command-to-transfer-files\/\">How to Transfer Files Using Scp Command<\/a><br>\n<a href=\"\/my\/tutorials\/linux-watch-command\/\">How to Monitor Changes With Watch Command<\/a><br>\n<a href=\"\/my\/tutorials\/linux-shutdown-command\/\">How to Shutdown and Restart the Server<\/a><br>\n<a href=\"\/my\/tutorials\/how-to-use-rsync\/\">How to Transfer and Synchronize Data With Rsync<\/a><br>\n<a href=\"\/my\/tutorials\/manage-and-list-services-in-linux\/\">How to Manage and List Services in Linux<\/a><br>\n<a href=\"\/my\/tutorials\/linux-tar-command-with-examples\/\">How to Use the tar Command: Useful Examples for Archiving and Compressing Files in Linux<\/a><\/p>\n                <\/div>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Whether you&rsquo;re a system administrator or a virtual server hosting (VPS) user, learning various Linux commands will help you execute tasks more efficiently. In this tutorial, you will learn about the Linux time command &ndash; what it is, its purpose, and how to use it. What Is Linux time command? The time command in Linux [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/my\/tutorials\/linux-time-command\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":110,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"Linux Time Command: How to Use It and What You Need to Know","rank_math_description":"Whether you are a system administrator or a VPS user, learning the Linux time command will help you execute tasks more efficiently.","rank_math_focus_keyword":"linux time command","footnotes":""},"categories":[22639],"tags":[],"class_list":["post-15916","post","type-post","status-publish","format-standard","hentry","category-vps"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/linux-time-command","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/commande-time-linux","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/comando-linux-time","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/linux-time-command","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/linux-time-command\/","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/linux-time-command\/","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/comando-linux-time","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/comando-linux-time","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/comando-linux-time","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/linux-time-command","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/linux-time-command","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/linux-time-command","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/linux-time-command","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/posts\/15916","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/comments?post=15916"}],"version-history":[{"count":52,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/posts\/15916\/revisions"}],"predecessor-version":[{"id":126355,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/posts\/15916\/revisions\/126355"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/media?parent=15916"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/categories?post=15916"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/my\/tutorials\/wp-json\/wp\/v2\/tags?post=15916"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}