{"id":135,"date":"2010-04-10T06:39:51","date_gmt":"2010-04-10T13:39:51","guid":{"rendered":"http:\/\/thaibugs.com\/wordpress\/?page_id=135"},"modified":"2010-04-10T06:39:51","modified_gmt":"2010-04-10T13:39:51","slug":"bees","status":"publish","type":"page","link":"https:\/\/www.thaibugs.com\/?page_id=135","title":{"rendered":"Facts about bees"},"content":{"rendered":"<p><a href=\"http:\/\/69.93.146.30\/~thaibugs\/wp-content\/uploads\/2010\/04\/Apidae3.jpg\"><img loading=\"lazy\" class=\"alignright size-medium wp-image-329\" title=\"Apidae3\" src=\"http:\/\/thaibugs.com\/wordpress\/wp-content\/uploads\/2010\/04\/Apidae3-300x193.jpg\" alt=\"\" width=\"300\" height=\"193\" srcset=\"https:\/\/www.thaibugs.com\/wp-content\/uploads\/2010\/04\/Apidae3-300x193.jpg 300w, https:\/\/www.thaibugs.com\/wp-content\/uploads\/2010\/04\/Apidae3.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p><!-- A { \tTEXT-DECORATION: none } --><script type=\"text\/javascript\">\/\/ <![CDATA[\n Original:  Angus Turnbull\n Web Site:  http:\/\/gusnz.cjb.net\n\n This script and many more are available free online at\n The JavaScript Source!! http:\/\/javascript.internet.com\n\n Begin\nvar isDOM = (document.getElementById ? true : false);\nvar isIE4 = ((document.all &#038;&#038; !isDOM) ? true : false);\nvar isNS4 = (document.layers ? true : false);\nfunction getRef(id) {\nif (isDOM) return document.getElementById(id);\nif (isIE4) return document.all[id];\nif (isNS4) return document.layers[id];\n}\nfunction getSty(id) {\nreturn (isNS4 ? getRef(id) : getRef(id).style);\n}\n\nvar popTimer = 0;\n\nvar litNow = new Array();\nfunction popOver(menuNum, itemNum) {\nclearTimeout(popTimer);\nhideAllBut(menuNum);\nlitNow = getTree(menuNum, itemNum);\nchangeCol(litNow, true);\ntargetNum = menu[menuNum][itemNum].target;\nif (targetNum > 0) {\nthisX = parseInt(menu[menuNum][0].ref.left) + parseInt(menu[menuNum][itemNum].ref.left);\nthisY = parseInt(menu[menuNum][0].ref.top) + parseInt(menu[menuNum][itemNum].ref.top);\nwith (menu[targetNum][0].ref) {\nleft = parseInt(thisX + menu[targetNum][0].x);\ntop = parseInt(thisY + menu[targetNum][0].y);\nvisibility = 'visible';\n      }\n   }\n}\nfunction popOut(menuNum, itemNum) {\nif ((menuNum == 0) &#038;&#038; !menu[menuNum][itemNum].target)\nhideAllBut(0)\nelse\npopTimer = setTimeout('hideAllBut(0)', 500);\n}\nfunction getTree(menuNum, itemNum) {\n\nitemArray = new Array(menu.length);\n\nwhile(1) {\nitemArray[menuNum] = itemNum;\n\nif (menuNum == 0) return itemArray;\nitemNum = menu[menuNum][0].parentItem;\nmenuNum = menu[menuNum][0].parentMenu;\n   }\n}\n\nfunction changeCol(changeArray, isOver) {\nfor (menuCount = 0; menuCount < changeArray.length; menuCount++) {\nif (changeArray[menuCount]) {\nnewCol = isOver ? menu[menuCount][0].overCol : menu[menuCount][0].backCol;\n\/\/ Change the colours of the div\/layer background.\nwith (menu[menuCount][changeArray[menuCount]].ref) {\nif (isNS4) bgColor = newCol;\nelse backgroundColor = newCol;\n         }\n      }\n   }\n}\nfunction hideAllBut(menuNum) {\nvar keepMenus = getTree(menuNum, 1);\nfor (count = 0; count < menu.length; count++)\nif (!keepMenus[count])\nmenu[count][0].ref.visibility = 'hidden';\nchangeCol(litNow, false);\n}\n\nfunction Menu(isVert, popInd, x, y, width, overCol, backCol, borderClass, textClass) {\n\nthis.isVert = isVert;\n\nthis.popInd = popInd\n\nthis.x = x;\nthis.y = y;\nthis.width = width;\n\nthis.overCol = overCol;\nthis.backCol = backCol;\n\nthis.borderClass = borderClass;\nthis.textClass = textClass;\n\nthis.parentMenu = null;\nthis.parentItem = null;\n\nthis.ref = null;\n}\n\nfunction Item(text, href, frame, length, spacing, target) {\nthis.text = text;\nthis.href = href;\nthis.frame = frame;\nthis.length = length;\nthis.spacing = spacing;\nthis.target = target;\n\nthis.ref = null;\n}\n\nfunction writeMenus() {\nif (!isDOM &#038;&#038; !isIE4 &#038;&#038; !isNS4) return;\n\nfor (currMenu = 0; currMenu < menu.length; currMenu++) with (menu[currMenu][0]) {\n\nvar str = '', itemX = 0, itemY = 0;\n\nfor (currItem = 1; currItem < menu[currMenu].length; currItem++) with (menu[currMenu][currItem]) {\nvar itemID = 'menu' + currMenu + 'item' + currItem;\n\nvar w = (isVert ? width : length);\nvar h = (isVert ? length : width);\n\nif (isDOM || isIE4) {\nstr += '\n\n\n\n<div id=\"' + itemID + '\" style=\"position: absolute; left: ' + itemX + '; top: ' + itemY + '; width: ' + w + '; height: ' + h + '; visibility: inherit; ';\nif (backCol) str += 'background: ' + backCol + '; ';\nstr += '\" ';\n}\nif (isNS4) {\nstr += '<layer id=\"' + itemID + '\" left=\"' + itemX + '\" top=\"' + itemY + '\" width=\"' +  w + '\" height=\"' + h + '\" visibility=\"inherit\" ';\nif (backCol) str += 'bgcolor=\"' + backCol + '\" ';\n}\nif (borderClass) str += 'class=\"' + borderClass + '\" ';\n\nstr += 'onMouseOver=\"popOver(' + currMenu + ',' + currItem + ')\" onMouseOut=\"popOut(' + currMenu + ',' + currItem + ')\">';\n\nstr += '\n\n\n\n<table width=\"' + (w - 8) + '\" border=\"0\" cellspacing=\"0\" cellpadding=\"' + (!isNS4 &#038;&#038; borderClass ? 3 : 0) + '\">\n\n\n<tr>\n\n\n<td align=\"left\" height=\"' + (h - 7) + '\">' + '<a href=\"' + href + '\"' + (frame ? ' target=\"' + frame + '\">' : '>') + text + '<\/a><\/td>\n\n\n\n';\nif (target > 0) {\n\nmenu[target][0].parentMenu = currMenu;\nmenu[target][0].parentItem = currItem;\n\nif (popInd) str += '\n\n\n\n<td align=\"right\">' + popInd + '<\/td>\n\n\n\n';\n}\nstr += '<\/tr>\n\n\n<\/table>\n\n\n\n' + (isNS4 ? '<\/layer>' : '<\/div>\n\n\n\n');\nif (isVert) itemY += length + spacing;\nelse itemX += length + spacing;\n}\nif (isDOM) {\nvar newDiv = document.createElement('div');\ndocument.getElementsByTagName('body').item(0).appendChild(newDiv);\nnewDiv.innerHTML = str;\nref = newDiv.style;\nref.position = 'absolute';\nref.visibility = 'hidden';\n}\n\nif (isIE4) {\ndocument.body.insertAdjacentHTML('beforeEnd', '\n\n\n\n<div id=\"menu' + currMenu + 'div\" ' + 'style=\"position: absolute; visibility: hidden\">' + str + '<\/div>\n\n\n\n');\nref = getSty('menu' + currMenu + 'div');\n}\n\nif (isNS4) {\nref = new Layer(0);\nref.document.write(str);\nref.document.close();\n}\n\nfor (currItem = 1; currItem < menu[currMenu].length; currItem++) {\nitemName = 'menu' + currMenu + 'item' + currItem;\nif (isDOM || isIE4) menu[currMenu][currItem].ref = getSty(itemName);\nif (isNS4) menu[currMenu][currItem].ref = ref.document[itemName];\n   }\n}\nwith(menu[0][0]) {\nref.left = x;\nref.top = y;\nref.visibility = 'visible';\n   }\n}\n\nvar menu = new Array();\n\nvar defOver = '#336699', defBack = '#003366';\n\nvar defLength = 22;\n\nmenu[0] = new Array();\nmenu[0][0] = new Menu(false, '', 5, 0, 17, '#669999', '#8B8970', '', 'itemText');\nmenu[0][1] = new Item('  insects', '#', '', 40, 40, 1);\nmenu[0][2] = new Item('  pictures', '#', '', 40, 40, 2);\nmenu[0][3] = new Item('  various', '#', '', 40, 40, 3);\n\nmenu[0][4] = new Item('  home', 'thaibugs.htm', defLength, 0, 0);\n\n\/\/ File menu.\nmenu[1] = new Array();\nmenu[1][0] = new Menu(true, '>', 0, 22, 90, defOver, defBack, 'itemBorder', 'itemText');\nmenu[1][1] = new Item('butterflies', 'butterflies.htm', '', defLength, 0, 0);\nmenu[1][2] = new Item('beetles', 'beetles1.htm', '', defLength, 0, 0);\n\/\/ Non-zero target means this will trigger a popout -- menu[4] which is the 'Reopen' menu.\nmenu[1][3] = new Item('moths', 'moths1.htm', '', defLength, 0, 4);\nmenu[1][4] = new Item('dragonflies', 'dragonflies1.htm', '', defLength, 0, 0);\nmenu[1][5] = new Item('bugs', 'bugs1.htm', '', defLength, 0, 0);\nmenu[1][6] = new Item('cicadas', 'cicadas.htm', '', defLength, 0, 0);\nmenu[1][7] = new Item('mantids', 'mantises1.htm', '', defLength, 0, 0);\nmenu[1][8] = new Item('caterpillars', 'caterpillars.htm', '', defLength, 0, 0);\nmenu[1][9] = new Item('grasshoppers', 'grasshoppers1.htm', '', defLength, 0, 0);\nmenu[1][10] = new Item('flies', 'flies.htm', '', defLength, 0, 0);\nmenu[1][11] = new Item('ants', 'ants.htm', '', defLength, 0, 0);\nmenu[1][13] = new Item('spiders', 'spiders1.htm', '', defLength, 0, 0);\nmenu[1][12] = new Item('others', 'others1.htm', '', defLength, 0, 6);\n\n\/\/ Others menu.\nmenu[6] = new Array();\nmenu[6][0] = new Menu(true, '>', 85, 0, 120, '#333366', '#666699', 'crazyBorder', 'crazyText');\nmenu[6][1] = new Item('various', 'others1.htm', '', defLength, 0, 0);\nmenu[6][2] = new Item('reptiles', 'snakes.htm', '', defLength, 0, 0);\nmenu[6][3] = new Item('amphibians', 'snakes.htm', '', defLength, 0, 0);\nmenu[6][4] = new Item('microscopic', 'microscope.htm', '', defLength, 0, 0);\n\n\/\/ Edit menu.\nmenu[2] = new Array();\nmenu[2][0] = new Menu(true, '>', 0, 22, 100, defOver, defBack, 'itemBorder', 'itemText');\nmenu[2][1] = new Item('new pictures', 'newadd.htm', '', defLength, 0, 0);\nmenu[2][2] = new Item('bug of the week', 'bugoftheweek.htm', '', defLength, 0, 0);\nmenu[2][3] = new Item('pick of the pix', 'selection2.htm', '', defLength, 0, 0);\nmenu[2][4] = new Item('a bugs life', 'bugs life.htm', '', defLength, 0, 0);\nmenu[2][5] = new Item('insect art', 'insect_art.htm', '', defLength, 0, 0);\n\n\/\/ Help menu\nmenu[3] = new Array();\nmenu[3][0] = new Menu(true, '<', 0, 22, 100, defOver, defBack, 'itemBorder', 'itemText');\nmenu[3][1] = new Item('articles', 'articles.htm', '', defLength, 0, 0);\nmenu[3][2] = new Item('sounds', 'sounds.htm', '', defLength, 0, 0);\nmenu[3][3] = new Item('video clips', 'videos\/videos.htm', '', defLength, 0, 0);\nmenu[3][4] = new Item('species lists', '#', '', defLength, 0, 5);\nmenu[3][5] = new Item('facts about ..', '#', '', defLength, 0, 7);\nmenu[3][6] = new Item('survey', 'survey.htm', '', defLength, 0, 0);\nmenu[3][7] = new Item('proverbs', 'proverbs.htm', '', defLength, 0, 0);\nmenu[3][8] = new Item('stamps', 'stamps.htm', '', defLength, 0, 0);\nmenu[3][9] = new Item('edible insects', 'edible insects.htm', '', defLength, 0, 0);\n\n\/\/ Others menu.\nmenu[7] = new Array();\nmenu[7][0] = new Menu(true, '>', 85, 0, 120, '#333366', '#666699', 'crazyBorder', 'crazyText');\nmenu[7][1] = new Item('cicadas', 'Articles\/cicada facts.htm', '', defLength, 0, 0);\nmenu[7][2] = new Item('tiger beetles', 'Articles\/tiger_beetles.htm', '', defLength, 0, 0);\nmenu[7][3] = new Item('fire flies', 'Articles\/fireflies.htm', '', defLength, 0, 0);\nmenu[7][4] = new Item('mosquitoes', 'Articles\/amazing_mosquito_facts.htm', '', defLength, 0, 0);\nmenu[7][5] = new Item('caterpillars', 'Articles\/catfacts.html', '', defLength, 0, 0);\nmenu[7][6] = new Item('flies', 'Articles\/flyfacts.htm', '', defLength, 0, 0);\nmenu[7][7] = new Item('grasshoppers', 'Articles\/grasshoppers.htm', '', defLength, 0, 0);\nmenu[7][8] = new Item('mantids', 'Articles\/mantids.htm', '', defLength, 0, 0);\nmenu[7][9] = new Item('spiders', 'Articles\/spiders.htm', '', defLength, 0, 0);\nmenu[7][10] = new Item('other facts', 'facts.htm', '', defLength, 0, 0);\n\n\/\/ Reopen menu\nmenu[4] = new Array();\n\/\/ This is across but not down... a horizontal popout (with crazy stylesheets :)...\nmenu[4][0] = new Menu(true, '>', 85, 0, 120, '#333366', '#666699', 'crazyBorder', 'crazyText');\n\/\/ These items are lengthier than normal, and have extra spacing due to the fancy borders.\nmenu[4][1] = new Item('Saturniidae', '\/mothssat.htm', '', defLength, 0, 0);\nmenu[4][2] = new Item('Noctuidae', 'mothowls.htm', '', defLength, 0, 0);\nmenu[4][3] = new Item('Geometridae', 'mothsgeo.htm', '', defLength, 0, 0);\nmenu[4][4] = new Item('Sphingidae', 'hawks.htm', '', defLength, 0, 0);\nmenu[4][5] = new Item('Arctiidae', '\/mothsArct.htm', '', defLength, 0, 0);\nmenu[4][6] = new Item('Zygaenidae', 'mothszygs.htm', '', defLength, 0, 0);\nmenu[4][7] = new Item('Lymentriidae', 'mothslym.htm', '', defLength, 0, 0);\nmenu[4][8] = new Item('Other macros', 'mothsmacro.htm', '', defLength, 0, 0);\nmenu[4][9] = new Item('Micros', 'moths1a.htm', '', defLength, 0, 0);\nmenu[4][10] = new Item('Unidentified', 'moths1c.htm', '', defLength, 0, 0);\nmenu[4][11] = new Item('Selection', 'Pik of moths\/showthem.htm', '', defLength, 0, 0);\n\n\/\/ Help About popout\nmenu[5] = new Array();\n\/\/ Leftwards popout with a negative x and y relative to its trigger.\nmenu[5][0] = new Menu(true, '>', -85, -17, 80, defOver, defBack, 'itemBorder', 'itemText');\nmenu[5][1] = new Item('cicadas', 'cicadaspecs.htm', '', defLength, 0, 0);\nmenu[5][2] = new Item('butterflies', 'checklist.htm', '', defLength, 0, 0);\nmenu[5][3] = new Item('moths', 'mothspeclist.htm', '', defLength, 0, 0);\nmenu[5][4] = new Item('beetles', 'beetlelist.htm', '', defLength, 0, 0);\nmenu[5][5] = new Item('dragonflies', 'odonatespecs.htm', '', defLength, 0, 0);\n\nvar popOldWidth = window.innerWidth;\nnsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');\n\nif (isNS4) document.captureEvents(Event.CLICK);\ndocument.onclick = clickHandle;\n\nfunction clickHandle(evt)\n{\n if (isNS4) document.routeEvent(evt);\n hideAllBut(0);\n}\n\nfunction moveRoot()\n{\n with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);\n}\n\/\/  End\n\/\/ ]]><\/script><!-- *** IMPORTANT STYLESHEET SECTION - Change the border classes and text colours *** --><!-- .itemBorder { border: 1px solid black } .itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }  .crazyBorder { border: 2px outset #663399 } .crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica } --><span style=\"font-family: Comic Sans MS; font-size: large;\">Some interesting facts about  bees<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Honey bees&#8217; wings beat 11,400 times per  minute.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Bees&#8217; flight speed averages only 15 miles per hour.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Bees possess  five eyes.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Honeybees can perceive movements that are separated by 1\/300th of  a second. Humans can only sense movements separated by 1\/50th of a second. Were  a bee to enter a cinema, it would be able to differentiate each individual movie  frame being projected.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Bees cannot recognize the color red.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Honeybees&#8217;  stingers have a barb which anchors the stinger in the victim&#8217;s body. The bee  leaves its stinger and venom pouch behind and soon dies from abdominal  rupture.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Africanized Honey Bees (killer bees) will pursue an enemy 1\/4 mile  or more.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Honeybees communicate with one another by &#8220;dancing&#8221; so as to give  the direction and distance of flowers.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">A single hive contains approximately  40-45,000 bees.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Trebuchet MS; font-size: x-small;\"><br \/>\nQueen bees<br \/>\n<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The queen is the only sexually developed  female in the hive.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The queen mates in flight with approximately 18 drones.  She only mates once in her lifetime.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">A queen can lay 3,000 eggs in a  day.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Queens can live for up to 2 years.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">A queen can lay her weight in eggs  in one day and 200,000 eggs in a year. Fertilized eggs will become female offspring, while unfertilized eggs will become males.<br \/>\n<\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Trebuchet MS; font-size: x-small;\"><br \/>\nDrones<br \/>\n<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The only  function of drones is to mate with the queen. <\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Trebuchet MS; font-size: x-small;\"><br \/>\nWorkers<br \/>\n<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The workers are  sexually undeveloped females.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Life expectancy is approximately 28 to 35  days.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Trebuchet MS; font-size: x-small;\"><br \/>\nHoney<br \/>\n<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Bees have been producing honey for at least 150 million  years.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The honeycomb is composed of hexagonal cells with walls that are only  2\/1000 inch thick, but support 25 times their own weight.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Honey is nectar  that bees have repeatedly regurgitated and dehydrated.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">In the course of her  lifetime, a worker bee will produce 1\/12th of a teaspoon of honey.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">To make  one pound of honey, workers in a hive fly 55,000 miles and tap two million  flowers.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">Theoretically, the energy in one ounce of honey would provide one  bee with enough energy to fly around the world.<\/span><\/li>\n<\/ul>\n<ul>\n<li><span style=\"font-family: Trebuchet MS; font-size: x-small;\">The honeybee is not born  knowing how to make honey; the younger bees are taught by the more experienced  ones.<br \/>\n<\/span><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Some interesting facts about bees Honey bees&#8217; wings beat 11,400 times per minute. Bees&#8217; flight speed averages only 15 miles per hour. Bees possess five eyes. Honeybees can perceive movements that are separated by 1\/300th of a second. Humans can only sense movements separated by 1\/50th of a second. Were a bee to enter a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":39,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"ngg_post_thumbnail":0},"_links":{"self":[{"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/pages\/135"}],"collection":[{"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=135"}],"version-history":[{"count":0,"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/pages\/135\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=\/wp\/v2\/pages\/39"}],"wp:attachment":[{"href":"https:\/\/www.thaibugs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}