API
v1.1.0
One credit is one row
#Breaking change
Credits are rows now, not hundreds of rows, and they are sold by the amount you type rather than in packs. Existing balances were multiplied by 100 so nobody lost anything.
Added
GET /account/v1/rate— the whole pricing model as data: the rate per currency, the step, the bounds and worked examples. It answers whether or not payments are switched on, because a pricing page that 503s is a marketing outage.
Changed
- A credit is one observation row.
GET /v1/datanow costsmax(1, rows)— the number of credits is the number of lines in the response — where it used to costmax(1, ceil(rows / 100)). Nothing else moved: rankings and country detail are still a flat 1, and metadata is still free. - Every existing balance was multiplied by 100 in the same change, so a balance bought under the old unit buys exactly the same data as it did before. It appears in your ledger as one
admin_adjustline readingCredit unit change— a restatement, not a grant. Entries either side of it are denominated in different units, which is why that line is there to find. - Nothing rounds any more. One request of 1,200 rows and twelve of 100 now cost the same 1,200 credits, so chunk size is an engineering decision rather than a pricing one.
- Packs are withdrawn; you top up by amount instead. Type what you want to spend — any whole multiple of ₹100 or $1, up to ₹500,000 or $5,000 — and it buys credits at a flat rate with no tiers and no volume discount: ₹1 = 1,000 credits, $1 = 100,000 credits.
- Prices include tax. The amount you type is the amount charged is the amount on the invoice. Where GST applies it is extracted from that amount rather than added to it — ₹100 is ₹84.75 of taxable value plus ₹15.25 of GST — and a purchase from outside India is a zero-rated export. Credits granted follow the amount paid and never the tax split.
- The free grant at email verification is unchanged at 2,000 credits, which is now 2,000 rows.
- The documentation moved with the model: /docs/credits carries the rate, the per-endpoint cost table, the worked arithmetic and the
X-Credits-*headers, and the pricing, refund and terms pages no longer describe packs.