ANU Quantum Numbers request parameters

Query parameters accepted by the ANU Quantum Numbers (AQN) API. DERIVED by API Evangelist from ANU's own parameter table at https://quantumnumbers.anu.edu.au/documentation. ANU publishes no schema.

UniversityHigher EducationEducationResearchAustraliaGroup of EightResearch RepositoryIdentity FederationOpen AccessQuantumRandom NumbersOAI-PMH

Properties

Name Type Description
length integer Length of the array to return.
type string Data type of the returned values.
size integer Block size. Only needed for the hex8 and hex16 data types.
View JSON Schema on GitHub

JSON Schema

anu-quantum-numbers-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anu/refs/heads/main/json-schema/anu-quantum-numbers-request-schema.json",
  "title": "ANU Quantum Numbers request parameters",
  "description": "Query parameters accepted by the ANU Quantum Numbers (AQN) API. DERIVED by API Evangelist from ANU's own parameter table at https://quantumnumbers.anu.edu.au/documentation. ANU publishes no schema.",
  "x-provenance": {
    "method": "derived",
    "generated": "2026-08-19",
    "source": "https://quantumnumbers.anu.edu.au/documentation",
    "x-operator": "institution"
  },
  "type": "object",
  "required": ["length", "type"],
  "additionalProperties": false,
  "properties": {
    "length": { "type": "integer", "minimum": 1, "maximum": 1024, "description": "Length of the array to return." },
    "type": { "type": "string", "enum": ["uint8", "uint16", "hex8", "hex16"], "description": "Data type of the returned values." },
    "size": { "type": "integer", "minimum": 1, "maximum": 10, "description": "Block size. Only needed for the hex8 and hex16 data types." }
  },
  "allOf": [
    {
      "if": { "properties": { "type": { "enum": ["hex8", "hex16"] } }, "required": ["type"] },
      "then": { "required": ["size"] }
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/anu-quantum-numbers-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.