Discover/cbic-gst.gov.in API
live

cbic-gst.gov.in APIcbic-gst.gov.in

Access GST rates for goods and services, HSN code lookups, schedule filtering, and CBIC notifications via a structured JSON API.

Endpoints
9
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/28e7c747-a93a-4cf5-9378-687c13c04859/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/28e7c747-a93a-4cf5-9378-687c13c04859/get_gst_goods_rates' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Get the full list of GST rates for Goods from the CBIC portal. Returns all goods entries across all schedules with HSN codes, descriptions, and applicable rates.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of goods rate objects with schedule, s_no, hsn_code, description, cgst_rate, sgst_utgst_rate, igst_rate, compensation_cess",
    "status": "string, always 'success'"
  },
  "sample": {
    "data": [
      {
        "s_no": "1",
        "hsn_code": "0202, 0203,0204, 0205,0206, 0207,0208, 0209,0210",
        "schedule": "I",
        "cgst_rate": "2.5%",
        "igst_rate": "5%",
        "description": "All goods [other than fresh or chilled] pre-packaged and labelled.",
        "sgst_utgst_rate": "2.5%",
        "compensation_cess": ""
      }
    ],
    "status": "success"
  }
}

About the cbic-gst.gov.in API

This API exposes 9 endpoints covering GST rate data and policy updates from the CBIC GST portal (cbic-gst.gov.in). You can retrieve the full goods and services rate tables — each entry including CGST, SGST/UTGST, and IGST rates — search by keyword or HSN code, filter by schedule, and pull the latest notifications and portal updates via get_gst_notifications and get_whats_new.

GST Rate Data for Goods and Services

get_gst_goods_rates returns every goods entry published in the CBIC rate schedule, with fields for schedule, s_no, hsn_code, description, cgst_rate, sgst_utgst_rate, igst_rate, and compensation_cess. get_gst_services_rates returns the parallel table for services, swapping hsn_code for chapter_section_heading and adding a condition field that captures applicability conditions attached to specific service entries. Neither endpoint requires any input parameters.

Search and Schedule Filtering

search_gst_goods and search_gst_services both accept a single query string and perform case-insensitive substring matching against description and classification fields. This lets you look up a commodity like 'wheat' or a service like 'construction' without knowing exact HSN codes or headings. get_gst_rate_for_item accepts an hsn_code parameter and returns all goods entries where the code matches exactly — useful when you have a precise classification. get_gst_goods_rates_by_schedule filters the goods table by schedule identifier (Roman numerals I through VII, or labels like Nil rate and Compensation Cess), and get_gst_schedules_list returns the derived list of schedule names alongside their rate descriptions.

Notifications and Portal Updates

get_whats_new returns items from the CBIC portal's homepage ticker as objects with content (plain text) and url (link to a PDF document or null). get_gst_notifications filters that same feed to entries that contain notification numbers, returning structured objects with notification_no, subject, and url. These two endpoints are the practical way to monitor regulatory changes without polling the portal manually.

Common use cases
  • Building an invoicing or accounting tool that auto-fills CGST, SGST, and IGST rates from an HSN code lookup
  • Populating a product catalog with correct GST classification by searching descriptions via search_gst_goods
  • Alerting a compliance team when new GST notifications appear by polling get_gst_notifications
  • Generating a schedule-wise rate reference table for a tax advisory dashboard using get_gst_goods_rates_by_schedule
  • Verifying compensation cess applicability on specific goods by inspecting the compensation_cess field
  • Monitoring CBIC portal announcements in a daily digest using get_whats_new
  • Cross-checking service tax applicability conditions through the condition field returned by get_gst_services_rates
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CBIC provide an official developer API for GST rate data?+
CBIC does not publish a documented public developer API for querying GST rates or notifications programmatically. The cbic-gst.gov.in portal presents this data as web content intended for manual browsing.
What does `get_gst_rate_for_item` return and how does it differ from `search_gst_goods`?+
get_gst_rate_for_item matches the hsn_code field exactly against the value you supply, returning only entries where the code is that specific string. search_gst_goods does a substring match across both the description and hsn_code fields, so it is better suited for exploratory lookups when you know a keyword or partial code but not the exact classification.
Does the API return historical GST rate data or rate change history?+
No. The API reflects the current rates published on the CBIC portal at the time of the request. Historical rate schedules and amendment timelines are not exposed. You can fork this API on Parse and revise it to archive rate snapshots over time, enabling a historical changelog.
Are customs duty rates or import tariff data available through this API?+
Not currently. The API covers GST rates for goods and services, schedule classifications, and CBIC portal notifications. Customs duty rates and import tariff data are a separate CBIC dataset. You can fork this API on Parse and revise it to add an endpoint targeting that data.
How fresh is the notification data returned by `get_gst_notifications`?+
The endpoint returns notifications sourced from the homepage ticker section of the CBIC GST portal. The freshness depends on how frequently that ticker is updated by CBIC. For high-frequency compliance monitoring, polling get_gst_notifications on a scheduled basis and diffing the notification_no values is a reliable approach to detect new entries.
Page content last updated . Spec covers 9 endpoints from cbic-gst.gov.in.
Related APIs in Government PublicSee all →
incometaxindia.gov.in API
Search and retrieve official Income Tax Department notifications from India spanning over 60 years, with the ability to filter by year, search by text, and browse through paginated results. Access detailed information about each notification including its number, title, date, documents, and categories to stay updated on tax policy changes and regulatory updates.
csr.gov.in API
Search and analyze India's corporate social responsibility initiatives by accessing company CSR spending, project details, and financial contributions broken down by state, sector, and year. Track top CSR performers, compare spending amounts across companies, and explore how businesses are investing in social causes nationwide.
egazette.nic.in API
Access official Indian gazette publications including recent Extraordinary and Weekly gazettes, browse them by category, and explore the complete directory of available documents. Quickly find and retrieve the latest government publications all in one place.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
ccilindia.com API
Access real-time money market, G-Sec, and forex trading data from India's premier clearing corporation, plus stay updated with the latest market notifications and discussion papers. Monitor settlement snapshots and navigate CCIL's content through sitemap and RSS feed integrations.
tradestat.commerce.gov.in API
Analyze India's trade patterns by searching export-import data across commodities, countries, and regions using HS codes and historical records. Track bilateral trade flows and commodity-wise statistics to understand market trends and make informed trade decisions.
ibef.org API
Access comprehensive reports on Indian industries and states, browse the latest economic news, and get quick facts about India's economy all in one place. Search across thousands of resources to find detailed insights on specific sectors, regions, and economic trends.
data.rbi.org.in API
Access India's official monetary policy data including real-time money market operations, historical rates by date or month, and RBI reference rates. Retrieve the latest financial data releases directly from the Reserve Bank of India's official sources to monitor interest rates, liquidity operations, and market benchmarks.