11-Seven has a JSON endpoint that can be used to integrate the best prices with your own scripts or applications.
The endpoint is located here:
https://projectzerothree.info/api.php?format=json
The above URL automatically redirects to a cached copy of the latest prices formatted as a JSON object. Ensure your client properly supports redirects.
Note: While the endpoint is designed to handle a very large number of requests, do note that activity is subject to CloudFlare's security filters.
updated
- the time at which prices were updated as a UNIX timestamp.regions
- an array of Region objects.region
- the name of the region (or state), this is one of All
, VIC
, NSW
, QLD
, WA
. On top of this, there is also All-2
, VIC-2
, NSW-2
, QLD-2
, WA-2
, All-3
, VIC-3
, NSW-3
, QLD-3
, WA-3
. These represent the 2nd and 3rd best prices for each respective region.prices
- an array of Price objects.type
- the fuel type associated with the current price, this is one of E10
, U91
, U95
, U98
, Diesel
, LPG
.price
- the price value in cents per litre for the current fuel type.name
- the name of the petrol station at which the fuel is located.state
- the (geographical) state of the petrol station.postcode
- the postcode of the petrol station.suburb
- the suburb at which the petrol station exists.lat
- the latitude of the petrol station.lng
- the longitude of the petrol station.
{
"updated": 1550610867,
"regions": [
{
"region": "All",
"prices": [
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "E10",
"lng": 144.425644,
"price": 113.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "U91",
"lng": 144.425644,
"price": 115.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Geelong",
"state": "VIC",
"type": "U95",
"lng": 144.351791,
"price": 128.7,
"name": "11-Seven Geelong South",
"postcode": "3220",
"lat": -38.153732
},
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "U98",
"lng": 144.425644,
"price": 133.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Pimpama",
"state": "QLD",
"type": "Diesel",
"lng": 153.322607,
"price": 129.9,
"name": "11-Seven Pimpama",
"postcode": "4209",
"lat": -27.824323
},
{
"suburb": "Hampton Park",
"state": "VIC",
"type": "LPG",
"lng": 145.280746,
"price": 58.6,
"name": "11-Seven Hampton Park",
"postcode": "3976",
"lat": -38.030361
}
]
},
{
"region": "VIC",
"prices": [
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "E10",
"lng": 144.425644,
"price": 113.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "U91",
"lng": 144.425644,
"price": 115.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Geelong",
"state": "VIC",
"type": "U95",
"lng": 144.351791,
"price": 128.7,
"name": "11-Seven Geelong South",
"postcode": "3220",
"lat": -38.153732
},
{
"suburb": "Bacchus Marsh",
"state": "VIC",
"type": "U98",
"lng": 144.425644,
"price": 133.3,
"name": "11-Seven Bacchus Marsh",
"postcode": "3340",
"lat": -37.671566
},
{
"suburb": "Williamstown North",
"state": "VIC",
"type": "Diesel",
"lng": 144.887985,
"price": 136.9,
"name": "11-Seven Williamstown North",
"postcode": "3016",
"lat": -37.857498
},
{
"suburb": "Hampton Park",
"state": "VIC",
"type": "LPG",
"lng": 145.280746,
"price": 58.6,
"name": "11-Seven Hampton Park",
"postcode": "3976",
"lat": -38.030361
}
]
},
{
"region": "NSW",
"prices": [
{
"suburb": "Beresfield",
"state": "NSW",
"type": "E10",
"lng": 151.634958,
"price": 116.5,
"name": "11-Seven Thornton",
"postcode": "2322",
"lat": -32.796011
},
{
"suburb": "Beresfield",
"state": "NSW",
"type": "U91",
"lng": 151.634958,
"price": 118.5,
"name": "11-Seven Thornton",
"postcode": "2322",
"lat": -32.796011
},
{
"suburb": "Beresfield",
"state": "NSW",
"type": "U95",
"lng": 151.634958,
"price": 130.5,
"name": "11-Seven Thornton",
"postcode": "2322",
"lat": -32.796011
},
{
"suburb": "Beresfield",
"state": "NSW",
"type": "U98",
"lng": 151.634958,
"price": 136.5,
"name": "11-Seven Thornton",
"postcode": "2322",
"lat": -32.796011
},
{
"suburb": "Riverstone",
"state": "NSW",
"type": "Diesel",
"lng": 150.863495,
"price": 133.9,
"name": "11-Seven Riverstone",
"postcode": "2765",
"lat": -33.678127
},
{
"suburb": "Petersham",
"state": "NSW",
"type": "LPG",
"lng": 151.158646,
"price": 69.7,
"name": "11-Seven Petersham",
"postcode": "2049",
"lat": -33.888603
}
]
},
{
"region": "QLD",
"prices": [
{
"suburb": "Westbrook",
"state": "QLD",
"type": "E10",
"lng": 151.87262,
"price": 115.5,
"name": "11-Seven Westbrook",
"postcode": "4350",
"lat": -27.60733
},
{
"suburb": "Westbrook",
"state": "QLD",
"type": "U91",
"lng": 151.87262,
"price": 117.5,
"name": "11-Seven Westbrook",
"postcode": "4350",
"lat": -27.60733
},
{
"suburb": "Westbrook",
"state": "QLD",
"type": "U95",
"lng": 151.87262,
"price": 129.5,
"name": "11-Seven Westbrook",
"postcode": "4350",
"lat": -27.60733
},
{
"suburb": "Westbrook",
"state": "QLD",
"type": "U98",
"lng": 151.87262,
"price": 135.5,
"name": "11-Seven Westbrook",
"postcode": "4350",
"lat": -27.60733
},
{
"suburb": "Pimpama",
"state": "QLD",
"type": "Diesel",
"lng": 153.322607,
"price": 129.9,
"name": "11-Seven Pimpama",
"postcode": "4209",
"lat": -27.824323
},
{
"suburb": "Silkstone",
"state": "QLD",
"type": "LPG",
"lng": 152.788025,
"price": 81.9,
"name": "11-Seven Silkstone",
"postcode": "4304",
"lat": -27.621172
}
]
},
{
"region": "WA",
"prices": [
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U91",
"lng": 115.985376,
"price": 115.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U95",
"lng": 115.985376,
"price": 127.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U98",
"lng": 115.985376,
"price": 133.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "Diesel",
"lng": 115.985376,
"price": 139.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
}
]
},
{
"region": "All-2",
"prices": [
{
"suburb": "Newcomb",
"state": "VIC",
"type": "E10",
"lng": 144.401947,
"price": 114.9,
"name": "11-Seven Newcomb",
"postcode": "3219",
"lat": -38.173687
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U91",
"lng": 115.985376,
"price": 115.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U95",
"lng": 115.985376,
"price": 127.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Ellenbrook",
"state": "WA",
"type": "U98",
"lng": 115.985376,
"price": 133.9,
"name": "11-Seven Malvern Springs",
"postcode": "6069",
"lat": -31.766021
},
{
"suburb": "Acacia Ridge",
"state": "QLD",
"type": "Diesel",
"lng": 153.027143,
"price": 133.5,
"name": "11-Seven Acacia Ridge",
"postcode": "4110",
"lat": -27.589117
},
{
"suburb": "Endeavour Hills",
"state": "VIC",
"type": "LPG",
"lng": 145.242599,
"price": 58.7,
"name": "11-Seven Endeavour Hills",
"postcode": "3802",
"lat": -37.973621
}
]
},
{
"region": "VIC-2",
"prices": [
{
"suburb": "Newcomb",
"state": "VIC",
"type": "E10",
"lng": 144.401947,
"price": 114.9,
"name": "11-Seven Newcomb",
"postcode": "3219",
"lat": -38.173687
},
{
"suburb": "Geelong",
"state": "VIC",
"type": "U91",
"lng": 144.351791,
"price": 116.7,
"name": "11-Seven Geelong South",
"postcode": "3220",
"lat": -38.153732
},
{
"suburb": "Newcomb",
"state": "VIC",
"type": "U95",
"lng": 144.401947,
"price": 128.9,
"name": "11-Seven Newcomb",
"postcode": "3219",
"lat": -38.173687
},
{
"suburb": "Geelong",
"state": "VIC",
"type": "U98",
"lng": 144.351791,
"price": 134.7,
"name": "11-Seven Geelong South",
"postcode": "3220",
"lat": -38.153732
},
{
"suburb": "Hastings",
"state": "VIC",
"type": "Diesel",
"lng": 145.184052,
"price": 137.7,
"name": "11-Seven Hastings",
"postcode": "3915",
"lat": -38.284981
},
{
"suburb": "Endeavour Hills",
"state": "VIC",
"type": "LPG",
"lng": 145.242599,
"price": 58.7,
"name": "11-Seven Endeavour Hills",
"postcode": "3802",
"lat": -37.973621
}
]
},
{
"region": "NSW-2",
"prices": [
{
"suburb": "Wyong",
"state": "NSW",
"type": "E10",
"lng": 151.429214,
"price": 117.9,
"name": "11-Seven Wyong",
"postcode": "2259",
"lat": -33.274357
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U91",
"lng": 151.429214,
"price": 119.9,
"name": "11-Seven Wyong",
"postcode": "2259",
"lat": -33.274357
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U95",
"lng": 151.429214,
"price": 131.9,
"name": "11-Seven Wyong",
"postcode": "2259",
"lat": -33.274357
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U98",
"lng": 151.429214,
"price": 137.9,
"name": "11-Seven Wyong",
"postcode": "2259",
"lat": -33.274357
},
{
"suburb": "Maryville",
"state": "NSW",
"type": "Diesel",
"lng": 151.757912,
"price": 137.9,
"name": "11-Seven Wickham",
"postcode": "2293",
"lat": -32.91351
},
{
"suburb": "Ashfield",
"state": "NSW",
"type": "LPG",
"lng": 151.129532,
"price": 69.7,
"name": "11-Seven Ashfield",
"postcode": "2131",
"lat": -33.890591
}
]
},
{
"region": "QLD-2",
"prices": [
{
"suburb": "Harristown",
"state": "QLD",
"type": "E10",
"lng": 151.939319,
"price": 117.3,
"name": "11-Seven Harristown",
"postcode": "4350",
"lat": -27.576021
},
{
"suburb": "Harristown",
"state": "QLD",
"type": "U91",
"lng": 151.939319,
"price": 119.3,
"name": "11-Seven Harristown",
"postcode": "4350",
"lat": -27.576021
},
{
"suburb": "Harristown",
"state": "QLD",
"type": "U95",
"lng": 151.939319,
"price": 131.3,
"name": "11-Seven Harristown",
"postcode": "4350",
"lat": -27.576021
},
{
"suburb": "Harristown",
"state": "QLD",
"type": "U98",
"lng": 151.939319,
"price": 137.3,
"name": "11-Seven Harristown",
"postcode": "4350",
"lat": -27.576021
},
{
"suburb": "Acacia Ridge",
"state": "QLD",
"type": "Diesel",
"lng": 153.027143,
"price": 133.5,
"name": "11-Seven Acacia Ridge",
"postcode": "4110",
"lat": -27.589117
},
{
"suburb": "Dinmore",
"state": "QLD",
"type": "LPG",
"lng": 152.831985,
"price": 81.9,
"name": "11-Seven Dinmore",
"postcode": "4303",
"lat": -27.598104
}
]
},
{
"region": "WA-2",
"prices": [
{
"suburb": "Bassendean",
"state": "WA",
"type": "U91",
"lng": 115.931005,
"price": 115.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "U95",
"lng": 115.931005,
"price": 127.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "U98",
"lng": 115.931005,
"price": 133.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "Diesel",
"lng": 115.931005,
"price": 139.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
}
]
},
{
"region": "All-3",
"prices": [
{
"suburb": "Westbrook",
"state": "QLD",
"type": "E10",
"lng": 151.87262,
"price": 115.5,
"name": "11-Seven Westbrook",
"postcode": "4350",
"lat": -27.60733
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "U91",
"lng": 115.931005,
"price": 115.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "U95",
"lng": 115.931005,
"price": 127.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Bassendean",
"state": "WA",
"type": "U98",
"lng": 115.931005,
"price": 133.9,
"name": "11-Seven Bassendean",
"postcode": "6054",
"lat": -31.906262
},
{
"suburb": "Riverstone",
"state": "NSW",
"type": "Diesel",
"lng": 150.863495,
"price": 133.9,
"name": "11-Seven Riverstone",
"postcode": "2765",
"lat": -33.678127
},
{
"suburb": "Keysborough",
"state": "VIC",
"type": "LPG",
"lng": 145.149292,
"price": 58.9,
"name": "11-Seven Keysborough",
"postcode": "3173",
"lat": -37.990929
}
]
},
{
"region": "VIC-3",
"prices": [
{
"suburb": "Sebastopol",
"state": "VIC",
"type": "E10",
"lng": 143.833907,
"price": 117.9,
"name": "11-Seven Sebastopol",
"postcode": "3356",
"lat": -37.585988
},
{
"suburb": "Newcomb",
"state": "VIC",
"type": "U91",
"lng": 144.401947,
"price": 116.9,
"name": "11-Seven Newcomb",
"postcode": "3219",
"lat": -38.173687
},
{
"suburb": "Sebastopol",
"state": "VIC",
"type": "U95",
"lng": 143.833907,
"price": 131.9,
"name": "11-Seven Sebastopol",
"postcode": "3356",
"lat": -37.585988
},
{
"suburb": "Newcomb",
"state": "VIC",
"type": "U98",
"lng": 144.401947,
"price": 134.9,
"name": "11-Seven Newcomb",
"postcode": "3219",
"lat": -38.173687
},
{
"suburb": "Bayswater",
"state": "VIC",
"type": "Diesel",
"lng": 145.269714,
"price": 137.9,
"name": "11-Seven Bayswater",
"postcode": "3153",
"lat": -37.844795
},
{
"suburb": "Keysborough",
"state": "VIC",
"type": "LPG",
"lng": 145.149292,
"price": 58.9,
"name": "11-Seven Keysborough",
"postcode": "3173",
"lat": -37.990929
}
]
},
{
"region": "NSW-3",
"prices": [
{
"suburb": "Wyong",
"state": "NSW",
"type": "E10",
"lng": 151.455183,
"price": 117.9,
"name": "11-Seven Wadalba",
"postcode": "2259",
"lat": -33.265435
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U91",
"lng": 151.455183,
"price": 119.9,
"name": "11-Seven Wadalba",
"postcode": "2259",
"lat": -33.265435
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U95",
"lng": 151.455183,
"price": 131.9,
"name": "11-Seven Wadalba",
"postcode": "2259",
"lat": -33.265435
},
{
"suburb": "Wyong",
"state": "NSW",
"type": "U98",
"lng": 151.455183,
"price": 137.9,
"name": "11-Seven Wadalba",
"postcode": "2259",
"lat": -33.265435
},
{
"suburb": "Pheasants Nest",
"state": "NSW",
"type": "Diesel",
"lng": 150.639526,
"price": 137.9,
"name": "11-Seven Pheasants Nest South",
"postcode": "2574",
"lat": -34.282928
},
{
"suburb": "Haberfield",
"state": "NSW",
"type": "LPG",
"lng": 151.142761,
"price": 69.7,
"name": "11-Seven Haberfield",
"postcode": "2045",
"lat": -33.888023
}
]
},
{
"region": "QLD-3",
"prices": [
{
"suburb": "Darling Heights",
"state": "QLD",
"type": "E10",
"lng": 151.937522,
"price": 117.3,
"name": "11-Seven Darling Heights",
"postcode": "4350",
"lat": -27.592008
},
{
"suburb": "Darling Heights",
"state": "QLD",
"type": "U91",
"lng": 151.937522,
"price": 119.3,
"name": "11-Seven Darling Heights",
"postcode": "4350",
"lat": -27.592008
},
{
"suburb": "Darling Heights",
"state": "QLD",
"type": "U95",
"lng": 151.937522,
"price": 131.3,
"name": "11-Seven Darling Heights",
"postcode": "4350",
"lat": -27.592008
},
{
"suburb": "Darling Heights",
"state": "QLD",
"type": "U98",
"lng": 151.937522,
"price": 137.3,
"name": "11-Seven Darling Heights",
"postcode": "4350",
"lat": -27.592008
},
{
"suburb": "Carrara",
"state": "QLD",
"type": "Diesel",
"lng": 153.358719,
"price": 133.9,
"name": "11-Seven Carrara North",
"postcode": "4211",
"lat": -28.001229
},
{
"suburb": "Birkdale",
"state": "QLD",
"type": "LPG",
"lng": 153.207077,
"price": 82.9,
"name": "11-Seven Birkdale",
"postcode": "4159",
"lat": -27.509212
}
]
},
{
"region": "WA-3",
"prices": [
{
"suburb": "Malaga",
"state": "WA",
"type": "U91",
"lng": 115.907893,
"price": 146.9,
"name": "11-Seven Malaga",
"postcode": "6090",
"lat": -31.856774
},
{
"suburb": "Malaga",
"state": "WA",
"type": "U95",
"lng": 115.907893,
"price": 158.9,
"name": "11-Seven Malaga",
"postcode": "6090",
"lat": -31.856774
},
{
"suburb": "Malaga",
"state": "WA",
"type": "U98",
"lng": 115.907893,
"price": 164.9,
"name": "11-Seven Malaga",
"postcode": "6090",
"lat": -31.856774
},
{
"suburb": "Malaga",
"state": "WA",
"type": "Diesel",
"lng": 115.907893,
"price": 141.9,
"name": "11-Seven Malaga",
"postcode": "6090",
"lat": -31.856774
}
]
}
]
}