Knowledge Base
3 what type of parking information does the API provide

What type of parking information does the API provide?

The API offers details on parking space availability, pricing, and other relevant information. It covers both on-street and off-street parking locations, enabling users to find the most convenient and cost-effective parking options.  See this response sample: 
{ 

  "statuses": [ 

    { 

      "current": { 

        "emptySpots": 1, 

        "updatedAt": "2021-12-12T11:29:00Z", 

        "available": true, 

        "availabilityTrend": "emptying" 

      } 

    } 

  ], 

  "parkingAvailability": "00000000-0003-1d9a-0009-20d4467654e2" 

}