One Map, Singapore

One Map, Singapore

Geocoding

Singapore Land Authority REST API services for Singapore addresses

Visit API

📚 Documentation & Examples

Everything you need to integrate with One Map, Singapore

🚀 Quick Start Examples

One Map, Singapore Javascript Examplejavascript
// One Map, Singapore API Example
const response = await fetch('https://www.onemap.gov.sg/docs/', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

The Singapore Land Authority REST API provides comprehensive services for accessing and managing Singapore addresses, making it an invaluable resource for developers working with location data in the region. This API enables seamless integration with OneMap, offering a wealth of address information that can enhance applications requiring geospatial features. By leveraging these services, developers can easily retrieve, manipulate, and utilize address data in various applications, including location tracking, real estate platforms, and urban planning tools. For detailed documentation and guidance on implementation, users can refer to the official resource available at OneMap Documentation.

Utilizing the Singapore Land Authority REST API comes with several benefits, including:

  • Access to accurate and up-to-date address information.
  • Streamlined integration with existing applications and systems.
  • Enhanced user experience through reliable location-based services.
  • Support for a variety of geospatial queries and data retrieval.
  • Comprehensive documentation to facilitate easy implementation.

Here is a simple JavaScript code snippet demonstrating how to call the Singapore Land Authority REST API:

const fetch = require('node-fetch');

const apiUrl = 'https://developers.onemap.sg/commonapi/search';
const params = {
    searchVal: 'Changi Airport',
    returnGeom: 'Y',
    getAddrDetails: 'Y'
};

fetch(`${apiUrl}?${new URLSearchParams(params)}`)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));
🔒

Security Assessment

D
🔒HTTPS
Enabled
SSL Grade: T
đŸ›Ąī¸Headers
85/100
HSTSCSPXFO
🕒Last Assessed
1 months ago
â„šī¸Click for detailed analysis

📊 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Jul 2Jul 4Jul 6Jul 8Jul 10Jul 12Jul 14Jul 16Jul 18Jul 20Jul 22Jul 24Jul 26Jul 28Jul 3104008001440Minutes
Online
Offline

Related APIs in Geocoding