P

Payapi · HMO Licence Details

by Payapi

POSTBase

$0.04

per call · USD Coin on Base

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

Endpoint

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

3

Calls / 30d

2

Unique payers / 30d

Aug 29

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://hmo.payapi.market/hmo-licence-details", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "council": "manchester",
    "licence_number": "HMO/2024/00123"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://hmo.payapi.market/hmo-licence-details" \
  -H "Content-Type: application/json" \
  -d '{"council":"manchester","licence_number":"HMO/2024/00123"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "12 Example Road, Manchester, M1 1AE",
  "conditions": "Annual gas safety check required. Smoke alarms on every storey.",
  "council": "Manchester City Council",
  "data_source": "https://manchester.gov.uk/HMO_register",
  "expiry_date": "2029-03-15",
  "last_updated": "2026-04-28T09:00:00Z",
  "licence_number": "HMO/2024/00123",
  "licence_type": "Mandatory",
  "licensee_name": "Individual Landlord",
  "max_households": 2,
  "max_occupancy": 5,
  "start_date": "2024-03-15"
}

Payment details

Pay to0xffc458db291b4abce020fe3de4f91f2770e537b1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Payapi & similar services