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.

Singapore Cultural Statistics

The Singapore Cultural Statistics (SCS) reports administrative data and statistics on arts and cultural activities in Singapore

38 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.

Contributions to Arts and Culture ($mil)

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Employment in Arts and Cultural Sector

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Employment in Arts and Cultural Sector (Performing Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Employment in Arts and Cultural Sector (Visual Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Enrolment in School of the Arts (SOTA)

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Full-Time Enrolment in Diploma Arts Courses

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Full-Time Enrolment in Post-graduate Arts Courses

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Full-Time Enrolment in Tertiary Arts Courses

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Full-Time Enrolment in Undergraduate Arts Courses

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Government Funding ($mil)

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Gross Takings ($mil) from Ticket Sales for Performing Arts Events

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Museum Roundtable Visitorship

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Nominal Value-Added ($mil) (Arts and Cultural Sector - Performing Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Nominal Value-Added ($mil) (Arts and Cultural Sector - Visual Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Nominal Value-Added ($mil) (Arts and Cultural Sector)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Non-Ticketed Attendance at Arts and Cultural Events

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Arts and Cultural Companies

CSV3 months ago

Coverage: Jan 2015 to Dec 2019

Number of Arts and Cultural Societies

CSV3 months ago

Coverage: Jan 2015 to Dec 2019

Number of Changing Exhibitions at National Museums

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of International Engagements

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Members in Performing Arts Interest Groups in CCs and RCs

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Museums in Roundtable

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of National Monuments

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Participants of Performing Arts Courses Conducted by CCs and RCs

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Performing Arts Activities

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Performing Arts Courses Conducted by CCs and RCs

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Performing Arts Interest Groups in CCs and RCs

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Students in Arts-related (Music) Co-Curricular Activities

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Students in Arts-related (Visual Arts) Co-Curricular Activities

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Students in Arts-related Co-Curricular Activities

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Visual Arts Exhibition Days

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Number of Visual Arts Exhibitions

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Operating Receipts ($mil) (Arts and Cultural Sector - Performing Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Operating Receipts ($mil) (Arts and Cultural Sector - Visual Arts)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Operating Receipts ($mil) (Arts and Cultural Sector)

CSV3 months ago

Coverage: Jan 2013 to Dec 2018

Ticketed Attendance at Performing Arts Events

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Tickets Sold for Performing Arts Events

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

Visitorship to National Museums and Heritage Institutions

CSV3 months ago

Coverage: Jan 2013 to Dec 2019

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
          
collectionId = 399          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collectionId)
        
response = requests.get(url)
print(response.json())