A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

View results from GE2025 and explore the electoral boundaries and more in our interactive map.

HomeDatasets

Total Number of Outgoing Retail International Telephone Call Minutes

Total Number of Outgoing Retail International Telephone Call Minutes

Following full liberalisation of the telecoms market, Singapore's international telephone services market has grown considerably both in the diversity of such services available as well as in the number of operators offering these services. As Singapore continues to develop as a hub for international voice traffic, including transit and regional traffic in our published statistics will provide a more holistic picture of the vibrancy and growth of the entire international telephone services market in Singapore.

Thus, this figure includes total retail outgoing international call minutes as well as transit minutes. For comparison purposes, figures from previous years will also be adjusted accordingly. This change has been applied retroactively from Jan 2001. Further, starting from Jan 2001, traffic from other service providers such as ISR operators has also been included. Since Jul 2004, IDA has also expanded on the reporting of international telephone services to include all Service-Based Operators (SBO), resulting in a marked increase in the minutes reported from Jun 2004. Part of the increase is also due to monthly traffic fluctuations.

2 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collection_id = 238          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
        
response = requests.get(url)
print(response.json())