{"id":32,"date":"2026-05-02T08:55:50","date_gmt":"2026-05-02T08:55:50","guid":{"rendered":"https:\/\/tools.dwiyanti.com\/dwi-yanti\/?p=32"},"modified":"2026-05-02T09:02:37","modified_gmt":"2026-05-02T09:02:37","slug":"api-key-bing-webmaster-yandex","status":"publish","type":"post","link":"https:\/\/tools.dwiyanti.com\/blog\/api-key-bing-webmaster-yandex","title":{"rendered":"API Key Bing WebMaster &#038; Yandex"},"content":{"rendered":"<br \/>\n<h2 class=\"h4 text-primary mb-3\">\ud83d\udccb Panduan Mengambil API Key (Step by Step)<\/h2>\n<h3 class=\"h5 mt-4\">\ud83d\udd35 1. BING WEBMASTER TOOLS API<\/h3>\n<p><strong>Cara termudah: Menggunakan API Key<\/strong> (OAuth 2.0 lebih rumit, ada isu token refresh)<\/p>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered table-hover\">\n<thead class=\"table-light\">\n<tr>\n<th>Langkah<\/th>\n<th>Tindakan<\/th>\n<th>Keterangan<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Login ke <a href=\"[https:\/\/www.bing.com\/webmasters\/](https:\/\/www.bing.com\/webmasters\/)\" target=\"_blank\">Bing Webmaster Tools<\/a><\/td>\n<td>Gunakan akun Microsoft Anda<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Klik <strong>Settings<\/strong> (ikon gear) di kanan atas<\/td>\n<td>Menu pengaturan utama<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Pilih <strong>API Access<\/strong> dari menu kiri<\/td>\n<td>Bagian manajemen API<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>Baca dan setujui <strong>Terms &#038; Conditions<\/strong><\/td>\n<td>Hanya sekali saat pertama kali<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>Klik <strong>Generate API Key<\/strong> atau <strong>Generate<\/strong><\/td>\n<td>Tombol untuk membuat key baru<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td><strong>Copy API Key<\/strong> yang muncul<\/td>\n<td>Simpan di tempat aman<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<div class=\"alert alert-info mt-3\">\n            <strong>Catatan Penting:<\/strong><\/p>\n<ul class=\"mb-0\">\n<li><strong>Satu user hanya punya satu API key<\/strong> untuk semua domain terverifikasi<\/li>\n<li>Jika key hilang\/compromised, Anda bisa <strong>Delete<\/strong> lalu <strong>Generate<\/strong> baru<\/li>\n<li>Setelah generate, key aktif dalam <strong>30 menit<\/strong><\/li>\n<li>API key dikirim via query parameter: <code>?apikey=YOUR_API_KEY<\/code><\/li>\n<\/ul><\/div>\n<p><strong>Contoh format API Key:<\/strong><\/p>\n<div class=\"bg-light p-3 border rounded mb-4\">\n            <code>A9B7C3D2E1F4G5H6I7J8K9L0M1N2O3P4Q5R6S7T8U9V0W1X2Y3Z4<\/code>\n        <\/div>\n<hr class=\"my-4\">\n<h3 class=\"h5 mt-4\">\ud83d\udfe1 2. YANDEX WEBMASTER API<\/h3>\n<p><strong>Metode: OAuth 2.0<\/strong> (Yandex tidak menyediakan API Key sederhana seperti Bing)<\/p>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered table-hover\">\n<thead class=\"table-light\">\n<tr>\n<th>Langkah<\/th>\n<th>Tindakan<\/th>\n<th>Keterangan<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Buka <a href=\"[https:\/\/oauth.yandex.ru\/](https:\/\/oauth.yandex.ru\/)\" target=\"_blank\">Yandex OAuth<\/a><\/td>\n<td>Portal aplikasi Yandex<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Klik <strong>Register new application<\/strong><\/td>\n<td>Buat aplikasi baru<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Isi <strong>Application name<\/strong><\/td>\n<td>Bebas, contoh &#8220;SEO Tools Dwi Yanti&#8221;<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>Pilih tipe <strong>Web service<\/strong><\/td>\n<td>Untuk API akses<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>Isi <strong>Callback URI<\/strong><\/td>\n<td>Sementara isi: <code>[https:\/\/tools.dwiyanti.com\/yandex-callback](https:\/\/tools.dwiyanti.com\/yandex-callback)<\/code><\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td>Centang izin: <strong>Yandex.Webmaster<\/strong><\/td>\n<td>Akses ke data webmaster<\/td>\n<\/tr>\n<tr>\n<td>7<\/td>\n<td><strong>Save<\/strong> aplikasi<\/td>\n<td>Simpan konfigurasi<\/td>\n<\/tr>\n<tr>\n<td>8<\/td>\n<td>Catat <strong>Application ID<\/strong> dan <strong>Password<\/strong><\/td>\n<td>Ini adalah <code>client_id<\/code> dan <code>client_secret<\/code> Anda<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p class=\"mt-3\"><strong>Yang perlu Anda siapkan dari Yandex:<\/strong><\/p>\n<ul>\n<li><strong>Application ID<\/strong> (Client ID)<\/li>\n<li><strong>Application Password<\/strong> (Client Secret)<\/li>\n<\/ul>\n<blockquote class=\"blockquote border-start border-4 ps-3 py-1 bg-light\">\n<p class=\"mb-0 small text-muted\"><strong>Catatan<\/strong>: Yandex memerlukan OAuth flow. Nanti di kode PHP kita akan handle redirect ke halaman otorisasi, capture <code>code<\/code>, lalu tukar dengan <code>access_token<\/code>. Proses ini mirip dengan Google OAuth yang sudah Anda gunakan untuk GSC.<\/p>\n<\/blockquote>\n<hr class=\"my-4\">\n<h2 class=\"h4 text-primary mb-3\">\ud83d\udcca Ringkasan yang Perlu Disiapkan<\/h2>\n<div class=\"table-responsive\">\n<table class=\"table table-striped table-bordered\">\n<thead class=\"table-dark\">\n<tr>\n<th>Platform<\/th>\n<th>Yang Diperlukan<\/th>\n<th>Dimana Mendapatkan<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Bing<\/strong><\/td>\n<td>API Key (string)<\/td>\n<td>Settings \u2192 API Access \u2192 Generate<\/td>\n<\/tr>\n<tr>\n<td><strong>Yandex<\/strong><\/td>\n<td>Client ID + Client Secret<\/td>\n<td>oauth.yandex.ru \u2192 Register aplikasi<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<hr class=\"my-4\">\n<h2 class=\"h4 text-primary mb-3\">\ud83d\udcac Apakah Lanjut di Chat Ini atau Buka Chat Baru?<\/h2>\n<p><strong>Saran saya: Selesaikan pengambilan API Key di chat ini dulu<\/strong> (ini hanya persiapan, 5-10 menit).<\/p>\n<p>Setelah kedua API Key berhasil didapatkan, <strong>buka chat baru<\/strong> dengan judul:<\/p>\n<p class=\"fw-bold italic border p-2 bg-light text-center\">&#8220;Lanjutan SEO Tools &#8211; Multi Search Engine Rank Tracker (Bing + Yandex)&#8221;<\/p>\n<p>Dan <strong>cantumkan di chat baru<\/strong>:<\/p>\n<ol>\n<li>Bing API Key (bisa di-share atau tidak, terserah Anda)<\/li>\n<li>Yandex Client ID &#038; Secret<\/li>\n<li>Fitur spesifik yang Anda inginkan (Rank Checker, URL Submitter, atau Dashboard perbandingan keyword)<\/li>\n<\/ol>\n<div class=\"alert alert-success\">\n            <strong>Silakan coba ambil API Key dari Bing dan registrasi aplikasi di Yandex. Jika ada kendala, tanyakan di sini. Beri tahu saya ketika selesai!<\/strong> \ud83d\ude80\n        <\/div>\n<p class=\"mt-4\">Pilih yang kedua: <strong>&#8220;To access the API or debug&#8221;<\/strong><\/p>\n<h2 class=\"h4 text-primary mb-3\">\ud83d\udccc Kenapa pilih yang kedua?<\/h2>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered\">\n<thead>\n<tr class=\"table-light\">\n<th>Pilihan<\/th>\n<th>Fungsi<\/th>\n<th>Cocok untuk<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>To authorize users<\/strong><\/td>\n<td>Untuk aplikasi yang perlu login dan izin dari pengguna (misal: aplikasi yang mengakses data Yandex user lain)<\/td>\n<td>\u274c Bukan kebutuhan Anda<\/td>\n<\/tr>\n<tr>\n<td><strong>To access the API or debug<\/strong><\/td>\n<td>Untuk aplikasi yang mengakses API Yandex Webmaster untuk <strong>domain Anda sendiri<\/strong> (bukan data user lain)<\/td>\n<td>\u2705 <strong>Ini yang Anda butuhkan<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83c\udfaf Karena target Anda adalah:<\/h2>\n<ol>\n<li>Akses <strong>Yandex Webmaster API<\/strong> untuk domain yang sudah diverifikasi (<code>me.dwiyanti.com<\/code>, dll.)<\/li>\n<li>Mendapatkan data <strong>ranking, indexing, crawl errors<\/strong> dari Yandex<\/li>\n<li><strong>Tidak perlu<\/strong> login sebagai user Yandex lain<\/li>\n<\/ol>\n<p>Maka pilihan kedua sudah tepat.<\/p>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83d\udcdd Setelah memilih &#8220;To access the API or debug&#8221;:<\/h2>\n<ol>\n<li>Klik <strong>Go to creation<\/strong><\/li>\n<li>Isi <strong>Application name<\/strong>: <code>SEO Tools Dwi Yanti<\/code><\/li>\n<li>Pilih platform: <strong>Web service<\/strong><\/li>\n<li>Untuk <strong>Callback URI<\/strong>, isi sementara: <code>[https:\/\/tools.dwiyanti.com\/yandex-callback](https:\/\/tools.dwiyanti.com\/yandex-callback)<\/code><\/li>\n<li>Centang izin: <strong>Yandex.Webmaster<\/strong> (search engine management)<\/li>\n<li><strong>Save<\/strong><\/li>\n<\/ol>\n<p>Setelah itu, Anda akan mendapatkan:<\/p>\n<ul>\n<li><strong>Application ID<\/strong> (Client ID)<\/li>\n<li><strong>Application password<\/strong> (Client Secret)<\/li>\n<\/ul>\n<p><strong>Simpan kedua informasi ini<\/strong>, nanti kita gunakan untuk integrasi API.<\/p>\n<div class=\"alert alert-info\">\n            <strong>Beri tahu saya setelah berhasil membuat aplikasi dan mendapatkan Client ID &#038; Secret!<\/strong> \ud83d\ude80\n        <\/div>\n<p>Pilih <strong>&#8220;To access the API or debug&#8221;<\/strong> (yang kedua). Ini pilihan yang tepat untuk kebutuhan Anda.<\/p>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83d\udccc Penjelasan Singkat<\/h2>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered\">\n<thead>\n<tr class=\"table-light\">\n<th>Pilihan<\/th>\n<th>Fungsi<\/th>\n<th>Cocok untuk Anda?<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>To authorize users<\/strong><\/td>\n<td>Untuk aplikasi yang butuh akses data <em>pengguna lain<\/em> (mereka login, Anda akses data mereka)<\/td>\n<td>\u274c Tidak<\/td>\n<\/tr>\n<tr>\n<td><strong>To access the API or debug<\/strong><\/td>\n<td>Untuk aplikasi yang akses API Yandex dengan data <em>Anda sendiri<\/em><\/td>\n<td>\u2705 <strong>Ya<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>Anda ingin mengakses data website <strong>Anda sendiri<\/strong> (<code>me.dwiyanti.com<\/code>, dll.) yang sudah diverifikasi di Yandex Webmaster, bukan data pengguna lain.<\/p>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83d\udcdd Selanjutnya<\/h2>\n<p>Setelah memilih <strong>&#8220;To access the API or debug&#8221;<\/strong>:<\/p>\n<ol>\n<li>Klik <strong>&#8220;Go to creation&#8221;<\/strong><\/li>\n<li>Isi formulir:\n<ul>\n<li><strong>Application name<\/strong>: <code>SEO Tools Dwi Yanti<\/code><\/li>\n<li><strong>Platform<\/strong>: pilih <strong>Web service<\/strong><\/li>\n<li><strong>Callback URI<\/strong>: <code>[https:\/\/tools.dwiyanti.com\/yandex-callback](https:\/\/tools.dwiyanti.com\/yandex-callback)<\/code> (isi sementara)<\/li>\n<li><strong>Data Access<\/strong>: centang <strong>Yandex.Webmaster<\/strong> (untuk akses data Webmaster)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Save<\/strong><\/li>\n<\/ol>\n<p>Setelah selesai, Anda akan mendapatkan <strong>Application ID<\/strong> (Client ID) dan <strong>Application password<\/strong> (Client Secret).<\/p>\n<p class=\"fw-bold\">Simpan kedua informasi ini!<\/p>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83d\udd0d Tambahan untuk Data Access (Scopes)<\/h2>\n<p>Agar API bisa mengakses data Webmaster dengan maksimal, Anda perlu memberikan <strong>dua hak akses (scopes)<\/strong>:<\/p>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered\">\n<thead class=\"table-light\">\n<tr>\n<th>Scope<\/th>\n<th>Fungsi<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>webmaster:hostinfo<\/code><\/td>\n<td>Mendapatkan informasi website (host): daftar situs terverifikasi, status indeks, dll.<\/td>\n<\/tr>\n<tr>\n<td><code>webmaster:verify<\/code><\/td>\n<td>Verifikasi kepemilikan website; juga <strong>wajib<\/strong> untuk query data seperti popular queries dan indexing<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p><strong>Pilih kedua-duanya (<code>webmaster:verify<\/code> dan <code>webmaster:hostinfo<\/code>)<\/strong> saat form meminta &#8220;Data Access&#8221;.<\/p>\n<div class=\"alert alert-info\">\n            <strong>Beri tahu saya ketika sudah berhasil mendapatkan Client ID &#038; Secret!<\/strong> \ud83d\ude80\n        <\/div>\n<p>Pilih <strong>&#8220;To access the API or debug&#8221;<\/strong> (yang kedua). Ini pilihan yang tepat untuk kebutuhan Anda.<\/p>\n<h2 class=\"h4 text-primary mt-4 mb-3 text-center\">\ud83c\udf89 Bagus! Sekarang kita siap lanjut ke project baru.<\/h2>\n<p>Anda sudah memiliki semua yang diperlukan:<\/p>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered\">\n<thead class=\"table-dark text-center\">\n<tr>\n<th>Platform<\/th>\n<th>Yang Sudah Didapat<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Google<\/strong><\/td>\n<td>\u2705 GSC API, PageSpeed API, URL Inspection API (sudah terintegrasi di tools)<\/td>\n<\/tr>\n<tr>\n<td><strong>Bing<\/strong><\/td>\n<td>\u2705 API Key (dari Bing Webmaster Tools \u2192 API Access)<\/td>\n<\/tr>\n<tr>\n<td><strong>Yandex<\/strong><\/td>\n<td>\u2705 Client ID + Client Secret (dari Yandex OAuth)<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<hr class=\"my-4\">\n<h2 class=\"h4 text-primary mb-3\">\ud83d\ude80 Project Baru: Multi-Search Engine Rank Tracker<\/h2>\n<p><strong>Tujuan:<\/strong> Membuat tools yang mengecek ranking keyword di <strong>Google + Bing + Yandex<\/strong> sekaligus, dalam satu tampilan.<\/p>\n<h3 class=\"h5 mt-4\">Fitur yang akan dibuat:<\/h3>\n<div class=\"table-responsive\">\n<table class=\"table table-striped table-bordered\">\n<thead>\n<tr class=\"table-light\">\n<th>Fitur<\/th>\n<th>Data Source<\/th>\n<th>Keterangan<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Google Rank<\/strong><\/td>\n<td>GSC API (sudah ada)<\/td>\n<td>Data historis (28 hari), sudah berfungsi<\/td>\n<\/tr>\n<tr>\n<td><strong>Bing Rank<\/strong><\/td>\n<td>Bing Webmaster API<\/td>\n<td>Data real-time dari Bing<\/td>\n<\/tr>\n<tr>\n<td><strong>Yandex Rank<\/strong><\/td>\n<td>Yandex Webmaster API<\/td>\n<td>Data real-time dari Yandex<\/td>\n<\/tr>\n<tr>\n<td><strong>Perbandingan<\/strong><\/td>\n<td>Ketiga API<\/td>\n<td>Tabel perbandingan posisi di 3 search engine<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<hr class=\"my-4\">\n<h2 class=\"h4 text-primary mb-3\">\ud83d\udccb Sebelum Buka Chat Baru<\/h2>\n<p><strong>Siapkan informasi ini untuk chat baru:<\/strong><\/p>\n<ol>\n<li><strong>Bing API Key<\/strong> (dari Bing Webmaster Tools)<\/li>\n<li><strong>Yandex Client ID &#038; Client Secret<\/strong> (dari Yandex OAuth)<\/li>\n<li><strong>Domain yang sudah diverifikasi<\/strong> di ketiga platform (contoh: <code>me.dwiyanti.com<\/code>, <code>dwiyanti.com<\/code>)<\/li>\n<\/ol>\n<h2 class=\"h4 text-primary mt-4 mb-3\">\ud83d\udcac Buka Chat Baru dengan Judul:<\/h2>\n<p class=\"fw-bold p-3 bg-light border text-center text-dark\">&#8220;Lanjutan SEO Tools &#8211; Multi Search Engine Rank Tracker (Google + Bing + Yandex)&#8221;<\/p>\n<p><strong>Cantumkan di chat baru:<\/strong><\/p>\n<ul>\n<li>Bing API Key<\/li>\n<li>Yandex Client ID &#038; Secret<\/li>\n<li>Daftar domain yang sudah diverifikasi<\/li>\n<\/ul>\n<p>Saya akan buatkan:<\/p>\n<ol>\n<li>File <code>api\/multi-engine-rank.php<\/code> (backend)<\/li>\n<li>Update <code>index.php<\/code> (tambahan tab baru)<\/li>\n<li>Panduan testing<\/li>\n<\/ol>\n<h2 class=\"h4 text-danger mt-4 mb-3\">\u26a0\ufe0f Catatan Penting<\/h2>\n<div class=\"table-responsive\">\n<table class=\"table table-bordered\">\n<thead>\n<tr class=\"table-secondary\">\n<th>Platform<\/th>\n<th>Tipe Data<\/th>\n<th>Keterangan<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Google (GSC)<\/strong><\/td>\n<td>Historis (28 hari)<\/td>\n<td>Bukan real-time, tapi akurat<\/td>\n<\/tr>\n<tr>\n<td><strong>Bing API<\/strong><\/td>\n<td>Real-time<\/td>\n<td>Data posisi saat ini<\/td>\n<\/tr>\n<tr>\n<td><strong>Yandex API<\/strong><\/td>\n<td>Real-time<\/td>\n<td>Data posisi saat ini<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p class=\"small\">Perbedaan ini akan kami jelaskan di tampilan tools agar tidak membingungkan pengguna.<\/p>\n<div class=\"alert alert-success mt-4\">\n            <strong>Silakan buka chat baru dengan informasi di atas. Saya tunggu!<\/strong> \ud83d\ude80\n        <\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udccb Panduan Mengambil API Key (Step by Step) \ud83d\udd35 1. BING WEBMASTER TOOLS API Cara termudah: Menggunakan API Key (OAuth 2.0 lebih rumit, ada isu token refresh) Langkah Tindakan Keterangan 1 Login ke Bing Webmaster Tools Gunakan akun Microsoft Anda 2 Klik Settings (ikon gear) di kanan atas Menu pengaturan utama 3 Pilih API Access [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-32","post","type-post","status-publish","format-standard","hentry","category-tutorial"],"_links":{"self":[{"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/posts\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":3,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/posts\/32\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/posts\/32\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/media?parent=32"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/categories?post=32"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tools.dwiyanti.com\/blog\/wp-json\/wp\/v2\/tags?post=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}