{"id":436,"date":"2023-06-20T12:27:41","date_gmt":"2023-06-20T12:27:41","guid":{"rendered":"https:\/\/www.devopsfreelancer.com\/blog\/?p=436"},"modified":"2023-06-20T12:27:42","modified_gmt":"2023-06-20T12:27:42","slug":"how-to-use-multiple-api-in-ajax-jquery-http-requests","status":"publish","type":"post","link":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/","title":{"rendered":"How to use multiple Api in Ajax JQuery HTTP requests ?"},"content":{"rendered":"\n<p>In this tutorial im going to solve how to use multiple api HTTP request in one ajax success functions.<\/p>\n\n\n\n<p>Solution:- <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$(document).on('click', '.verification_token', function() {\n    console.log('working edit button');\n    $('#name_form').show();\n    var id = $(this).attr('id');\n    $('#form_result').html('');\n\n$.ajax({\n    type: \"GET\",\n    data: {},\n    url: \"{{ url('\/api\/v1\/j\/webaccess\/edit\/') }}\/\" + id,\n    headers: {\n        \"Authorization\": \"Bearer \" + localStorage.getItem('a_u_a_b_t')\n    },\n    success: function(html) {\n        console.log('value aa gaya edit ke page pe 1');\n        console.log(html);\n        var task = html.data.type_of_task;\n        var emails = html.data.email_address;\n        console.log(\"task yehi hai 1\");\n        console.log(task);\n        console.log('email address me kya aa rha hai' + emails);\n        var pwd = html.data.password;\n    if (emails === null) {\n        console.log('empty task me in kr gye hai');\n        \/\/ Call another route or perform desired actions\n        $.ajax({\n            type: \"GET\",\n            data: {},\n            url: \"{{ url('\/api\/v1\/j\/webaccess\/bulkedit\/') }}\" + id,\n            headers: {\n                \"Authorization\": \"Bearer \" + localStorage.getItem(\n                    'a_u_a_b_t')\n            },\n            success: function(data) {\n                console.log(\n                    'success bulk wala me in kr gye hai' +\n                    data);\n                \/\/ $('#myformModal_bulk').modal('show');\n                $('#mywebsite_id').val(html.data.website);\n                $('#tasktype_getting').val(html.data.website);\n                console.log('website me kya aa rh hai' + html\n                    .data.website);\n                $('#uploadtoken_bulk').html(html.data\n                    .token_engineer);\n                console.log('upload token me kya aa rha hai' +\n                    html.data.token_engineer);\n                console.log(\n                    'check kro token id me kya aa rha hai' +\n                    html.data.tokenid);\n                $('.modal-title-bulk').text(\"Bulk key\");\n                $('.modal-title_delete').text(\"Assets Delete\");\n                \/\/ $('#action_button').val(\"Update\");\n                \/\/ $('#action_button_bulk').val(\"Update\");\n                $('#mytoken_engineer_bulk').val(html.data\n                    .token_engineer);\n                $('#myid_bulk').val(html.data.id);\n                $('#mytokenid_bulk').val(html.data.tokenid);\n                console.log('id mera hai' + html.data.id);\n                \/\/ $('#action_bulk').val(\"Update\");\n                $('#action_button_bulk').val(\"Update\");\n                $('#action_bulk').val(\"Update\");\n                $('#profile_hidden_id_bulk').val(id);\n                $('#hidden_id_bulk').val(id);\n                $('#myformModal_bulk').modal('show');\n                \/\/ $('#myformModal').modal('show');\n\n            },\n            error: function(xhr, status, error) {\n                \/\/ $('#addProfileModal').modal('show');\n\n                console.log(\n                    'bulk wala me error me in kr gye hai');\n            }\n        });\n    } else if (pwd === null) {\n        console.log('password me in kr gye hai' + pwd);\n        $('#staticBackdrop').modal('show');\n    } else {\n        $('#mytype_of_task').val(html.data.type_of_task);\n        $('#mywebsite').val(html.data.website);\n        $('#myemail_address').val(html.data.email_address);\n        $('#myproject_manager').val(html.data.maintenance_engineer);\n        $('#mypassword').val(html.data.password);\n        $('#myuser_name').val(html.data.user_name);\n        $('#mywizard_project_name').val(html.data.wizard_project_name);\n        $('#myadmin_email').val(html.data.admin_email);\n        $('#myadmin_id').val(html.data.admin_id);\n        $('#mytoken_engineer').val(html.data.token_engineer);\n        $('#uploadtoken').html(html.data.token_engineer);\n        $('#mytokenid').val(html.data.tokenid);\n        $('#myid').val(html.data.id);\n        $('.modal-title').text(\"Upload private key to decrypt 1\");\n        $('.modal-title_delete').text(\"Assets Delete\");\n        $('#action_button').val(\"Update\");\n        $('#action').val(\"Update\");\n        $('#myformModal').modal('show');\n        $('#hidden_id').val(id);\n    }\n    }\n});\n});\n<\/code><\/pre>\n\n\n\n<p><strong>Output:- <\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"412\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png\" alt=\"\" class=\"wp-image-438\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-300x121.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-768x309.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2.png 1291w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial im going to solve how to use multiple api HTTP request in one ajax success functions. Solution:- Output:-<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-436","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer<\/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:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer\" \/>\n<meta property=\"og:description\" content=\"In this tutorial im going to solve how to use multiple api HTTP request in one ajax success functions. Solution:- Output:-\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps Freelancer\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/amitsthakurs\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-20T12:27:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-20T12:27:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png\" \/>\n<meta name=\"author\" content=\"Amit Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/amits_thakurs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amit Kumar\" \/>\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:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/\"},\"author\":{\"name\":\"Amit Kumar\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"headline\":\"How to use multiple Api in Ajax JQuery HTTP requests ?\",\"datePublished\":\"2023-06-20T12:27:41+00:00\",\"dateModified\":\"2023-06-20T12:27:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/\"},\"wordCount\":32,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-1024x412.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/\",\"name\":\"How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2-1024x412.png\",\"datePublished\":\"2023-06-20T12:27:41+00:00\",\"dateModified\":\"2023-06-20T12:27:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/image-2.png\",\"width\":1291,\"height\":519},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/how-to-use-multiple-api-in-ajax-jquery-http-requests\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to use multiple Api in Ajax JQuery HTTP requests ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\",\"name\":\"DevOps Freelancer\",\"description\":\"We provide DevOps | SRE | DevSecOps | MLOps Freelancing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\",\"name\":\"Amit Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"caption\":\"Amit Kumar\"},\"description\":\"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\\\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/amitsthakurs\\\/\",\"https:\\\/\\\/www.instagram.com\\\/amits_thakurs\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/amits-thakurs\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/amits_thakurs\"],\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/author\\\/amit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer","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:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/","og_locale":"en_US","og_type":"article","og_title":"How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer","og_description":"In this tutorial im going to solve how to use multiple api HTTP request in one ajax success functions. Solution:- Output:-","og_url":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/","og_site_name":"DevOps Freelancer","article_author":"https:\/\/www.facebook.com\/amitsthakurs\/","article_published_time":"2023-06-20T12:27:41+00:00","article_modified_time":"2023-06-20T12:27:42+00:00","og_image":[{"url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png","type":"","width":"","height":""}],"author":"Amit Kumar","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/amits_thakurs","twitter_misc":{"Written by":"Amit Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#article","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/"},"author":{"name":"Amit Kumar","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"headline":"How to use multiple Api in Ajax JQuery HTTP requests ?","datePublished":"2023-06-20T12:27:41+00:00","dateModified":"2023-06-20T12:27:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/"},"wordCount":32,"commentCount":0,"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/","url":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/","name":"How to use multiple Api in Ajax JQuery HTTP requests ? - DevOps Freelancer","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#primaryimage"},"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2-1024x412.png","datePublished":"2023-06-20T12:27:41+00:00","dateModified":"2023-06-20T12:27:42+00:00","author":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"breadcrumb":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#primaryimage","url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2.png","contentUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/06\/image-2.png","width":1291,"height":519},{"@type":"BreadcrumbList","@id":"https:\/\/www.devopsfreelancer.com\/blog\/how-to-use-multiple-api-in-ajax-jquery-http-requests\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.devopsfreelancer.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to use multiple Api in Ajax JQuery HTTP requests ?"}]},{"@type":"WebSite","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website","url":"https:\/\/www.devopsfreelancer.com\/blog\/","name":"DevOps Freelancer","description":"We provide DevOps | SRE | DevSecOps | MLOps Freelancing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopsfreelancer.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b","name":"Amit Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","caption":"Amit Kumar"},"description":"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.","sameAs":["https:\/\/www.facebook.com\/amitsthakurs\/","https:\/\/www.instagram.com\/amits_thakurs\/","https:\/\/www.linkedin.com\/in\/amits-thakurs\/","https:\/\/x.com\/https:\/\/twitter.com\/amits_thakurs"],"url":"https:\/\/www.devopsfreelancer.com\/blog\/author\/amit\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/comments?post=436"}],"version-history":[{"count":3,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/436\/revisions"}],"predecessor-version":[{"id":440,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/436\/revisions\/440"}],"wp:attachment":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/media?parent=436"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/categories?post=436"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/tags?post=436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}