Prerequisites
To access the Network find method, you need to establish an API user to access the NHVR Developer Platform. For a step by step guide see Logging into the Developer Platform.
Using the network find API from the Network Service
The network find API is exposed from the Network controller from the NHVR Portal - Network Service.
Every call to the network find API should include the following headers:
Header | Value | Note |
Content-Type | 'application/json' | All calls are made using JSON data structures |
Ocp-Apim-Subscription-Key | Your subscription key for the NHVR Portal API | The subscription key uniquely identifies you to the NHVR Portal API |
The network/networks endpoint uses the GET method
https://api-public.nhvr.gov.au/network/networks
Specification
The full network find API specification is available on the NHVR Developer Platform: NetworkController.find.
The return results schema is provided below for quick reference:
[
{
"submittedBy": null,
"submitted": null,
"ip": "10.9.2.253",
"activatedDate": "2022-05-18T00:48:10.516Z",
"retiredDate": null,
"modifiedBy": "53863",
"modified": "2025-07-15T04:38:25.263Z",
"createdBy": "postgres",
"created": "2022-05-18T00:48:10.516Z",
"networkId": 0,
"networkName": "General Access",
"networkDisplayName": "No HV network specified",
"description": "No HV network specified",
"richDescription": null,
"networkType": "Notice",
"status": "Draft",
"createdPartnerAccountId": null,
"operationsAccountId": 1,
"networkWkid": 0,
"networkTags": "\"PortalSpatialNetworkManagementVisibility\"=>\"False\"",
"publishedBy": null,
"publishedDate": null,
"fileList": [
{
"prefix": "openData",
"name": "https://maps.nhvr.gov.au/way2go-open-data/hvn/nhvr_hvn_0.gpkg",
"originalFileName": "nhvr_hvn_0.gpkg",
"type": "geopackage",
"size": 0,
"uploaded": "",
"uploadedBy": "system"
}
],
"extents": {
"networkId": 0,
"networkWkid": 0,
"segmentsExtentSRID3857": null,
"pointsExtentSRID3857": null,
"polygonsExtentSRID3857": null
}
},
{
"submittedBy": null,
"submitted": null,
"ip": null,
"activatedDate": "2021-08-23T03:39:10.450Z",
"retiredDate": "2024-02-26T05:01:02.922Z",
"modifiedBy": "postgres",
"modified": "2024-02-26T05:01:02.922Z",
"createdBy": "postgres",
"created": "2021-09-17T05:57:28.350Z",
"networkId": 1,
"networkName": "PoC Victoria B-double Network",
"networkDisplayName": "PoC Network Only, used for routing not display purposes",
"description": "PoC Network Only, used for routing not display purposes",
"richDescription": null,
"networkType": "Standalone",
"status": "Draft",
"createdPartnerAccountId": null,
"operationsAccountId": 1,
"networkWkid": 63740000,
"networkTags": "\"PoC\"=>\"True\", \"Category\"=>\"B-Double\", \"VehicleClass\"=>\"Class 1\"",
"publishedBy": null,
"publishedDate": null,
"fileList": [
{
"prefix": "openData",
"name": "https://maps.nhvr.gov.au/way2go-open-data/hvn/nhvr_hvn_63740000.gpkg",
"originalFileName": "nhvr_hvn_63740000.gpkg",
"type": "geopackage",
"size": 0,
"uploaded": "",
"uploadedBy": "system"
}
],
"extents": {
"networkId": 1,
"networkWkid": 63740000,
"segmentsExtentSRID3857": "BOX(15691799.637825703 -4701544.80211555,16669687.385623526 -4040793.9445010703)",
"pointsExtentSRID3857": null,
"polygonsExtentSRID3857": null
}
}
]
