Insurance Council of Australia WordPress REST API

insurancecouncil.com.au runs on WordPress and leaves the standard WordPress REST API reachable anonymously at /wp-json/, returning JSON for pages, media (the PDF publication corpus of media releases, submissions and reports), categories, tags and site search. This is incidental CMS infrastructure rather than an ICA API product — the ICA publishes no documentation for it, /wp/v2/posts returns an empty array, /wp/v2/users returns 401, and the insurer, resource and insurance-type custom post types behind Find an Insurer are not registered with the REST API (that directory is served by wp-admin/admin-ajax.php instead). It carries no insurance data model, no quote, bind, issue or FNOL operations, and no authentication for the read paths.

Documentation

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-pages.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-media.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-categories.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-tags.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-types.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-taxonomies.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-statuses.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-search.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/insurance-council-australia/refs/heads/main/json-schema/insurance-council-australia-wp-v2-comments.json

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: insurance-council-australia:wordpress-rest-api
name: Insurance Council of Australia WordPress REST API
description: insurancecouncil.com.au runs on WordPress and leaves the standard WordPress REST API reachable
  anonymously at /wp-json/, returning JSON for pages, media (the PDF publication corpus of media releases,
  submissions and reports), categories, tags and site search. This is incidental CMS infrastructure rather
  than an ICA API product — the ICA publishes no documentation for it, /wp/v2/posts returns an empty array,
  /wp/v2/users returns 401, and the insurer, resource and insurance-type custom post types behind Find
  an Insurer are not registered with the REST API (that directory is served by wp-admin/admin-ajax.php
  instead). It carries no insurance data model, no quote, bind, issue or FNOL operations, and no authentication
  for the read paths.
humanURL: https://developer.wordpress.org/rest-api/
baseURL: https://insurancecouncil.com.au/wp-json/wp/v2
tags:
- Content
- WordPress
- REST
- JSON
properties:
- type: Documentation
  url: https://developer.wordpress.org/rest-api/
- type: APIReference
  url: https://developer.wordpress.org/rest-api/reference/
- type: Discovery
  url: https://insurancecouncil.com.au/wp-json/
- type: DiscoveryDocument
  url: discovery/insurance-council-australia-wp-json-root.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-pages.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-media.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-categories.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-tags.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-types.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-taxonomies.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-statuses.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-search.json
- type: JSONSchema
  url: json-schema/insurance-council-australia-wp-v2-comments.json
- type: ErrorCatalog
  url: errors/insurance-council-australia-problem-types.yml
- type: Conventions
  url: conventions/insurance-council-australia-conventions.yml
- type: DataModel
  url: data-model/insurance-council-australia-data-model.yml