{
  "name": "ASIC Published Notices API",
  "endpoints": {
    "GET /v1/notices": "Search notices. Params: q, acn, appointment_type, notice_purpose, notice_code, state, status, from, to, include_deregistration, sort, limit, page",
    "GET /v1/notices/{id}": "One notice",
    "GET /v1/companies/{acn_or_abn}": "All notices for one company, accepts a 9-digit ACN or an 11-digit ABN, with register data attached",
    "GET /v1/filters": "Allowed filter values with counts",
    "GET /v1/stats": "Grouped counts. Params: group_by (appointment_type, notice_purpose, state, notice_code, month), from, to",
    "GET /health": "Collector status",
    "POST /v1/watches": "Create a watch over a list of ACNs or ABNs, with optional filters",
    "GET /v1/watches/{id}/matches": "Notices matching a watch, paged with since",
    "POST /v1/match": "One-off bulk screen: which identifiers have notices"
  },
  "source": {
    "name": "ASIC Published Notices",
    "url": "https://publishednotices.asic.gov.au",
    "note": "Data from the Australian Securities & Investments Commission. Check the source notice before relying on it."
  }
}