cURL
curl --request GET \ --url https://api.n-3.co.uk/benchmark/project/{projectId} \ --header 'x-api-key: <api-key>'
{ "totals": 2571000, "external_works_variation": 100000, "total_including_external_works": 2571000, "total_adjusted_value": 2991359, "adjusted_cost_per_m2": 1994, "lower_limit": 1595, "upper_limit": 2592, "_meta": { "adjustment_percentage": 0.35, "external_works_percentage": 0.25, "strength": 75, "profiled_strength": 2.5, "location": { "county": "London", "index": 100 } } }
GET /benchmark/project/12345
GET /benchmark/project/12345?hybridSupport=true&development=dev1
{ "predictions": { "costForecast": {...}, "confidenceInterval": {...}, "qualityRating": "Strong" }, "comparisons": { "similarProjects": [...], "qualityGrades": [...], "sourceHealth": {...} }, "metadata": { "generatedAt": "...", "modelVersion": "...", "dataSource": "..." } }
The response is of type object.
object