Find Jobs
Hire Freelancers

Create API to get data from WordPress site to external site

$250-750 USD

Selesai
Dibuat 12 bulan yang lalu

$250-750 USD

Dibayar ketika dikirim
+ Urgent job, if you can't start now and work fast until complete, please don't bid. + If you are interested in the job, let's not waste 5+ hours on a reply to a message, let's reply fast. I have a new WP website and need some of the data from the DB in another site. For this we need to create a 7 API's. Is this something you can help with? There are already some API's for this on our old site and they look like this: REGISTER_REST_ROUTE: register_rest_route('faqs', '/v1(?P<lang>)', array( 'methods' => 'GET', 'callback' => __NAMESPACE__ . '\\api_faqs', )); FUNCTION api_faqs: function api_faqs($data) { $faqs = Helper\get_api_faqs($data['lang']); return rest_ensure_response($faqs); } FUNCTION get_api_faqs: function get_api_faqs($lang) { global $sitepress; $sitepress->switch_lang($lang); $faqs = array(); $args = array( 'post_type' => 'knowledgebase', 'numberposts' => -1, 'order' => 'DESC', 'suppress_filters' => 0, 'post_status' => 'publish' ); $posts = get_posts($args); foreach ($posts as $key => $post) { $api_faq = get_field('api_faq', $post->ID); if ($api_faq) { $faqs[] = $post; } } $json_response = []; foreach ($faqs as $key => $faq) { $faqTitle = do_shortcode($faq->post_title); $faqLink = get_the_permalink($faq->ID); $faqContent = html_entity_decode(preg_replace("/%u([0-9a-f]{3,4})/i", "&#x\\1;", urldecode(do_shortcode($faq->post_content))), ENT_QUOTES, 'UTF-8'); // Remove youtube videos (iframe) from the content $faqContent = preg_replace('/<iframe.*?\/iframe>/i', '', $faqContent); // Check if faqContent has links if (preg_match_all('/<a[^>]+href=([\'"])(?<href>.+?)\1[^>]*>/i', $faqContent, $faqContentLinks)) { // loop through all links on current faq article foreach ($faqContentLinks['href'] as $link) { if (strpos($link, '=')) { // isolate the id $id = explode('=', $link)[1]; if (get_the_permalink($id)) { // replace page id or post id with article's permalink $faqContent = str_replace($link, get_the_permalink($id), $faqContent); } } } } if (preg_match_all('/<img[^>]+src=([\'"])(?<src>.+?)\1[^>]*>/i', $faqContent, $faqContentImages)) { // loop through all images of the current faq article foreach ($faqContentImages['src'] as $image) { $url = parse_url($image); // Replace the host with the host of the request $new_url = $url['scheme'] . "://" . $_SERVER["SERVER_NAME"] . $url['path']; $faqContent = str_replace($image, $new_url, $faqContent); } } $faqContentTextOnly = preg_replace('/(\\r\\n){3,}/', "\r\n", strip_tags($faqContent)); $json_response[] = [ 'faqTitle' => $faqTitle, 'faqUrl' => $faqLink, 'faqContent' => $faqContent, 'faqContentTextOnly' => $faqContentTextOnly, ]; } return $json_response; }
ID Proyek: 36649663

Tentang proyek

62 proposal
Proyek remot
Aktif 1 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
Diberikan kepada:
Avatar Pengguna
Hello, I'm wordpress expert, I have 10+ years experience in html, css, jquery, php, laravel, api, wordpress, joomla,.... I customized, created many themes, plugins. I'll give you best quality and support :) Please discuss, thank you!
$300 USD dalam 7 hari
4,9 (218 ulasan)
7,1
7,1
62 freelancer menawar dengan rata-rata $494 USD untuk pekerjaan ini
Avatar Pengguna
Hello, I hope you are doing great, as per the job description, I have rich experience working in API development, APIIntegration, RESTful, 3rd Party Integration, Payment Gateway Integration, Back-end Programming(Php, CI, Laravel, Python etc.), Webhooks, OAuth, Custom Data integration, 2-Way Syncing, Push/Pull information, JavaScript, HTTP, HTML, XML, JSON, Ajax. I assure you that I will give you high-qaulity work with 100% satisfaction. A pastime I have completed lots of project. Why hire me- ======================= - Ready to start immediately. - Full time available i.e 40-50 hours every week. - Honest, Sincere, and Responsible worker as I take my work like my Responsibility - Excellent communication skills I am very keen to discuss further. Queries -- =========== What is the business value of your API? ... Who is your API audience, and what do they want from your API? ... What are your API's affordances? I am placing a placeholder bid as the amount field is compulsory to submit this bid. Please send me a message for more discussion. Regards, Manish S
$500 USD dalam 7 hari
5,0 (385 ulasan)
10,0
10,0
Avatar Pengguna
Hello there! My name is Raman and I'm a top rated freelancer with over 18 years of experience in web and app development. I specialize in API, MySQL, PHP, WordPress and other related technologies. I'm confident that my skillset can help you achieve your objective for this project. My team and I are experienced in creating APIs and building applications using these technologies. We have extensive experience working with WordPress and know how to seamlessly integrate new features into existing sites without disrupting performance. We're available to discuss this job further if you're interested in our services or need any additional information. Please don't hesitate to reach out if you have any questions or would like to set up a meeting to discuss further.
$500 USD dalam 7 hari
4,9 (640 ulasan)
9,0
9,0
Avatar Pengguna
I am happy to help you with creating the API to fetch data from your WordPress site to an external site. I understand that this is an urgent job, and I assure you that I can start immediately and work efficiently to complete it. I have experience with creating RESTful APIs and working with WordPress. To proceed further, I would need clarification on the specific data you want to retrieve and the requirements of the external site. Additionally, please let me know if you have any specific preferences or constraints for the development process. Thank You
$500 USD dalam 7 hari
4,9 (352 ulasan)
8,5
8,5
Avatar Pengguna
Hello. WordPress development expert ready to help you with a project. I have more than 400 good reviews and more than 11 years of development experience behind, so all job will be done with the best quality and timeframe. Free bug fixing support. We can always make deal on price. Tnx, and hope to hear you soon.
$250 USD dalam 3 hari
4,9 (683 ulasan)
8,3
8,3
Avatar Pengguna
Hello, Warm Greetings! I have read your job description I can hep you to creating API to get data from WordPress site to external site I can do as per your requirement we can discuss more in detail. I have gone through your project details and I have the exact matching skills as per your current project I have expertise in UI/UX and API. I am a 8+ year experienced web designer and developer I have vast knowledge in PHP, HTML, CSS and JAVASCRIPT. Let's have a quick conversation, so we can discuss everything in detail. Regards. Gaurav G.
$500 USD dalam 7 hari
4,9 (281 ulasan)
8,0
8,0
Avatar Pengguna
Hello ----START RIGHT NOW---- I am highly appreciative to work on this specific task Create API to get data from WordPress site to external site** I can do my best. I am Passionate PHP/Full stack developer having rich experience with so many successful Tasks. Let’s connect on chat for further discussion and start quickly. Thanks!!
$600 USD dalam 7 hari
4,9 (106 ulasan)
7,8
7,8
Avatar Pengguna
Hello, Hope you're doing good ! I have read your job description regarding "Create API to get data from WordPress site to external site" and assure you that I am a perfect fit for the job. I am a senior Web Programmer, having 10+ years of vast and proven experience in PHP, MYSQL, HTML, XML, WORDPRESS, APIs, CSS and many other. I assure that you will get 100% result and Quality work from here. I request you to reply back, so that I can discuss about your project requirements in details and can start this work immediately. Best Regards Harpreet Singh
$500 USD dalam 7 hari
4,9 (320 ulasan)
7,8
7,8
Avatar Pengguna
We have open slots so we can start immediately! As per my understanding, you require the development and implementation of some APIs that can get data from a new WordPress website to another site. We have a team of web developers that are experts in developing WordPress websites and APIs. We have developed and implemented many APIs into WordPress websites to fetch data from the database and provide output in another website. Please answer the following questions for a better understanding: 1- How many APIs are already there on the website? 2- Have you decided on a theme for this WordPress website? 3- Is there a deadline in mind? You can interview us and we will be happy to demonstrate and explain our experience with similar projects in our 15+ years of development experience. Looking forward to hearing from you, Fahad Khawaja
$600 USD dalam 10 hari
4,7 (86 ulasan)
7,8
7,8
Avatar Pengguna
Hi ai am an expert pogrammer with an experience of creating custom wordprss routes in API. i can helpbyou with right away. Quick turnaround guaranteed
$250 USD dalam 1 hari
5,0 (196 ulasan)
6,8
6,8
Avatar Pengguna
Hello there! My name is Navjot and I am an experienced freelancer with 7+ years of experience in web design and development. I understand the importance of this project to you and would love to help you create an API to get data from your WordPress site to another site. I have the necessary skills and experience to complete this project including MySQL, PHP, WordPress, graphic design services, core PHP development and e-commerce development among others. Additionally, I am highly motivated and reliable as I always deliver projects on time while ensuring quality at all times. If you choose me for this project please let me know so we can discuss further how we can work together to make it happen. Please feel free to contact me if you have any questions or would like more information about me or my freelancing services.
$500 USD dalam 7 hari
4,7 (186 ulasan)
6,6
6,6
Avatar Pengguna
As a FULL- STACK Developer, I am happy to help you create APIs to fetch data from your WordPress site to an external site. Based on the provided code snippets, I can see the structure of the existing APIs and I can assist in creating the required 7 APIs for your new site. Could you please provide additional details about the specific data you need to retrieve and any other requirements or specifications? I CAN START NOW. Thank You
$500 USD dalam 7 hari
5,0 (45 ulasan)
6,4
6,4
Avatar Pengguna
Hey there, Let us help you our with APIs. We have over 10 yrs of expertise in handling such projects including large SaaS app. We can ready to start immediately if hired. Pay after completion of work but keep the payment in escrow :) Awaiting for the response. Thanks,
$500 USD dalam 7 hari
5,0 (17 ulasan)
6,4
6,4
Avatar Pengguna
Hello, How are you?. I have been in this field for more than 10 years. I have experience in C#,PHP(Laravel ), Perl, WordPress, Joomla, Html, PostgreSQL, Ubuntu, Crontab, Web Services, Rest API, Zend ,YII, MySQL. I work with API Integration project. I have experience in API development. I can create an API for WordPress site. have passion about API. Relevant Skills and Experience so i am right candidate for your project because i have experience in C#,PHP(Laravel ), Perl, WordPress, Html, PostgreSQL, Ubuntu, Crontab, Web Services, Rest API, Zend ,YII, MySQL, eBay, Amazon, Instagram, MySQL, SQLite, Mongo Db, Soap API projects.
$500 USD dalam 7 hari
4,9 (24 ulasan)
5,7
5,7
Avatar Pengguna
Create API to get data from WordPress site to external site Hello Chris Oestergaard N., I would like to grab this opportunity and will be dedicated to your work till you get 100% satisfied with the tasks. I have 10+ years of experience on PHP, XML, WordPress, MySQL, API. You can check out my freelancer portfolio section. I will also share my portfolio on further demand over a chat. Please come over chat and discuss your requirements in a detailed way. Thanks & Regards, Ali K.
$500 USD dalam 7 hari
5,0 (13 ulasan)
5,3
5,3
Avatar Pengguna
Hello, I am a professional Web developer with over 5 years of experience in the field. I understand that you are looking for someone to create API to get data from WordPress site to external site and provide 7 API's. If you could let me know more about the project and let's start working on it right now, I can guarantee quality work at fast speed until complete. Please let me know if you would like me to discuss more about it or answer any other questions you may have. Thank you for your consideration! Regards, Neha Garg
$400 USD dalam 5 hari
5,0 (20 ulasan)
5,5
5,5
Avatar Pengguna
5+ hours Hey, Expert WordPress developer with 8+ years of experience. Yes, I can certainly help you with creating APIs to fetch data from your WordPress website's database and make it accessible to another site. -- Based on the provided code snippet, I understand that you need to create seven APIs to retrieve FAQs from the WordPress database. -- The existing API structure is well-defined, and I will build upon it to meet your requirements. The APIs will be responsible for retrieving the FAQs in different languages. --I will implement the necessary logic to fetch the FAQs from the WordPress database, process the content (including removing YouTube videos and updating links and images), and return the data in JSON format. The resulting APIs will mirror the functionality of the existing ones. To proceed efficiently, I would appreciate further details on any additional specifications or requirements you may have for the APIs. Once I have the complete information, I will start working on the task promptly to meet your urgent timeline. I look forward to working with you on this project. Best regards, Sushil.
$540 USD dalam 5 hari
5,0 (32 ulasan)
5,4
5,4
Avatar Pengguna
Hi there. Thank you for posting this project. We can handle the task for you. As a team of skilled developers, we have experience working with WordPress websites and creating custom APIs. We will ensure the smooth integration of the APIs in your new site. We will thoroughly analyze your requirements and understand the data structure and endpoints needed for the APIs. Our team will develop the necessary API routes and ensure they follow the best practices for security, performance, and functionality. We will retrieve the required data from your WordPress database using the provided code snippet as a reference. We will customize the code to fit your new site's structure and ensure it returns the desired data in the expected format. Our APIs will include proper error handling mechanisms to provide informative and meaningful error responses in case of any issues. We will rigorously test the APIs to ensure they are functioning correctly and returning the expected results. This includes both positive and negative test scenarios. Once the APIs are developed and tested, we will assist you in deploying them to your new WordPress site, ensuring they are fully functional and accessible, and We will also provide support and address any issues that may arise after the deployment of the APIs. let's have a quick chat to further discuss your project. Thanks.
$500 USD dalam 7 hari
4,8 (20 ulasan)
5,7
5,7
Avatar Pengguna
I can do it. As 9+ years experiences in these field. I can give good quality work. I have read the guidelines of your work.I believe that i can provide you the best quality works you are anticipating from this platform give me a chance to show you the best i can do at your service.
$500 USD dalam 7 hari
4,7 (49 ulasan)
4,8
4,8
Avatar Pengguna
Hi Siddhant, my name is Elvin, and I am a FullStack Website | WordPress | WooCommerce | Website & Mobile App Development freelancer with over 12+ years of experience. I specialize in providing end to end quality web & mobile services and strive for quality, commitment, and support. I understand that you are looking for someone to create an API to get data from your WordPress site to another external site, and I believe I am the best fit for this job because of my expertise in MySQL, PHP, WordPress, e-commerce development and more. Additionally - with my availability during off hours (16 hours out of 24), I am confident that I can provide timely responses to any issues that may arise during the project. If you're interested in my services please don't hesitate to contact me so we can start working together on this project right away!
$470 USD dalam 20 hari
4,3 (14 ulasan)
5,1
5,1
Avatar Pengguna
Hi Sir, How are you ? It seems like you need to create seven APIs to fetch data from your WordPress website and make it available on an external site. I assure you that I can help you with this task. To proceed efficiently, I would like to gather some additional information from you: #Could you please provide more details on the specific data you need to retrieve from the WordPress database? This will help me understand the scope of the project better. #Do you have any preferences regarding the format in which the data should be returned by the API endpoints? For example, JSON or XML. #Are there any authentication or access control requirements for these APIs? Should they be accessible to anyone or restricted to specific users or roles? Once I have these details, I will be able to create the necessary APIs for you. I assure you that I will start working on the project promptly and complete it within the agreed timeline. Looking forward to your response so that we can proceed with the project quickly. Best regards, Hemant
$500 USD dalam 10 hari
5,0 (12 ulasan)
3,6
3,6

Tentang klien

Bendera UNITED ARAB EMIRATES
Dubai, United Arab Emirates
5,0
113
Memverifikasi Metode pembayaran
Anggota sejak Agu 27, 2016

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.