Discover/Fidlar API
live

Fidlar APIava.fidlar.com

Search Rockingham County (NH) Registry of Deeds by book and page number. Returns deed records with document type, parties, dates, and legal descriptions.

Endpoints
1
Updated
2mo ago

What is the Fidlar API?

The ava.fidlar.com API provides access to recorded deed records in the Rockingham County, New Hampshire Registry of Deeds through a single endpoint, search_deeds_by_book_page. A search by book and page returns an array of matching deed records with up to 6 distinct data fields per record, including document type, party names, recording dates, and legal descriptions — without requiring a visit to the Registry office.

This call costs2 credits / call— charged only on success
Try it
Book number to search (numeric string, e.g. '5000').
Page number within the book (numeric string, e.g. '100').
api.parse.bot/scraper/99dcdf7d-7054-4fc8-a887-e95dedbd8e49/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/99dcdf7d-7054-4fc8-a887-e95dedbd8e49/search_deeds_by_book_page' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "book": "5000",
  "page": "100"
}'
All endpoints · 1 totalmissing one? ·

Search for recorded deeds by book and page number in the Rockingham County Registry of Deeds. Returns matching deed records including document type, parties, recording dates, legal descriptions, and notes. Each call makes two upstream requests (token + search) and solves an invisible reCAPTCHA v3 challenge.

Input
ParamTypeDescription
bookrequiredstringBook number to search (numeric string, e.g. '5000').
pagerequiredstringPage number within the book (numeric string, e.g. '100').
Response
{
  "type": "object",
  "fields": {
    "deeds": "Array of deed records matching the book/page query",
    "total_results": "Total number of matching deed records"
  },
  "sample": {
    "data": {
      "deeds": [
        {
          "book": "5000",
          "page": "100",
          "notes": "4157-1010",
          "legals": [],
          "party1": "DEWING BARBARA J KEARNEY ETAL ",
          "party2": null,
          "parties": [
            {
              "name": "DEWING BARBARA J KEARNEY ETAL",
              "party_type_id": 1,
              "additional_name": null
            },
            {
              "name": "DEWING JEROME B II ETAL",
              "party_type_id": 1,
              "additional_name": null
            },
            {
              "name": "RBS CITIZENS NA",
              "party_type_id": 3,
              "additional_name": null
            }
          ],
          "document_date": "4/14/2009",
          "document_type": "DISCH",
          "legal_summary": "",
          "document_number": "5000-0100",
          "image_page_count": 1,
          "reference_number": "",
          "recorded_date_time": "4/14/2009 7:00:00 AM",
          "consideration_amount": 0
        }
      ],
      "total_results": 1
    },
    "status": "success"
  }
}

About the Fidlar API

What the API Returns

The search_deeds_by_book_page endpoint accepts two required inputs — book (a numeric string identifying the deed book, e.g. '5000') and page (a numeric string identifying the page within that book, e.g. '100'). The response includes a deeds array of matching records and a total_results count. Each record in the array surfaces document type, party names (grantor and grantee), recording dates, legal descriptions of the property, and any associated notes.

Response Fields

Each deed record in the deeds array reflects what was filed at the time of recording: the document type (e.g. warranty deed, quitclaim deed), the names of the parties involved, the exact recording date, a legal description of the parcel, and clerk or processing notes. The total_results field tells you how many records matched the book-and-page query, which is useful when a single book/page combination references more than one instrument.

Coverage and Scope

This API is scoped specifically to Rockingham County, New Hampshire. Data corresponds to the official recorded instruments held at the Rockingham County Registry of Deeds. The book-and-page coordinate system is the canonical citation format used in New Hampshire land records, so this API fits naturally into title search workflows, chain-of-title analysis, and property research tools that already reference NH deeds by that notation.

Reliability & maintenance

The Fidlar API is a managed, monitored endpoint for ava.fidlar.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when ava.fidlar.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official ava.fidlar.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Automating title chain lookups by iterating over book/page references found in prior deeds
  • Pulling grantor and grantee party names from historical Rockingham County deeds for ownership history reports
  • Verifying recording dates and document types for real estate transaction due diligence
  • Populating a local property database with legal descriptions from NH Registry records
  • Cross-referencing deed notes and instrument metadata for lien or encumbrance research
  • Building an alert or audit tool that confirms specific book/page entries exist in the registry
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Fidlar / ava.fidlar.com offer an official developer API?+
Fidlar Technologies does not publish a documented public developer API for the AVA web portal. The ava.fidlar.com registry interface is a web application intended for end users, not a versioned API with public credentials or documentation.
What does the search_deeds_by_book_page endpoint return beyond basic deed identification?+
In addition to document type and recording date, each deed record in the deeds array includes the names of the parties (grantor and grantee), a legal description of the property, and any notes attached to the instrument. The total_results field indicates how many records share that book-and-page reference.
Does the API support searching by party name, address, or parcel ID instead of book and page?+
Not currently. The API covers book-and-page lookups only. You can fork it on Parse and revise it to add an endpoint that queries by party name or other search criteria supported by the registry.
Is this API limited to Rockingham County, or does it cover other New Hampshire counties?+
It covers Rockingham County only. Other New Hampshire counties (such as Hillsborough or Strafford) use separate registry systems. You can fork it on Parse and revise it to point to another county's AVA registry if that registry follows the same structure.
How current is the deed data returned by the API?+
The data reflects what is available in the Rockingham County Registry of Deeds system at the time of each request. Instruments that have not yet been indexed or fully processed by the registry may not appear in results immediately after recording.
Page content last updated . Spec covers 1 endpoint from ava.fidlar.com.
Related APIs in Government PublicSee all →
a836-acris.nyc.gov API
Access data from a836-acris.nyc.gov.
qPublic Property Records API
Search for properties on qPublic and access comprehensive details including owner information, valuations, building and land characteristics, sales history, tax exemptions, and fees. Retrieve complete property records to research real estate, verify ownership, or analyze property values.
reddoorcompany.com API
Search residential and commercial property listings for rent or sale across the Triangle region of North Carolina to find your next home or investment property. Browse available properties with detailed information to compare options in this dynamic North Carolina market.
esearch.fbcad.org API
Search and access detailed property records from Fort Bend Central Appraisal District, including keyword searches, advanced filtering options, and comprehensive property information. Find specific properties in Fort Bend County with complete appraisal details and ownership records.
sarasotaclerk.com API
Search and retrieve official land and court records from Sarasota County including foreclosures and Lis Pendens documents by name, date, or document type. Access detailed record information with full pagination support to find the specific legal documents you need.
sc-charleston.publicaccessnow.com API
Look up property assessment data from Charleston County, SC by PIN to find owner information, assessed values, property characteristics, and sales history. Perfect for researching real estate details, verifying property information, or tracking Charleston County property records.
api.developer.attomdata.com API
Look up comprehensive property details including ownership information, neighborhood data, and historical transaction trends for any address. Search for points of interest and analyze sales trends to make informed real estate decisions.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
Rockingham County Deeds API – ava.fidlar · Parse