{"id":2754,"date":"2022-07-11T16:46:05","date_gmt":"2022-07-11T16:46:05","guid":{"rendered":"https:\/\/www.reloadly.com\/blog\/?p=2754"},"modified":"2022-10-04T12:15:00","modified_gmt":"2022-10-04T12:15:00","slug":"how-to-check-your-wallet-balance-with-reloadlys-api","status":"publish","type":"post","link":"https:\/\/reloadly.com\/blog\/how-to-check-your-wallet-balance-with-reloadlys-api\/","title":{"rendered":"How to check your wallet balance with Reloadly&#8217;s Airtime API"},"content":{"rendered":"\n<p>When working with Reloadly\u2019s Airtime API, your application makes top-ups, from your wallet balance. This creates the need to keep an eye on your balance in real time.<\/p>\n\n\n\n<p>That\u2019s what this guide is about &#8211; how to embed an API request in any of your airtime applications that shows you the data of your wallet\u2019s balance in real time. This can be useful in making key decisions such as how periodically you will recharge your wallet.<\/p>\n\n\n\n<p>The objective of this guide can be achieved with the following steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Getting your access token from the Airtime authentication service<\/li><li>Make the request for the wallet balance<\/li><\/ul>\n\n\n\n<p>You can get your access token by following the steps in this <a href=\"https:\/\/docs.reloadly.com\/airtime\/Authentication\/Create-Access-Token\" target=\"_blank\" rel=\"noreferrer noopener\">quickstart<\/a>. The cURL code sample below specifies how you can then use your access token to make a request to check your wallet balance.<\/p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -i -X GET \\\n  https:\/\/topups.reloadly.com\/accounts\/balance \\\n  -H 'Authorization: Bearer &lt;YOUR_TOKEN_HERE&gt;'\n<\/code><\/pre>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If your request is successful, you should receive a response similar to the following<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"balance\": 5000,\n  \"currencyCode\": \"USD\",\n  \"currencyName\": \"US Dollar\",\n  \"updatedAt\": \"2021-12-04 08:45:51\"\n}\n<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This response can be made functional in a number of ways. For instance, you can create an alert to occur when a particular threshold is crossed in the value of the balance property.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Resources<\/h3>\n\n\n\n<p><a href=\"https:\/\/docs.reloadly.com\/airtime\" target=\"_blank\" rel=\"noreferrer noopener\">Reloadly Airtime<\/a><a rel=\"noreferrer noopener\" href=\"https:\/\/docs.reloadly.com\/airtime\/\" target=\"_blank\"> <\/a><a href=\"https:\/\/docs.reloadly.com\/airtime\" target=\"_blank\" rel=\"noreferrer noopener\">API<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/developers.reloadly.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Reloadly Developer Documentation<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to check your wallet balance in real time by making API calls within your application. This guide was written with code samples in test mode. Code samples in responses may be abbreviated.<\/p>\n","protected":false},"author":17,"featured_media":2671,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[274],"tags":[11,314,275,390],"ppma_author":[359],"class_list":["post-2754","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-blog","tag-airtime","tag-developers","tag-reloadly","tag-wallet"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to check your wallet balance with Reloadly&#039;s Airtime API - Reloadly Blog<\/title>\n<meta name=\"description\" content=\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check your wallet balance with Reloadly&#039;s Airtime API - Reloadly Blog\" \/>\n<meta property=\"og:description\" content=\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\" \/>\n<meta property=\"og:url\" content=\"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Reloadly Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-11T16:46:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-04T12:15:00+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/54.167.47.128\/wp-content\/uploads\/2022\/04\/blog-image53-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"641\" \/>\n\t<meta property=\"og:image:height\" content=\"334\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Raphael Ugwu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Raphael Ugwu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/\"},\"author\":{\"name\":\"Raphael Ugwu\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#\\\/schema\\\/person\\\/18eaaac484ba8d8f4d59940e923f4954\"},\"headline\":\"How to check your wallet balance with Reloadly&#8217;s Airtime API\",\"datePublished\":\"2022-07-11T16:46:05+00:00\",\"dateModified\":\"2022-10-04T12:15:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/\"},\"wordCount\":208,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/blog-image53-01.png\",\"keywords\":[\"airtime\",\"developers\",\"reloadly\",\"wallet\"],\"articleSection\":[\"Developer Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/\",\"url\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/\",\"name\":\"How to check your wallet balance with Reloadly's Airtime API - Reloadly Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/blog-image53-01.png\",\"datePublished\":\"2022-07-11T16:46:05+00:00\",\"dateModified\":\"2022-10-04T12:15:00+00:00\",\"description\":\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/blog-image53-01.png\",\"contentUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/blog-image53-01.png\",\"width\":641,\"height\":334},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-check-your-wallet-balance-with-reloadlys-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check your wallet balance with Reloadly&#8217;s Airtime API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/\",\"name\":\"Reloadly Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#organization\",\"name\":\"Reloadly\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/logo-1.svg\",\"contentUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/logo-1.svg\",\"width\":100,\"height\":100,\"caption\":\"Reloadly\"},\"image\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#\\\/schema\\\/person\\\/18eaaac484ba8d8f4d59940e923f4954\",\"name\":\"Raphael Ugwu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g64f921045402e9b44a3fe0f4c884aa1f\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g\",\"caption\":\"Raphael Ugwu\"},\"url\":\"https:\\\/\\\/reloadly.com\\\/blog\\\/author\\\/fullstackmafia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to check your wallet balance with Reloadly's Airtime API - Reloadly Blog","description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","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:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/","og_locale":"en_US","og_type":"article","og_title":"How to check your wallet balance with Reloadly's Airtime API - Reloadly Blog","og_description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","og_url":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/","og_site_name":"Reloadly Blog","article_published_time":"2022-07-11T16:46:05+00:00","article_modified_time":"2022-10-04T12:15:00+00:00","og_image":[{"width":641,"height":334,"url":"http:\/\/54.167.47.128\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","type":"image\/png"}],"author":"Raphael Ugwu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Raphael Ugwu","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#article","isPartOf":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/"},"author":{"name":"Raphael Ugwu","@id":"https:\/\/www.reloadly.com\/blog\/#\/schema\/person\/18eaaac484ba8d8f4d59940e923f4954"},"headline":"How to check your wallet balance with Reloadly&#8217;s Airtime API","datePublished":"2022-07-11T16:46:05+00:00","dateModified":"2022-10-04T12:15:00+00:00","mainEntityOfPage":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/"},"wordCount":208,"commentCount":0,"publisher":{"@id":"https:\/\/www.reloadly.com\/blog\/#organization"},"image":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","keywords":["airtime","developers","reloadly","wallet"],"articleSection":["Developer Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/","url":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/","name":"How to check your wallet balance with Reloadly's Airtime API - Reloadly Blog","isPartOf":{"@id":"https:\/\/www.reloadly.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#primaryimage"},"image":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","datePublished":"2022-07-11T16:46:05+00:00","dateModified":"2022-10-04T12:15:00+00:00","description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","breadcrumb":{"@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#primaryimage","url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","contentUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","width":641,"height":334},{"@type":"BreadcrumbList","@id":"https:\/\/54.167.47.128\/how-to-check-your-wallet-balance-with-reloadlys-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.reloadly.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to check your wallet balance with Reloadly&#8217;s Airtime API"}]},{"@type":"WebSite","@id":"https:\/\/www.reloadly.com\/blog\/#website","url":"https:\/\/www.reloadly.com\/blog\/","name":"Reloadly Blog","description":"","publisher":{"@id":"https:\/\/www.reloadly.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reloadly.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.reloadly.com\/blog\/#organization","name":"Reloadly","url":"https:\/\/www.reloadly.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.reloadly.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2020\/11\/logo-1.svg","contentUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2020\/11\/logo-1.svg","width":100,"height":100,"caption":"Reloadly"},"image":{"@id":"https:\/\/www.reloadly.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.reloadly.com\/blog\/#\/schema\/person\/18eaaac484ba8d8f4d59940e923f4954","name":"Raphael Ugwu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g64f921045402e9b44a3fe0f4c884aa1f","url":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","caption":"Raphael Ugwu"},"url":"https:\/\/reloadly.com\/blog\/author\/fullstackmafia\/"}]}},"jetpack_featured_media_url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/04\/blog-image53-01.png","authors":[{"term_id":359,"user_id":17,"is_guest":0,"slug":"fullstackmafia","display_name":"Raphael Ugwu","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/c590dfe6cf705fd18b8c2f919ecfbb1ace8dcd6bb7f5712363f76bb4c55b6000?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/comments?post=2754"}],"version-history":[{"count":7,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2754\/revisions"}],"predecessor-version":[{"id":3599,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2754\/revisions\/3599"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media\/2671"}],"wp:attachment":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media?parent=2754"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/categories?post=2754"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/tags?post=2754"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=2754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}