{"id":62,"date":"2026-05-08T00:47:18","date_gmt":"2026-05-08T04:47:18","guid":{"rendered":"https:\/\/beckesch.dev\/ops\/?p=62"},"modified":"2026-05-08T00:47:20","modified_gmt":"2026-05-08T04:47:20","slug":"a-small-tool-for-searching-large-databases-during-troubleshooting","status":"publish","type":"post","link":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/","title":{"rendered":"A Small Tool for Searching Large Databases During Troubleshooting"},"content":{"rendered":"\n<p>When you work close to complex application data, you eventually run into one of those situations: something is clearly wrong, but the underlying structure is only partly familiar. You know the bug is somewhere in the library, somewhere in the database, somewhere behind a layer of abstractions \u2014 but finding the right object quickly is the real challenge.<\/p>\n\n\n\n<p>That happened to me often enough at work that I wanted a better way to search through large datasets for specific objects, especially in cases where the data model was not yet fully clear to me. Instead of manually digging through records, guessing relationships, or writing one-off helper scripts every time, I decided to build a small tool for exactly this purpose.<\/p>\n\n\n\n<p>The result is&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/github.com\/RalfBeckesch\/oid-finder\">oid-finder<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-i-built-it\">Why I built it<\/h2>\n\n\n\n<p>In day-to-day troubleshooting, speed matters. If you are dealing with a large database and a complex library or application layer, it helps enormously to have a tool that can locate relevant objects fast \u2014 even when you do not yet fully understand every detail of the surrounding data structure.<\/p>\n\n\n\n<p>That was the main motivation behind this project. I wanted something focused and practical: a tool that helps narrow down the search space and makes debugging less tedious.<\/p>\n\n\n\n<p>Interestingly, I did not write the first version completely by hand. I had it designed with the help of an AI assistant, then refined it into something usable for real-world debugging. To be honest, it worked better than I expected. What started as an experiment turned into a genuinely helpful utility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-oid-finder-does\">What oid-finder does<\/h2>\n\n\n\n<p>At its core, oid-finder is meant to help identify and locate specific objects in large amounts of data. It is a small, targeted debugging aid rather than a full framework, and that is exactly what makes it useful: it solves one concrete problem without adding unnecessary complexity.<\/p>\n\n\n\n<p>For me, tools like this are most valuable when they reduce friction during investigation. If I can move from \u201cI suspect this object is involved\u201d to \u201chere it is\u201d much faster, that already saves time and mental overhead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-as-a-practical-tool\">AI as a practical tool<\/h2>\n\n\n\n<p>There is still a lot of hype around AI-generated code, and in many cases that skepticism is justified. But for small internal tools, prototypes, and focused utilities, it can already be surprisingly effective \u2014 especially when you know the problem well enough to review, correct, and shape the result.<\/p>\n\n\n\n<p>That was exactly the case here. I used AI to accelerate the initial design and implementation, then adapted the tool to fit the actual debugging workflow. The interesting part was not that AI replaced development work; it was that it shortened the path from idea to something useful.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"final-thoughts\">Final thoughts<\/h2>\n\n\n\n<p>oid-finder came out of a very practical need: finding the right objects quickly when debugging large and not always fully transparent data structures. It is a small tool, but one that has already proven more useful than I originally expected.<\/p>\n\n\n\n<p>If you are interested, you can find the project here:<br><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/github.com\/RalfBeckesch\/oid-finder\">https:\/\/github.com\/RalfBeckesch\/oid-finder<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you work close to complex application data, you eventually run into one of those situations: something is clearly wrong, but the underlying structure is only partly familiar. You know the bug is somewhere in the library, somewhere in the database, somewhere behind a layer of abstractions \u2014 but finding the right object quickly is &#8230; <a title=\"A Small Tool for Searching Large Databases During Troubleshooting\" class=\"read-more\" href=\"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/\" aria-label=\"Read more about A Small Tool for Searching Large Databases During Troubleshooting\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":65,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-62","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops<\/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:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops\" \/>\n<meta property=\"og:description\" content=\"When you work close to complex application data, you eventually run into one of those situations: something is clearly wrong, but the underlying structure is only partly familiar. You know the bug is somewhere in the library, somewhere in the database, somewhere behind a layer of abstractions \u2014 but finding the right object quickly is ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/\" \/>\n<meta property=\"og:site_name\" content=\"Ralf Beckesch - Devops\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-08T04:47:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-08T04:47:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"1254\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"rb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rb\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/\"},\"author\":{\"name\":\"rb\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#\\\/schema\\\/person\\\/90c6e9e800fff61c7ceb65be6ab43b69\"},\"headline\":\"A Small Tool for Searching Large Databases During Troubleshooting\",\"datePublished\":\"2026-05-08T04:47:18+00:00\",\"dateModified\":\"2026-05-08T04:47:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/\"},\"wordCount\":510,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#\\\/schema\\\/person\\\/90c6e9e800fff61c7ceb65be6ab43b69\"},\"image\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png\",\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/\",\"url\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/\",\"name\":\"A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png\",\"datePublished\":\"2026-05-08T04:47:18+00:00\",\"dateModified\":\"2026-05-08T04:47:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png\",\"contentUrl\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png\",\"width\":1254,\"height\":1254},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/2026\\\/05\\\/08\\\/a-small-tool-for-searching-large-databases-during-troubleshooting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Small Tool for Searching Large Databases During Troubleshooting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#website\",\"url\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/\",\"name\":\"Ralf Beckesch - Devops\",\"description\":\"Evolving from linux freak to devops and cloud-native engineer\",\"publisher\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#\\\/schema\\\/person\\\/90c6e9e800fff61c7ceb65be6ab43b69\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/#\\\/schema\\\/person\\\/90c6e9e800fff61c7ceb65be6ab43b69\",\"name\":\"rb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-fotor-ai-20231018165442.jpg\",\"url\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-fotor-ai-20231018165442.jpg\",\"contentUrl\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-fotor-ai-20231018165442.jpg\",\"width\":1534,\"height\":307,\"caption\":\"rb\"},\"logo\":{\"@id\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cropped-fotor-ai-20231018165442.jpg\"},\"sameAs\":[\"https:\\\/\\\/beckesch.dev\\\/ops\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ralf-beckesch\\\/\"],\"url\":\"https:\\\/\\\/beckesch.dev\\\/ops\\\/author\\\/rbadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops","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:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/","og_locale":"en_US","og_type":"article","og_title":"A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops","og_description":"When you work close to complex application data, you eventually run into one of those situations: something is clearly wrong, but the underlying structure is only partly familiar. You know the bug is somewhere in the library, somewhere in the database, somewhere behind a layer of abstractions \u2014 but finding the right object quickly is ... Read more","og_url":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/","og_site_name":"Ralf Beckesch - Devops","article_published_time":"2026-05-08T04:47:18+00:00","article_modified_time":"2026-05-08T04:47:20+00:00","og_image":[{"width":1254,"height":1254,"url":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","type":"image\/png"}],"author":"rb","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rb","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#article","isPartOf":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/"},"author":{"name":"rb","@id":"https:\/\/beckesch.dev\/ops\/#\/schema\/person\/90c6e9e800fff61c7ceb65be6ab43b69"},"headline":"A Small Tool for Searching Large Databases During Troubleshooting","datePublished":"2026-05-08T04:47:18+00:00","dateModified":"2026-05-08T04:47:20+00:00","mainEntityOfPage":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/"},"wordCount":510,"commentCount":0,"publisher":{"@id":"https:\/\/beckesch.dev\/ops\/#\/schema\/person\/90c6e9e800fff61c7ceb65be6ab43b69"},"image":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#primaryimage"},"thumbnailUrl":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","inLanguage":"en-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/","url":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/","name":"A Small Tool for Searching Large Databases During Troubleshooting - Ralf Beckesch - Devops","isPartOf":{"@id":"https:\/\/beckesch.dev\/ops\/#website"},"primaryImageOfPage":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#primaryimage"},"image":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#primaryimage"},"thumbnailUrl":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","datePublished":"2026-05-08T04:47:18+00:00","dateModified":"2026-05-08T04:47:20+00:00","breadcrumb":{"@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#primaryimage","url":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","contentUrl":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","width":1254,"height":1254},{"@type":"BreadcrumbList","@id":"https:\/\/beckesch.dev\/ops\/2026\/05\/08\/a-small-tool-for-searching-large-databases-during-troubleshooting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/beckesch.dev\/ops\/"},{"@type":"ListItem","position":2,"name":"A Small Tool for Searching Large Databases During Troubleshooting"}]},{"@type":"WebSite","@id":"https:\/\/beckesch.dev\/ops\/#website","url":"https:\/\/beckesch.dev\/ops\/","name":"Ralf Beckesch - Devops","description":"Evolving from linux freak to devops and cloud-native engineer","publisher":{"@id":"https:\/\/beckesch.dev\/ops\/#\/schema\/person\/90c6e9e800fff61c7ceb65be6ab43b69"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/beckesch.dev\/ops\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":["Person","Organization"],"@id":"https:\/\/beckesch.dev\/ops\/#\/schema\/person\/90c6e9e800fff61c7ceb65be6ab43b69","name":"rb","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2025\/09\/cropped-fotor-ai-20231018165442.jpg","url":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2025\/09\/cropped-fotor-ai-20231018165442.jpg","contentUrl":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2025\/09\/cropped-fotor-ai-20231018165442.jpg","width":1534,"height":307,"caption":"rb"},"logo":{"@id":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2025\/09\/cropped-fotor-ai-20231018165442.jpg"},"sameAs":["https:\/\/beckesch.dev\/ops","https:\/\/www.linkedin.com\/in\/ralf-beckesch\/"],"url":"https:\/\/beckesch.dev\/ops\/author\/rbadmin\/"}]}},"jetpack_featured_media_url":"https:\/\/beckesch.dev\/ops\/wp-content\/uploads\/2026\/05\/681e9594-ebd7-477e-b5a8-846c8122b0d7.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/posts\/62","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/comments?post=62"}],"version-history":[{"count":1,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/posts\/62\/revisions"}],"predecessor-version":[{"id":63,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/posts\/62\/revisions\/63"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/media\/65"}],"wp:attachment":[{"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/media?parent=62"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/categories?post=62"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/beckesch.dev\/ops\/wp-json\/wp\/v2\/tags?post=62"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}