{"id":3492,"date":"2025-12-30T12:19:05","date_gmt":"2025-12-30T12:19:05","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=3492"},"modified":"2025-12-30T12:19:06","modified_gmt":"2025-12-30T12:19:06","slug":"ads-in-call-of-duty","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/ads-in-call-of-duty\/","title":{"rendered":"What is ADS in Call of Duty? Meaning Explained"},"content":{"rendered":"\n<div style=\"margin-bottom:20px;\">\n  <div style=\"border-left:3px solid #f99926;padding:6px 12px;background:transparent;color:#ffffff;font-size:0.8em;font-style:italic;\">\n    <span style=\"color:#f99926;\"><strong>Note:<\/strong><\/span> This article reflects technical best practices from the writer&#8217;s perspective and does not necessarily reflect the views of Hone.\n  <\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph\">You press left trigger and your weapon snaps up to eye level. The screen zooms in. Your shots suddenly hit exactly where you aim. This is ADS, and understanding how it works changes everything about your gunfights.<\/p>\n\n\n\n<p class=\"intro-paragraph\">This guide explains what ADS means in <a href=\"https:\/\/hone.gg\/blog\/category\/call-of-duty\/\">Call of Duty<\/a>, how it affects your weapon handling, timing differences between gun types, and the settings that make your aim faster and more consistent. You will learn the mechanics that separate casual play from competitive performance.<\/p>\n\n\n\n<style>\n  :root {\n    --primary-color: #f99926;\n    --primary-light: rgba(249, 153, 38, 0.1);\n    --primary-hover: rgba(249, 153, 38, 0.8);\n    --secondary-color: #080f1b;\n    --secondary-light: rgba(8, 15, 27, 0.1);\n    --text-dark: #e4e6eb;\n    --text-medium: #b0b3b8;\n    --text-light: #8a8d93;\n    --bg-light: #0c131f;\n    --bg-dark: #080f1b;\n    --border-light: #1c2635;\n    --success: #28a745;\n    --warning: #ffc107;\n    --danger: #dc3545;\n    --info: #17a2b8;\n  }\n\n  .hero-definition {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 25px;\n    padding: 50px;\n    margin: 40px 0;\n    position: relative;\n    overflow: hidden;\n    border: 2px solid var(--primary-light);\n  }\n  .hero-definition::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(249, 153, 38, 0.15) 0%, transparent 70%);\n    animation: pulse 4s ease-in-out infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); opacity: 0.5; }\n    50% { transform: scale(1.2); opacity: 0.8; }\n  }\n  .definition-content { position: relative; z-index: 1; text-align: center; }\n  .definition-acronym { font-size: 48px; font-weight: 700; color: var(--primary-color); margin-bottom: 15px; letter-spacing: 8px; text-shadow: 0 0 20px rgba(249, 153, 38, 0.3); }\n  .definition-full { font-size: 24px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }\n  .definition-explanation { font-size: 16px; color: var(--text-medium); line-height: 1.8; max-width: 800px; margin: 0 auto; }\n\n  .comparison-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    margin: 40px 0;\n  }\n  .comparison-panel {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 35px;\n    border: 2px solid var(--border-light);\n    transition: all 0.4s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .comparison-panel::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    transition: all 0.4s ease;\n  }\n  .comparison-panel.hip::before { background: var(--danger); }\n  .comparison-panel.ads::before { background: var(--success); }\n  .comparison-panel:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 40px rgba(249, 153, 38, 0.2);\n    border-color: var(--primary-color);\n  }\n  .panel-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 25px;\n    padding-bottom: 20px;\n    border-bottom: 1px solid var(--border-light);\n  }\n  .panel-title { font-size: 26px; font-weight: 700; color: var(--text-dark); }\n  .panel-icon {\n    width: 60px;\n    height: 60px;\n    border-radius: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 32px;\n    transition: transform 0.3s ease;\n  }\n  .comparison-panel.hip .panel-icon { background: rgba(220, 53, 69, 0.1); }\n  .comparison-panel.ads .panel-icon { background: rgba(40, 167, 69, 0.1); }\n  .comparison-panel:hover .panel-icon { transform: rotate(360deg); }\n  .stat-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 15px 0;\n    border-bottom: 1px solid rgba(249, 153, 38, 0.05);\n  }\n  .stat-row:last-child { border-bottom: none; }\n  .stat-label { color: var(--text-medium); font-size: 14px; font-weight: 600; }\n  .stat-value { color: var(--text-dark); font-size: 16px; font-weight: 700; }\n\n  .timing-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin: 40px 0;\n  }\n  .timing-card {\n    background: var(--bg-light);\n    border-radius: 18px;\n    padding: 30px;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .timing-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: var(--primary-color);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n  .timing-card:hover::after { transform: scaleX(1); }\n  .timing-card:hover {\n    border-color: var(--primary-color);\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(249, 153, 38, 0.15);\n  }\n  .weapon-class {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .weapon-emoji { font-size: 28px; }\n  .timing-value {\n    font-size: 42px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin: 20px 0;\n    text-align: center;\n    text-shadow: 0 0 10px rgba(249, 153, 38, 0.2);\n  }\n  .timing-unit { font-size: 20px; color: var(--text-medium); }\n  .timing-bar {\n    width: 100%;\n    height: 8px;\n    background: var(--secondary-light);\n    border-radius: 10px;\n    overflow: hidden;\n    margin: 15px 0;\n  }\n  .timing-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--success) 0%, var(--primary-color) 50%, var(--danger) 100%);\n    border-radius: 10px;\n    animation: fillBar 2s ease-out forwards;\n    transform-origin: left;\n  }\n  @keyframes fillBar {\n    from { transform: scaleX(0); }\n    to { transform: scaleX(1); }\n  }\n  .timing-desc { color: var(--text-medium); font-size: 13px; line-height: 1.6; text-align: center; }\n\n  .settings-matrix {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 40px;\n    margin: 40px 0;\n    border: 2px solid var(--primary-light);\n  }\n  .matrix-header {\n    text-align: center;\n    margin-bottom: 40px;\n    padding-bottom: 30px;\n    border-bottom: 2px solid var(--border-light);\n  }\n  .matrix-title {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n  .matrix-subtitle { color: var(--text-medium); font-size: 15px; }\n  .settings-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 30px;\n  }\n  .setting-block {\n    background: rgba(249, 153, 38, 0.03);\n    border-radius: 15px;\n    padding: 25px;\n    border: 1px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  .setting-block:hover {\n    background: rgba(249, 153, 38, 0.08);\n    border-color: var(--primary-color);\n    transform: translateX(8px);\n  }\n  .setting-name {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 15px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .setting-icon { font-size: 22px; }\n  .setting-options {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-top: 15px;\n  }\n  .option-item {\n    background: var(--bg-dark);\n    padding: 12px 16px;\n    border-radius: 10px;\n    border-left: 3px solid transparent;\n    transition: all 0.3s ease;\n    cursor: pointer;\n  }\n  .option-item:hover { border-left-color: var(--primary-color); background: rgba(249, 153, 38, 0.05); }\n  .option-label { color: var(--text-dark); font-weight: 600; font-size: 14px; margin-bottom: 4px; }\n  .option-desc { color: var(--text-medium); font-size: 12px; line-height: 1.5; }\n\n  .platform-comparison {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 25px;\n    padding: 45px;\n    margin: 40px 0;\n  }\n  .platform-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin-top: 30px;\n  }\n  .platform-card {\n    background: var(--bg-dark);\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    border: 2px solid var(--border-light);\n    transition: all 0.4s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .platform-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(249, 153, 38, 0.1), transparent);\n    transition: left 0.6s ease;\n  }\n  .platform-card:hover::before { left: 100%; }\n  .platform-card:hover {\n    border-color: var(--primary-color);\n    transform: scale(1.05);\n    box-shadow: 0 15px 40px rgba(249, 153, 38, 0.2);\n  }\n  .platform-emoji { font-size: 48px; margin-bottom: 20px; }\n  .platform-name { font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; }\n  .platform-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .platform-features li {\n    color: var(--text-medium);\n    font-size: 13px;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(249, 153, 38, 0.05);\n  }\n  .platform-features li:last-child { border-bottom: none; }\n\n  .technique-showcase {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    margin: 40px 0;\n  }\n  .technique-panel {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 35px;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n  .technique-panel:hover {\n    border-color: var(--primary-color);\n    box-shadow: 0 10px 30px rgba(249, 153, 38, 0.15);\n  }\n  .technique-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 25px;\n    padding-bottom: 20px;\n    border-bottom: 2px solid var(--primary-light);\n  }\n  .technique-badge {\n    background: var(--primary-color);\n    color: var(--secondary-color);\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .technique-title { font-size: 22px; font-weight: 700; color: var(--text-dark); flex: 1; }\n  .technique-steps {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .technique-step {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 20px;\n    align-items: flex-start;\n  }\n  .step-number {\n    min-width: 32px;\n    height: 32px;\n    background: var(--primary-light);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--primary-color);\n    font-weight: 700;\n    font-size: 14px;\n  }\n  .step-content { flex: 1; }\n  .step-text { color: var(--text-medium); font-size: 14px; line-height: 1.6; }\n\n  .evolution-timeline {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 40px;\n    margin: 40px 0;\n    position: relative;\n  }\n  .timeline-line {\n    position: absolute;\n    left: 80px;\n    top: 120px;\n    bottom: 40px;\n    width: 3px;\n    background: linear-gradient(180deg, var(--primary-color) 0%, transparent 100%);\n  }\n  .timeline-item {\n    display: flex;\n    gap: 30px;\n    margin-bottom: 40px;\n    position: relative;\n    padding-left: 40px;\n  }\n  .timeline-year {\n    min-width: 100px;\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--primary-color);\n    text-align: center;\n    position: relative;\n  }\n  .timeline-dot {\n    position: absolute;\n    right: -18px;\n    top: 12px;\n    width: 16px;\n    height: 16px;\n    background: var(--primary-color);\n    border-radius: 50%;\n    box-shadow: 0 0 20px rgba(249, 153, 38, 0.6);\n    animation: dotPulse 2s ease-in-out infinite;\n  }\n  @keyframes dotPulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.3); }\n  }\n  .timeline-content {\n    flex: 1;\n    background: rgba(249, 153, 38, 0.03);\n    border-radius: 15px;\n    padding: 25px;\n    border-left: 3px solid var(--primary-color);\n  }\n  .timeline-title { font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }\n  .timeline-desc { color: var(--text-medium); font-size: 14px; line-height: 1.6; }\n\n  .alert-box {\n    border-radius: 12px;\n    padding: 20px 25px;\n    margin: 20px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .alert-box::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n  }\n  .alert-info {\n    background: rgba(23, 162, 184, 0.1);\n    border: 1px solid var(--info);\n  }\n  .alert-info::before { background: var(--info); }\n  .alert-warning {\n    background: rgba(255, 193, 7, 0.1);\n    border: 1px solid var(--warning);\n  }\n  .alert-warning::before { background: var(--warning); }\n  .alert-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 10px;\n  }\n  .alert-icon { font-size: 24px; }\n  .alert-info .alert-icon { color: var(--info); }\n  .alert-warning .alert-icon { color: var(--warning); }\n  .alert-title { font-weight: 700; font-size: 16px; }\n  .alert-info .alert-title { color: var(--info); }\n  .alert-warning .alert-title { color: var(--warning); }\n  .alert-content {\n    color: var(--text-medium);\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 39px;\n  }\n\n  .gunsmith-optimizer {\n    background: var(--bg-dark);\n    border-radius: 20px;\n    padding: 35px;\n    margin: 40px 0;\n    border: 2px solid var(--primary-light);\n  }\n  .optimizer-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 25px;\n    text-align: center;\n  }\n  .attachment-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n  }\n  .attachment-card {\n    background: var(--bg-light);\n    border-radius: 12px;\n    padding: 20px;\n    text-align: center;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n    cursor: pointer;\n  }\n  .attachment-card:hover {\n    border-color: var(--primary-color);\n    transform: translateY(-5px);\n  }\n  .attachment-name {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 12px;\n  }\n  .impact-value {\n    font-size: 24px;\n    font-weight: 700;\n    margin: 10px 0;\n  }\n  .impact-value.positive { color: var(--success); }\n  .impact-value.negative { color: var(--danger); }\n\n  @media (max-width: 768px) {\n    .comparison-split { grid-template-columns: 1fr; }\n    .technique-showcase { grid-template-columns: 1fr; }\n    .hero-definition { padding: 30px; }\n    .definition-acronym { font-size: 36px; }\n    .timeline-item { padding-left: 20px; }\n    .timeline-line { left: 60px; }\n  }\n<\/style>\n\n<div class=\"hero-definition\">\n  <div class=\"definition-content\">\n    <div class=\"definition-acronym\">ADS<\/div>\n    <div class=\"definition-full\">Aim Down Sights<\/div>\n    <div class=\"definition-explanation\">\n      ADS is the core mechanic in Call of Duty where you press the aim button (Left Trigger on controller, Right Mouse on PC) to raise your weapon to eye level and look through the iron sights or optic. This action dramatically increases accuracy by eliminating bullet spread, but reduces your movement speed and peripheral vision. Mastering ADS timing separates good players from great ones.\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Hip Fire vs ADS<\/strong>: Understanding the Two States<\/h2>\n\n\n\n<p>Every weapon in Call of Duty operates in one of two states at any moment. Hip fire is your default ready position with the weapon lowered and maximum mobility. ADS is the precision state where you sacrifice speed for accuracy. The transition between these states defines your combat effectiveness.<\/p>\n\n\n\n<div class=\"comparison-split\">\n  <div class=\"comparison-panel hip\">\n    <div class=\"panel-header\">\n      <h3 class=\"panel-title\">Hip Fire<\/h3>\n      <div class=\"panel-icon\">\ud83c\udfc3<\/div>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Accuracy<\/span>\n      <span class=\"stat-value\" style=\"color: var(--danger);\">Random Spread<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Movement Speed<\/span>\n      <span class=\"stat-value\" style=\"color: var(--success);\">100%<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Field of View<\/span>\n      <span class=\"stat-value\" style=\"color: var(--success);\">Maximum<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Best Range<\/span>\n      <span class=\"stat-value\">0 to 5 meters<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Use Case<\/span>\n      <span class=\"stat-value\">Close quarters chaos<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"comparison-panel ads\">\n    <div class=\"panel-header\">\n      <h3 class=\"panel-title\">Aim Down Sights<\/h3>\n      <div class=\"panel-icon\">\ud83c\udfaf<\/div>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Accuracy<\/span>\n      <span class=\"stat-value\" style=\"color: var(--success);\">Pinpoint<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Movement Speed<\/span>\n      <span class=\"stat-value\" style=\"color: var(--danger);\">40 to 60% Reduced<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Field of View<\/span>\n      <span class=\"stat-value\" style=\"color: var(--danger);\">Narrowed<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Best Range<\/span>\n      <span class=\"stat-value\">10+ meters<\/span>\n    <\/div>\n    <div class=\"stat-row\">\n      <span class=\"stat-label\">Use Case<\/span>\n      <span class=\"stat-value\">Medium to long range<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\ud83d\udca1<\/span>\n    <span class=\"alert-title\">Quick Tip<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Hip fire keeps bullets within a random cone. ADS collapses that cone to near zero, making your shots land exactly where your sight points. This is why you cannot hit distant targets without aiming.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>ADS Speed by Weapon Class<\/strong>: Time is Everything<\/h2>\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 IMPROVE YOUR ADS FIRING ACCURACY AND STABLITY | TIPS &amp; TRICKS (COD MOBILE BR) GUIDE\/TUTORIAL\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/rmbDYt8Dryo?feature=oembed\" 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>ADS speed is measured in milliseconds and determines how fast your weapon transitions from hip fire to fully aimed. Faster weapons let you react to threats. Slower weapons force you to pre-aim corners and lanes. Understanding these timings helps you pick the right gun for your playstyle.<\/p>\n\n\n\n<div class=\"timing-grid\">\n  <div class=\"timing-card\">\n    <div class=\"weapon-class\">\n      <span class=\"weapon-emoji\">\u26a1<\/span>\n      <span>SMG<\/span>\n    <\/div>\n    <div class=\"timing-value\">180<span class=\"timing-unit\">ms<\/span><\/div>\n    <div class=\"timing-bar\">\n      <div class=\"timing-fill\" style=\"width: 30%;\"><\/div>\n    <\/div>\n    <div class=\"timing-desc\">Fastest ADS in the game. Built for aggressive rushing and close quarters dominance. React instantly to enemies around corners.<\/div>\n  <\/div>\n\n  <div class=\"timing-card\">\n    <div class=\"weapon-class\">\n      <span class=\"weapon-emoji\">\ud83c\udfaf<\/span>\n      <span>Assault Rifle<\/span>\n    <\/div>\n    <div class=\"timing-value\">250<span class=\"timing-unit\">ms<\/span><\/div>\n    <div class=\"timing-bar\">\n      <div class=\"timing-fill\" style=\"width: 45%;\"><\/div>\n    <\/div>\n    <div class=\"timing-desc\">Balanced timing for medium range combat. Versatile enough for both aggressive and defensive play with proper positioning.<\/div>\n  <\/div>\n\n  <div class=\"timing-card\">\n    <div class=\"weapon-class\">\n      <span class=\"weapon-emoji\">\ud83d\udd2b<\/span>\n      <span>Sniper Rifle<\/span>\n    <\/div>\n    <div class=\"timing-value\">400<span class=\"timing-unit\">ms<\/span><\/div>\n    <div class=\"timing-bar\">\n      <div class=\"timing-fill\" style=\"width: 70%;\"><\/div>\n    <\/div>\n    <div class=\"timing-desc\">Slow ADS requires precise pre-aiming. Quickscoping builds focus on reducing this delay with specific attachments and techniques.<\/div>\n  <\/div>\n\n  <div class=\"timing-card\">\n    <div class=\"weapon-class\">\n      <span class=\"weapon-emoji\">\ud83d\udcaa<\/span>\n      <span>LMG<\/span>\n    <\/div>\n    <div class=\"timing-value\">450<span class=\"timing-unit\">ms<\/span><\/div>\n    <div class=\"timing-bar\">\n      <div class=\"timing-fill\" style=\"width: 80%;\"><\/div>\n    <\/div>\n    <div class=\"timing-desc\">Heaviest weapons with the slowest handling. Designed for mounted positions and pre-aimed lanes. Cannot react to surprise threats.<\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u26a0\ufe0f<\/span>\n    <span class=\"alert-title\">The 300ms Rule<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    Human reaction time averages 200 to 250ms. If your ADS time is over 300ms and an enemy surprises you, they can kill you before your sights are even fully raised. This is why <a href=\"https:\/\/hone.gg\/blog\/call-of-duty-bo7-guns\/\">SMGs<\/a> dominate aggressive playstyles while LMGs force defensive positioning.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Critical ADS Settings<\/strong> That Change Your Gunfights<\/h2>\n\n\n\n<p>Call of Duty includes several settings that dramatically alter how ADS functions. Most players never touch these settings and wonder why their aim feels inconsistent. Adjusting these options to match your <a href=\"https:\/\/hone.gg\/blog\/increase-fps-on-pc\/\">hardware<\/a> and playstyle makes an immediate difference.<\/p>\n\n\n\n<div class=\"settings-matrix\">\n  <div class=\"matrix-header\">\n    <h3 class=\"matrix-title\">Essential ADS Configuration<\/h3>\n    <p class=\"matrix-subtitle\">Optimize these settings for better aim and faster reactions<\/p>\n  <\/div>\n  <div class=\"settings-grid\">\n    <div class=\"setting-block\">\n      <div class=\"setting-name\">\n        <span class=\"setting-icon\">\ud83d\udc41\ufe0f<\/span>\n        <span>ADS Field of View<\/span>\n      <\/div>\n      <div class=\"setting-options\">\n        <div class=\"option-item\">\n          <div class=\"option-label\">Independent (Default)<\/div>\n          <div class=\"option-desc\">Forces FOV to 80 degrees when aiming. Creates strong zoom effect but increases visual recoil and tunnel vision.<\/div>\n        <\/div>\n        <div class=\"option-item\">\n          <div class=\"option-label\"><a href=\"https:\/\/hone.gg\/blog\/amd-settings-black-ops-7\/\">Affected<\/a> (Recommended)<\/div>\n          <div class=\"option-desc\">Scales FOV with your base setting. Less zoom but dramatically reduces visual recoil. Preferred by competitive players.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"setting-block\">\n      <div class=\"setting-name\">\n        <span class=\"setting-icon\">\ud83c\udf9a\ufe0f<\/span>\n        <span>ADS Sensitivity<\/span>\n      <\/div>\n      <div class=\"setting-options\">\n        <div class=\"option-item\">\n          <div class=\"option-label\">Multiplier (0.80 to 1.00)<\/div>\n          <div class=\"option-desc\">Lower values give you finer control when aiming. Start at 0.90 and adjust based on if you overshoot or undershoot targets.<\/div>\n        <\/div>\n        <div class=\"option-item\">\n          <div class=\"option-label\">Transition Timing<\/div>\n          <div class=\"option-desc\">Set to Gradual for smoothest tracking during the ADS animation. Instant can feel sluggish, After Zoom causes overshooting.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"setting-block\">\n      <div class=\"setting-name\">\n        <span class=\"setting-icon\">\ud83c\udfae<\/span>\n        <span>Aim Assist (Controller)<\/span>\n      <\/div>\n      <div class=\"setting-options\">\n        <div class=\"option-item\">\n          <div class=\"option-label\">Standard (Default)<\/div>\n          <div class=\"option-desc\">Balanced slowdown and rotation. Works for most players. The game helps track moving targets when you strafe.<\/div>\n        <\/div>\n        <div class=\"option-item\">\n          <div class=\"option-label\">Black Ops (Precision)<\/div>\n          <div class=\"option-desc\">Stronger slowdown, less rotation. Better for holding angles. Requires more manual tracking on moving targets.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Gunsmith ADS Penalty System<\/strong><\/h2>\n\n\n\n<p>Modern Call of Duty uses Gunsmith, where every attachment changes your weapon stats. Attachments that improve range, recoil control, or ammo capacity almost always slow down your ADS speed. Building an effective loadout means balancing these tradeoffs.<\/p>\n\n\n\n<div class=\"gunsmith-optimizer\">\n  <h3 class=\"optimizer-title\">Attachment Impact on ADS Speed<\/h3>\n  <div class=\"attachment-grid\">\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Suppressors<\/div>\n      <div class=\"impact-value negative\">+30ms<\/div>\n      <div class=\"timing-desc\">Keeps you off radar but adds weight. Monolithic types add the most delay.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Long Barrels<\/div>\n      <div class=\"impact-value negative\">+40ms<\/div>\n      <div class=\"timing-desc\">Increases bullet velocity and range. Heavy barrels are the slowest attachments.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Extended Mags<\/div>\n      <div class=\"impact-value negative\">+25ms<\/div>\n      <div class=\"timing-desc\">Drum magazines add significant handling penalty. Use when holding positions.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">High Zoom Optics<\/div>\n      <div class=\"impact-value negative\">+20ms<\/div>\n      <div class=\"timing-desc\">3x to 8x scopes add delay. Red dots have minimal impact.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Quickdraw Grips<\/div>\n      <div class=\"impact-value positive\">-30ms<\/div>\n      <div class=\"timing-desc\">Primary ADS speed attachment. Essential for aggressive builds.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Tac Lasers<\/div>\n      <div class=\"impact-value positive\">-35ms<\/div>\n      <div class=\"timing-desc\">Fastest ADS boost but reveals position with visible beam.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Lightweight Stocks<\/div>\n      <div class=\"impact-value positive\">-25ms<\/div>\n      <div class=\"timing-desc\">Improves ADS and movement speed. Popular on SMG rushers.<\/div>\n    <\/div>\n    <div class=\"attachment-card\">\n      <div class=\"attachment-name\">Short Barrels<\/div>\n      <div class=\"impact-value positive\">-20ms<\/div>\n      <div class=\"timing-desc\">Reduces range but maximizes handling. Use for close quarters builds.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\">\n    <span class=\"alert-icon\">\u2696\ufe0f<\/span>\n    <span class=\"alert-title\">The Zero Sum Rule<\/span>\n  <\/div>\n  <div class=\"alert-content\">\n    If you add a suppressor (+30ms) and extended mag (+25ms), you must use a quickdraw grip (-30ms) and tac laser (-35ms) just to return to baseline ADS speed. Building without this balance creates a sluggish weapon that loses gunfights before you finish aiming.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Platform Differences<\/strong>: PC vs Console vs Mobile<\/h2>\n\n\n\n<div class=\"platform-comparison\">\n  <div class=\"matrix-header\">\n    <h3 class=\"matrix-title\">How ADS Works Across Platforms<\/h3>\n    <p class=\"matrix-subtitle\">Each platform has unique mechanics and advantages<\/p>\n  <\/div>\n  <div class=\"platform-grid\">\n    <div class=\"platform-card\">\n      <div class=\"platform-emoji\">\ud83d\udda5\ufe0f<\/div>\n      <h4 class=\"platform-name\">PC (Mouse)<\/h4>\n      <ul class=\"platform-features\">\n        <li>No aim assist, pure manual control<\/li>\n        <li>Affected FOV critical for recoil control<\/li>\n        <li>Gradual sensitivity transition preferred<\/li>\n        <li>Requires <a href=\"https:\/\/hone.gg\/blog\/best-call-of-duty-warzone-settings\/\">Monitor Distance Coefficient<\/a> setup<\/li>\n        <li>Fastest snap aim potential with practice<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"platform-card\">\n      <div class=\"platform-emoji\">\ud83c\udfae<\/div>\n      <h4 class=\"platform-name\">Console<\/h4>\n      <ul class=\"platform-features\">\n        <li>Aim assist provides slowdown and rotation<\/li>\n        <li>Strafing while ADS activates strongest assist<\/li>\n        <li>FOV settings now available on current gen<\/li>\n        <li>L2 spam historically exploited aim assist<\/li>\n        <li>Recent games reduced close range assist<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"platform-card\">\n      <div class=\"platform-emoji\">\ud83d\udcf1<\/div>\n      <h4 class=\"platform-name\">Mobile<\/h4>\n      <ul class=\"platform-features\">\n        <li>Separate aim and fire buttons available<\/li>\n        <li>Can shoot while raising weapon (hybrid)<\/li>\n        <li>Per-weapon ADS behavior customization<\/li>\n        <li>Claw grip enables 4 finger control<\/li>\n        <li>1-Tap ADS auto-fires when ready<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Advanced ADS Techniques<\/strong> for Competitive Play<\/h2>\n\n\n\n<div class=\"technique-showcase\">\n  <div class=\"technique-panel\">\n    <div class=\"technique-header\">\n      <span class=\"technique-badge\">Pro Technique<\/span>\n      <h4 class=\"technique-title\">Quickscoping<\/h4>\n    <\/div>\n    <ul class=\"technique-steps\">\n      <li class=\"technique-step\">\n        <div class=\"step-number\">1<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">Center your hip fire crosshair on the enemy using peripheral vision and game sense before pressing aim.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"technique-step\">\n        <div class=\"step-number\">2<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">Press ADS and fire the instant the animation completes. The game grants full accuracy slightly before the visual finishes rendering.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"technique-step\">\n        <div class=\"step-number\">3<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">Release ADS immediately after firing to return to hip fire mobility. This prevents you from being locked in the vulnerable zoomed state.<\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"technique-panel\">\n    <div class=\"technique-header\">\n      <span class=\"technique-badge\">Movement Tech<\/span>\n      <h4 class=\"technique-title\">Strafe Aiming<\/h4>\n    <\/div>\n    <ul class=\"technique-steps\">\n      <li class=\"technique-step\">\n        <div class=\"step-number\">1<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">While in ADS, continuously strafe left and right using movement input. Never stand completely still while firing.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"technique-step\">\n        <div class=\"step-number\">2<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">On controller, this movement input activates <a href=\"https:\/\/hone.gg\/blog\/cod-bo7-settings-for-fps\/\">Rotational Aim Assist<\/a> which helps track moving targets automatically.<\/div>\n        <\/div>\n      <\/li>\n      <li class=\"technique-step\">\n        <div class=\"step-number\">3<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-text\">Attach lightweight stocks or strafe speed grips to maintain higher movement speed while aimed, making you harder to hit.<\/div>\n        <\/div>\n      <\/li>\n    <\/ul>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Evolution of ADS Mechanics<\/strong> in Call of Duty<\/h2>\n\n\n\n<div class=\"evolution-timeline\">\n  <div class=\"matrix-header\">\n    <h3 class=\"matrix-title\">How ADS Changed Over Time<\/h3>\n  <\/div>\n  <div class=\"timeline-line\"><\/div>\n  \n  <div class=\"timeline-item\">\n    <div class=\"timeline-year\">\n      2007\n      <div class=\"timeline-dot\"><\/div>\n    <\/div>\n    <div class=\"timeline-content\">\n      <h4 class=\"timeline-title\">Call of Duty 4: Modern Warfare<\/h4>\n      <p class=\"timeline-desc\">Established the snap ADS system that defined the franchise. Fixed ADS speeds per weapon class. Sleight of Hand Pro was the only way to modify handling speed.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"timeline-item\">\n    <div class=\"timeline-year\">\n      2012\n      <div class=\"timeline-dot\"><\/div>\n    <\/div>\n    <div class=\"timeline-content\">\n      <h4 class=\"timeline-title\">Black Ops 2<\/h4>\n      <p class=\"timeline-desc\">Introduced Dexterity perk, creating the first distinction between ADS speed and Sprint-to-Fire time. Quickdraw attachment became a staple on competitive builds.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"timeline-item\">\n    <div class=\"timeline-year\">\n      2019\n      <div class=\"timeline-dot\"><\/div>\n    <\/div>\n    <div class=\"timeline-content\">\n      <h4 class=\"timeline-title\">Modern Warfare (Reboot)<\/h4>\n      <p class=\"timeline-desc\">Gunsmith revolutionized loadouts by making ADS speed a variable stat. Every attachment now has numerical impact. Tactical Sprint added another timing layer to master.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"timeline-item\">\n    <div class=\"timeline-year\">\n      2024\n      <div class=\"timeline-dot\"><\/div>\n    <\/div>\n    <div class=\"timeline-content\">\n      <h4 class=\"timeline-title\">Black Ops 6<\/h4>\n      <p class=\"timeline-desc\"><a href=\"https:\/\/hone.gg\/blog\/best-black-ops-6-settings-for-fps\/\">Omni-movement<\/a> allows sliding and diving in any direction while maintaining ADS. Aim Assist nerfed at close range to increase skill gap. ADS now decoupled from movement direction.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>ADS is the fundamental mechanic that separates Call of Duty from classic run and gun shooters. It transforms combat from random spray to precision shooting, but demands you trade mobility for accuracy. <\/p>\n\n\n\n<p>Understanding weapon-specific timing, optimizing your settings for your platform, and balancing Gunsmith attachments lets you build loadouts that match your playstyle. Fast ADS enables aggressive rushing. Slow ADS forces defensive pre-aiming. <\/p>\n\n\n\n<p>The best players know when to hip fire for speed and when to ADS for accuracy. Master the transition between these states and your gunfight win rate climbs immediately.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What does ADS mean in Call of Duty<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>ADS stands for Aim Down Sights. It is the action of pressing the aim button to raise your weapon to eye level and look through the iron sights or optic. This dramatically increases accuracy by eliminating random bullet spread but reduces movement speed and peripheral vision.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How do I make my ADS faster in Call of Duty<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Use Gunsmith attachments that reduce ADS time like Quickdraw Grips, Tac Lasers, Lightweight Stocks, and Short Barrels. Avoid heavy attachments like suppressors, long barrels, extended magazines, and high zoom optics which all add delays. Balance your build to maintain speed.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the difference between hip fire and ADS<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Hip fire keeps your weapon lowered with maximum movement speed and wide field of view, but bullets spread randomly. ADS raises the weapon and collapses bullet spread to near zero for pinpoint accuracy, but slows your movement significantly and narrows your vision.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Should I use Independent or Affected FOV for ADS<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Use Affected FOV if available. It scales your ADS view with your base FOV setting instead of forcing a tight zoom. This dramatically reduces visual recoil and makes tracking easier. Competitive players prefer Affected while Independent creates more zoom for long range.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why is my ADS so slow in Warzone<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Heavy attachments stack penalties. A suppressor, long barrel, extended mag, and high zoom optic together can add 100+ milliseconds to your ADS time. Check each attachment&#8217;s stats and use Quickdraw Grips or Tac Lasers to offset the delays from range-boosting attachments.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is a good ADS speed for assault rifles<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Target 240 to 280 milliseconds for assault rifles. This range balances reaction capability with the range and control benefits of proper attachments. Below 240ms feels extremely snappy like an SMG. Above 300ms becomes too sluggish for anything except pre-aimed defensive play.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Does aim assist work better when ADS in Call of Duty<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Aim assist includes both slowdown and rotational tracking. ADS activates stronger slowdown when your crosshair passes over enemies. Hip fire has powerful rotation in close quarters. For maximum assist while aimed, keep strafing left and right as movement input triggers the tracking component.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is Sprint to Fire time vs ADS time<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Sprint to Fire time is the delay to exit sprint before you can fire or aim. ADS time is the delay to raise your weapon to fully aimed position. If you sprint into a gunfight and try to ADS, both delays stack together creating total reaction time.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How does quickscoping work in Call of Duty<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Quickscoping involves pre-centering your hip fire crosshair on the target, pressing ADS, and firing the instant the animation completes. The game grants full sniper accuracy slightly before the scope visual fully renders. This technique requires fast ADS builds and precise muscle memory timing.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Can you ADS while sliding in Black Ops 6<\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Yes, Black Ops 6 introduced Omni-movement which lets you slide in any direction while maintaining ADS. You can dive backwards, slide sideways, or move in any direction without breaking your aim. This massively increases mobility options during gunfights compared to older titles.<\/p>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide explains GTA 5 crossplay in December 2025. You will learn which platforms can play together, why the PC version split in March 2025 created new compatibility issues, how character migration works, and what the future holds for cross platform play in this thirteen year old game.<\/p>\n","protected":false},"author":2,"featured_media":3500,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[],"class_list":["post-3492","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-call-of-duty"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=3492"}],"version-history":[{"count":3,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3492\/revisions"}],"predecessor-version":[{"id":3568,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3492\/revisions\/3568"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/3500"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=3492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=3492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=3492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}