Fuel stations CountType response
The CountType structure is the top-level element in the responses to requests for the stations/count resource.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
count | Integer | Yes | Number of fuel stations found in the area specified in the request. |
This example is in JSON format:
{
"count": 3
}Updated 15 days ago