Skip to main content

Rollyy Data API

Unified parking and EV charging data for smart mobility

The Rollyy Data API provides real-time access to parking and EV charging infrastructure across municipalities and operators. Build mobility apps, manage parking operations, or integrate autonomous parking with a single, reliable API.

Key Features

🚗 Parking Management

Access parking spots, garages, and street parking data with real-time availability.

⚡ EV Charging

Find charging stations, check availability, and manage charging sessions.

PostGIS-powered location search with radius queries and polygon filtering.

🔔 Real-time Updates

WebSocket and webhook support for live availability updates.

🤖 Autonomous Operations

Manage robot parking jobs and autonomous vehicle operations.

🔐 Multi-Tenant

Secure tenant isolation with API key authentication.

Quick Example

# Search for parking near Helsinki Central Station
curl -H "X-API-Key: your-api-key" \
"https://api.rollyy.com/v1/places/search?lat=60.1699&lon=24.9384&radius=1000"
{
"data": [
{
"id": "place_123",
"name": "Central Parking Garage",
"location": {
"lat": 60.1699,
"lon": 24.9384
},
"parking_assets": 150,
"charging_assets": 12,
"available_spots": 45
}
],
"meta": {
"total": 1,
"page": 1
}
}

Use Cases

For Municipalities

  • Aggregate parking data across vendors
  • Monitor occupancy and revenue
  • Optimize parking policies
  • Provide unified citizen access

For Operators

  • Expose inventory to mobility platforms
  • Manage multi-site operations
  • Integrate with payment systems
  • Track utilization metrics

For Developers

  • Build parking finder apps
  • Integrate EV charging
  • Create booking systems
  • Enable autonomous parking

Getting Started

  1. Get API Access - Request your API key
  2. Authentication - Learn how to authenticate
  3. GitHub - View code examples

API Endpoints

EndpointDescription
GET /v1/placesList all places
GET /v1/places/searchGeospatial search
GET /v1/parking-assetsList parking assets
GET /v1/charging-assetsList charging stations
GET /v1/availabilityCheck real-time availability
POST /v1/bookingsCreate a booking
POST /v1/robot-jobsCreate autonomous parking job

View API on GitHub →

Support

Pricing

  • Free Tier: 1,000 requests/day
  • Pro: $99/month - 100,000 requests/day
  • Enterprise: Custom pricing and SLA

Contact Sales →