{"id":10747,"date":"2025-09-27T10:05:58","date_gmt":"2025-09-27T08:05:58","guid":{"rendered":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/"},"modified":"2025-09-27T10:05:58","modified_gmt":"2025-09-27T08:05:58","slug":"tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths","status":"publish","type":"post","link":"https:\/\/lewu.es\/en\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/","title":{"rendered":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths"},"content":{"rendered":"<p>Whoa! This whole PancakeSwap tracker thing can feel messy.<br \/>\nMost folks glance at prices and call it a day. But if you actually want to follow funds, audit token behavior, or track a suspicious contract, you need tools and a method.<br \/>\nInitially I assumed a simple lookup would do, but then patterns emerged that made me rethink that casual approach\u2014there are layers to on-chain activity that regular charts never show.<\/p>\n<p>Okay, so check this out\u2014PancakeSwap trades are just one piece of a larger BEP-20 puzzle.<br \/>\nTrades, liquidity adds\/removes, and router approvals all leave traces on-chain.<br \/>\nIf your instinct says \u00abI wish I could see the whole trail\u00bb, you&#8217;re not alone.<br \/>\nMy gut said the same thing when I first dug into transaction graphs (oh, and by the way&#8230; somethin&#8217; about token approvals bugs me).<br \/>\nOn one hand it&#8217;s empowering to watch a token&#8217;s flow; on the other hand it&#8217;s messy and full of false leads.<\/p>\n<p>Here&#8217;s the thing.<br \/>\nA PancakeSwap tracker is valuable for three core tasks: watch money flows, confirm contract behavior, and identify rug-pull patterns before they become headlines.<br \/>\nShort-term traders use it differently than security analysts, though actually the base techniques overlap quite a bit.<br \/>\nYou can follow liquidity pool changes to infer whale moves. Long-term holders can monitor vesting and team transfers to avoid surprises.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\" alt=\"Screenshot concept: PancakeSwap token transfers and liquidity events\" \/><\/p>\n<h2>Why BEP-20 quirks matter (and how to spot them with bscscan)<\/h2>\n<p>Seriously? Token standards are more subtle than they look.<br \/>\nBEP-20 is like ERC-20 but with BNB Chain specifics.<br \/>\nToken creators often implement custom methods (taxes, reflection, blacklist functions), and those show up only if you know where to look.<br \/>\nYou can inspect events and internal txns to see these behaviors.<br \/>\nUse <a href=\"https:\/\/sites.google.com\/walletcryptoextension.com\/bscscan-block-explorer\/\">bscscan<\/a> to trace events, view contract source, and replay logs\u2014it&#8217;s your magnifying glass.<\/p>\n<p>At a technical level, focus on three things when analyzing a BEP-20: Transfer events, Approve events, and calls to PancakeSwap router or factory.<br \/>\nTransfer events show who moved tokens.<br \/>\nApprove events reveal who can move tokens on behalf of others.<br \/>\nRouter calls show liquidity adds, swaps, and removals.<br \/>\nLonger-term, watching approvals is crucial because a malicious contract can siphon tokens after a large approval.<\/p>\n<p>Initially I thought watching transfers was enough.<br \/>\nActually, wait\u2014let me rephrase that.<br \/>\nTransfers tell you \u00abwhat\u00bb, but not always \u00abwhy\u00bb.<br \/>\nYou need to combine event logs with contract readouts (ownership, paused flags, minting functions) to get the full picture.<br \/>\nFor example, a regular-looking transfer spike might actually be a mint operation masked by internal calls.<\/p>\n<p>On one hand the blockchain is transparent.<br \/>\nThough actually, the transparency is noisy.<br \/>\nYou get raw data, but context is missing unless you stitch it together.<br \/>\nThere are heuristics you can use\u2014large liquidity token locks, timelocked ownership, and verified source code all increase confidence.<br \/>\nNo single metric is decisive, but together they build a narrative.<\/p>\n<h2>Practical steps: Building a simple PancakeSwap tracking workflow<\/h2>\n<p>Step one: identify the token contract.<br \/>\nStep two: open its page on bscscan and check verification status and creator address.<br \/>\nStep three: look at holders and token distribution.<br \/>\nStep four: inspect the contract source for admin functions and special transfers.<br \/>\nStep five: watch the token&#8217;s PancakeSwap pair contract for liquidity events and reserves changes.<br \/>\nThese steps are basic. But people skip them, and that is often when things go wrong.<\/p>\n<p>If you want specifics, start by filtering events for Transfer and Swap topics.<br \/>\nUse the \u00abInternal Txns\u00bb tab to catch transfer-from patterns that don&#8217;t emit public events.<br \/>\nCheck recent transactions that interact with the router address.<br \/>\nAlso, watch for approvals to spend large amounts\u2014those show up as high-value allowances and are common in scams.<\/p>\n<p>Some red flags to look for:<br \/>\n&#8211; Ownership renounced but mint function still present.<br \/>\n&#8211; Sudden spikes in holder count without proportional liquidity.<br \/>\n&#8211; Repeated burns from the same address that later reappear as transfers.<br \/>\n&#8211; Liquidity locked by a new or anonymous multi-sig with no history.<br \/>\nEach of these needs context, though\u2014so don&#8217;t panic at the first anomaly.<\/p>\n<p>Hmm&#8230; here&#8217;s a little anecdote to make it real.<br \/>\nI once followed a memecoin that showed steady liquidity growth. At face value it looked healthy.<br \/>\nBut repeated internal calls indicated a hidden minter that intermittently increased supply.<br \/>\nIt wasn&#8217;t obvious on price charts. It was obvious once I traced contracts, events, and approvals.<br \/>\nI&#8217;m biased, but that part bugs me\u2014too many people trust tokenomics slides over on-chain proof.<\/p>\n<h2>Tools and tips beyond the basics<\/h2>\n<p>Use event subscriptions or address watchers to get notified on key actions.<br \/>\nA lot of teams use simple webhooks that hit a Discord or Slack.<br \/>\nYou can also export holder lists and run quick heuristics (top holders, new top holder, token concentration).<br \/>\nFor heavy analysis, export transfer logs and run them through a graphing tool to visualize flows.<\/p>\n<p>For everyday tracking, set these alerts: liquidity add\/remove, new large holder, large sells, approvals over a threshold.<br \/>\nThresholds depend on token liquidity. For microcap tokens, a $10k move may matter. For larger caps, scale accordingly.<br \/>\nAlso, check for contract upgrades if the project uses proxies\u2014upgrade transactions are a major semantic change.<\/p>\n<p>One more practical trick: watch stable coin inflows into the token&#8217;s LP pair.<br \/>\nA sudden USDT or BUSD injection often precedes sharp price actions.<br \/>\nAnd remember\u2014wash trades exist. Price movement alone is insufficient proof of organic demand.<\/p>\n<div class=\"faq\">\n<h2>FAQ<\/h2>\n<div class=\"faq-item\">\n<h3>How do I confirm a token&#8217;s PancakeSwap pair?<\/h3>\n<p>Search the token contract on bscscan and view \u00abToken Tracker\u00bb details. Look for \u00abPairs\u00bb or check recent transactions interacting with PancakeSwap router. If the pair is verified, you&#8217;ll see liquidity adds and reserves; otherwise check factory events for pair creation.<\/p>\n<\/div>\n<div class=\"faq-item\">\n<h3>What does an approval mean and why watch it?<\/h3>\n<p>An approval gives a contract permission to move tokens on behalf of a wallet. Big approvals to unfamiliar contracts are dangerous because they allow token draining. Monitor approvals and revoke excessive allowances via wallet interfaces when needed.<\/p>\n<\/div>\n<div class=\"faq-item\">\n<h3>Can I detect rug pulls before they happen?<\/h3>\n<p>Sometimes. Indicators include unverified contracts, owner-controlled liquidity, sudden grant of minting rights, and lack of vesting for team tokens. None of these are guarantees; they just raise the likelihood of malicious intent. Trust but verify\u2014use on-chain evidence.<\/p>\n<\/div>\n<\/div>\n<p><!--wp-post-meta--><\/p>","protected":false},"excerpt":{"rendered":"<p>Whoa! This whole PancakeSwap tracker thing can feel messy. Most folks glance at prices and call it a day. But if you actually want to follow funds, audit token behavior, or track a suspicious contract, you need tools and a method. Initially I assumed a simple lookup would do, but then patterns emerged that made [&hellip;]<\/p>","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-10747","post","type-post","status-publish","format-standard","hentry","category-general"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths<\/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:\/\/lewu.es\/en\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths\" \/>\n<meta property=\"og:description\" content=\"Whoa! This whole PancakeSwap tracker thing can feel messy. Most folks glance at prices and call it a day. But if you actually want to follow funds, audit token behavior, or track a suspicious contract, you need tools and a method. Initially I assumed a simple lookup would do, but then patterns emerged that made [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lewu.es\/en\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\" \/>\n<meta property=\"og:site_name\" content=\"Lewu\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lewusummercamp\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-27T08:05:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\" \/>\n<meta name=\"author\" content=\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\"},\"author\":{\"name\":\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe\"},\"headline\":\"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths\",\"datePublished\":\"2025-09-27T08:05:58+00:00\",\"dateModified\":\"2025-09-27T08:05:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\"},\"wordCount\":1059,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lewu.es\/#organization\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\",\"articleSection\":[\"General\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\",\"url\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\",\"name\":\"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths\",\"isPartOf\":{\"@id\":\"https:\/\/lewu.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\",\"datePublished\":\"2025-09-27T08:05:58+00:00\",\"dateModified\":\"2025-09-27T08:05:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage\",\"url\":\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\",\"contentUrl\":\"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lewu.es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lewu.es\/#website\",\"url\":\"https:\/\/lewu.es\/\",\"name\":\"Lewu\",\"description\":\"Cursos y campamentos de ingl\u00e9s o espa\u00f1ol para extranjeros\",\"publisher\":{\"@id\":\"https:\/\/lewu.es\/#organization\"},\"alternateName\":\"Lewu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lewu.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lewu.es\/#organization\",\"name\":\"Lewu\",\"alternateName\":\"Lewu\",\"url\":\"https:\/\/lewu.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg\",\"contentUrl\":\"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg\",\"width\":879,\"height\":879,\"caption\":\"Lewu\"},\"image\":{\"@id\":\"https:\/\/lewu.es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/lewusummercamp\/\",\"https:\/\/www.instagram.com\/lewulearnandenjoywithus\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe\",\"name\":\"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f\",\"url\":\"https:\/\/lewu.es\/en\/author\/annna_fairy\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths","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:\/\/lewu.es\/en\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/","og_locale":"en_GB","og_type":"article","og_title":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths","og_description":"Whoa! This whole PancakeSwap tracker thing can feel messy. Most folks glance at prices and call it a day. But if you actually want to follow funds, audit token behavior, or track a suspicious contract, you need tools and a method. Initially I assumed a simple lookup would do, but then patterns emerged that made [&hellip;]","og_url":"https:\/\/lewu.es\/en\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/","og_site_name":"Lewu","article_publisher":"https:\/\/www.facebook.com\/lewusummercamp\/","article_published_time":"2025-09-27T08:05:58+00:00","og_image":[{"url":"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png"}],"author":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#article","isPartOf":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/"},"author":{"name":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","@id":"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe"},"headline":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths","datePublished":"2025-09-27T08:05:58+00:00","dateModified":"2025-09-27T08:05:58+00:00","mainEntityOfPage":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/"},"wordCount":1059,"commentCount":0,"publisher":{"@id":"https:\/\/lewu.es\/#organization"},"image":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage"},"thumbnailUrl":"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png","articleSection":["General"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/","url":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/","name":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths","isPartOf":{"@id":"https:\/\/lewu.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage"},"image":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage"},"thumbnailUrl":"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png","datePublished":"2025-09-27T08:05:58+00:00","dateModified":"2025-09-27T08:05:58+00:00","breadcrumb":{"@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#primaryimage","url":"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png","contentUrl":"https:\/\/info.bscscan.com\/what-is-bscscan\/images\/size\/w1600\/2023\/12\/image-48.png"},{"@type":"BreadcrumbList","@id":"https:\/\/lewu.es\/tracking-pancakeswap-activity-on-bnb-chain-a-practical-guide-for-bep-20-sleuths\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lewu.es\/"},{"@type":"ListItem","position":2,"name":"Tracking PancakeSwap Activity on BNB Chain: A Practical Guide for BEP-20 Sleuths"}]},{"@type":"WebSite","@id":"https:\/\/lewu.es\/#website","url":"https:\/\/lewu.es\/","name":"Lewu","description":"Cursos y campamentos de ingl\u00e9s o espa\u00f1ol para extranjeros","publisher":{"@id":"https:\/\/lewu.es\/#organization"},"alternateName":"Lewu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lewu.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lewu.es\/#organization","name":"Lewu","alternateName":"Lewu","url":"https:\/\/lewu.es\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lewu.es\/#\/schema\/logo\/image\/","url":"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg","contentUrl":"https:\/\/lewu.es\/wp-content\/uploads\/2019\/10\/lOGO-Lewu-NUEVO-3.jpg","width":879,"height":879,"caption":"Lewu"},"image":{"@id":"https:\/\/lewu.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lewusummercamp\/","https:\/\/www.instagram.com\/lewulearnandenjoywithus\/"]},{"@type":"Person","@id":"https:\/\/lewu.es\/#\/schema\/person\/ec3d08a174031bc218567d79565eb6fe","name":"\u0410\u043d\u043d\u0430 \u0424\u0435\u044f","url":"https:\/\/lewu.es\/en\/author\/annna_fairy\/"}]}},"_links":{"self":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts\/10747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/comments?post=10747"}],"version-history":[{"count":0,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/posts\/10747\/revisions"}],"wp:attachment":[{"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/media?parent=10747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/categories?post=10747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lewu.es\/en\/wp-json\/wp\/v2\/tags?post=10747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}