Google Developer Profile Badges
Request
https://api.bunhere.com/api/gg-badges?userid={profile-username}
Replace profile-username
value with your profile user name. Example: https://developers.google.com/profile/u/bunhere
the value is bunhere
Example Data Response
{
"data": [
{
"icon": "https://developers.google.com/static/profile/badges/playlists/firebase/firebase-firestore-leaderboards/badge.svg",
"title": "Build robust, distributed leaderboards with Cloud Firestore",
"date": "Jan 3, 2024"
},
{
"icon": "https://developers.google.com/static/profile/badges/playlists/solutions/ecommerce-microservices-kubernetes/badge.svg",
"title": "Distributed, scalable ecommerce web app using microservices with Kubernetes.",
"date": "Dec 26, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/playlists/solutions/three-tier-cloud-run/badge.svg",
"title": "Modern three-tier architecture web application with Cloud Run",
"date": "Dec 26, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/playlists/solutions/ecommerce-serverless-django/badge.svg",
"title": "Serverless ecommerce web app with Python, Cloud Run, Cloud SQL, and Firebase",
"date": "Dec 26, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/community/gde/follower/badge.svg",
"title": "Google Developer Experts follower",
"date": "Oct 18, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/skillsboost/earned-badge/badge.svg",
"title": "Google Cloud Skills Boost",
"date": "Sep 26, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/events/community/devfest/2023/discover/badge.svg",
"title": "Discovered DevFest 2023",
"date": "Sep 25, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/playlists/fugu-apis/projectfugu.svg",
"title": "Boost your web apps with Fugu APIs",
"date": "Aug 27, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/playlists/first-playlist/badge.svg",
"title": "First Learning Pathway and Quiz badge",
"date": "Aug 27, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/codelabs/first-codelab/badge.svg",
"title": "Completed 10+ Codelabs",
"date": "Aug 14, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/community/innovators/cloud/2021_member/badge.svg",
"title": "Google Cloud Innovator",
"date": "Jul 19, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/community/wtm/member/badge.svg",
"title": "Women Techmakers member",
"date": "Jul 19, 2023"
},
{
"icon": "https://developers.google.com/static/profile/badges/profile/created-profile/created_profile.svg",
"title": "Created Google Developer Profile",
"date": "Jul 17, 2023"
}
],
"message": "Success!"
}