Discover/nopecha.com API
live

nopecha.com APInopecha.com

Access NopeCHA's CAPTCHA solving endpoints: submit reCAPTCHA recognition jobs, generate bypass tokens, poll results, and retrieve account status and system metrics.

Endpoints
8
Updated
14d ago
Try it
NopeCHA API key to check status for. If omitted, returns the free-tier status associated w
api.parse.bot/scraper/a78ca28c-fef2-401d-b1c4-d9750d8fead8/<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/a78ca28c-fef2-401d-b1c4-d9750d8fead8/get_api_key_status' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Retrieve API key status including remaining credit balance, quota, and subscription plan. Defaults to the visitor IP's free-tier allocation if no API key is provided.

Input
ParamTypeDescription
api_keystringNopeCHA API key to check status for. If omitted, returns the free-tier status associated with the current visitor IP.
Response
{
  "type": "object",
  "fields": {
    "plan": "string indicating subscription tier name",
    "quota": "integer daily quota limit",
    "credit": "integer remaining credits for the current period",
    "status": "string indicating account status (e.g. Active)",
    "duration": "integer seconds until quota reset",
    "lastreset": "integer Unix timestamp of last quota reset"
  },
  "sample": {
    "data": {
      "plan": "Free",
      "quota": 100,
      "credit": 100,
      "status": "Active",
      "duration": 82800,
      "lastreset": 1778162074
    },
    "status": "success"
  }
}

About the nopecha.com API

The NopeCHA API exposes 8 endpoints covering CAPTCHA image recognition, token generation, account management, and live system metrics. Use submit_recaptcha_recognition to post a base64-encoded reCAPTCHA image with a task instruction and grid size, then poll retrieve_recaptcha_recognition with the returned job ID to get the selected tile indices. Separate endpoints handle reCAPTCHA v2 token generation, API key credit checks, event history, and subscription plan details.

CAPTCHA Recognition and Token Generation

Two submit/retrieve pairs handle the core CAPTCHA work. submit_recaptcha_recognition accepts a base64-encoded image or URL via image_data, a task string (the challenge prompt, e.g. "Select all squares with traffic lights"), an optional grid parameter (3x3 or 4x4), and an optional api_key. It returns a data string containing the job ID. You then call retrieve_recaptcha_recognition with that job_id to get back a data array of tile selections.

For full token generation, submit_recaptcha_v2_token takes a url (the target page), a sitekey, and an optional data JSON string for parameters like the s value or enterprise flags. The companion retrieve_recaptcha_v2_token returns a data string containing the solved token, ready to be submitted to the target form.

Account Status and Usage Events

get_api_key_status returns the plan name, integer quota (daily limit), integer credit (remaining for the current period), status string, duration in seconds until the next quota reset, and a lastreset Unix timestamp. If no api_key is supplied, the response reflects the free-tier allocation tied to the caller's IP. get_api_key_events returns an events array of recent job activity; the optional n parameter caps how many events come back.

System Metrics and Pricing Plans

get_system_metrics is a zero-input endpoint that returns live platform stats: nusers (total registered users), nonline (currently online users), and average solve durations broken out as captcha.recog.solveduration, captcha.recog.hcaptcha.solveduration, and captcha.recog.recaptcha.solveduration in seconds. get_pricing_plans returns an array of plan objects, each with name, price, quota, and features, giving a programmatic view of available subscription tiers without hitting the marketing site.

Common use cases
  • Automate reCAPTCHA v2 solving in browser automation pipelines using submit_recaptcha_v2_token and retrieve_recaptcha_v2_token.
  • Monitor NopeCHA account credit consumption and quota reset timing via get_api_key_status to avoid mid-run failures.
  • Log job-level activity by pulling get_api_key_events with a capped n value for auditing or debugging.
  • Compare live hCaptcha vs. reCAPTCHA average solve durations from get_system_metrics to time-budget scraping workflows.
  • Programmatically fetch current subscription plan options via get_pricing_plans to display or compare tiers in a dashboard.
  • Submit image-grid recognition tasks with submit_recaptcha_recognition specifying 3x3 or 4x4 grid and a natural-language task prompt.
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 NopeCHA have an official developer API?+
Yes. NopeCHA publishes an official API documented at https://nopecha.com/api. The Parse endpoints surface the same capabilities — account status, CAPTCHA submission, token retrieval, and system metrics — in a normalized interface.
What does `get_api_key_status` return when no API key is provided?+
When api_key is omitted, the endpoint returns the free-tier allocation associated with the calling IP address. The response still includes plan, quota, credit, status, duration (seconds to next reset), and lastreset (Unix timestamp), so the shape is identical to an authenticated key check.
Does the API support hCaptcha token generation, not just image recognition?+
The current endpoints cover reCAPTCHA v2 token generation and reCAPTCHA image recognition. hCaptcha appears only in the system metrics field captcha.recog.hcaptcha.solveduration; there is no dedicated hCaptcha token submission endpoint here. You can fork this API on Parse and revise it to add an hCaptcha token submission and retrieval endpoint.
How granular is the `get_api_key_events` response?+
The endpoint returns an array of recent job events for the given key. The n parameter limits how many events are returned, but the response schema does not expose per-event fields like solve duration, CAPTCHA type, or success/failure status beyond the raw array. If you need filtered or aggregated event data, you can fork the API on Parse and revise it to add filtering parameters.
Does the API cover reCAPTCHA v3 or enterprise token generation?+
There is no dedicated reCAPTCHA v3 endpoint. The submit_recaptcha_v2_token endpoint accepts an optional data JSON string that can include an enterprise flag, but v3-specific score-based solving is not a separate endpoint in this API. You can fork it on Parse and revise to add a dedicated reCAPTCHA v3 submission endpoint.
Page content last updated . Spec covers 8 endpoints from nopecha.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.