This API is a RESTful API built to provide granular access to platinum price data for Mangalore, India. The data is sourced from a reliable financial information portal and exposed via intuitive endpoints. Clients can retrieve a list of available gram weights, request today's and yesterday's rates for any gram amount, and explore platinum price trends over the last 10 days. This API supports investment analysis, pricing tools, and educational use cases for developers, traders, and fintech platforms.
{
"platinum_gram_weights_mangalore": {
"weights": [
1,
8,
10,
100
]
}
}
curl --location --request POST 'https://zylalabs.com/api/7730/mangalore+platinum+prices+api/12564/get+platinum+grams' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"weight": 1,
"today_price_per_gram": 3579,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7730/mangalore+platinum+prices+api/12565/get+platinum+price+today' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"weight": 1,
"yesterday_price_per_gram": 3539,
"change": 40,
"currency": "INR"
}
curl --location --request POST 'https://zylalabs.com/api/7730/mangalore+platinum+prices+api/12566/get+yesterday+platinum+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
{
"platinum_price_1g_last_10_days": [
{
"date": "2025-06-24",
"price_1g": 3579
},
{
"date": "2025-06-23",
"price_1g": 3539
},
{
"date": "2025-06-22",
"price_1g": 3524
},
{
"date": "2025-06-21",
"price_1g": 3524
},
{
"date": "2025-06-20",
"price_1g": 3587
},
{
"date": "2025-06-19",
"price_1g": 3734
},
{
"date": "2025-06-18",
"price_1g": 3509
},
{
"date": "2025-06-17",
"price_1g": 3431
},
{
"date": "2025-06-16",
"price_1g": 3418
},
{
"date": "2025-06-15",
"price_1g": 3399
}
]
}
curl --location --request POST 'https://zylalabs.com/api/7730/mangalore+platinum+prices+api/12567/get+platinum+price+history' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"gram":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
You can retrieve real-time and historical platinum prices specific to Mangalore, India, including current and previous day's rates for various gram weights.
The platinum price data is provided in Indian rupees and is structured in a JSON format, making it easy to integrate and utilize in applications.
The API can be used for investment analysis, pricing tools, and educational purposes by developers, traders, and fintech platforms looking to track and analyze platinum prices.
The API response includes fields such as the gram weight of platinum, the current price, yesterday's price, and historical price trends over the last 10 days.
You can integrate the API by making RESTful requests to its endpoints to fetch platinum prices and trends, which can then be displayed or analyzed within your application.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
16ms
Service Level:
100%
Response Time:
17ms
Service Level:
100%
Response Time:
24ms
Service Level:
100%
Response Time:
8,031ms
Service Level:
100%
Response Time:
3,368ms
Service Level:
100%
Response Time:
3,102ms
Service Level:
100%
Response Time:
2,773ms
Service Level:
100%
Response Time:
3,105ms
Service Level:
100%
Response Time:
3,108ms