{"id":2766,"date":"2022-07-12T13:06:27","date_gmt":"2022-07-12T13:06:27","guid":{"rendered":"https:\/\/www.reloadly.com\/blog\/?p=2766"},"modified":"2022-08-22T10:35:39","modified_gmt":"2022-08-22T10:35:39","slug":"how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly","status":"publish","type":"post","link":"https:\/\/reloadly.com\/blog\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/","title":{"rendered":"How to detect discounts for your mobile number\u2019s operator using Reloadly"},"content":{"rendered":"\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>When making a top-up, you can access discounts for your mobile number based on your operator. In this guide, you will learn how to detect if discounts exist for your mobile number or the number you want to make a top-up for.<\/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<\/li><li>Types of discounts<\/li><li>Getting the discount details of your mobile number<\/li><\/ul>\n\n\n\n<p><em>You can get your access token by following the steps in this <\/em><a href=\"https:\/\/developers.reloadly.com\/airtime\/quickstart\" target=\"_blank\" rel=\"noreferrer noopener\"><em>quickstart<\/em><\/a><em>.<\/em><\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Types of discounts<\/h3>\n\n\n\n<p><strong>Local discounts<\/strong>: These discounts are applicable to top-ups made to a mobile number that is registered in the same country of origin as your Reloadly account. For example, if your account\u2019s country is Spain and you want to make a top-up to a mobile number registered in Spain &#8211; only local discounts will apply to that mobile number.<\/p>\n\n\n\n<p><strong>International discounts<\/strong>: These are discounts applied when you are making a top-up to a mobile number registered in any country besides the country your account is registered in. For example, if your account\u2019s country is Ghana and you want to make a top-up to a mobile number registered in Colombia, international discounts will apply to that mobile number.<\/p>\n\n\n\n<p><em>Note that international discounts cannot be applied to local numbers and vice versa.<\/em><\/p>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Getting the discount details of your mobile number<\/h3>\n\n\n\n<div style=\"height:41px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Suppose you are located in Cape Verde and you want to identify if discounts exist for your local mobile number 2389321930. Using your mobile number and Cape Verde\u2019s ISO code, you can make a request to <a href=\"https:\/\/docs.reloadly.com\/airtime\/tag\/Operators#operation\/airtime\/auto-detect-an-operator\" target=\"_blank\" rel=\"noreferrer noopener\">an endpoint that automatically detects operator<\/a><a href=\"https:\/\/docs.reloadly.com\/tag\/Airtime#operation\/airtime\/auto-detect-an-operator\">s<\/a>. The cURL code sample below shows how this can be achieved<\/p>\n\n\n\n<div style=\"height:44px\" 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-sandbox.reloadly.com\/operators\/auto-detect\/phone\/2389321930\/countries\/CV' \\\n  -H 'Authorization: Bearer &lt;YOUR_TOKEN_HERE&gt;'\n<\/code><\/pre>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If the above request was successful, you should get the following response:<\/p>\n\n\n\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"id\": 943,\n  \"operatorId\": 943,\n  \"name\": \"Unitel Cape Verde\",\n  \"bundle\": false,\n  \"data\": false,\n  \"pin\": false,\n  \"supportsLocalAmounts\": true,\n  \"supportsGeographicalRechargePlans\": false,\n  \"denominationType\": \"RANGE\",\n  \"senderCurrencyCode\": \"CVE\",\n  \"senderCurrencySymbol\": \"CV$\",\n  \"destinationCurrencyCode\": \"CVE\",\n  \"destinationCurrencySymbol\": \"CV$\",\n  \"commission\": 6,\n  \"internationalDiscount\": 6,\n  \"localDiscount\": 3,\n  \"mostPopularAmount\": 6240,\n  \"mostPopularLocalAmount\": null,\n  \"minAmount\": 249.61,\n  \"maxAmount\": 454668,\n  \"localMinAmount\": 50,\n  \"localMaxAmount\": 100000,\n  \"country\": {\n    \"isoName\": \"CV\",\n    \"name\": \"Cape Verde\"\n  },\n  \"fx\": {\n    \"rate\": 1,\n    \"currencyCode\": \"CVE\"\n  },\n  \"logoUrls\": &#091;\n    \"https:\/\/s3.amazonaws.com\/rld-operator\/f375d995-f33f-4b6a-bd44-b080e5390dd1-size-3.png\",\n    \"https:\/\/s3.amazonaws.com\/rld-operator\/f375d995-f33f-4b6a-bd44-b080e5390dd1-size-2.png\",\n    \"https:\/\/s3.amazonaws.com\/rld-operator\/f375d995-f33f-4b6a-bd44-b080e5390dd1-size-1.png\"\n  ],\n  \"fixedAmounts\": &#091;],\n  \"fixedAmountsDescriptions\": {},\n  \"localFixedAmounts\": &#091;],\n  \"localFixedAmountsDescriptions\": {},\n  \"suggestedAmounts\": &#091;\n    416,\n    2080,\n    4160\n  ],\n  \"suggestedAmountsMap\": {},\n  \"geographicalRechargePlans\": &#091;],\n  \"promotions\": &#091;],\n  \"status\": \"ACTIVE\"\n}\n<\/code><\/pre>\n\n\n\n<div style=\"height:41px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The response above shows you every detail you need to know about your mobile number\u2019s operator. Let\u2019s highlight a few key details<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>  \"operatorId\": 943,\n  \"name\": \"Unitel Cape Verde\",\n  \"internationalDiscount\": 6,\n  \"localDiscount\": 3\n<\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The <code>localDiscount<\/code> property shows that for every top-up you send to your local Unitel Cape Verde mobile number, a discount of 3% will be applied.<\/p>\n\n\n\n<div style=\"height:42px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\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 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 identify discounts(commissions) related to your mobile number when making a top-up. 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":2756,"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,395,314,394,199],"ppma_author":[359],"class_list":["post-2766","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-blog","tag-airtime","tag-commissions","tag-developers","tag-discounts","tag-top-ups"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to detect discounts for your mobile number\u2019s operator using Reloadly - 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-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to detect discounts for your mobile number\u2019s operator using Reloadly - 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-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/\" \/>\n<meta property=\"og:site_name\" content=\"Reloadly Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-12T13:06:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-22T10:35:39+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/54.167.47.128\/wp-content\/uploads\/2022\/07\/cover-image-blogs.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=\"2 minutes\" \/>\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-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/\"},\"author\":{\"name\":\"Raphael Ugwu\",\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#\\\/schema\\\/person\\\/18eaaac484ba8d8f4d59940e923f4954\"},\"headline\":\"How to detect discounts for your mobile number\u2019s operator using Reloadly\",\"datePublished\":\"2022-07-12T13:06:27+00:00\",\"dateModified\":\"2022-08-22T10:35:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/\"},\"wordCount\":356,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"keywords\":[\"airtime\",\"commissions\",\"developers\",\"discounts\",\"top-ups\"],\"articleSection\":[\"Developer Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/\",\"url\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/\",\"name\":\"How to detect discounts for your mobile number\u2019s operator using Reloadly - Reloadly Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"datePublished\":\"2022-07-12T13:06:27+00:00\",\"dateModified\":\"2022-08-22T10:35:39+00:00\",\"description\":\"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"contentUrl\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/cover-image-blogs.png\",\"width\":641,\"height\":334},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/54.167.47.128\\\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.reloadly.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to detect discounts for your mobile number\u2019s operator using Reloadly\"}]},{\"@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 detect discounts for your mobile number\u2019s operator using Reloadly - 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-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/","og_locale":"en_US","og_type":"article","og_title":"How to detect discounts for your mobile number\u2019s operator using Reloadly - 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-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/","og_site_name":"Reloadly Blog","article_published_time":"2022-07-12T13:06:27+00:00","article_modified_time":"2022-08-22T10:35:39+00:00","og_image":[{"width":641,"height":334,"url":"http:\/\/54.167.47.128\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","type":"image\/png"}],"author":"Raphael Ugwu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Raphael Ugwu","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#article","isPartOf":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/"},"author":{"name":"Raphael Ugwu","@id":"https:\/\/www.reloadly.com\/blog\/#\/schema\/person\/18eaaac484ba8d8f4d59940e923f4954"},"headline":"How to detect discounts for your mobile number\u2019s operator using Reloadly","datePublished":"2022-07-12T13:06:27+00:00","dateModified":"2022-08-22T10:35:39+00:00","mainEntityOfPage":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/"},"wordCount":356,"commentCount":0,"publisher":{"@id":"https:\/\/www.reloadly.com\/blog\/#organization"},"image":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","keywords":["airtime","commissions","developers","discounts","top-ups"],"articleSection":["Developer Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/","url":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/","name":"How to detect discounts for your mobile number\u2019s operator using Reloadly - Reloadly Blog","isPartOf":{"@id":"https:\/\/www.reloadly.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#primaryimage"},"image":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","datePublished":"2022-07-12T13:06:27+00:00","dateModified":"2022-08-22T10:35:39+00:00","description":"Reloadly Resources. Insights, Info and Analysis For The Mobile Airtime API Community","breadcrumb":{"@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#primaryimage","url":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","contentUrl":"https:\/\/www.reloadly.com\/blog\/wp-content\/uploads\/2022\/07\/cover-image-blogs.png","width":641,"height":334},{"@type":"BreadcrumbList","@id":"https:\/\/54.167.47.128\/how-to-detect-discounts-for-your-mobile-numbers-operator-using-reloadly\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.reloadly.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to detect discounts for your mobile number\u2019s operator using Reloadly"}]},{"@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\/07\/cover-image-blogs.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\/2766","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=2766"}],"version-history":[{"count":5,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2766\/revisions"}],"predecessor-version":[{"id":3454,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/posts\/2766\/revisions\/3454"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media\/2756"}],"wp:attachment":[{"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/media?parent=2766"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/categories?post=2766"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/tags?post=2766"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/reloadly.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=2766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}