{"id":87746,"date":"2025-09-24T12:58:41","date_gmt":"2025-09-24T07:28:41","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=87746"},"modified":"2026-03-16T16:50:29","modified_gmt":"2026-03-16T11:20:29","slug":"api-developer-salary-in-india","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/api-developer-salary-in-india\/","title":{"rendered":"API Developer Salary in India: Everything You Need to Know"},"content":{"rendered":"\n<p>Have you ever wondered how much data is being stored in massive data centers or in cloud servers? Now we are living in an era where it has become almost impossible to quantify data. Think of it like the Universe, which doesn&#8217;t have any fixed area or boundary; in fact, it is ever-expanding. Similarly, data is generated and consumed regularly, and it keeps growing every second.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>Through these data or information, the entire IT (information technology) ecosystem runs smoothly. But how do the different elements existing in this vast virtual web interact with each other? The answer lies in the Application Programming Interfaces (API). APIs are the medium via which various applications and software systems communicate with each other safely and securely.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>Without APIs, the apps and websites that we use for our routine activities would become technically stagnant and isolated, because APIs are the keys that unlock the path for data flows between different applications.&nbsp;&nbsp;<\/p>\n\n\n\n<p>And due to the essentiality of APIs, big tech giants and fast-paced Indian startups are always actively engaged in hiring API Developers. In the field of development, API development is one of the most challenging yet most prosperous software jobs in India. So, to lay the focus on this scenario, let&#8217;s begin our discussion by first understanding API Development.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is API Development and Its Working Mechanism?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-1200x630.png\" alt=\"\" class=\"wp-image-90106\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Development-Process-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>API development is the comprehensive process of building and managing APIs to ensure software applications are linked with each other and exchange valuable and sensitive business data at the optimum speed and reliability.&nbsp;&nbsp;<\/p>\n\n\n\n<ul>\n<li>The development cycle starts with requirement analysis and building <a href=\"https:\/\/www.guvi.in\/blog\/api-response-structure-best-practices\/\" target=\"_blank\" rel=\"noreferrer noopener\">API structure <\/a>( that includes endpoints <strong>(URLs),<\/strong> request types <strong>GET, POST, PUT, DELETE,<\/strong> and data formats like <strong>JSON, XML<\/strong>).<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Then, after laying the foundation for the development environment, the actual code execution begins to handle users&#8217; requests, process data, and efficiently fetch information.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Unit, integration, and security testing are then applied to check the capacity of the API to handle heavy online traffic concentration and how robust it is in defending the systems and applications from unauthorized access.&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Developers also maintain proper detailed documentation on how to use the API because excellent API documentation is very crucial for usability and in minimizing technical support tickets.&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>After completing every core development checklist, the final stage involves deploying the APIs onto production servers or cloud platforms.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>API Development Skills<\/strong><\/h3>\n\n\n\n<ul>\n<li>Strong knowledge of programming languages like <a href=\"https:\/\/www.guvi.in\/hub\/python\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Python<\/strong><\/a><strong>, <\/strong><a href=\"https:\/\/www.guvi.in\/hub\/javascript\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>JavaScript<\/strong><\/a><strong>, <\/strong><a href=\"https:\/\/www.guvi.in\/courses\/web-development\/nodejs?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=API+Developer+Salary+in+India%3A+Everything+You+Need+to+Know\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Node.js<\/strong><\/a><strong>, or <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/is-golang-easy-to-learn\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go<\/strong><\/a> for building APIs.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Understanding of <strong>REST, SOAP, <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/what-is-graphql\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>GraphQL<\/strong><\/a>, and how APIs communicate over the web.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Familiarity with <strong>databases<\/strong> <a href=\"https:\/\/www.guvi.in\/blog\/nosql-vs-sql\/\" target=\"_blank\" rel=\"noreferrer noopener\">(SQL, NoSQL)<\/a> to fetch and manage data efficiently.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Knowledge of <strong>authentication, security, and encryption<\/strong> to protect data.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Ability to write <strong>clear documentation<\/strong> and design APIs that are easy for other developers to use.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Responsibility of an API Developer<\/strong><\/h3>\n\n\n\n<ul>\n<li>Design and build APIs that allow software systems to communicate effectively.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Ensure APIs are <strong>secure, fast, and reliable<\/strong>, handling errors gracefully.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Maintain and update APIs, fixing bugs and improving performance over time.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Create and maintain <strong>documentation<\/strong> so other developers can understand and use the API.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Collaborate with teams (frontend, backend, <a href=\"https:\/\/www.guvi.in\/blog\/a-complete-devops-career-roadmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">DevOps<\/a>) to integrate APIs into applications seamlessly.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li>Based on these skills and responsibilities, as well as the experience level, the salary of an API Developer in India is determined.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>API Developer Salary in India<\/strong><\/h2>\n\n\n\n<p>After observing the software job market in India, the salary of API developers mainly varies in two categories: the first one is <strong>Experience<\/strong>, and the second is<strong> Location<\/strong>. Let&#8217;s take a look at an overview of these two categories.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Salary by Experience Level<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-1200x630.png\" alt=\"\" class=\"wp-image-90257\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-requirements-by-Experience-Level-1-1-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<ul>\n<li><strong>Entry-Level API Developers:<\/strong> Freshers or developers with less than 2 years of experience can expect monthly salaries ranging from \u20b930k to \u20b975k, translating to an annual package of \u20b93.6\u20139 LPA. At this stage, developers typically focus on learning API design, integration, and testing, while gaining hands-on experience with tools like <a href=\"https:\/\/www.guvi.in\/blog\/how-to-use-a-postman-tool\/\" target=\"_blank\" rel=\"noreferrer noopener\">Postman<\/a>, Swagger, and RESTful frameworks.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Mid-Level API Developers:<\/strong> Professionals with 2\u20135 years of experience earn between \u20b983k and \u20b91.5L per month, equivalent to \u20b910\u201318 LPA annually. Mid-level developers are expected to handle more complex API development, ensure security and scalability, work on microservices architecture, and may start mentoring junior developers.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Senior-Level API Developers:<\/strong> Experienced and senior professionals with 5+ years of experience can command salaries from \u20b91.25L to \u20b92.08L per month, or \u20b915\u201325 LPA yearly. Senior developers often lead API strategy, optimize performance, manage API lifecycle, and coordinate with cross-functional teams to ensure seamless <a href=\"https:\/\/www.guvi.in\/blog\/guide-on-backend-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">backend<\/a> integration.<\/li>\n<\/ul>\n\n\n\n<p>(<strong> Source:<\/strong> <a href=\"https:\/\/www.glassdoor.co.in\/Salaries\/api-developer-salary-SRCH_KO0%2C13.htm\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Glassdoor<\/a> )<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Salary Based on Location<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-1200x630.png\" alt=\"\" class=\"wp-image-90411\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-1200x630.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-300x158.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-768x403.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-1536x806.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-2048x1075.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/10\/API-Developer-Salary-by-City-2025-2-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<ul>\n<li><strong>Bengaluru:<\/strong> API developers in Bengaluru enjoy the highest salary range, with monthly pay between \u20b91.2L\u2013\u20b92.17L (\u20b914.4L\u2013\u20b926L per annum), making it the top choice for professionals seeking lucrative opportunities in tech hubs.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Pune:<\/strong> Pune provides a good mix of established IT firms and multinational companies, with salaries ranging from \u20b960k\u2013 \u20b9 1.74 lakh per month (\u20b9 7.2 lakh to \u20b9 20.88 lakh per annum), making it suitable for both growth and work-life balance.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Hyderabad:<\/strong> Hyderabad\u2019s salary range of \u20b970k\u2013\u20b91.5 lakh per month (\u20b98.4 lakh\u2013\u20b918 lakh per annum) reflects the city\u2019s expanding tech ecosystem, with global giants like Microsoft, Google, and Amazon offering competitive packages.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Mumbai:<\/strong> Mumbai provides opportunities in financial technology and consulting sectors, with monthly salaries ranging from \u20b950k\u2013\u20b91.5L (\u20b96L\u2013\u20b918L per annum), attracting developers who prefer working with finance-focused companies and multinational consultancies.<\/li>\n<\/ul>\n\n\n\n<p>(<strong> Source:<\/strong> <a href=\"https:\/\/www.glassdoor.co.in\/Salaries\/api-developer-salary-SRCH_KO0%2C13.htm\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Glassdoor<\/a>,&nbsp; <a href=\"https:\/\/www.upgrad.com\/blog\/api-developer-salary\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">UpGrad<\/a> )<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>API Developer vs. Software Developer Salary in India and Their Earning Potential<\/strong><\/h2>\n\n\n\n<p>In India, the software industry is very diverse, and there are many factors ( like experience, technical skills, location, type of tech role, kind of projects one has been deployed, and the type of companies one has worked for) that influence the salary of a professional. However, regarding this section, it is the job role that we are considering as the deciding factor.<\/p>\n\n\n\n<p><strong>API developers<\/strong>, whose area of specialization is in designing, building, and maintaining APIs for business organizations, often start their career with a slightly lower entry-level remuneration compared to the majority of fresher software developer jobs. But that doesn&#8217;t mean they are not leading towards a lucrative tech career path. The demand for API Developers is increasing steadily as they play an integral role in developing an integrated platform, delivering cloud services, and designing microservice architectures.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>On the other hand, <a href=\"https:\/\/www.guvi.in\/blog\/how-to-become-a-software-developer\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Software Developers<\/strong><\/a>, who primarily invest their time and effort in developing <a href=\"https:\/\/www.guvi.in\/blog\/what-is-frontend-development\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>front-end<\/strong><\/a><strong>, <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/backend-development-roadmap\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>back-end<\/strong><\/a><strong>, and <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/full-stack-development-project-ideas\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>full-stack projects<\/strong><\/a> and applications, have a wider operating area as they have the responsibilities to build end-to-end software products, due to which, in most cases, they generally start with a high base salary compared to API Developers. But when it comes to long-term earnings, it purely depends on the quality and complexity of projects they are building, or what type of features and functionalities are developed by them.<\/p>\n\n\n\n<p>Ultimately, mastering in-demand skills can make both API and software development gratifying careers in India, with the potential to earn \u20b925\u202fLPA or more.<\/p>\n\n\n\n<p>Build a successful and highly rewarding career by enrolling in HCL GUVI&#8217;s IITM Pravartak &amp; MongoDB certified<a href=\"https:\/\/www.guvi.in\/zen-class\/ai-software-development-course\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=API+Developer+Salary+in+India%3A+Everything+You+Need+to+Know\" target=\"_blank\" rel=\"noreferrer noopener\"> AI Software Development course<\/a>, where you master software development &amp; Gen AI, along with all the key areas, without any distractions. To upskill yourself further and lay a robust foundation in API, you can also join HCL GUVI&#8217;s<a href=\"https:\/\/www.guvi.in\/courses\/courses\/web-development\/rest-api\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=API+Developer+Salary+in+India%3A+Everything+You+Need+to+Know\" target=\"_blank\" rel=\"noreferrer noopener\"> REST API Development course<\/a>, where you can understand the intricacies of HTTP requests, learn how to perform <a href=\"https:\/\/www.guvi.in\/blog\/crud-operations-on-binary-trees-using-python\/\" target=\"_blank\" rel=\"noreferrer noopener\">CRUD operations<\/a> with non-sequential databases, and also build proficiency in creating backend server programs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>In conclusion, API Developers are no longer the sidekicks in developing real-world applications and projects; they have already started becoming part of the core development unit for enhancing the overall development quality. In India, API developers have the opportunity to enjoy strong salary growth, with earning potential ranging from \u20b93.6 LPA at the entry level to over \u20b925 LPA for experienced professionals. As the technological landscape is constantly evolving, the demand for competent API developers is also rising, making it one of the future-proof career options for aspiring software engineers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1758688610707\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is the average salary for an API Developer in India?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Based on the current market trend, the average base salary of an API developer in India ranges between \u20b95,00,000 per annum to \u20b913,00,000 per annum.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1758688628825\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Which city pays the highest salary range to API Developers in India?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Among all tech hubs in India, Bengaluru offers the highest salary range, ranging from \u20b914.4 lakh to \u20b926 lakh per annum.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1758688643049\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Do API developers in India earn less salary than the software developers?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>It depends on their experience level. If we have to consider the entry-level salary, then the answer is yes. But as they gain expertise over the years and gain advanced technical skills, it is sometimes higher than that of many software development roles.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1758688661783\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><br><strong>What are the most determining factors that influence the salary of API developers in India?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The most determining factors that influence the API developers&#8217; salary in India are: experience level, location, quality of projects attached to the portfolio, proven track record of implementing the latest tools and technologies, previous company&#8217;s brand value, etc.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1758688679171\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is opting for API Development a pragmatic career choice an individual can make?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, the growing demand for APIs in cloud, mobile apps, fintech, and SaaS industries makes API development one of the most future-proof and high-paying tech careers.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Have you ever wondered how much data is being stored in massive data centers or in cloud servers? Now we are living in an era where it has become almost impossible to quantify data. Think of it like the Universe, which doesn&#8217;t have any fixed area or boundary; in fact, it is ever-expanding. Similarly, data [&hellip;]<\/p>\n","protected":false},"author":64,"featured_media":90112,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,959],"tags":[],"views":"3482","authorinfo":{"name":"Abhishek Pati","url":"https:\/\/www.guvi.in\/blog\/author\/abhishek-pati\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/09\/API-Developer-Salary-in-India-Everything-You-Need-to-Know-1-300x116.png","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2025\/09\/API-Developer-Salary-in-India-Everything-You-Need-to-Know-1.png","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/87746"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/64"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=87746"}],"version-history":[{"count":9,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/87746\/revisions"}],"predecessor-version":[{"id":90412,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/87746\/revisions\/90412"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/90112"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=87746"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=87746"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=87746"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}