Quantifies acoustic comfort using federal noise modelling data for road, railroad, and aviation sources. The score is a serenity scale: 1 is the worst (extreme noise — immediate proximity to an airport runway or heavy rail) and 255 is the best (serene — nature sounds only). A score of 0 indicates no noise data is available, which typically implies a rural or very secluded location. The response includes the composite score and a human-readable breakdown of individual noise sources in decibels.
Your access token or API key. Pass as Authorization: Bearer <token>.
The latitude of the location in decimal degrees (WGS 84). Must be between -90 and 90.
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
-180 <= x <= 180Successful Response
API response for a Noise Levels lookup.
The Noise Levels result. A score of 0 means no noise data is available (typically a rural or unpopulated location).
{
"description": "Noise level: 61dB (Road: 58dB, Aviation: 42dB)",
"score": 138
}