Bird · Schema

Bird Vehicle

A single free-floating Bird vehicle as returned in the GBFS free_bike_status feed. Bird operates electric scooters and electric-assist bicycles; a vehicle's form factor is resolved by joining vehicle_type_id against the vehicle_types feed.

MicromobilityShared MobilityElectric ScootersE-ScootersE-BikesBike ShareTransportationUrban MobilityGBFSGeneral Bikeshare Feed SpecificationMobility Data SpecificationMDSGeofencingCitiesSmart CitiesFleet ManagementThird Lane Mobility

Properties

Name Type Description
bike_id string Anonymized rotating identifier per GBFS PII guidance.
lat number Latitude in WGS84 decimal degrees.
lon number Longitude in WGS84 decimal degrees.
is_reserved boolean True when the vehicle is currently reserved by a rider.
is_disabled boolean True when the vehicle is taken out of service (low battery, damage, maintenance).
vehicle_type_id string References a vehicle_type_id from the vehicle_types feed.
current_range_meters number Estimated remaining range in meters based on battery state.
last_reported integer POSIX timestamp of the last vehicle telemetry update.
View JSON Schema on GitHub

JSON Schema

bird-vehicle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bird-rides/refs/heads/main/json-schema/bird-vehicle-schema.json",
  "title": "Bird Vehicle",
  "description": "A single free-floating Bird vehicle as returned in the GBFS free_bike_status feed. Bird operates electric scooters and electric-assist bicycles; a vehicle's form factor is resolved by joining vehicle_type_id against the vehicle_types feed.",
  "type": "object",
  "required": ["bike_id", "lat", "lon", "is_reserved", "is_disabled"],
  "properties": {
    "bike_id": {
      "type": "string",
      "description": "Anonymized rotating identifier per GBFS PII guidance."
    },
    "lat": {
      "type": "number",
      "minimum": -90,
      "maximum": 90,
      "description": "Latitude in WGS84 decimal degrees."
    },
    "lon": {
      "type": "number",
      "minimum": -180,
      "maximum": 180,
      "description": "Longitude in WGS84 decimal degrees."
    },
    "is_reserved": {
      "type": "boolean",
      "description": "True when the vehicle is currently reserved by a rider."
    },
    "is_disabled": {
      "type": "boolean",
      "description": "True when the vehicle is taken out of service (low battery, damage, maintenance)."
    },
    "vehicle_type_id": {
      "type": "string",
      "description": "References a vehicle_type_id from the vehicle_types feed."
    },
    "current_range_meters": {
      "type": "number",
      "minimum": 0,
      "description": "Estimated remaining range in meters based on battery state."
    },
    "last_reported": {
      "type": "integer",
      "description": "POSIX timestamp of the last vehicle telemetry update."
    }
  },
  "additionalProperties": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bird-vehicle"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.