DEV Community

Somu Parida
Somu Parida

Posted on

Launch: Free Gift Card API to Convert Points into ₹INR + Trends (No Auth Needed)

✨ Launching: Free Gift Card Estimation & Trends API (No Auth Needed)

Image description

We're excited to launch a simple and fast API that lets you convert reward points into estimated INR value and view trending gift card types — all with just a POST request.

This is perfect for developers building reward apps, survey platforms, gamified systems, or personal finance dashboards.

🔧 What Does This API Do?

  • 🟢 Estimates the INR value of gift cards based on collected points
  • 📈 Returns trending gift card types with popularity scores
  • ⚡ Fully deployed on Vercel for fast global performance
  • 🛡️ No authentication required
  • 🔄 Returns a clean JSON response ready to use in your frontend or backend

🧪 Sample API Usage

Endpoint:

POST https://gift-card-xxxxx.vercel.app/api
Enter fullscreen mode Exit fullscreen mode

Example Request Body:

{
  "action": "estimate",
  "type": "Amazon",
  "points": 1500
}
Enter fullscreen mode Exit fullscreen mode

Example Response:

{
  "estimated_value": "₹150"
}
Enter fullscreen mode Exit fullscreen mode

📊 Trends Mode

Want to see which gift cards are trending?

Request:

{
  "action": "trends"
}
Enter fullscreen mode Exit fullscreen mode

Response:

{
  "trends": [
    { "type": "Amazon", "popularity_score": 95 },
    { "type": "Flipkart", "popularity_score": 85 }
  ]
}
Enter fullscreen mode Exit fullscreen mode

🔗 Live Links

Image description
Image description* 🔗 Official Website: https://www.FreeGiftZone.com


💡 Who Is It For?

This is made for:

  • Reward-based app creators
  • Game and quiz platforms
  • Task completion platforms (survey, watch & earn, etc.)
  • Developers needing INR-based point conversions
  • Anyone building gamification around gift cards

🚀 Why We Built This

This API is part of our platform at FreeGiftZone.com, where users earn points by watching ads, completing surveys, playing games, and redeeming them for gift cards. We needed a way to convert these points into ₹INR in real-time for the app and web interface.

So we built this API and made it public — for anyone to use without auth or payment.


🙌 Let’s Collaborate

If you're building something similar or want to use this API in your own platform, feel free to integrate it. You can even fork the repo or request a feature.

Leave your thoughts, feedback, or use-cases in the comments — we'd love to see what you’re building with it.


💬 Made with 💙 in India by the team at FreeGiftZone.com
📩 Contact: sourav@freegiftzone.com
🏷️ Tags: #api #giftcards #rewards #nodejs #vercel #openapi #developers #india

Top comments (0)