curl · first request
# Your first API call — takes 30 seconds curl -X GET \ "https://sprift.com/api/v2/property/100090914832" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" # Response: { "uprn": "100090914832", "address": { "line_1": "42 Example Street", "postcode": "SW1A 1AA" }, "epc": { "current_rating": "C" }, "flood_risk": { "surface_water": "Low" }, "tenure": "Freehold", // ... 290+ additional fields }