API Documentation

📚 Overview

Welcome to the API Reseller Portal documentation. This API allows you to verify PAN card details in real-time.

🔑

API Key Required

All requests need x-api-key header

💰

$0.50 per request

Cost per API call

5 requests/minute

Rate limit per user

🔍 PAN Find API

POST /api/pan-find.php

Request Headers

Content-Type: application/json
x-api-key: your_api_key_here

Request Body

{ "pan": "ABCDE1234F" }

Sample cURL Request

curl -X POST \
https://yourdomain.com/api/pan-find.php \
-H 'Content-Type: application/json' \
-H 'x-api-key: your_api_key_here' \
-d '{"pan": "ABCDE1234F"}'

Success Response (200)

{ "status": "success", "data": { "pan_number": "ABCDE1234F", "name": "John Doe", "father_name": "Robert Doe", "date_of_birth": "1990-01-01", "status": "Active", "last_updated": "2024-01-15" } }

Error Responses

Status Code Error Description
400 Bad Request Missing or invalid PAN number
401 Unauthorized Missing or invalid API key
402 Payment Required Insufficient wallet balance
403 Forbidden Account is blocked
429 Too Many Requests Rate limit exceeded (5/min)

🔐 Authentication

All API requests require an API key in the request header:

x-api-key: your_unique_api_key_here

You can get your API key from the admin panel after account creation.

⚡ Rate Limiting

  • Maximum 5 requests per minute per user
  • 429 status code when limit exceeded
  • Count resets every minute

💰 Pricing

$0.50 per successful request

Amount is deducted from your wallet balance automatically on each API call.

API calls are not charged for error responses (4xx, 5xx).

📞 Support

For support, account issues, or to increase rate limits, please contact the admin.

support@api-reseller.com
+91-9876543210