Data Dictionary

Field Name Name Type Description Fixed Values
geometry.type Geometry type STRING

The geographical representation of the road disruption event.

Identifies if the location is a point on road or length of road

One of the following:

LineString

A linestring represents two or more geographic points that share a relationship as specified in the GeoJSON specification.

Point

A point represents a single geographic position as specified in the GeoJSON specficiation.

POINT, LINESTRING
geometry.coordinates Geometry coordinates GEOMETRY

Coordinates are in x, y order (longitude, and latitude for

geographic coordinates) precisely in that order and using double

values. Altitude or elevation MAY be included as an optional third

parameter while creating this object.

Ex: when the geometry type is point

1{

2 "type": "Point",

3 "coordinates": [100.0, 0.0]

4 }

Ex: when the geometry type is LineString

1{

2 "type": "LineString",

3 "coordinates": [

4 [100.0, 0.0],

5 [101.0, 1.0]

6 ]

7 }

properties.reference.roadAuthority Road authority STRING

VicRoads administrative region.

If a road disruption takes place over multiple regions, multiple values will be listed.

Identifies if the road is a DTP road or local council.

properties.reference.declaredRoadNumber Declared road number STRING VicRoads administrative road classification number. Possible values include: 2000-2999 (Freeway & State Highways) / 3000- 3999 (Forest roads) / 4000-4999 (Tourist roads) / 5000-5999 (Main Roads) / 9999 (Local Roads)
properties.roadAccessType Road access type ENUM Type of road access (if applicable) Emergency services access only, Restricted access (essential services), Authorised access (resident access only), Authorised access
properties.reference.startIntersectionRoadName Start point intersecting road STRING Name of the intersecting road at the start point
properties.reference.startIntersectionDistance Start point distance STRING Distance of the start point from reference
properties.reference.startIntersectionDirection Start point direction STRING Direction of the start point from reference N, NNE, NE, NNW, NW, E, ENE, ESE, ESE, S, SSE, SE, SSW, SW, W, WSW, WNW
properties.eventId Incident ID STRING Applicable when sourceName = Tow Allocation, then eventId = JOB_ID, otherwise eventide = null.
properties.reference.startIntersectionLocality Start point locality STRING Locality of the start point
properties.reference.endIntersectionRoadName End point intersecting road STRING Name of the intersecting road at the end point
properties.reference.endIntersectionDistance End point distance STRING Distance of the end point from reference
properties.melway Melway reference STRING Grid reference for the location of the road disruption in the Melway street directory.
properties.reference.endIntersectionDirection End point direction STRING Direction of the end point from reference N, NNE, NE, NNW, NW, E, ENE, ESE, ESE, S, SSE, SE, SSW, SW, W, WSW, WNWS
properties.reference.endIntersectionLocality End point locality STRING Locality of the end point
properties.reference.localGovernmentArea Local Government Area ENUM Full Local Government Area Name (as opposed to Abbreviated Local Government Area Name)
properties.created Created on TIMESTAMP The date and time the record was first created
properties.reference.Srns State Route Numbering Scheme route ENUM State route numbering scheme route
properties.reference.closedRoadSESRegion SES region ENUM SES region of the location MELBOURNE METROPOLITAN (CENTRAL), GIPPSLAND (EAST), GRAMPIANS (MID WEST), HUME (NORTH EAST), LODDON MALLEE (NORTH WEST), BARWON (SOUTH WEST)
properties.reference.closedRoadTransportRegion DTP region ENUM Transport region of the location. If a road disruption takes place over multiple regions, multiple values will be listed. INNER METRO, BARWON SOUTH WEST, GIPPSLAND, HUME, LODDON MALLEE, GREATER METRO
properties.reference.rmaClass RMA Classification ENUM

Road Management Act class for the closed or impacted road.

Possible values include: (FW) Freeway, (AH) Arterial - Highway, (AO) Arterial - Other, (MU) Municipal, (NR) Non-Arterial State Road, (RO) Road - Other

FW, AH, AO, MU, NR, RO
properties.impactId Impact number STRING The unique identifier of the child impact. Distinguishing between the Incident (Parent) and Impact (Child).
properties.reference.closedRoadTramRoute Affected tram routes ENUM A list of tram routes affected by the road disruption. May be empty or null.
properties.vcsd Victorian county street directory reference STRING Victorian county street directory for the location
properties.reference.closedRoadBusRoute Affected bus routes ENUM A list of bus routes affected by the road disruption. May be empty or null.
properties.impact.direction Impact direction STRING The impact direction Northbound, Eastbound, Southbound, Westbound, Inbound, Outbound, Altona-bound, Greensborough-bound, Both directions, All directions, N/A
properties.impact.impactType Impact type STRING The type of impact Road closed, Lanes closed, Changed conditions, Traffic delays, Detour, No blockage
properties.endTime End time TIMESTAMP The expected future date and time when the disruption will end, or when the next update is expected. At present, this matches the timestamp in Next update due. This field is included to better align with the Closure and Incident Feed Specification.
properties.lastUpdated Last modified TIMESTAMP The date and time the record was last modified
properties.nextUpdateDue Next Update Due TIMESTAMP The expected future date and time when the next update is expected.
properties.eventLocationStatus Impact status STRING Status of the impact. Reopened
properties.status Incident status ENUM

The status of the unplanned disruption.

Pending

Indicates that the unplanned road disruption is currently not active.

Active

Indicates that the unplanned road disruption is currently active and traffic management and changed road conditions may apply.

Reopened

Indicates that a previously closed unplanned road disruption has been reopened.

Active, Inactive
properties.eventType Incident type ENUM The type of road disruption event. Hazard, Fire, Roadworks, Flooding, Crash, Emergency Incident, Vehicle fire, Vehicle rollover, Demonstration, Equipment fault, Equipment damage, Landslip
properties.eventSubType Incident subtype ENUM The secondary type for this event, describes the event further. Road Damage, Debris On Road, Weather Event, Vehicle Breakdown, Emergency Roadworks, Flood On Road, Vehicle Collision, Stationary Vehicle
properties.id Incident number STRING Is an unique identifier for the road disruption event.
properties.numberLanesImpacted Lanes impacted ENUM Number of closed lanes (if applicable) 1, 2, 3, 4, 5, All, Multiple
properties.lastActive Last active TIMESTAMP The date and time the record was last closed
properties.lastClosed Last closed TIMESTAMP The date and time the record was last modified
properties.closedRoadName Closed road name STRING Name of the closed road
properties.declaredRoadName Declared road name STRING Name of the declared road
properties.description Incident description STRING A brief description of the incident and disruption
properties.socialMedia Social media comment STRING Social media comment to be shared
properties.weblinkURL Weblink URL STRING Website URL to be published with Social Media Comment that can link audience to resources such as a local government area's website.
properties.source.sourceName Disruption source system name ENUM Name of the source system where the disruption is recorded. RID, TowAllocation
properties.source.sourceId Disruption source system ID STRING

Source system ID of the road disruption.

eg - RUD-INC0000001

[SOURCESYSTEM-3]-[RecoredNumber]

properties.reference.localRoadName Local road name STRING

Local road name of closed road (it may differ from the declare road name).

Derived Name of Road by Geographic Place Names Act 1998

'road_name +" " + "road_type"+" "+ "road_suffix"

Additional Information

Field Value
Data last updated 11 May 2026
Metadata last updated 12 May 2026
Created 11 May 2026
Format API
License Creative Commons Attribution 4.0 International
Api urlhttps://api.opendata.transport.vic.gov.au/api/opendata/roads/disruptions/unplanned/v3/[?page][&limit]
Attributes[{"attribute_display_order_id": 1, "db_format": "STRING", "db_name": "geometry.type", "definition": "<p>The geographical representation of the road disruption event.</p><p>Identifies if the location is a point on road or length of road</p><p>One of the following:</p><p>LineString</p><p>A linestring represents two or more geographic points that share a relationship as specified in the GeoJSON specification.</p><p>Point</p><p>A point represents a single geographic position as specified in the GeoJSON specficiation.</p>", "fixed_values": "POINT, LINESTRING", "id": "15145", "name": "Geometry type", "ref_number": "AT-15145"}, {"attribute_display_order_id": 2, "db_format": "GEOMETRY", "db_name": "geometry.coordinates", "definition": "<p>Coordinates are in x, y order (longitude, and latitude for </p><p>geographic coordinates) precisely in that order and using double </p><p>values. Altitude or elevation MAY be included as an optional third </p><p>parameter while creating this object.</p><p>Ex: when the geometry type is point</p><p>1{</p><p>2 \"type\": \"Point\",</p><p>3 \"coordinates\": [100.0, 0.0]</p><p>4 }</p><p>Ex: when the geometry type is LineString</p><p>1{</p><p>2 \"type\": \"LineString\",</p><p>3 \"coordinates\": [</p><p>4 [100.0, 0.0],</p><p>5 [101.0, 1.0]</p><p>6 ]</p><p>7 }</p>", "fixed_values": "", "id": "15146", "name": "Geometry coordinates", "ref_number": "AT-15146"}, {"attribute_display_order_id": 26, "db_format": "STRING", "db_name": "properties.reference.roadAuthority", "definition": "<p>VicRoads administrative region.</p><p>If a road disruption takes place over multiple regions, multiple values will be listed.</p><p>Identifies if the road is a DTP road or local council.</p>", "fixed_values": "", "id": "15170", "name": "Road authority", "ref_number": "AT-15170"}, {"attribute_display_order_id": 27, "db_format": "STRING", "db_name": "properties.reference.declaredRoadNumber", "definition": "VicRoads administrative road classification number. Possible values include: 2000-2999 (Freeway & State Highways) / 3000- 3999 (Forest roads) / 4000-4999 (Tourist roads) / 5000-5999 (Main Roads) / 9999 (Local Roads)", "fixed_values": "", "id": "15171", "name": "Declared road number", "ref_number": "AT-15171"}, {"attribute_display_order_id": 11, "db_format": "ENUM", "db_name": "properties.roadAccessType", "definition": "Type of road access (if applicable)", "fixed_values": "Emergency services access only, Restricted access (essential services), Authorised access (resident access only), Authorised access", "id": "15155", "name": "Road access type", "ref_number": "AT-15155"}, {"attribute_display_order_id": 28, "db_format": "STRING", "db_name": "properties.reference.startIntersectionRoadName", "definition": "Name of the intersecting road at the start point", "fixed_values": "", "id": "15172", "name": "Start point intersecting road", "ref_number": "AT-15172"}, {"attribute_display_order_id": 29, "db_format": "STRING", "db_name": "properties.reference.startIntersectionDistance", "definition": "Distance of the start point from reference", "fixed_values": "", "id": "15173", "name": "Start point distance", "ref_number": "AT-15173"}, {"attribute_display_order_id": 30, "db_format": "STRING", "db_name": "properties.reference.startIntersectionDirection", "definition": "Direction of the start point from reference", "fixed_values": "N, NNE, NE, NNW, NW, E, ENE, ESE, ESE, S, SSE, SE, SSW, SW, W, WSW, WNW", "id": "15174", "name": "Start point direction", "ref_number": "AT-15174"}, {"attribute_display_order_id": 4, "db_format": "STRING", "db_name": "properties.eventId", "definition": "Applicable when sourceName = Tow Allocation, then eventId = JOB_ID, otherwise eventide = null.", "fixed_values": "", "id": "15148", "name": "Incident ID", "ref_number": "AT-15148"}, {"attribute_display_order_id": 31, "db_format": "STRING", "db_name": "properties.reference.startIntersectionLocality", "definition": "Locality of the start point", "fixed_values": "", "id": "15175", "name": "Start point locality", "ref_number": "AT-15175"}, {"attribute_display_order_id": 32, "db_format": "STRING", "db_name": "properties.reference.endIntersectionRoadName", "definition": "Name of the intersecting road at the end point", "fixed_values": "", "id": "15176", "name": "End point intersecting road", "ref_number": "AT-15176"}, {"attribute_display_order_id": 33, "db_format": "STRING", "db_name": "properties.reference.endIntersectionDistance", "definition": "Distance of the end point from reference", "fixed_values": "", "id": "15177", "name": "End point distance", "ref_number": "AT-15177"}, {"attribute_display_order_id": 19, "db_format": "STRING", "db_name": "properties.melway", "definition": "Grid reference for the location of the road disruption in the Melway street directory.", "fixed_values": "", "id": "15163", "name": "Melway reference", "ref_number": "AT-15163"}, {"attribute_display_order_id": 34, "db_format": "STRING", "db_name": "properties.reference.endIntersectionDirection", "definition": "Direction of the end point from reference", "fixed_values": "N, NNE, NE, NNW, NW, E, ENE, ESE, ESE, S, SSE, SE, SSW, SW, W, WSW, WNWS", "id": "15178", "name": "End point direction", "ref_number": "AT-15178"}, {"attribute_display_order_id": 35, "db_format": "STRING", "db_name": "properties.reference.endIntersectionLocality", "definition": "Locality of the end point", "fixed_values": "", "id": "15179", "name": "End point locality", "ref_number": "AT-15179"}, {"attribute_display_order_id": 36, "db_format": "ENUM", "db_name": "properties.reference.localGovernmentArea", "definition": "Full Local Government Area Name (as opposed to Abbreviated Local Government Area Name)", "fixed_values": "", "id": "15180", "name": "Local Government Area", "ref_number": "AT-15180"}, {"attribute_display_order_id": 12, "db_format": "TIMESTAMP", "db_name": "properties.created", "definition": "The date and time the record was first created", "fixed_values": "", "id": "15156", "name": "Created on", "ref_number": "AT-15156"}, {"attribute_display_order_id": 37, "db_format": "ENUM", "db_name": "properties.reference.Srns", "definition": "State route numbering scheme route", "fixed_values": "", "id": "15181", "name": "State Route Numbering Scheme route", "ref_number": "AT-15181"}, {"attribute_display_order_id": 38, "db_format": "ENUM", "db_name": "properties.reference.closedRoadSESRegion", "definition": "SES region of the location", "fixed_values": "MELBOURNE METROPOLITAN (CENTRAL), GIPPSLAND (EAST), GRAMPIANS (MID WEST), HUME (NORTH EAST), LODDON MALLEE (NORTH WEST), BARWON (SOUTH WEST)", "id": "15182", "name": "SES region", "ref_number": "AT-15182"}, {"attribute_display_order_id": 39, "db_format": "ENUM", "db_name": "properties.reference.closedRoadTransportRegion", "definition": "Transport region of the location. If a road disruption takes place over multiple regions, multiple values will be listed.", "fixed_values": "INNER METRO, BARWON SOUTH WEST, GIPPSLAND, HUME, LODDON MALLEE, GREATER METRO", "id": "15183", "name": "DTP region", "ref_number": "AT-15183"}, {"attribute_display_order_id": 40, "db_format": "ENUM", "db_name": "properties.reference.rmaClass", "definition": "<p>Road Management Act class for the closed or impacted road.</p><p>Possible values include: (FW) Freeway, (AH) Arterial - Highway, (AO) Arterial - Other, (MU) Municipal, (NR) Non-Arterial State Road, (RO) Road - Other</p>", "fixed_values": "FW, AH, AO, MU, NR, RO", "id": "15184", "name": "RMA Classification", "ref_number": "AT-15184"}, {"attribute_display_order_id": 5, "db_format": "STRING", "db_name": "properties.impactId", "definition": "The unique identifier of the child impact. Distinguishing between the Incident (Parent) and Impact (Child).", "fixed_values": "", "id": "15149", "name": "Impact number", "ref_number": "AT-15149"}, {"attribute_display_order_id": 41, "db_format": "ENUM", "db_name": "properties.reference.closedRoadTramRoute", "definition": "A list of tram routes affected by the road disruption. May be empty or null.", "fixed_values": "", "id": "15185", "name": "Affected tram routes", "ref_number": "AT-15185"}, {"attribute_display_order_id": 20, "db_format": "STRING", "db_name": "properties.vcsd", "definition": "Victorian county street directory for the location", "fixed_values": "", "id": "15164", "name": "Victorian county street directory reference", "ref_number": "AT-15164"}, {"attribute_display_order_id": 42, "db_format": "ENUM", "db_name": "properties.reference.closedRoadBusRoute", "definition": "A list of bus routes affected by the road disruption. May be empty or null.", "fixed_values": "", "id": "15186", "name": "Affected bus routes", "ref_number": "AT-15186"}, {"attribute_display_order_id": 43, "db_format": "STRING", "db_name": "properties.impact.direction", "definition": "The impact direction", "fixed_values": "Northbound, Eastbound, Southbound, Westbound, Inbound, Outbound, Altona-bound, Greensborough-bound, Both directions, All directions, N/A", "id": "15187", "name": "Impact direction", "ref_number": "AT-15187"}, {"attribute_display_order_id": 44, "db_format": "STRING", "db_name": "properties.impact.impactType", "definition": "The type of impact", "fixed_values": "Road closed, Lanes closed, Changed conditions, Traffic delays, Detour, No blockage", "id": "15188", "name": "Impact type", "ref_number": "AT-15188"}, {"attribute_display_order_id": 45, "db_format": "TIMESTAMP", "db_name": "properties.endTime", "definition": "The expected future date and time when the disruption will end, or when the next update is expected. At present, this matches the timestamp in Next update due. This field is included to better align with the Closure and Incident Feed Specification.", "fixed_values": "", "id": "15189", "name": "End time", "ref_number": "AT-15189"}, {"attribute_display_order_id": 13, "db_format": "TIMESTAMP", "db_name": "properties.lastUpdated", "definition": "The date and time the record was last modified", "fixed_values": "", "id": "15157", "name": "Last modified", "ref_number": "AT-15157"}, {"attribute_display_order_id": 46, "db_format": "TIMESTAMP", "db_name": "properties.nextUpdateDue", "definition": "The expected future date and time when the next update is expected.", "fixed_values": "", "id": "15190", "name": "Next Update Due", "ref_number": "AT-15190"}, {"attribute_display_order_id": 6, "db_format": "STRING", "db_name": "properties.eventLocationStatus", "definition": "Status of the impact.", "fixed_values": "Reopened", "id": "15150", "name": "Impact status", "ref_number": "AT-15150"}, {"attribute_display_order_id": 7, "db_format": "ENUM", "db_name": "properties.status", "definition": "<p>The status of the unplanned disruption.</p><p>Pending</p><p>Indicates that the unplanned road disruption is currently not active.</p><p>Active</p><p>Indicates that the unplanned road disruption is currently active and traffic management and changed road conditions may apply.</p><p>Reopened</p><p>Indicates that a previously closed unplanned road disruption has been reopened.</p>", "fixed_values": "Active, Inactive", "id": "15151", "name": "Incident status", "ref_number": "AT-15151"}, {"attribute_display_order_id": 8, "db_format": "ENUM", "db_name": "properties.eventType", "definition": "The type of road disruption event.", "fixed_values": "Hazard, Fire, Roadworks, Flooding, Crash, Emergency Incident, Vehicle fire, Vehicle rollover, Demonstration, Equipment fault, Equipment damage, Landslip", "id": "15152", "name": "Incident type", "ref_number": "AT-15152"}, {"attribute_display_order_id": 9, "db_format": "ENUM", "db_name": "properties.eventSubType", "definition": "The secondary type for this event, describes the event further.", "fixed_values": "Road Damage, Debris On Road, Weather Event, Vehicle Breakdown, Emergency Roadworks, Flood On Road, Vehicle Collision, Stationary Vehicle", "id": "15153", "name": "Incident subtype", "ref_number": "AT-15153"}, {"attribute_display_order_id": 3, "db_format": "STRING", "db_name": "properties.id", "definition": "Is an unique identifier for the road disruption event.", "fixed_values": "", "id": "15147", "name": "Incident number", "ref_number": "AT-15147"}, {"attribute_display_order_id": 10, "db_format": "ENUM", "db_name": "properties.numberLanesImpacted", "definition": "Number of closed lanes (if applicable)", "fixed_values": "1, 2, 3, 4, 5, All, Multiple", "id": "15154", "name": "Lanes impacted", "ref_number": "AT-15154"}, {"attribute_display_order_id": 14, "db_format": "TIMESTAMP", "db_name": "properties.lastActive", "definition": "The date and time the record was last closed", "fixed_values": "", "id": "15158", "name": "Last active", "ref_number": "AT-15158"}, {"attribute_display_order_id": 15, "db_format": "TIMESTAMP", "db_name": "properties.lastClosed", "definition": "The date and time the record was last modified", "fixed_values": "", "id": "15159", "name": "Last closed", "ref_number": "AT-15159"}, {"attribute_display_order_id": 16, "db_format": "STRING", "db_name": "properties.closedRoadName", "definition": "Name of the closed road", "fixed_values": "", "id": "15160", "name": "Closed road name", "ref_number": "AT-15160"}, {"attribute_display_order_id": 17, "db_format": "STRING", "db_name": "properties.declaredRoadName", "definition": "Name of the declared road", "fixed_values": "", "id": "15161", "name": "Declared road name", "ref_number": "AT-15161"}, {"attribute_display_order_id": 18, "db_format": "STRING", "db_name": "properties.description", "definition": "A brief description of the incident and disruption", "fixed_values": "", "id": "15162", "name": "Incident description", "ref_number": "AT-15162"}, {"attribute_display_order_id": 21, "db_format": "STRING", "db_name": "properties.socialMedia", "definition": "Social media comment to be shared", "fixed_values": "", "id": "15165", "name": "Social media comment", "ref_number": "AT-15165"}, {"attribute_display_order_id": 22, "db_format": "STRING", "db_name": "properties.weblinkURL", "definition": "Website URL to be published with Social Media Comment that can link audience to resources such as a local government area's website.", "fixed_values": "", "id": "15166", "name": "Weblink URL", "ref_number": "AT-15166"}, {"attribute_display_order_id": 23, "db_format": "ENUM", "db_name": "properties.source.sourceName", "definition": "Name of the source system where the disruption is recorded.", "fixed_values": "RID, TowAllocation", "id": "15167", "name": "Disruption source system name", "ref_number": "AT-15167"}, {"attribute_display_order_id": 24, "db_format": "STRING", "db_name": "properties.source.sourceId", "definition": "<p>Source system ID of the road disruption.</p><p>eg - RUD-INC0000001</p><p>[SOURCESYSTEM-3]-[RecoredNumber]</p>", "fixed_values": "", "id": "15168", "name": "Disruption source system ID", "ref_number": "AT-15168"}, {"attribute_display_order_id": 25, "db_format": "STRING", "db_name": "properties.reference.localRoadName", "definition": "<p>Local road name of closed road (it may differ from the declare road name).</p><p>Derived Name of Road by Geographic Place Names Act 1998</p><p>'road_name +\" \" + \"road_type\"+\" \"+ \"road_suffix\"</p>", "fixed_values": "", "id": "15169", "name": "Local road name", "ref_number": "AT-15169"}]
Datastore activeFalse
Datastore contains all records of source fileFalse
Edc syncTrue
Has viewsFalse
HistoricalFalse
Id1b185c7f-d4b2-404d-a65c-b5a80da7582d
Mimetypeapplication/json
Open dataset titleUnplanned Disruptions - Road - v3
Package id8034334c-8459-4912-b89b-ac611ae530e9
Position1
Publication date1 week ago
Stateactive
File size (bytes) 10.5 KB