{"id":1296,"date":"2025-02-07T12:04:41","date_gmt":"2025-02-07T12:04:41","guid":{"rendered":"https:\/\/lix-it.com\/blog\/?p=1296"},"modified":"2025-02-07T12:04:42","modified_gmt":"2025-02-07T12:04:42","slug":"linkedin-posts-api","status":"publish","type":"post","link":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/","title":{"rendered":"LinkedIn Posts API: Fetch User and Company Posts at Scale"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Looking to extract LinkedIn post data for analytics, sentiment tracking, or content aggregation? The <strong><a href=\"https:\/\/lix-it.com\/docs\/#post\">Lix Post Enrichment API<\/a><\/strong> allows you to retrieve full LinkedIn posts programmatically, providing structured data for research, competitive intelligence, and content monitoring.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Whether you\u2019re building a social media analysis tool, tracking engagement trends, or automating reporting, this API makes it easy to access <a href=\"http:\/\/www.linkedin.com\">LinkedIn<\/a> post data at scale.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2>What is the LinkedIn Posts API Endpoint?<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The <strong>Post Enrichment<\/strong> endpoint retrieves a single <strong>publicly available LinkedIn Feed Update (Post)<\/strong>. It provides structured data, including:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>\u2705 <strong>Post text and content<\/strong><br>\u2705 <strong>Author details<\/strong> (name, profile link, and more)<br>\u2705 <strong>Engagement metrics<\/strong> (likes, comments, and shares)<br>\u2705 <strong>LinkedIn post URN and timestamp<\/strong><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This allows businesses, analysts, and developers to programmatically access LinkedIn post data, eliminating the need for manual tracking and scraping.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2>How to Use the Lix Post Enrichment API<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>To get started, sign up for a <strong>Lix account<\/strong>, generate your API key, and claim <strong>10 free credits<\/strong> to test the API. Each LinkedIn post request costs <strong>1 Standard Credit<\/strong>.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Endpoint Details<\/strong>:<\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Request:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bashCopyEdit<code>GET https:\/\/api.lix-it.com\/v1\/enrich\/post\n<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Required Parameter<\/strong><\/h3>\n\n\n\n<ul><li><strong>post_urn<\/strong> \u2013 The unique LinkedIn URN of the post (URI-encoded).<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><em>Example:<\/em><\/p>\n\n\n\n<ul><li><strong>URN:<\/strong> <code>urn:li:activity:7019605025920286720<\/code><\/li><li><strong>URI-encoded:<\/strong> <code>urn%3Ali%3Aactivity%3A7019605025920286720<\/code><\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Optional Parameter<\/strong><\/h3>\n\n\n\n<ul><li><strong>viewer_id<\/strong> \u2013 The LinkedIn ID of the account you\u2019d like to view the post as. If omitted, the post is retrieved as a public viewer.<\/li><\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2>Example API Request (Python)<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>pythonCopyEdit<code>import requests\n\nurl = \"https:\/\/api.lix-it.com\/v1\/enrich\/post?post_urn=urn%3Ali%3Aactivity%3A7019605025920286720\"\n\nheaders = {\n  'Authorization': \"YOUR_LIX_API_KEY_HERE\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2>Why Use the Lix Post Enrichment API?<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This endpoint is perfect for various applications, including:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>\ud83d\udcc8 <strong>Social Media Analysis<\/strong> \u2013 Track post performance, engagement metrics, and sentiment over time.<br>\ud83d\udcf0 <strong>Content Aggregation &amp; Research<\/strong> \u2013 Pull and store LinkedIn post data for media analysis.<br>\ud83e\udd16 <strong>AI &amp; Machine Learning<\/strong> \u2013 Use LinkedIn post data for training AI models on professional discussions.<br>\ud83d\udd0d <strong>Competitive Intelligence<\/strong> \u2013 Monitor competitor activity and engagement trends.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>With <strong>scalability<\/strong> built-in, the Lix API allows you to extract LinkedIn posts at scale, ensuring your data-driven applications stay up to date.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2>Get Started Today<\/h2>\n\n\n\n<p>Sign in to your <strong><a href=\"http:\/\/www.lix-it.com\/home\">Lix account<\/a><\/strong>, or grab your free account loaded with 10 credits, generate your API key, and start pulling LinkedIn post data effortlessly. The <strong>Post Enrichment<\/strong> endpoint is the easiest way to programmatically retrieve and analyse LinkedIn posts\u2014fueling insights, automation, and business intelligence.<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p class=\"qua-blog-post-description\"><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span> The Lix Post Enrichment API allows you to programmatically extract LinkedIn posts, including text, author details, and engagement metrics. Ideal for analytics, automation, and competitive research, this API helps you scale LinkedIn post retrieval effortlessly.<\/p>\n","protected":false},"author":3,"featured_media":1298,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[99,38,24],"tags":[92,40,17,34],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.7.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>LinkedIn Posts API: Fetch User and Company Posts at Scale<\/title>\n<meta name=\"description\" content=\"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LinkedIn Posts API: Fetch User and Company Posts at Scale\" \/>\n<meta property=\"og:description\" content=\"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Lix Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-07T12:04:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-07T12:04:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/02\/LinkedIn-Posts-API.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alfie Lambert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AlfieLix\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alfie Lambert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\"},\"author\":{\"name\":\"Alfie Lambert\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832\"},\"headline\":\"LinkedIn Posts API: Fetch User and Company Posts at Scale\",\"datePublished\":\"2025-02-07T12:04:41+00:00\",\"dateModified\":\"2025-02-07T12:04:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\"},\"wordCount\":360,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\"},\"keywords\":[\"API\",\"data\",\"Guides\",\"linkedin\"],\"articleSection\":[\"API\",\"Data\",\"Guides\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\",\"url\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\",\"name\":\"LinkedIn Posts API: Fetch User and Company Posts at Scale\",\"isPartOf\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#website\"},\"datePublished\":\"2025-02-07T12:04:41+00:00\",\"dateModified\":\"2025-02-07T12:04:42+00:00\",\"description\":\"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.\",\"breadcrumb\":{\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lix-it.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LinkedIn Posts API: Fetch User and Company Posts at Scale\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lix-it.com\/blog\/#website\",\"url\":\"https:\/\/lix-it.com\/blog\/\",\"name\":\"Lix Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lix-it.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\",\"name\":\"Lix Blog\",\"url\":\"https:\/\/lix-it.com\/blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png\",\"contentUrl\":\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png\",\"width\":152,\"height\":57,\"caption\":\"Lix Blog\"},\"image\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832\",\"name\":\"Alfie Lambert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g\",\"caption\":\"Alfie Lambert\"},\"description\":\"Alfie is one of Lix's co-founders and a former growth hacker in the world of data science. Follow him on Twitter (twitter.com\/AlfieLix) or connect on LinkedIn (linkedin.com\/in\/alfie-lambert).\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/alfie-lambert\/\",\"https:\/\/twitter.com\/AlfieLix\"],\"url\":\"https:\/\/lix-it.com\/blog\/author\/alfielix-it-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LinkedIn Posts API: Fetch User and Company Posts at Scale","description":"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.","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:\/\/lix-it.com\/blog\/linkedin-posts-api\/","og_locale":"en_GB","og_type":"article","og_title":"LinkedIn Posts API: Fetch User and Company Posts at Scale","og_description":"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.","og_url":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/","og_site_name":"Lix Blog","article_published_time":"2025-02-07T12:04:41+00:00","article_modified_time":"2025-02-07T12:04:42+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/02\/LinkedIn-Posts-API.png","type":"image\/png"}],"author":"Alfie Lambert","twitter_card":"summary_large_image","twitter_creator":"@AlfieLix","twitter_misc":{"Written by":"Alfie Lambert","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#article","isPartOf":{"@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/"},"author":{"name":"Alfie Lambert","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832"},"headline":"LinkedIn Posts API: Fetch User and Company Posts at Scale","datePublished":"2025-02-07T12:04:41+00:00","dateModified":"2025-02-07T12:04:42+00:00","mainEntityOfPage":{"@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/"},"wordCount":360,"commentCount":0,"publisher":{"@id":"https:\/\/lix-it.com\/blog\/#organization"},"keywords":["API","data","Guides","linkedin"],"articleSection":["API","Data","Guides"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/","url":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/","name":"LinkedIn Posts API: Fetch User and Company Posts at Scale","isPartOf":{"@id":"https:\/\/lix-it.com\/blog\/#website"},"datePublished":"2025-02-07T12:04:41+00:00","dateModified":"2025-02-07T12:04:42+00:00","description":"Unlock personal and company post data at scale with the Lix LinkedIn Posts API. Perfect for social media analysis, LLM training and research.","breadcrumb":{"@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lix-it.com\/blog\/linkedin-posts-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lix-it.com\/blog\/linkedin-posts-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lix-it.com\/blog\/"},{"@type":"ListItem","position":2,"name":"LinkedIn Posts API: Fetch User and Company Posts at Scale"}]},{"@type":"WebSite","@id":"https:\/\/lix-it.com\/blog\/#website","url":"https:\/\/lix-it.com\/blog\/","name":"Lix Blog","description":"","publisher":{"@id":"https:\/\/lix-it.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lix-it.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lix-it.com\/blog\/#organization","name":"Lix Blog","url":"https:\/\/lix-it.com\/blog\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png","contentUrl":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png","width":152,"height":57,"caption":"Lix Blog"},"image":{"@id":"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832","name":"Alfie Lambert","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g","caption":"Alfie Lambert"},"description":"Alfie is one of Lix's co-founders and a former growth hacker in the world of data science. Follow him on Twitter (twitter.com\/AlfieLix) or connect on LinkedIn (linkedin.com\/in\/alfie-lambert).","sameAs":["https:\/\/www.linkedin.com\/in\/alfie-lambert\/","https:\/\/twitter.com\/AlfieLix"],"url":"https:\/\/lix-it.com\/blog\/author\/alfielix-it-com\/"}]}},"jetpack_featured_media_url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/02\/LinkedIn-Posts-API.png","_links":{"self":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1296"}],"collection":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/comments?post=1296"}],"version-history":[{"count":3,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1296\/revisions"}],"predecessor-version":[{"id":1300,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1296\/revisions\/1300"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/media\/1298"}],"wp:attachment":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/media?parent=1296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/categories?post=1296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/tags?post=1296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}