{"id":20207,"date":"2024-02-22T22:25:34","date_gmt":"2024-02-22T19:25:34","guid":{"rendered":"https:\/\/kifarunix.com\/?p=20207"},"modified":"2024-05-03T19:44:05","modified_gmt":"2024-05-03T16:44:05","slug":"how-to-install-discord-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-discord-on-ubuntu-24-04\/","title":{"rendered":"How to Install Discord on Ubuntu 24.04"},"content":{"rendered":"\n<p>In this tutorial, we will show you how to install Discord on Ubuntu 24.04. <a href=\"https:\/\/discord.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Discord<\/a> is an instant messaging and VoIP social platform which allows communication through voice calls, video calls, text messaging, and media and files. Communication can be private or take place in virtual communities called &#8220;servers&#8221;.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#installing-discord-on-ubuntu-24-04\">Installing Discord on Ubuntu 24.04<\/a><ul><li><a href=\"#run-system-update\">Run System Update<\/a><\/li><li><a href=\"#install-discord-using-deb-binary\">Install Discord using DEB Binary<\/a><\/li><li><a href=\"#install-discord-from-snap-store\">Install Discord from Snap store<\/a><ul><li><a href=\"#enable-snapd\">Enable snapd<\/a><\/li><li><a href=\"#install-discord-from-snap-store-1\">Install Discord from Snap store<\/a><\/li><\/ul><\/li><li><a href=\"#install-discord-from-flathub\">Install Discord from Flathub<\/a><ul><li><a href=\"#install-flatpak-on-ubuntu-24-04\">Install Flatpak on Ubuntu 24.04<\/a><\/li><li><a href=\"#enable-flathub-repository\">Enable Flathub repository<\/a><\/li><li><a href=\"#search-for-packages-on-flathub\">Search for Packages on Flathub<\/a><\/li><\/ul><\/li><li><a href=\"#running-discord-on-ubuntu-24-04\">Running Discord on Ubuntu 24.04<\/a><ul><li><a href=\"#launch-discord-from-applications-menu\">Launch Discord from Applications Menu<\/a><\/li><li><a href=\"#launch-discord-from-command-line\">Launch Discord from command Line<\/a><\/li><li><a href=\"#login-to-discord-app\">Login to Discord App<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-discord-on-ubuntu-24-04\">Installing Discord on Ubuntu 24.04<\/h2>\n\n\n\n<p>Well, there are different ways in which you can install Discord on Ubuntu:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install Discord using DEB Binary<\/li>\n\n\n\n<li>Install Discord from Snap store<\/li>\n\n\n\n<li>Install Discord from Flathub<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"run-system-update\">Run System Update<\/h3>\n\n\n\n<p>Ensure your system package is up-to-date;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-discord-using-deb-binary\">Install Discord using DEB Binary<\/h3>\n\n\n\n<p>Discord provides DEB binary for Debian-based Linux distros that you can install seamlessly on Ubuntu 24.04.<\/p>\n\n\n\n<p>Thus, navigate to the <a href=\"https:\/\/discord.com\/download\" target=\"_blank\" rel=\"noreferrer noopener\">downloads page<\/a> of Discord and grab the DEB installer for Linux.<\/p>\n\n\n\n<p>You can similarly, just get the link to the latest DEB binary and download using <strong>curl<\/strong> or <strong>wget<\/strong> command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -L -o discord.deb \"https:\/\/discord.com\/api\/download?platform=linux&amp;format=deb\"<\/code><\/pre>\n\n\n\n<p>Once you have a DEB binary downloaded, you can install Discord using the DEB with the command below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install .\/discord.deb<\/code><\/pre>\n\n\n\n<p>If you want to remove it later;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt remove --purge --auto-remove discord<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-discord-from-snap-store\">Install Discord from Snap store<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"enable-snapd\">Enable snapd<\/h4>\n\n\n\n<p>Snap is already installed and ready for use on Ubuntu 24.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-discord-from-snap-store-1\">Install Discord from Snap store<\/h4>\n\n\n\n<p>You can then simply execute the command below to install Discord from snap store.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo snap install discord<\/code><\/pre>\n\n\n\n<p>Confirm after installation;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>snap list discord<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Name     Version  Rev  Tracking       Publisher      Notes\ndiscord  0.0.43   178  latest\/stable  snapcrafters\u272a  -\n<\/code><\/pre>\n\n\n\n<p>To uinstall Discord installed via snap store;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo snap remove discord<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-discord-from-flathub\">Install Discord from Flathub<\/h3>\n\n\n\n<p>Flathub is&nbsp;a centralized repository of Flatpak apps. <a href=\"https:\/\/docs.flatpak.org\/en\/latest\/introduction.html\" target=\"_blank\" rel=\"noreferrer noopener\">Flatpak<\/a> is a system for building, distributing, and running sandboxed desktop applications on Linux.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Flatpak installs, manages and runs sandboxed desktop application bundles. Application bundles run partially isolated from the wider system, using containerization techniques such as namespaces to prevent direct access to system resources. Resources from outside the sandbox can be accessed via &#8220;portal&#8221; services, which are responsible for access control; for example, the Documents portal displays an &#8220;Open&#8221; dialog outside the sandbox, then allows the application to access only the selected file.<\/li>\n\n\n\n<li>Each application uses a specified &#8220;runtime&#8221;, or set of libraries, which is available as \/usr inside its sandbox. This can be used to run application bundles with multiple, potentially incompatible sets of dependencies within the same desktop environment.<\/li>\n\n\n\n<li>This package contains the services and executables needed to install and launch sandboxed applications, and the portal services needed to provide limited access to resources outside the sandbox.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-flatpak-on-ubuntu-24-04\">Install Flatpak on Ubuntu 24.04<\/h4>\n\n\n\n<p>Thus, to install Discord from Flathub, install the Flatpak framework.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install flatpak<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"enable-flathub-repository\">Enable Flathub repository<\/h4>\n\n\n\n<p>Run the command below to enable Flathub repository on Ubuntu 24.04;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo flatpak remote-add --if-not-exists flathub https:\/\/dl.flathub.org\/repo\/flathub.flatpakrepo<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"search-for-packages-on-flathub\">Search for Packages on Flathub<\/h4>\n\n\n\n<p>You can use <strong>flatpak search &lt;keyword&gt;<\/strong> to search for specific package matching the provided keyword.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak search discord<\/code><\/pre>\n\n\n\n<p>This command will&nbsp;return any applications matching the search terms. Each search result includes the name of the application, description, app ID, version and the remote repository that the application is in.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Name         Description                                                                                  Application ID              Version        Branch Remotes\ndiscord-scr\u2026 A custom discord client that supports streaming with audio on Linux                          \u2026shorsh.discord-screenaudio 1.9.2          stable flathub\nDiscord      Messaging, voice and video client                                                            com.discordapp.Discord      0.0.43         stable flathub\nArmCord      ArmCord is a custom client designed to enhance your Discord experience while keeping everyt\u2026 xyz.armcord.ArmCord         3.2.6          stable flathub\ngtkcord4     GTK4 Discord client in Go                                                                    so.libdb.gtkcord4           v0.0.19        stable flathub\nDiscover Ov\u2026 A graphical overlay for Discord voice chat.                                                  \u2026hub.trigg.discover_overlay 0.7.0          stable flathub\nVesktop      Snappier Discord app with Vencord                                                            dev.vencord.Vesktop         1.5.0          stable flathub\nQTCord       Lightweight Discord Client                                                                   io.github.mak448a.QTCord    v0.0.9         stable flathub\nDatcord      An open-source Discord client that uses Firefox                                              \u2026.github.gamingdoom.Datcord 0.5.1          stable flathub\nRipcord      Alternative desktop chat client for Slack (and Discord)                                      fm.cancel.Ripcord           0.4.29         stable flathub\nTonbrett     Companion App for Discord Soundboard Bot                                                     dev.schlaubi.Tonbrett       1.18.14        stable flathub\nCider        An open source and community oriented Apple Music client                                     sh.cider.Cider              v1.6.2         stable flathub\nAlien Arena  Ultra fast paced arena FPS                                                                   org.alienarena.alienarena   7.71.6         stable flathub\nVeloren      Veloren is a multiplayer voxel RPG written in Rust. It is inspired by games such as Cube Wo\u2026 net.veloren.veloren         0.15.0-nightly stable flathub\nAirshipper   Airshipper is the official launcher for Veloren.                                             net.veloren.airshipper      0.10.0         stable flathub\nRetroDECK    RetroDECK brings an environment to catalog and play your retro games directly on your Steam\u2026 net.retrodeck.retrodeck     0.7.6b         stable flathub\nREAL Video \u2026 Free and Open Source Video Enhancement Tool                                                  \u2026ntwise.REAL-Video-Enhancer 1.0.7          stable flathub\nResonance    Harmonize your listening experience                                                          \u2026.github.nate_xyz.Resonance 0.1.3          stable flathub\nMuezzin      Islamic prayer times application                                                             io.github.dbchoco.muezzin   v2.6.0         stable flathub\nSalawat      Islamic prayer times application                                                             io.github.dbchoco.Salawat   v1.3.0         stable flathub\nGuilded      Messaging, Voice, and Video Client                                                           gg.guilded.Guilded          1.0.9236953    stable flathub\nwger         Fitness\/workout, nutrition and weight tracker                                                de.wger.flutter             1.7.0          stable flathub\nAuthPass     Password Manager: Keep your passwords safe across all platforms and devices                  app.authpass.AuthPass       1.9.6_1904     stable flathub\n<\/code><\/pre>\n\n\n\n<p>Thus, to install official discord app on Ubuntu 24.04 using Flatpak, then execute the command below;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak install flathub com.discordapp.Discord<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Note that the directories \n\n'\/var\/lib\/flatpak\/exports\/share'\n'\/home\/kifarunix\/.local\/share\/flatpak\/exports\/share'\n\nare not in the search path set by the XDG_DATA_DIRS environment variable, so\napplications installed by Flatpak may not appear on your desktop until the\nsession is restarted.\n\nLooking for matches\u2026\nRequired runtime for com.discordapp.Discord\/x86_64\/stable (runtime\/org.freedesktop.Platform\/x86_64\/23.08) found in remote flathub\nDo you want to install it? [Y\/n]: y\n\ncom.discordapp.Discord permissions:\n    ipc                     network        pulseaudio       x11       devices       file access [1]       dbus access [2]\n    bus ownership [3]       tags [4]\n\n    [1] xdg-download, xdg-pictures:ro, xdg-videos:ro\n    [2] com.canonical.AppMenu.Registrar, com.canonical.Unity, com.canonical.indicator.application, org.freedesktop.ScreenSaver, org.kde.StatusNotifierWatcher\n    [3] org.kde.*\n    [4] proprietary\n\n\n        ID                                             Branch                 Op            Remote             Download\n 1. [\u2713] org.freedesktop.Platform.GL.default            23.08                  i             flathub            162.0\u00a0MB \/ 162.3\u00a0MB\n 2. [\u2713] org.freedesktop.Platform.GL.default            23.08-extra            i             flathub             17.9\u00a0MB \/ 162.3\u00a0MB\n 3. [\u2713] org.freedesktop.Platform.Locale                23.08                  i             flathub             17.9\u00a0kB \/ 359.9\u00a0MB\n 4. [\u2713] org.freedesktop.Platform.openh264              2.2.0                  i             flathub            886.7\u00a0kB \/ 944.3\u00a0kB\n 5. [\u2713] org.gtk.Gtk3theme.Yaru                         3.22                   i             flathub            139.3\u00a0kB \/ 191.5\u00a0kB\n 6. [\u2713] org.freedesktop.Platform                       23.08                  i             flathub            175.9\u00a0MB \/ 225.6\u00a0MB\n 7. [\u2713] com.discordapp.Discord                         stable                 i             flathub             98.5\u00a0MB \/ 101.7\u00a0MB\n\nInstallation complete.\n<\/code><\/pre>\n\n\n\n<p>To list the applications and runtimes you have installed, run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak list<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Name           Application ID                Version  Branch      Installation\nDiscord Inc.   com.discordapp.Discord        0.0.43   stable      system\nFreedesktop P\u2026 org.freedesktop.Platform      23.08.11 23.08       system\nMesa           \u2026edesktop.Platform.GL.default 23.3.4   23.08       system\nMesa (Extra)   \u2026edesktop.Platform.GL.default 23.3.4   23.08-extra system\nopenh264       \u2026reedesktop.Platform.openh264 2.1.0    2.2.0       system\nYaru Gtk Theme org.gtk.Gtk3theme.Yaru                 3.22        system\n<\/code><\/pre>\n\n\n\n<p>If you want to uninstall Discord app installed using Flatpak, simply execute;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak uninstall com.discordapp.Discord<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"running-discord-on-ubuntu-24-04\">Running Discord on Ubuntu 24.04<\/h3>\n\n\n\n<p>You can launch Discord from applications menu on the desktop or from command line.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"launch-discord-from-applications-menu\">Launch Discord from Applications Menu<\/h4>\n\n\n\n<p>Open applications menu and type discord and press ENTER to launch discord.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/discord-ubuntu-24.04.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20222&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1695,&quot;targetHeight&quot;:350,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image: How to Install Discord on Ubuntu 24.04&quot;,&quot;alt&quot;:&quot;How to Install Discord on Ubuntu 24.04&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1695\" height=\"350\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-ubuntu-24.04.png\" alt=\"How to Install Discord on Ubuntu 24.04\" class=\"wp-image-20222\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-ubuntu-24.04.png?v=1708629768 1695w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-ubuntu-24.04-768x159.png?v=1708629768 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-ubuntu-24.04-1536x317.png?v=1708629768 1536w\" sizes=\"(max-width: 1695px) 100vw, 1695px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image: How to Install Discord on Ubuntu 24.04\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"launch-discord-from-command-line\">Launch Discord from command Line<\/h4>\n\n\n\n<p>If you installed Discord using apt\/dpkg commands, then run the command below on command line;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>discord<\/code><\/pre>\n\n\n\n<p>If you installed discord from Snap store, launch it as follows from command line;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>discord<\/code><\/pre>\n\n\n\n<p>If you installed discord from Flathub, then launch it as follows;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak run &lt;discord-app-ID&gt;<\/code><\/pre>\n\n\n\n<p>E.g<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak run com.discordapp.Discord<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"login-to-discord-app\">Login to Discord App<\/h4>\n\n\n\n<p>You can now login to your discord account!<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/discord-login-page.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20221&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1698,&quot;targetHeight&quot;:835,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1698\" height=\"835\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-login-page.png?v=1708629526\" alt=\"\" class=\"wp-image-20221\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-login-page.png?v=1708629526 1698w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-login-page-768x378.png?v=1708629526 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/discord-login-page-1536x755.png?v=1708629526 1536w\" sizes=\"(max-width: 1698px) 100vw, 1698px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>And that concludes our guide on how to install Discord app on Ubuntu 24.04.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will show you how to install Discord on Ubuntu 24.04. Discord is an instant messaging and VoIP social platform which allows<\/p>\n","protected":false},"author":10,"featured_media":20221,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[7414,7417,7415,7416],"class_list":["post-20207","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-install-discord-on-ubuntu-24-04","tag-install-snapd-ubuntu-24-04","tag-ubuntu-24-04-discord","tag-ubuntu-24-04-install-flatpak","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20207"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=20207"}],"version-history":[{"count":9,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20207\/revisions"}],"predecessor-version":[{"id":22384,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20207\/revisions\/22384"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/20221"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=20207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=20207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=20207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}