Output interpretation

An explanation and interpretation of every feature outputted in the API response.

The output for both post requests has two main features. The first one is the 'total_wws_points' which shows the sum of all the points depicted from all the rules for the target property. The second feature includes the points depicted from each rule separately, and it is called 'points_per_component'.

'points_per_component' for non-independent home

The following table shows the subfeatures of the main 'points_per_component' feature for a non-independent home endpoint.

FeatureExampleExplanation

1_area_of_rooms

'125'

The points depicted from the 1st rule

2_heating_options

'5'

The points depicted from the 2nd rule

3_cooking_facilities

'12'

The points depicted from the 3rd rule

4_toilet

'0'

The points depicted from the 4th rule

5_washing_facilities

'15'

The points depicted from the 5th rule

6_quality_factors

'85'

The points depicted from the 6th rule

7_monument

'50'

The points depicted from the 7th rule

'points_per_component' for independent home

The following table shows the subfeatures of the main 'points_per_component' feature for an independent home endpoint.

FeatureExampleExplanation

1_area_of_rooms

'125'

The points depicted from the 1st rule

2_surface_area_other_spaces

'48.8'

The points depicted from the 2nd rule

3_heating

'4'

The points depicted from the 3rd rule

4_energy_label

'68'

The points depicted from the 4th rule

5_kitchen

'14'

The points depicted from the 5th rule

6_sanitary_facilities

'16'

The points depicted from the 6th rule

7_facilities_for_disables

'66.1'

The points depicted from the 7th rule

8_private_outdoor_spaces

'14'

The points depicted from the 8th rule

9_woz_value

'35'

The points depicted from the 9th rule

10_renovation

'15'

The points depicted from the 10th rule

11_special_facilities

'0'

The points depicted from the 11th rule

12_monument

'50'

The points depicted from the 12th rule

Last updated