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": "..." } }
Total cost (sum)
2571000
External works variation
100000
Total including external works
Total adjusted value
2991359
Adjusted cost per m2 (GIFA)
1994
Lower limit for adjusted cost per m2
1595
Upper limit for adjusted cost per m2
2592
Show child attributes