Added new bus stop and updated tube frequency data
New PureGym location opened near SW9
High-quality street photo of Brick Lane area
Updated from £750 to £850 per month
View full 5-dimension analysis for any property
Filter by score ranges, dimensions, and custom criteria
View score trends and changes over time
Detailed travel times to multiple destinations
Interactive crime heatmap for any area
Complete list of nearby shops, gyms, restaurants
Compare property value to area averages
Get notified when high-score properties are listed
AI-powered property matching based on your preferences
Comprehensive PDF report for any London area
Updated transport info for EC1R
Added local gym in Brixton
Premium features - 1 month
7-day contribution streak bonus
// Track your contribution with API
const response = await fetch('https://api.localpinned.co.uk/v1/contributions', {
method: 'POST',
headers: {
'Authorization': `Bearer ${API_KEY}`,
'Content-Type': 'application/json'
},
body: JSON.stringify({
type: 'transport_update',
postcode: 'EC1R',
data: { bus_stop: 'New stop added' }
})
});
const result = await response.json();
console.log(result.credits_earned); // 15