Discover/Coimbatore Jewellery API
live

Coimbatore Jewellery APIcoimbatorejewellery.org

Get live 22K gold, 18K gold, and silver rates from the Coimbatore Jewellers Association rate board. Returns INR price, change, direction, and timestamp.

This API takes change requests — .
Endpoint health
verified 1h ago
get_silver_rate
get_gold_18k_rate
get_gold_22k_rate
1/1 passing latest checkself-healing
Endpoints
3
Updated
53m ago

What is the Coimbatore Jewellery API?

This API exposes 3 endpoints that return the current gold and silver rates published by the Coimbatore Jewellers Association (CJA) on their homepage rate board. Each endpoint — including get_silver_rate, get_gold_22k_rate, and get_gold_18k_rate — returns 10 fields: numeric price in INR, raw display string, change versus the previous published rate, direction indicator, rate label, and the site's own update timestamp.

This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/fb405678-55f1-440b-801d-a897087f007c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fb405678-55f1-440b-801d-a897087f007c/get_silver_rate' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Returns the current CJA silver rate shown on the association's homepage rate board in one page fetch. The response is a single object: the numeric price in INR, the raw display string, the change versus the previous published rate with its direction (up, down or equal), and the site's own 'Update Time' stamp as displayed (local time, format YYYY.MM.DD hh:mm:ss AM/PM). No inputs. If the rate tile is missing from the page the call fails with an extraction error rather than returning defaults.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "metal": "always 'silver'",
    "price": "number, silver rate in INR as displayed (unit as published by the site)",
    "change": "number, change versus the previous published rate (negative when down)",
    "source": "rate board the value comes from ('CJA Rate')",
    "currency": "'INR'",
    "direction": "'up', 'down' or 'equal' from the site's arrow indicator",
    "rate_label": "tile label as shown on the site",
    "updated_at": "site's displayed update timestamp",
    "price_display": "raw displayed price string including the rupee sign",
    "change_display": "raw displayed change string, e.g. one shape is '(+5.00)'"
  },
  "sample": {
    "data": {
      "metal": "silver",
      "price": 255,
      "change": 5,
      "source": "CJA Rate",
      "currency": "INR",
      "direction": "up",
      "rate_label": "Silver Rate",
      "updated_at": "2026.09.03 10:49:22 AM",
      "price_display": "₹ 255.00",
      "change_display": "(+5.00)"
    },
    "status": "success"
  }
}

About the Coimbatore Jewellery API

What the API Covers

The API reflects the three metal rates displayed on the CJA homepage rate board: 22K gold, 18K gold, and silver. Each endpoint returns the same consistent shape — price (numeric INR value), price_display (rupee-sign string as shown), change (signed numeric delta from the prior published rate), change_display (formatted string such as (+290)), direction (up, down, or equal derived from the site's arrow indicator), rate_label (the tile label as it appears on the board), source (always 'CJA Rate'), currency (always 'INR'), and updated_at (the site's displayed timestamp).

Endpoint Details

get_gold_22k_rate and get_gold_18k_rate return the per-gram gold price in INR at 22 and 18 karat respectively. Both include the same change and direction fields, so you can detect whether the rate moved up or down since the last CJA update without any additional computation. get_silver_rate follows the same schema but sets metal to 'silver' and reflects the silver rate unit as published by the site — verify the unit from the rate_label field if your application is unit-sensitive.

Freshness and Scope

All three endpoints read the rate board as currently displayed on the CJA homepage. The updated_at field carries the timestamp the association themselves publish alongside the rate, so you can tell exactly when the CJA last updated the board. There is no historical data or time-series endpoint — each call returns only the current posted rate.

Source API Status

The Coimbatore Jewellers Association does not publish an official public developer API or data feed. The rates are published on their website as a display board intended for consumers and trade members.

Reliability & maintenanceVerified

The Coimbatore Jewellery API is a managed, monitored endpoint for coimbatorejewellery.org — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when coimbatorejewellery.org changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official coimbatorejewellery.org API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
1h ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Display live CJA gold rates in an Indian jewellery retail POS or pricing screen using the price field from get_gold_22k_rate.
  • Alert customers or staff when the 22K or 18K gold rate direction changes to 'up' or 'down' by polling the direction field.
  • Show today's silver rate alongside gold in a multi-metal price comparison widget using all three endpoints.
  • Seed a local price cache with the CJA rate board values and updated_at to avoid redundant fetches.
  • Build a Coimbatore-specific jewellery pricing calculator that uses the live 22K and 18K price fields as base rates.
  • Log the change field over time by polling periodically to build a manual price-change history for the CJA rates.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Coimbatore Jewellers Association publish an official developer API?+
No. The CJA publishes rates on their website at coimbatorejewellery.org as a public-facing display board. There is no official REST or data API available to developers.
What does the `direction` field represent, and how is it different from `change`?+
The direction field reflects the site's own arrow indicator and will be one of 'up', 'down', or 'equal'. The change field is the signed numeric difference from the previous published rate (negative when the rate fell). Both are included so you can branch on direction without parsing the numeric sign yourself.
Does the API return historical rate data or a time series for gold and silver prices?+
Not currently. Each of the three endpoints returns only the rate currently shown on the CJA homepage, along with the change versus the immediately prior published rate. There is no historical or time-series endpoint. You can fork the API on Parse and revise it to add a logging or historical endpoint that stores successive responses.
Are rates for other cities or associations — such as Chennai or Mumbai gold rates — available through this API?+
Not currently. The API covers only the three CJA rates (22K gold, 18K gold, silver) as published on coimbatorejewellery.org. You can fork the API on Parse and revise it to add endpoints targeting other regional jewellers association websites.
What unit is the silver rate in, and how can I confirm it?+
The price field reflects the unit as published by the CJA site. Check the rate_label field in the response — it carries the tile label exactly as shown on the rate board, which includes the unit description (for example, per gram or per kilogram). Do not assume a unit without reading rate_label.
Page content last updated . Spec covers 3 endpoints from coimbatorejewellery.org.
Related APIs in FinanceSee all →
goodreturns.in API
Access real-time and historical gold prices across India. Retrieve daily gold rates for 18k, 22k, and 24k purity levels in INR, compare prices across major Indian cities, and explore recent price trends and monthly summaries.
groww.in API
Check current gold prices in India across 24K, 22K, and 18K purities with live rates per 10 grams. Stay updated on real-time precious metal valuations to make informed buying and selling decisions.
goldprice.org API
Track real-time and historical prices for gold, silver, and other precious metals, plus monitor gold performance metrics and view precious metals news. Get current cryptocurrency prices, lookup gold rates by country, and check gold stock prices all in one place.
caratlane.com API
Search for jewelry products, browse category listings, and retrieve detailed product information from Caratlane's catalog along with featured homepage items. Access real-time jewelry data including pricing, specifications, and availability across their complete collection.
usagold.com API
Get live and historical gold and silver prices from USAGOLD, including daily, weekly, and monthly data to track price trends over time. Access current market rates or retrieve price history summaries to monitor precious metal values.
goldika.ir API
Monitor real-time 18-karat gold buy and sell prices in Toman directly from Goldika's market data. Stay informed on current gold valuations to make timely purchasing or selling decisions.
huangjinjiage.cn API
Track real-time and historical prices for gold, silver, platinum, palladium, and oil across China and international markets. Monitor domestic oil prices by region, compare international commodity prices, and access current gold recycling rates and brand-specific pricing.
comexlive.org API
Monitor real-time gold, silver, and platinum prices from COMEX futures markets, and stay updated with the latest commodity news and articles. Get current pricing data for all COMEX commodities and access detailed news coverage to inform your trading and investment decisions.