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.
📍 Geospatial Search
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
- Get API Access - Request your API key
- Authentication - Learn how to authenticate
- GitHub - View code examples
API Endpoints
| Endpoint | Description |
|---|---|
GET /v1/places | List all places |
GET /v1/places/search | Geospatial search |
GET /v1/parking-assets | List parking assets |
GET /v1/charging-assets | List charging stations |
GET /v1/availability | Check real-time availability |
POST /v1/bookings | Create a booking |
POST /v1/robot-jobs | Create autonomous parking job |
Support
- Email: support@rollyy.com
- GitHub: github.com/rollyycom/api
- Status: status.rollyy.com
Pricing
- Free Tier: 1,000 requests/day
- Pro: $99/month - 100,000 requests/day
- Enterprise: Custom pricing and SLA