GuidesAPI Reference
Guides

Fuel stations CountType response

The CountType structure is the top-level element in the responses to requests for the stations/count resource.

ElementData TypeMandatoryDescription
countIntegerYesNumber of fuel stations found in the area specified in the request.

This example is in JSON format:

{
    "count": 3
}