Retrieve the date when the alternative fuel stations data were last updated. This dataset powers the Alternative Fueling Station Locator on the Alternative Fuels Data Center.
GET /api/alt-fuel-stations/v1/last-updated.format?parameters
Parameter | Required | Value | Description |
---|---|---|---|
format | Yes |
Type: string
Default: None
Options: json, xml
|
The output response format. |
api_key | Yes |
Type: string
Default: None
|
Your developer API key. See API keys for more information. |
Field | Value | Description |
---|---|---|
last_updated |
Type: datetime
|
The time the alternative fuel stations data was last updated (ISO 8601 format). |
GET /api/alt-fuel-stations/v1/last-updated.json?api_key=DEMO_KEY
{
"last_updated": "2012-04-06T13:48:16Z"
}
GET /api/alt-fuel-stations/v1/last-updated.xml?api_key=DEMO_KEY
<?xml version="1.0" encoding="UTF-8"?>
<alt-fuel-stations>
<last-updated type="datetime">2012-04-06T13:48:16Z</last-updated>
</alt-fuel-stations>
Standard rate limits apply. No more than 1,000 requests may be made in any hour
Standard errors may be returned.