← Finland

Nysse Live Vehicles

GET /finland/nysse/vehicles

Realtime vehicle activity (live positions) for Tampere region public transport. Source: data.itsfactory.fi (ITS Factory, no auth).

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/nysse/vehicles

Live Response

{
  "data": {
    "body": [],
    "data": {
      "headers": {
        "paging": {
          "moreData": false,
          "pageSize": 0,
          "startIndex": 0
        }
      }
    },
    "status": "success"
  },
  "success": true
}