# Iprsearch Ipindia — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access data from iprsearch.ipindia.gov.in.

**Category:** Government & Public Data | **Website:** [iprsearch.ipindia.gov.in/PublicSearch?aspxerrorpath=/PatentSearch/PatentSearch/ViewApplicationStatus](https://iprsearch.ipindia.gov.in/PublicSearch?aspxerrorpath=/PatentSearch/PatentSearch/ViewApplicationStatus) | **Docs:** [parse.bot/marketplace/1cd78895-70f4-4672-b429-0ce8cb939d89/iprsearch-ipindia-gov-in-api](https://parse.bot/marketplace/1cd78895-70f4-4672-b429-0ce8cb939d89/iprsearch-ipindia-gov-in-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-iprsearch-ipindia-gov-in-api-1cd78895/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_application_status

Retrieve the official application status metadata from the InPASS portal for a given Indian patent application number. Returns filing details, applicant information, PCT data, examination dates, publication date, and current status including patent number if granted. Makes 5 sequential HTTP requests per call (session setup, captcha initialization, captcha solve, form submission, and result fetch).

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `application_number` | string | Yes | Indian patent application number as shown on the InPASS portal, e.g. '9894/DELNP/2007' or '201617044109'. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-iprsearch-ipindia-gov-in-api-1cd78895/get_application_status \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"application_number":"<string>"}'
```
