{"id":185900,"date":"2025-05-08T16:00:06","date_gmt":"2025-05-08T14:00:06","guid":{"rendered":"https:\/\/fivemx.com\/?p=185900"},"modified":"2026-06-22T20:39:17","modified_gmt":"2026-06-22T18:39:17","slug":"meilleurs-parametres-qbcore","status":"publish","type":"post","link":"https:\/\/fivemx.com\/fr\/best-qbcore-settings\/","title":{"rendered":"Meilleurs param\u00e8tres QBCore \u2013 Guide complet"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>The quick\u2011fix manual for every QBCore Settings &#8211; For Server Owner drowning in lag, inflation &amp; player salt<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Players rage\u2011quit.<br>Economy dies on day one.<br>DMs pile up: \u201cwhy am I starving every five minutes?\u201d \u201cwhy do frames tank when cops roll up?\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>I broke my server so you don\u2019t have to.<\/strong><br>Here\u2019s the distilled playbook \u2013 zero fluff, all levers that shift KPIs: retention, FPS, drama\u2011per\u2011minute.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">0.&nbsp;Why\u202fconfig.lua\u202fis your heartbeat<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Touch it right \u2192 buttery gameplay, balanced economy, stories that write themselves.<br>Touch it wrong \u2192 tick\u2011rate nosedives, inflation explodes, Discord morphs into a complaint hotline.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Below is the <strong>80\/20<\/strong> cheat\u2011sheet, plus deep\u2011cut tweaks I wish I knew on day one.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">1.&nbsp;MaxPlayers&nbsp;\u2013 capacity without lag<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.MaxPlayers = GetConvarInt('sv_maxclients', 48)<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Reality check<\/strong><br>Hosting ads scream 128 slots \u2013 that\u2019s marketing.<br>Stress\u2011test with <code>\/txadmin profile<\/code> and watch CPU, memory, and network saturation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Hormozi move<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start at <strong>64<\/strong>.<\/li>\n\n\n\n<li>Fill it.<\/li>\n\n\n\n<li>If average tick &lt;\u202f6\u202fms for an entire evening, add ten slots.<\/li>\n\n\n\n<li>Rinse &amp; repeat.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Metrics to watch<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avg\u00a0tick &lt;\u202f6\u202fms<\/li>\n\n\n\n<li>NetBandwidth &lt;\u202f75\u202f%<\/li>\n\n\n\n<li>Player complaint count (lag)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Retention &gt; bragging rights.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/fivemx.com\/fivem-hosting-provider-comparison\/\" id=\"59849\"><strong>BTW, Choose the right Hosting Provider to avoid lags.<\/strong><\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">2.&nbsp;DefaultSpawn&nbsp;\u2013 first\u2011impression magnet<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.DefaultSpawn = vector4(-1035.71, -2731.87, 12.86, 0.0)<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Spawn&nbsp;= lobby of a five\u2011star hotel.<br>Drop newbies in a dumpster and they alt\u2011F4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What works<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Landmark with space for 20 avatars.<\/li>\n\n\n\n<li>Visual wow + clear signage.<\/li>\n\n\n\n<li>Day &amp; night lighting passes.<\/li>\n\n\n\n<li>Optional: auto\u2011play welcome VO\/hologram NPC.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Small tweak \u279c big bump in <strong>first\u201110\u2011minute retention<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">3.&nbsp;UpdateInterval&nbsp;&amp;&nbsp;StatusInterval&nbsp;\u2013 server health vs frame drops<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.UpdateInterval = 5      -- minutes\nQBConfig.StatusInterval = 5000   -- ms<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rules<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep <strong>UpdateInterval\u00a0=\u202f5<\/strong> unless you\u2019re running 200+ resources.<\/li>\n\n\n\n<li>Push <strong>StatusInterval<\/strong> to 8\u202f000\u201310\u202f000\u202fms if potato PCs whine about stutter.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Each extra millisecond = free FPS.<br>Test, don\u2019t assume.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">4.&nbsp;Money Settings&nbsp;\u2013 an economy that survives the weekend<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.Money.MoneyTypes       = { cash = 500, bank = 5000, crypto = 0 }\nQBConfig.Money.DontAllowMinus   = { 'cash', 'crypto' }\nQBConfig.Money.MinusLimit       = -5000\nQBConfig.Money.PayCheckTimeOut  = 10\nQBConfig.Money.PayCheckSociety  = false<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lessons learned the hard way<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Start cash low, bank higher<\/strong> \u2192 forces job engagement before shopping sprees.<\/li>\n\n\n\n<li><strong>DontAllowMinus<\/strong> saves newbies from rage\u2011quitting over debt.<\/li>\n\n\n\n<li>Flip <strong>PayCheckSociety = true<\/strong> only when businesses can self\u2011fund payroll; otherwise every store becomes Detroit.<\/li>\n\n\n\n<li><strong>MinusLimit<\/strong> = deflation valve. Keep it tight (\u20115\u202fk).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Need revenue sinks? Browse plug\u2011and\u2011play scripts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">5.&nbsp;HungerRate&nbsp;&amp;&nbsp;ThirstRate&nbsp;\u2013 immersion vs annoyance<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.Player.HungerRate = 4.2\nQBConfig.Player.ThirstRate = 3.8<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Too slow \u2192 survival feels cosmetic.<br>Too fast \u2192 server turns into <strong>Restaurant Tycoon<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Sweet spot<\/strong><br>One meal + one drink every 45 real\u2011time minutes.<br>Validate with <strong>\/huddebug<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Pro tip<\/strong><br>Add a DoorDash\u2011style delivery job so hunger feeds the economy, not frustration.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">6.&nbsp;Server toggles&nbsp;\u2013 instant sanity savers<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Setting<\/th><th>Default<\/th><th>Why<\/th><\/tr><tr><td><code>QBConfig.Server.Closed<\/code><\/td><td><code>false<\/code><\/td><td>Open beta = free play\u2011testers<\/td><\/tr><tr><td><code>QBConfig.Server.Whitelist<\/code><\/td><td><code>true<\/code> (post\u2011beta)<\/td><td>Filters trolls without killing growth<\/td><\/tr><tr><td><code>QBConfig.Server.PVP<\/code><\/td><td><code>true<\/code><\/td><td>Conflict drives story. Add laws, not nerfs<\/td><\/tr><tr><td><code>QBConfig.Server.CheckDuplicateLicense<\/code><\/td><td><code>true<\/code><\/td><td>Blocks ban\u2011evasions on join<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">7.&nbsp;Permissions&nbsp;\u2013 guardrails, not handcuffs<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.Server.Permissions = { 'god', 'admin', 'mod' }<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>mod<\/strong>\u00a0\u2192 kick &amp; mute only.<\/li>\n\n\n\n<li><strong>admin<\/strong>\u00a0\u2192 ban, spectate, teleport.<\/li>\n\n\n\n<li><strong>god<\/strong>\u00a0\u2192 code push or DB hotfix.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"How to configure QBCore Server Admin Permissions | Setup | 2023 Updated\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/PppqfCJAwAs?feature=oembed\" loading=\"lazy\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Audit every Sunday.<br>Drama avoided = hours saved.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">8.&nbsp;Notifications&nbsp;\u2013 UI that coaches players<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"lua\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">QBConfig.Notify.NotificationStyling = {\n  group    = true,\n  position = 'right',\n  progress = true\n}<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Add&nbsp;<code>info<\/code> variant (light blue) for tutorial breadcrumbs.<br>Pre\u2011load icon fonts at login to kill first\u2011hit lag.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">9.\u00a0Ready\u2011made boosts \ud83c\udfb8<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scripts<\/strong> \u279c FiveMX Marketplace<\/li>\n\n\n\n<li><strong>Full server packs<\/strong> \u279c <a href=\"https:\/\/fivemx.com\/qb-lunnydev-dispatch\/\">QBCore bundles<\/a><\/li>\n\n\n\n<li><strong>Official docs<\/strong> \u279c <a href=\"https:\/\/docs.qbcore.org\/qbcore-documentation\" target=\"_blank\" rel=\"noopener\">docs.qbcore.org<\/a><\/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\">10.&nbsp;Performance profiling&nbsp;\u2013 keep 60\u202fFPS on potato PCs<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run <code>getruntimememory<\/code> every 15\u202fmin to spot leaks.<\/li>\n\n\n\n<li><code>\/profiler start<\/code> \u2192 120\u202fs \u2192 <code>\/profiler stop<\/code> \u2192 fix top\u20113 hogs.<\/li>\n\n\n\n<li>Drop view\u2011distance to 250 if map is prop\u2011heavy.<\/li>\n\n\n\n<li>Install a lightweight <strong>LOD manager<\/strong> \u2013 worth ~8\u202fFPS on mid\u2011tier rigs.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/fivemx.com\/how-to-use-resmon-in-fivem-optimize-resources\/\">How to use Resmon<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/fivemx.com\/best-gpus-for-fivem-gta-v\/\">GPUs for GTA V<\/a><\/div>\n\n\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">11.&nbsp;Backups&nbsp;&amp;&nbsp;Version Control&nbsp;\u2013 disaster insurance<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>git init<\/code> your <code>resources\/[qb]<\/code> folder.<\/li>\n\n\n\n<li>Commit every change: <code>feat: raise hunger decay to 4.2<\/code>.<\/li>\n\n\n\n<li>Nightly cron \u2192 zip server dir \u2192 offsite (AWS, Backblaze).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">One bad push shouldn\u2019t delete a city.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/fivemx.com\/how-to-backup-your-fivem-server\/\">How to backup your server \u267b<\/a><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">12.&nbsp;Common mistakes (stop doing these)<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>128\u202fslots on day one \u2013 nobody cares if they can\u2019t move.<\/li>\n\n\n\n<li>Wiping the economy every reset \u2013 legacy wealth builds lore.<\/li>\n\n\n\n<li>Giving mods godmode \u2013 unstoppable grief + <a href=\"https:\/\/fivemx.com\/advertising-your-fivem-server-on-tiktok\/\" data-wpil-monitor-id=\"514\">TikTok<\/a> receipts.<\/li>\n\n\n\n<li>Ignoring logs \u2013 set a bot to alert when errors &gt;\u202f10\u202f\/min.<\/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\">13.&nbsp;FAQ \u2013 quick\u2011fire answers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I disable hunger entirely?<\/strong><br>Yes. Set rates to <code>0.0<\/code>. Immersion drops by half.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Players duplicate money via glitch&nbsp;X \u2013 help!<\/strong><br>Enable <strong>CheckDuplicateLicense<\/strong> + install an anti\u2011cheat trigger.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Best hardware for 100 players?<\/strong><br>Ryzen&nbsp;9 \/ 64\u202fGB\u202fRAM \/ NVMe. Prioritize single\u2011thread speed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">TL;DR Cheat\u2011Sheet<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>64\u00a0slots baseline<\/strong>, scale with tick\u2011time.<\/li>\n\n\n\n<li><strong>Scenic spawn<\/strong> = higher newbie retention.<\/li>\n\n\n\n<li><strong>Money settings<\/strong> decide inflation curve.<\/li>\n\n\n\n<li><strong>Survival decay<\/strong>: one meal + drink every 45\u202fmin.<\/li>\n\n\n\n<li><strong>PVP on<\/strong> + written laws = organic drama.<\/li>\n\n\n\n<li><strong>Weekly permission audit<\/strong>.<\/li>\n\n\n\n<li><strong>Notifications<\/strong> steer without nagging.<\/li>\n\n\n\n<li><strong>Git + nightly backup<\/strong> = peace of mind.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<p class=\"wp-block-paragraph\">I tune these settings every quarter.<br>Steal them, tweak them, break them\u2014just measure everything.<br>Numbers never lie.<br>Grab the scripts, run the load tests, watch your city come alive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>See you in the server.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also check this out:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-fivemx wp-block-embed-fivemx\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"8bDIhL65tc\"><a href=\"https:\/\/fivemx.com\/best-fivem-settings\/\">Best FiveM Settings to Boost FPS<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"\u201cBest FiveM Settings to Boost FPS\u201d \u2014 FiveMX\" src=\"https:\/\/fivemx.com\/best-fivem-settings\/embed\/#?secret=221IFfai1I#?secret=8bDIhL65tc\" data-secret=\"8bDIhL65tc\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>The quick\u2011fix manual for every QBCore Settings &#8211; For Server Owner drowning in lag, inflation &amp; player salt Players rage\u2011quit.Economy dies on day one.DMs pile up: \u201cwhy am I starving every five minutes?\u201d \u201cwhy do frames tank when cops roll up?\u201d I broke my server so you don\u2019t have to.Here\u2019s the distilled playbook \u2013 zero [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":185901,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2877,1899],"tags":[],"class_list":["post-185900","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-free-fivem-job-scripts","category-tutorials"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/posts\/185900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/comments?post=185900"}],"version-history":[{"count":1,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/posts\/185900\/revisions"}],"predecessor-version":[{"id":206941,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/posts\/185900\/revisions\/206941"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media\/185901"}],"wp:attachment":[{"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/media?parent=185900"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/categories?post=185900"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fivemx.com\/fr\/wp-json\/wp\/v2\/tags?post=185900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}