creativecommons/quantifying

Add Museum Victoria as data source

Open

#215 opened on Oct 28, 2025

View on GitHub
 (18 comments) (0 reactions) (1 assignee)Python (73 forks)auto 404
help wanted✨ goal: improvement🏁 status: ready for work💻 aspect: code🟩 priority: low

Repository metrics

Stars
 (48 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem

Museum Victoria (API documentation): Museums Victoria is Australia’s largest public museum organisation, and the principal custodian of the State’s scientific, cultural and heritage collections. Its API provides access to meta data on licenses, use rights and open access. We can also get information on article type, image license, display location, locality, museum location, etc. There are 150,000 objects available.

API information

  • No API key required
  • No query limit
  • At the moment it only supports the GET verb and responses are in JSON only.

License information (Reference)

All of the text published on the site is licensed using a Creative Commons Attribution 4.0 International license. But the license for images, sounds and audio-visual material are distributed across different licenses.

Interesting questions to ask:

  • The percentage of CC license are being used
  • The distribution of license type for images and audios
  • What proportion of images, audios fall under public domain?

Contributor guide