Closed Shariq2003 closed 3 weeks ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible.
🎉 Thank you for raising an issue in this repository! We’ll review and assign it to you soon. In the meantime, feel free to ⭐ the repo for updates. Stay awesome! 😎
Hello @Shariq2003! Your issue #188 has been closed. Thank you for your contribution!
I want to make an API that will fetch and return a list of Google’s free certifications and courses dynamically. This API will regularly retrieve the latest data, ensuring users have access to up-to-date information on Google’s free offerings for skill development.
Demo Response
{ "lastUpdated": "2024-10-26T08:30:00Z", "courses": [ { "title": "Google IT Support Professional Certificate", "description": "A beginner-level course that provides foundational knowledge and skills in IT support, including troubleshooting, system administration, and security.", "url": "https://example.com/google-it-support", "duration": "6 months", "certification": true }, { "title": "Android Basics in Kotlin", "description": "Learn the basics of Android development with Kotlin, including creating layouts, adding navigation, and connecting to the internet.", "url": "https://example.com/android-basics-kotlin", "duration": "3 months", "certification": true }, { "title": "Machine Learning Crash Course", "description": "An intensive, hands-on introduction to machine learning, with lessons, real-world case studies, and interactive exercises.", "url": "https://example.com/machine-learning-crash-course", "duration": "15 hours", "certification": false }, { "title": "Google Cloud Fundamentals: Core Infrastructure", "description": "Explore Google Cloud products and services, and learn how to leverage core infrastructure services like Compute Engine and Cloud Storage.", "url": "https://example.com/google-cloud-fundamentals", "duration": "1 week", "certification": false } ] }
And will list them in a new page for users to upskill by Google (UI will be implemented in a new issue) like this