Bird · Schema

Bird System Information

Identifying metadata for a single Bird city deployment as published in the GBFS system_information.json feed.

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

Properties

Name Type Description
system_id string Globally unique identifier for this Bird deployment (e.g. bird-los-angeles).
name string Human-readable system name.
operator string Legal operator name. For directly-operated markets this is 'Bird Rides, Inc.'; for Bird Platform markets it is the local fleet operator.
language string Primary IETF language tag for rider-facing strings.
timezone string Olson timezone identifier for the deployment.
license_url string Link to Bird's GBFS Data License Agreement governing reuse of the feed.
rental_apps object
View JSON Schema on GitHub

JSON Schema

bird-system-information-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-system-information-schema.json",
  "title": "Bird System Information",
  "description": "Identifying metadata for a single Bird city deployment as published in the GBFS system_information.json feed.",
  "type": "object",
  "required": ["system_id", "name", "language", "timezone"],
  "properties": {
    "system_id": {
      "type": "string",
      "description": "Globally unique identifier for this Bird deployment (e.g. bird-los-angeles).",
      "pattern": "^bird[-_].+"
    },
    "name": {
      "type": "string",
      "description": "Human-readable system name."
    },
    "operator": {
      "type": "string",
      "description": "Legal operator name. For directly-operated markets this is 'Bird Rides, Inc.'; for Bird Platform markets it is the local fleet operator.",
      "examples": ["Bird Rides, Inc."]
    },
    "language": {
      "type": "string",
      "description": "Primary IETF language tag for rider-facing strings.",
      "examples": ["en", "es", "de", "fr", "fi", "it", "pt", "nl"]
    },
    "timezone": {
      "type": "string",
      "description": "Olson timezone identifier for the deployment."
    },
    "license_url": {
      "type": "string",
      "format": "uri",
      "description": "Link to Bird's GBFS Data License Agreement governing reuse of the feed."
    },
    "rental_apps": {
      "type": "object",
      "properties": {
        "android": {
          "$ref": "#/$defs/rentalApp"
        },
        "ios": {
          "$ref": "#/$defs/rentalApp"
        }
      }
    }
  },
  "$defs": {
    "rentalApp": {
      "type": "object",
      "properties": {
        "discovery_uri": {
          "type": "string"
        },
        "store_uri": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "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-system-information"
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.