ToolAssay

UK HMO licence full details by licence number

UK HMO licence full details by licence number. Returns licensee, conditions, occupancy limits, and expiry.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1595 msmedian answer time
$0.04listed price per call
$0.04price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://hmo.payapi.market/hmo-licence-details

CategoryMarket data
Provider hosthmo.payapi.market
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 1595 ms

Example input (from the provider)

{
  "body": {
    "council": "manchester",
    "licence_number": "HMO/2024/00123"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "council": {
              "description": "Council slug, e.g. 'manchester', 'birmingham', 'newham'.",
              "type": "string"
            },
            "licence_number": {
              "description": "HMO licence reference number, e.g. 'HMO/2024/00123'.",
              "type": "string"
            }
          },
          "required": [
            "licence_number",
            "council"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "address": {
              "type": "string"
            },
            "conditions": {
              "type": "string"
            },
            "council": {
              "type": "string"
            },
            "data_source": {
              "type": "string"
            },
            "expiry_date": {
              "type": "string"
            },
            "last_updated": {
              "type": "string"
            },
            "licence_number": {
              "type": "string"
            },
            "licence_type": {
              "type": "string"
            },
            "licensee_name": {
              "type": "string"
            },
            "max_households": {
              "type": "integer"
            },
            "max_occupancy": {
              "type": "integer"
            },
            "start_date": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON