HM Land Registry · Example Payload

Hm Land Registry Send A Document 1.0 Test Stubs

Real-EstateUnited KingdomLand RegistryOpen DataTitleConveyancingProperty RecordsPrice Paid DataLinked DataGeospatialGovernmentPropTech

Hm Land Registry Send A Document 1.0 Test Stubs is an example object payload from HM Land Registry, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_source_harvested_method_noteexamples

Example Payload

Raw ↑
{
  "_source": "https://landregistry.github.io/bg-dev-pack-redesign/apis/send-a-document/1.0/test-stubs",
  "_harvested": "2026-07-26",
  "_method": "searched",
  "_note": "Request and response bodies published verbatim by HM Land Registry as test stubs. Nothing here was invented or modified.",
  "examples": [
    {
      "data": {
        "document_type": "CHARGE",
        "additional_provider_filter": "string",
        "file_length": 123123,
        "file_sha256": "This is a 44 character string. blah blah bla"
      }
    },
    {
      "data": {
        "upload_url": "https://www.your-upload-url-would-be-here.com",
        "document_id": "12345678-1234-1234-1234-1234-123456789abc"
      }
    },
    {
      "data": {
        "document_type": "INVALID",
        "additional_provider_filter": "string",
        "file_length": 123123,
        "file_sha256": "This is a 44 character string. blah blah bla"
      }
    },
    {
      "type": "https://landregistry.github.io/bgtechdoc/problems/global#bad-request",
      "title": "Bad Request",
      "detail": "The request is invalid or malformed.",
      "status": "400",
      "errors": [
        {
          "type": "L1A_JSON_PARSE_ERROR",
          "detail": "Invalid document_type: 'INVALID'"
        }
      ]
    },
    {
      "data": {
        "document_type": "CHARGE",
        "additional_provider_filter": "string",
        "file_length": 0,
        "file_sha256": "This is a 44 character string. blah blah bla"
      }
    },
    {
      "type": "https://landregistry.github.io/bgtechdoc/problems/global#bad-request",
      "title": "Bad Request",
      "detail": "The request is invalid or malformed.",
      "status": "400",
      "errors": [
        {
          "type": "L1A_SCHEMA_VALIDATION_ERROR",
          "detail": "There are problems with the JSON provided [must be greater than or equal to 1]"
        }
      ]
    },
    {
      "data": {
        "document_type": "CHARGE",
        "additional_provider_filter": "string",
        "file_length": 419430401,
        "file_sha256": "This is a 44 character string. blah blah bla"
      }
    },
    {
      "type": "https://landregistry.github.io/bgtechdoc/problems/global#bad-request",
      "title": "Bad Request",
      "detail": "The request is invalid or malformed.",
      "status": "400",
      "errors": [
        {
          "type": "L1A_SCHEMA_VALIDATION_ERROR",
          "detail": "There are problems with the JSON provided [must be less than or equal to 41943040]"
        }
      ]
    },
    {
      "data": {
        "document_type": "CHARGE",
        "additional_provider_filter": "string",
        "file_length": 123123,
        "file_sha256": "This is less than 44 characters."
      }
    },
    {
      "type": "https://landregistry.github.io/bgtechdoc/problems/global#bad-request",
      "title": "Bad Request",
      "detail": "The request is invalid or malformed.",
      "status": "400",
      "errors": [
        {
          "type": "L1A_SCHEMA_VALIDATION_ERROR",
          "detail": "There are problems with the JSON provided [size must be between 44 and 44]"
        }
      ]
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/hm-land-registry-send-a-document-1.0-test-stubs"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.