{"id":13193,"date":"2025-05-02T13:19:43","date_gmt":"2025-05-02T07:49:43","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/?p=13193"},"modified":"2025-05-02T13:19:45","modified_gmt":"2025-05-02T07:49:45","slug":"export-magento-orders-with-products","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/export-magento-orders-with-products\/","title":{"rendered":"Methods to Export Magento Orders with Products in CSV"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Running a Magento store means dealing with lots of orders\u2014and sometimes, you need to get all that order info into a sheet.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this blog post, we will show you how to export Magento orders with products in CSV using different methods.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Methods to Export Orders with Products<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are mainly four methods in Magento to export orders with products:&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Use Custom Order Grid &#8211; <\/strong>Here, you will need to extend the existing grid in your Magento 2 UI. The best way to do so is using a Magento 2 order export extension to add custom columns and filters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Custom Order Export Script &#8211;<\/strong> Create a PHP script to query order and related product data to export directly to a CSV file. This method is used for scheduled exports or dealing with an external system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Magento 2 API &#8211; <\/strong>You can export products using the API, where you need to use Magento REST and GraphQL APIs. This process can become complex for advanced reporting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Query Order DB &#8211; <\/strong>Directly access the Magento database and extract the order and product details. This method means expert supervision.&nbsp;&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of these four methods, three require you to manually add code where the risk of damage is high.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The recommended one is using a custom order grid.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Export Orders with Products Using a Custom Grid?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here, we will use the <a href=\"https:\/\/meetanshi.com\/magento-2-custom-order-grid.html\">Meetanshi Magento 2 Custom Order Grid extension<\/a> to add an order grid directly to your Magento 2 store and take mass action upon it instantly.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Install the extension and follow these simple steps for exporting Magento orders with products CSV.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Head to Columns in The Order Grid&nbsp;&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">First, you need to add a product column in the order grid. For that, navigate to Sales &gt; Orders&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1054\" height=\"554\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales.png\" alt=\"Navigate to Ordes in Sales\" class=\"wp-image-13194\" style=\"width:704px;height:auto\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales.png 1054w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-250x131.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-700x368.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-768x404.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-403x212.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-964x507.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/1-navigate-to-orders-in-sales-120x63.png 120w\" sizes=\"auto, (max-width: 1054px) 100vw, 1054px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Now, click <strong>Columns <\/strong>in the upper right-hand side corner.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1092\" height=\"596\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid.png\" alt=\"Head to Columns in Order Grid\" class=\"wp-image-13200\" style=\"width:700px;height:auto\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid.png 1092w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-250x136.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-700x382.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-768x419.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-403x220.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-964x526.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/2-head-to-columns-in-order-grid-120x65.png 120w\" sizes=\"auto, (max-width: 1092px) 100vw, 1092px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 2: Select the Products from the Columns<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, <strong>click Columns<\/strong> and select the product details you want to add to the order grid. The selected columns will automatically be added to the grid.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1136\" height=\"874\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid.png\" alt=\"Select Product Details for Order Grid\" class=\"wp-image-13198\" style=\"width:632px;height:auto\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid.png 1136w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-250x192.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-700x539.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-768x591.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-403x310.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-964x742.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/3-select-product-details-for-order-grid-120x92.png 120w\" sizes=\"auto, (max-width: 1136px) 100vw, 1136px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Then click <strong>Export<\/strong> and choose <strong>CSV <\/strong>as the file format.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1258\" height=\"518\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv-.png\" alt=\"Click Exports and Choose CSV\" class=\"wp-image-13204\" style=\"width:631px;height:auto\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv-.png 1258w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--250x103.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--700x288.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--768x316.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--403x166.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--964x397.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/4-click-export-and-choose-csv--120x49.png 120w\" sizes=\"auto, (max-width: 1258px) 100vw, 1258px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: <\/strong>Open CSV file in Excel or Google Sheet&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, open the exported CSV file in a Google sheet or Excel.&nbsp;<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1538\" height=\"768\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet.png\" alt=\"Open CSV File in Excel or Google Sheet\" class=\"wp-image-13196\" style=\"width:647px;height:auto\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet.png 1538w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-250x125.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-700x350.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-768x384.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-1536x767.png 1536w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-403x201.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-964x481.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/5-open-csv-file-in-excel-or-google-sheet-120x60.png 120w\" sizes=\"auto, (max-width: 1538px) 100vw, 1538px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">In just three steps, your Magento 2 export orders with products is done without any coding.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><div class=\"meetanshi-cta\">\r\n<div class=\"cta-content-wrapper\">\r\n<span>Magento 2 Custom Order Grid<\/span>\r\n<p>Add advanced order grids in your Magento 2 store quickly without coding anything.<\/p>\r\n<a href=\"https:\/\/meetanshi.com\/magento-2-custom-order-grid.html\" target=\"_blank\" class=\"btn-primary\">Add Now <\/a>\r\n<\/div>\r\n<div class=\"cta-image-new\">\r\n<img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/11\/magento-2-custom-order-grid.png\" alt=\"Magento 2 Custom Order Grid\">\r\n<\/div>\r\n<\/div><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Magento 2 Export Orders CSV Programmatically via PHP Script<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow these three easy steps to export orders in CSV programmatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Create an Order file With Products&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Go to your Magento 2 root directory and create a new file named <strong>export-orders-with-products.php<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Use this Order Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, paste the following code into the newly created file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;?php\nuse Magento\\Framework\\App\\Bootstrap;\n\nrequire __DIR__ . '\/app\/bootstrap.php';\n$bootstrap = Bootstrap::create(BP, $_SERVER);\n$objectManager = $bootstrap->getObjectManager();\n\n\/\/ Set area code\n$state = $objectManager->get('Magento\\Framework\\App\\State');\n$state->setAreaCode('adminhtml');\n\n\/\/ Get order repository\n$orderRepository = $objectManager->get('Magento\\Sales\\Api\\OrderRepositoryInterface');\n$searchCriteriaBuilder = $objectManager->get('Magento\\Framework\\Api\\SearchCriteriaBuilder');\n\n\/\/ Build search criteria (e.g., all orders)\n$searchCriteria = $searchCriteriaBuilder->create();\n$orders = $orderRepository->getList($searchCriteria)->getItems();\n\n\/\/ Export to CSV\n$file = fopen('orders_with_products.csv', 'w');\nfputcsv($file, ['Order ID', 'Date', 'Customer', 'Status', 'SKU', 'Product Name', 'Quantity', 'Price']);\n\nforeach ($orders as $order) {\n    $customer = $order->getBillingAddress()->getFirstname() . ' ' . $order->getBillingAddress()->getLastname();\n    foreach ($order->getItems() as $item) {\n        fputcsv($file, [\n            $order->getIncrementId(),\n            $order->getCreatedAt(),\n            $customer,\n            $order->getStatus(),\n            $item->getSku(),\n            $item->getName(),\n            $item->getQtyOrdered(),\n            $item->getPrice()\n        ]);\n    }\n}\n\nfclose($file);\necho \"Exported to orders_with_products.csv\\n\";\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Get Your CSV File&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Then, run this PHP script by using this command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php export-orders-with-products.php<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now, you can find your CSV saved in the root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"284\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-700x284.png\" alt=\"Saved CSV in the Root Directory\" class=\"wp-image-13202\" srcset=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-700x284.png 700w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-250x102.png 250w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-768x312.png 768w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-1536x624.png 1536w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-403x164.png 403w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-964x391.png 964w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory-120x49.png 120w, https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/05\/6-saved-csv-in-the-root-directory.png 1640w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Use Magento 2 API to Get Orders with Products<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Grant Order Permissions&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">From your Magento admin panel, head to <strong>System &gt; Integrations &gt; Add New Integration. <\/strong>Add integration details with your credentials.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then<strong> <\/strong>head to<strong> Sales &gt; Orders permissions and grant the order pres<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Use API for Order Data With Products&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, you can use the API to get the orders data with products. For e.g., here\u2019s the python script for it:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import requests\nimport csv\nfrom oauthlib.oauth1 import Client\n\n# OAuth credentials\nconsumer_key = 'your_consumer_key'\nconsumer_secret = 'your_consumer_secret'\naccess_token = 'your_access_token'\naccess_token_secret = 'your_access_token_secret'\n\n# API endpoint\nurl = 'https:\/\/yourstore.com\/rest\/V1\/orders?searchCriteria[pageSize]=10'\n\n# OAuth client\nclient = Client(consumer_key, consumer_secret, access_token, access_token_secret)\nuri, headers, _ = client.sign(url)\n\n# Fetch orders\ntry:\n    response = requests.get(uri, headers=headers)\n    response.raise_for_status()\n    orders = response.json()['items']\n    print(f\"Fetched {len(orders)} orders.\")\nexcept Exception as e:\n    print(f\"API error: {e}\")\n    exit(1)\n\n# Export to CSV\nwith open('orders_with_products.csv', 'w', newline='') as csvfile:\n    writer = csv.writer(csvfile)\n    writer.writerow(['Order ID', 'Date', 'Customer', 'Status', 'SKU', 'Product Name', 'Quantity', 'Price'])\n    for order in orders:\n        customer = f\"{order['billing_address']['firstname']} {order['billing_address']['lastname']}\"\n        for item in order.get('items', []):\n            writer.writerow([\n                order['increment_id'],\n                order['created_at'],\n                customer,\n                order['status'],\n                item.get('sku', 'N\/A'),\n                item.get('name', 'N\/A'),\n                item.get('qty_ordered', 0),\n                item.get('price', 0.0)\n            ])\nprint(\"Exported to orders_with_products.csv\")\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Query &amp; Export Data from Magento 2 Database<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For this last method, in your Magento 2 database, run the following query to fetch orders and product details.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">SELECT\n    so.increment_id AS order_id,\n    so.created_at AS order_date,\n    CONCAT(soa.firstname, ' ', soa.lastname) AS customer,\n    so.status AS order_status,\n    soi.sku,\n    soi.name AS product_name,\n    soi.qty_ordered,\n    soi.price\nFROM sales_order so\nJOIN sales_order_address soa ON so.entity_id = soa.parent_id AND soa.address_type = 'billing'\nJOIN sales_order_item soi ON so.entity_id = soi.order_id\nWHERE soi.parent_item_id IS NULL -- Exclude configurable product parents\nORDER BY so.increment_id, soi.item_id;\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can then export the data to a CSV file to get the orders with products.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Finally, What\u2019s the Easiest Way to Get Orders with Products?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The easiest method for this task is to add a custom order grid and then directly download the CSV file.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You get access to 50+ useful columns like customer info, shipping method, coupon codes, and more without the need to add any PHP code or use an API.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A simple and safe method to export orders with products in Magento 2.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><div class=\"meetanshi-cta\">\r\n<div class=\"cta-content-wrapper\">\r\n<span>Magento 2 Custom Order Grid<\/span>\r\n<p>Add advanced order grids in your Magento 2 store quickly without coding anything.<\/p>\r\n<a href=\"https:\/\/meetanshi.com\/magento-2-custom-order-grid.html\" target=\"_blank\" class=\"btn-primary\">Add Now <\/a>\r\n<\/div>\r\n<div class=\"cta-image-new\">\r\n<img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2025\/11\/magento-2-custom-order-grid.png\" alt=\"Magento 2 Custom Order Grid\">\r\n<\/div>\r\n<\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Running a Magento store means dealing with lots of orders\u2014and sometimes, you need to get all that order info into a sheet.&nbsp; In this blog&#8230;<\/p>\n","protected":false},"author":5,"featured_media":13207,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-13193","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/13193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=13193"}],"version-history":[{"count":6,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/13193\/revisions"}],"predecessor-version":[{"id":13241,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/13193\/revisions\/13241"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media\/13207"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=13193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=13193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=13193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}