{"id":158437,"date":"2024-09-26T14:01:24","date_gmt":"2024-09-26T12:01:24","guid":{"rendered":"https:\/\/hifivem.com\/?p=158437"},"modified":"2026-07-24T12:46:18","modified_gmt":"2026-07-24T10:46:18","slug":"fivem-gercek-zamanli-senkronizasyon","status":"publish","type":"post","link":"https:\/\/fivemx.com\/tr\/fivem-gercek-zamanli-senkronizasyon\/","title":{"rendered":"FiveM Ger\u00e7ek Zamanl\u0131 Senkronizasyon"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Bu e\u011fitim, oyun i\u00e7i saati ger\u00e7ek d\u00fcnya saatiyle senkronize eden bir FiveM beti\u011fi olu\u015fturman\u0131z i\u00e7in size rehberlik edecektir. Bu, oyun ortam\u0131n\u0131n ger\u00e7ek zaman\u0131 yans\u0131tmas\u0131n\u0131 sa\u011flayarak oyuncular i\u00e7in ger\u00e7ek\u00e7ili\u011fi art\u0131r\u0131r.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hem sunucu hem de istemci taraf\u0131 betik yazmay\u0131, senkronizasyonu ba\u015flatma ve durdurma i\u015flevselli\u011fini eklemeyi ve FiveM sunucunuz i\u00e7in kayna\u011f\u0131 ayarlamay\u0131 ele alaca\u011f\u0131z.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites\">\u00d6n ko\u015fullar<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ba\u015flamadan \u00f6nce a\u015fa\u011f\u0131dakilere sahip oldu\u011funuzdan emin olun:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>FiveM Sunucu Eri\u015fimi<\/strong>: Sunucunuza y\u00f6netici eri\u015fimine ihtiyac\u0131n\u0131z var <a href=\"https:\/\/fivemx.com\/tr\/converting-fivem-scripts\/\" title=\"FiveM Scripts \u2013 ESX, QBCore, QBOX D\u00f6n\u00fc\u015ft\u00fcrme (Framework Rehberi)\" data-wpil-monitor-id=\"1661\">FiveM sunucusuna script eklemek i\u00e7in<\/a>.<\/li>\n\n\n\n<li><strong>Lua&#039;n\u0131n Temel Bilgileri<\/strong>:Lua beti\u011fine a\u015final\u0131k, beti\u011fi anlaman\u0131za ve \u00f6zelle\u015ftirmenize yard\u0131mc\u0131 olacakt\u0131r.<\/li>\n\n\n\n<li><strong>Metin Edit\u00f6r\u00fc<\/strong>:Script dosyalar\u0131n\u0131 d\u00fczenlemek i\u00e7in Visual Studio Code, Sublime Text veya Notepad++ gibi yaz\u0131l\u0131mlar.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"setting-up-the-resource-folder\">Kaynak Klas\u00f6r\u00fcn\u00fc Ayarlama<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Kaynaklar Dizininize gidin<\/strong>:Bulun <code data-no-translation=\"\">resources<\/code> FiveM sunucu dizininizdeki klas\u00f6r. Bu genellikle \u015fu adreste bulunur:bashCode kopieren<code data-no-translation=\"\">your-fivem-server-folder\/resources\/<\/code><\/li>\n\n\n\n<li><strong>Yeni Bir Kaynak Klas\u00f6r\u00fc Olu\u015ftur<\/strong>:\u0130\u00e7inde <code data-no-translation=\"\">resources<\/code> klas\u00f6r, ad\u0131nda yeni bir klas\u00f6r olu\u015fturun <code data-no-translation=\"\">realtime<\/code>.bashCode kopyala<code data-no-translation=\"\">your-fivem-server-folder\/resources\/realtime\/<\/code><\/li>\n\n\n\n<li><strong>\u015euraya gidin: <code data-no-translation=\"\">realtime<\/code> Dosya<\/strong>:Bu klas\u00f6r ger\u00e7ek zamanl\u0131 senkronizasyon i\u00e7in gerekli t\u00fcm scriptleri ve yap\u0131land\u0131rma dosyalar\u0131n\u0131 i\u00e7erecektir.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"creating-the-server-side-script-server-lua\">Sunucu Taraf\u0131 Komut Dosyas\u0131n\u0131n Olu\u015fturulmas\u0131 (<code data-no-translation=\"\">server.lua<\/code>)<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Yaratmak <code data-no-translation=\"\">server.lua<\/code><\/strong>:\u0130\u00e7inde <code data-no-translation=\"\">realtime<\/code> klas\u00f6r, ad\u0131nda yeni bir dosya olu\u015fturun <code data-no-translation=\"\">server.lua<\/code>.<\/li>\n\n\n\n<li><strong>A\u015fa\u011f\u0131daki Kodu Ekleyin <code data-no-translation=\"\">server.lua<\/code><\/strong>:luaCode kopyala<code data-no-translation=\"\">RegisterNetEvent(\"realtime:event\") AddEventHandler(\"realtime:event\", function() local hour = tonumber(os.date(\"%H\")) local minute = tonumber(os.date(\"%M\")) local second = tonumber(os.date(\"%S\")) TriggerClientEvent(\"realtime:event\", source, hour, minute, second) end) <\/code><strong>A\u00e7\u0131klama<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Kay\u0131tNetEtkinli\u011fi<\/strong>: Adl\u0131 bir a\u011f olay\u0131n\u0131 kaydeder <code data-no-translation=\"\">realtime:event<\/code>.<\/li>\n\n\n\n<li><strong>Olay\u0130\u015fleyicisiEkle<\/strong>: Ne zaman olaca\u011f\u0131n\u0131 tan\u0131mlar <code data-no-translation=\"\">realtime:event<\/code> tetiklenir.<\/li>\n\n\n\n<li><strong>i\u015fletim sistemi.tarihi<\/strong>: Mevcut sistem saatini (saat, dakika, saniye) al\u0131r.<\/li>\n\n\n\n<li><strong>Tetikleyici\u0130stemciOlay<\/strong>: Olay\u0131 tetikleyen istemciye zaman verisini g\u00f6nderir.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"creating-the-client-side-script-client-lua\">\u0130stemci Taraf\u0131 Komut Dosyas\u0131n\u0131n Olu\u015fturulmas\u0131 (<code data-no-translation=\"\">client.lua<\/code>)<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Yaratmak <code data-no-translation=\"\">client.lua<\/code><\/strong>:\u0130\u00e7inde <code data-no-translation=\"\">realtime<\/code> klas\u00f6r, ad\u0131nda yeni bir dosya olu\u015fturun <code data-no-translation=\"\">client.lua<\/code>.<\/li>\n\n\n\n<li><strong>A\u015fa\u011f\u0131daki Kodu Ekleyin <code data-no-translation=\"\">client.lua<\/code><\/strong>:luaCode kopyala<code data-no-translation=\"\">-- Set the duration of one in-game minute in milliseconds SetMillisecondsPerGameMinute(60000) -- 60,000 ms = 1 real-world minute RegisterNetEvent(\"realtime:event\") AddEventHandler(\"realtime:event\", function(hour, minute, second) NetworkOverrideClockTime(hour, minute, second) end) -- Trigger the server event to initiate synchronization TriggerServerEvent(\"realtime:event\") <\/code><strong>A\u00e7\u0131klama<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>OyunDakikas\u0131Ba\u015f\u0131naMilisaniyeAyarla<\/strong>: Oyun i\u00e7i bir dakikan\u0131n ne kadar s\u00fcrece\u011fini tan\u0131mlar. Bunu <code data-no-translation=\"\">60000<\/code> Oyun i\u00e7indeki 1 dakikay\u0131 ger\u00e7ek d\u00fcnyadaki 1 dakikaya e\u015fitler.<\/li>\n\n\n\n<li><strong>RegisterNetEvent ve AddEventHandler<\/strong>: Dinler <code data-no-translation=\"\">realtime:event<\/code> sunucudan al\u0131r ve oyun i\u00e7i saati buna g\u00f6re g\u00fcnceller.<\/li>\n\n\n\n<li><strong>A\u011fGe\u00e7ersizK\u0131lmaSaatiZaman\u0131<\/strong>: Sunucudan al\u0131nan ger\u00e7ek d\u00fcnya saatiyle e\u015fle\u015fmesi i\u00e7in oyun i\u00e7i saati ge\u00e7ersiz k\u0131lar.<\/li>\n\n\n\n<li><strong>TetikleyiciSunucuOlay<\/strong>: Sunucu olay\u0131n\u0131 tetikleyerek senkronizasyonu ba\u015flat\u0131r.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"adding-a-stop-functionality\">Durdurma \u0130\u015flevi Ekleme<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ger\u00e7ek zamanl\u0131 senkronizasyonun a\u00e7\u0131l\u0131p kapat\u0131lmas\u0131na olanak sa\u011flamak i\u00e7in senkronizasyonu ba\u015flat\u0131p durduran i\u015flevler ekleyece\u011fiz.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>G\u00fcncelleme <code data-no-translation=\"\">client.lua<\/code> Durdurma \u0130\u015flevi ile<\/strong>:luaCode kopyala<code data-no-translation=\"\">local syncActive = true local syncThread = nil -- Function to start synchronization function StartRealTimeSync() if not syncActive then syncActive = true syncThread = CreateThread(function() while syncActive do TriggerServerEvent(\"realtime:event\") Wait(60000) -- Wait for 1 minute before next sync end end) end end -- Function to stop synchronization function StopRealTimeSync() if syncActive then syncActive = false if syncThread then -- In Lua, there's no direct way to kill a thread. -- Using a flag to exit the loop effectively stops the thread. syncThread = nil end end end RegisterNetEvent(\"realtime:event\") AddEventHandler(\"realtime:event\", function(hour, minute, second) if syncActive then NetworkOverrideClockTime(hour, minute, second) end end) -- Start synchronization on resource start StartRealTimeSync() -- Example: Command to toggle synchronization RegisterCommand(\"toggleTimeSync\", function() if syncActive then StopRealTimeSync() print(\"Real-time synchronization stopped.\") else StartRealTimeSync() print(\"Real-time synchronization started.\") end end, false) <\/code><strong>A\u00e7\u0131klama<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>senkronizeAktif<\/strong>: Senkronizasyonun etkin olup olmad\u0131\u011f\u0131n\u0131 belirleyen bir bayrak.<\/li>\n\n\n\n<li><strong>Ger\u00e7ekZamanl\u0131E\u015fitlemeyiBa\u015flat<\/strong>: Sunucudan her dakika zaman g\u00fcncellemeleri isteyen bir d\u00f6ng\u00fc ba\u015flat\u0131r.<\/li>\n\n\n\n<li><strong>Ger\u00e7ekZamanl\u0131E\u015fitleme&#039;yi Durdur<\/strong>: Bayra\u011f\u0131 false olarak ayarlayarak senkronizasyonu durdurur.<\/li>\n\n\n\n<li><strong>Kay\u0131tKomutu<\/strong>: Bir komut ekler (<code data-no-translation=\"\">\/toggleTimeSync<\/code>) oyuncular\u0131n senkronizasyonu a\u00e7\u0131p kapatmak i\u00e7in kullanabilecekleri bir \u00f6zelliktir.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"creating-the-resource-manifest-fxmanifest-lua\">Kaynak Beyannamesinin Olu\u015fturulmas\u0131 (<code data-no-translation=\"\">fxmanifest.lua<\/code>)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Her FiveM kayna\u011f\u0131, meta verilerini ve ba\u011f\u0131ml\u0131l\u0131klar\u0131n\u0131 tan\u0131mlayan bir bildirim dosyas\u0131 gerektirir.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Yaratmak <code data-no-translation=\"\">fxmanifest.lua<\/code><\/strong>:\u0130\u00e7inde <code data-no-translation=\"\">realtime<\/code> klas\u00f6r, ad\u0131nda yeni bir dosya olu\u015fturun <code data-no-translation=\"\">fxmanifest.lua<\/code>.<\/li>\n\n\n\n<li><strong>A\u015fa\u011f\u0131daki Kodu Ekleyin <code data-no-translation=\"\">fxmanifest.lua<\/code><\/strong>: <code data-no-translation=\"\">fx_version 'cerulean' game 'gta5' author 'YourName' description 'Real-Time Synchronization Script for FiveM' version '1.0.0' server_script 'server.lua' client_script 'client.lua'<\/code><\/li>\n\n\n\n<li><strong>A\u00e7\u0131klama<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>fx_s\u00fcr\u00fcm\u00fc<\/strong>: FiveM bildiriminin s\u00fcr\u00fcm\u00fcn\u00fc belirtir. <code data-no-translation=\"\">cerulean<\/code> yaz\u0131n\u0131n yaz\u0131ld\u0131\u011f\u0131 tarih itibariyle en son durum.<\/li>\n\n\n\n<li><strong>oyun<\/strong>: Kayna\u011f\u0131n hangi oyun i\u00e7in oldu\u011funu g\u00f6sterir (<code data-no-translation=\"\">gta5<\/code>).<\/li>\n\n\n\n<li><strong>yazar, a\u00e7\u0131klama, s\u00fcr\u00fcm<\/strong>: Kayna\u011f\u0131n\u0131z hakk\u0131nda meta veriler.<\/li>\n\n\n\n<li><strong>sunucu_komut_komutu ve istemci_komut_komutu<\/strong>: Y\u00fcklenecek sunucu ve istemci betiklerini belirtir.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"starting-the-resource-on-your-server\">Kayna\u011f\u0131 Sunucunuzda Ba\u015flatma<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Sunucu Yap\u0131land\u0131rman\u0131z\u0131 D\u00fczenleyin<\/strong>:Sunucunuzun yap\u0131land\u0131rma dosyas\u0131n\u0131 a\u00e7\u0131n, genellikle \u015fu \u015fekilde adland\u0131r\u0131l\u0131r: <code data-no-translation=\"\">server.cfg<\/code>.<\/li>\n\n\n\n<li><strong>Kayna\u011f\u0131 Yap\u0131land\u0131rmaya Ekle<\/strong>: A\u015fa\u011f\u0131daki sat\u0131r\u0131 ekleyerek \u015funlar\u0131 sa\u011flay\u0131n: <code data-no-translation=\"\">realtime<\/code> kaynak sunucuyla ba\u015flar:rubyCode kopieren<code data-no-translation=\"\">ensure realtime <\/code><strong>Not<\/strong>: E\u011fer kullan\u0131yorsan\u0131z <code data-no-translation=\"\">start<\/code> yerine <code data-no-translation=\"\">ensure<\/code>, \u015funlar\u0131 kullanabilirsiniz: <code data-no-translation=\"\">start realtime<\/code><\/li>\n\n\n\n<li><strong>Sunucunuzu Kaydedin ve Yeniden Ba\u015flat\u0131n<\/strong>:De\u011fi\u015fiklikleri kaydettikten sonra <code data-no-translation=\"\">server.cfg<\/code>Yeni kayna\u011f\u0131 y\u00fcklemek i\u00e7in FiveM sunucunuzu yeniden ba\u015flat\u0131n.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"full-resource-download\">Tam Kaynak \u0130ndirme<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Kolayl\u0131k olmas\u0131 a\u00e7\u0131s\u0131ndan, olu\u015fturman\u0131z gereken dosyalar\u0131n tam seti a\u015fa\u011f\u0131dad\u0131r <code data-no-translation=\"\">realtime<\/code> kaynak.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-server-lua\">1. <code data-no-translation=\"\">server.lua<\/code><\/h3>\n\n\n\n<pre data-no-translation=\"\" class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">RegisterNetEvent(\"realtime:event\")\nAddEventHandler(\"realtime:event\", function()\n local hour = tonumber(os.date(\"%H\"))\n local minute = tonumber(os.date(\"%M\"))\n local second = tonumber(os.date(\"%S\"))\n TriggerClientEvent(\"realtime:event\", source, hour, minute, second)\nend)\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-client-lua\">2. <code data-no-translation=\"\">client.lua<\/code><\/h3>\n\n\n\n<pre data-no-translation=\"\" class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">local syncActive = true\nlocal syncThread = nil\n\n-- Function to start synchronization\nfunction StartRealTimeSync()\n if not syncActive then\n syncActive = true\n syncThread = CreateThread(function()\n while syncActive do\n TriggerServerEvent(\"realtime:event\")\n Wait(60000) -- Wait for 1 minute before next sync\n end\n end)\n end\nend\n\n-- Function to stop synchronization\nfunction StopRealTimeSync()\n if syncActive then\n syncActive = false\n if syncThread then\n -- In Lua, threads are cooperative; setting syncActive to false will stop the loop\n syncThread = nil\n end\n end\nend\n\nRegisterNetEvent(\"realtime:event\")\nAddEventHandler(\"realtime:event\", function(hour, minute, second)\n if syncActive then\n NetworkOverrideClockTime(hour, minute, second)\n end\nend)\n\n-- Start synchronization on resource start\nStartRealTimeSync()\n\n-- Example: Command to toggle synchronization\nRegisterCommand(\"toggleTimeSync\", function()\n if syncActive then\n StopRealTimeSync()\n print(\"Real-time synchronization stopped.\")\n else\n StartRealTimeSync()\n print(\"Real-time synchronization started.\")\n end\nend, false)\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-fxmanifest-lua\">3. <code data-no-translation=\"\">fxmanifest.lua<\/code><\/h3>\n\n\n\n<pre data-no-translation=\"\" class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">fx_version 'cerulean'\ngame 'gta5'\n\nauthor 'YourName'\ndescription 'Real-Time Synchronization Script for FiveM'\nversion '1.0.0'\n\nserver_script 'server.lua'\nclient_script 'client.lua'\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Tam Metin<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Buradan az \u00f6nce olu\u015fturdu\u011fumuz scripti indirebilirsiniz:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/codeload.github.com\/HiFiveM\/fivem-realtime\/zip\/refs\/heads\/main\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">https:\/\/github.com\/HiFiveM\/fivem-realtime\/archive\/refs\/heads\/main.zip<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/HiFiveM\/fivem-realtime\/tree\/main\/fivem-realtime\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/github.com\/HiFiveM\/fivem-realtime\/tree\/main\/fivem-realtime\" rel=\"noreferrer noopener nofollow\">Github<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ve successfully created a FiveM kayna\u011f\u0131n\u0131 ba\u015far\u0131yla olu\u015fturdunuz. Bu kaynak, oyun i\u00e7i saati ger\u00e7ek d\u00fcnya zaman\u0131yla senkronize eder. Bu betik, oyun ortam\u0131n\u0131n ger\u00e7ek zaman\u0131 yans\u0131tmas\u0131n\u0131 sa\u011flayarak bir oyun alan\u0131 ekler ve oyuncular i\u00e7in bir ger\u00e7ek\u00e7ilik katman\u0131 olu\u015fturur.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Senkronizasyon aral\u0131klar\u0131n\u0131 ayarlayarak, daha fazla komut ekleyerek veya di\u011fer sunucu \u00f6zellikleriyle entegre ederek beti\u011fi daha da \u00f6zelle\u015ftirebilirsiniz.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sunucunuzun \u00f6zel ihtiya\u00e7lar\u0131na uyacak \u015fekilde bu temeli geni\u015fletmekten \u00e7ekinmeyin!<\/p>","protected":false},"excerpt":{"rendered":"<p>FiveM Real Time Sync keeps the in-game clock aligned with real-world time and includes start and stop controls.<\/p>","protected":false},"author":1,"featured_media":193436,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2297,2298,2340],"tags":[3001,2928,3000],"class_list":["post-158437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-free","category-scripts","category-lua-scripting","tag-fivem-script","tag-free","tag-free-script"],"_links":{"self":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/posts\/158437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/comments?post=158437"}],"version-history":[{"count":3,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/posts\/158437\/revisions"}],"predecessor-version":[{"id":212559,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/posts\/158437\/revisions\/212559"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/media\/193436"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/media?parent=158437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/categories?post=158437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fivemx.com\/tr\/wp-json\/wp\/v2\/tags?post=158437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}