Sprift · Arazzo Workflow

Sprift — Material Information for a UK property

Version 1.0.0

Resolve a UK postcode to a UPRN and pull the Material Information disclosure set for it.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Real-EstateUnited KingdomPropTechProperty DataProperty ListingsValuationAVMLand RegistryConveyancingRentalsMortgageArazzoWorkflows

Provider

sprift

Workflows

postcode-to-material-information
Postcode → UPRN → Material Information (parts A, B and C)
2 steps inputs: apiKey, postcode outputs: environmentalAndPlanning, financialAndTenure, physicalCharacteristics
1
resolve-postcode
Return the addresses and UPRNs for the postcode.
2
material-information
Part A physical characteristics, part B financial and tenure, part C environmental and planning, plus planning applications and immediate proximity.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sprift — Material Information for a UK property
  version: 1.0.0
  summary: >-
    Resolve a UK postcode to a UPRN and pull the Material Information disclosure set
    for it.
  description: >-
    Authored by API Evangelist from Sprift's published Swagger 2.0 contract. Read-only.
    The Material Information operation is keyed on the UPRN, so no propertyID
    resolution step is needed.
sourceDescriptions:
- name: propertyApi
  url: ../openapi/sprift-property-api-openapi.yml
  type: openapi
- name: searchApi
  url: ../openapi/sprift-search-api-openapi.yml
  type: openapi
workflows:
- workflowId: postcode-to-material-information
  summary: Postcode → UPRN → Material Information (parts A, B and C)
  inputs:
    type: object
    required:
    - apiKey
    - postcode
    properties:
      apiKey:
        type: string
        description: Sprift API key, sent as the SPRIFT-API-KEY header.
      postcode:
        type: string
        description: UK postcode to resolve.
  steps:
  - stepId: resolve-postcode
    description: Return the addresses and UPRNs for the postcode.
    operationId: $sourceDescriptions.searchApi.SearchPropertiesByPostcode
    parameters:
    - name: SPRIFT-API-KEY
      in: header
      value: $inputs.apiKey
    - name: postcode
      in: path
      value: $inputs.postcode
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      matches: $response.body#/data
  - stepId: material-information
    description: >-
      Part A physical characteristics, part B financial and tenure, part C
      environmental and planning, plus planning applications and immediate proximity.
    operationId: $sourceDescriptions.propertyApi.PropertyDetails-MaterialInformation
    parameters:
    - name: SPRIFT-API-KEY
      in: header
      value: $inputs.apiKey
    - name: uprn
      in: path
      value: $steps.resolve-postcode.outputs.matches[0].value
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      physicalCharacteristics: $response.body#/A
      financialAndTenure: $response.body#/B
      environmentalAndPlanning: $response.body#/C
  outputs:
    physicalCharacteristics: $steps.material-information.outputs.physicalCharacteristics
    financialAndTenure: $steps.material-information.outputs.financialAndTenure
    environmentalAndPlanning: $steps.material-information.outputs.environmentalAndPlanning

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/sprift-material-information"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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