zaragoza-bizi-estimations
Retrieve real-time bike and free slot estimates for Bizi stations in Zaragoza using station identifiers to plan bike-sharing trips efficiently.
Instructions
Get the estimation of bikes and free slots in a Bizi station in Zaragoza in realtime
Input Schema
Name | Required | Description | Default |
---|---|---|---|
station | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"station": {
"type": "number"
}
},
"required": [
"station"
],
"type": "object"
}