Discover/example-indian-regulatory-site.com API
live

example-indian-regulatory-site.com APIexample-indian-regulatory-site.com

Access SEBI and RBI enforcement data via 6 endpoints. Search penalty orders, list violations by category, and extract fine amounts, entities, and violation types.

Endpoints
6
Updated
17d ago
Try it
Maximum number of results to return
Search keyword to find in SEBI enforcement order titles (e.g., entity name like 'Gupta', '
api.parse.bot/scraper/7a701eb0-282c-48bf-82dc-acaa8e49a7bf/<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/7a701eb0-282c-48bf-82dc-acaa8e49a7bf/search_penalties?limit=3&query=Kumar' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for penalty and enforcement records in SEBI's AO Orders category by keyword. Matches against entity names and terms in order titles. Returns a list of matching records with titles, dates, and detail URLs. Note: SEBI's search indexes names and select keywords; generic terms like 'fraud' or 'insider' may return no results.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
queryrequiredstringSearch keyword to find in SEBI enforcement order titles (e.g., entity name like 'Gupta', 'Kumar', or indexed terms like 'BSE', 'Illiquid')
Response
{
  "type": "object",
  "fields": {
    "items": "array of penalty records with regulator, date, title, url, company_name, and type fields",
    "total": "integer total number of results found (up to 25 per SEBI page)"
  },
  "sample": {
    "data": {
      "items": [
        {
          "url": "https://www.sebi.gov.in/enforcement/orders/jul-2025/adjudication-order-in-the-matter-of-rajiv-kumar-singh-proprietor-of-elite-investment-advisory-services_95403.html",
          "date": "Jul 18, 2025",
          "type": "Order",
          "title": "Adjudication Order in the matter of Rajiv Kumar Singh, Proprietor of Elite Investment Advisory Services",
          "regulator": "SEBI",
          "company_name": "Rajiv Kumar Singh, Proprietor of Elite Investment Advisory Services"
        }
      ],
      "total": 25
    },
    "status": "success"
  }
}

About the example-indian-regulatory-site.com API

This API provides structured access to penalty and enforcement records from two major Indian financial regulators — SEBI and RBI — across 6 endpoints. Use search_penalties to find orders by entity name or keyword, list_penalties to page through enforcement actions by regulator and category, and get_penalty_details to extract structured fields like penalty amount, violation description, and entity name from individual order pages.

What the API Covers

The API surfaces enforcement and penalty data from SEBI (Securities and Exchange Board of India) and RBI (Reserve Bank of India). SEBI coverage spans five order categories: AO_ORDERS, SETTLEMENT_ORDERS, CHAIRPERSON_MEMBERS, SAT_ORDERS, and REG_30A. RBI coverage focuses on penalty-related press releases, filterable by year. The list_regulatory_bodies endpoint returns the full list of supported bodies along with their aliases and available categories.

Searching and Listing Penalties

search_penalties accepts a query string matched against SEBI AO Order titles and entity names, returning up to 25 records per SEBI page with title, date, url, company_name, regulator, and type fields. get_company_penalties wraps the same search for entity-specific lookups — most effective with surnames or partial names that SEBI has indexed. list_penalties supports pagination via a page parameter for SEBI (25 results per page) and year-based filtering via year for RBI, with an optional limit to cap results per call.

Detail Extraction and Coverage Differences

get_penalty_details takes a URL from list_penalties or search_penalties and returns structured data. For RBI URLs, it extracts entity, penalty_amount (with currency symbol), violation, date, and up to 2000 characters of full_text. For SEBI URLs, the response is limited to title and url with an informational note — detailed penalty figures for SEBI orders are typically embedded in PDFs rather than page text, so those fields return null.

Supporting Endpoints

list_violation_categories returns a static list of 8 violation category strings covering common securities and banking offenses, useful for classifying or filtering records client-side. list_regulatory_bodies provides metadata about each supported regulator, including category slugs accepted by list_penalties.

Common use cases
  • Screen entities by name against SEBI AO Orders using get_company_penalties before onboarding a financial counterparty
  • Build a timeline of RBI enforcement actions for a given year using list_penalties with the year parameter
  • Extract penalty amounts and violation descriptions from RBI press release URLs via get_penalty_details
  • Categorize enforcement records by violation type using the static list from list_violation_categories
  • Monitor new SEBI settlement or SAT orders by polling list_penalties with the SETTLEMENT_ORDERS or SAT_ORDERS category
  • Aggregate enforcement exposure for a named entity across SEBI order titles using search_penalties
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
Do SEBI and RBI have official developer APIs?+
Neither SEBI (sebi.gov.in) nor RBI (rbi.org.in) publishes an official REST API for programmatic access to enforcement or penalty data. Their data is available through web portals and document listings.
What does `get_penalty_details` actually return for SEBI vs. RBI URLs?+
For RBI URLs, the endpoint returns structured fields: entity, penalty_amount, violation, date, and up to 2000 characters of full_text. For SEBI URLs, it returns only title, url, and a note — structured penalty figures are not available because SEBI embeds that data in PDF documents linked from the order page rather than in page text.
How reliable is SEBI search for finding all records for a given entity?+
SEBI's search indexes entity names and select keywords from order titles; it does not perform full-text search across all order content. Searches using partial surnames like 'Gupta' or 'Patel' tend to return the most results. Generic or uncommon terms may return few or no matches even if relevant orders exist. The total field in the response reflects matches up to SEBI's own 25-result page limit.
Does the API cover other Indian regulators like IRDAI, SEBI SAT appeal outcomes, or MCA filings?+
Not currently. The API covers SEBI (five order categories) and RBI (penalty press releases). You can fork it on Parse and revise it to add endpoints for additional regulators or data types.
Can I retrieve the full text of a SEBI penalty order, including the fine amount?+
Not via the current endpoints. SEBI order pages link to PDFs that contain the structured penalty details; the API returns the page title and url for SEBI records, not PDF content. RBI press release pages do expose penalty amounts as text, which get_penalty_details extracts into the penalty_amount field. You can fork the API on Parse and revise it to add PDF parsing for SEBI orders.
Page content last updated . Spec covers 6 endpoints from example-indian-regulatory-site.com.
Related APIs in Government PublicSee all →
example-eu-regulatory-site.com API
Track GDPR fines and penalties issued across EU authorities, search by company or violation type, and analyze enforcement trends with detailed penalty information and regulatory statistics. Monitor compliance risks by accessing real-time data on fine amounts, violating companies, and specific breach details from official enforcement records.
violationtracker.goodjobsfirst.org API
Search corporate violations and regulatory penalties across companies, industries, and agencies to research misconduct records and enforcement actions. Get detailed information about specific violations, parent company compliance histories, and regulatory agency enforcement patterns.
sec.gov API
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
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.
service.asic.gov.au API
Search and retrieve comprehensive information about Australian financial professionals and entities, including AFS and credit licensees, their representatives, liquidators, auditors, and managed investment schemes. Verify credentials, check regulatory status, and access detailed profiles of financial service providers registered with ASIC.
indiankanoon.org API
indiankanoon.org API
screener.in API
Search and analyze Indian stocks with real-time financial data, company details, IPO information, price history, and peer comparisons. Get instant access to stock screening results, market listings, and company announcements to make informed investment decisions.
sedarplus.ca API
sedarplus.ca API