Texas A&M Campus Micromobility Vehicle Positions

GeoJSON FeatureCollection of shared micromobility vehicle positions served from veoride.geoservices.tamu.edu. The feed carries geometry only: every feature's properties object was empty across all 3,300 features observed, so no vehicle identifier, type, battery level or availability is described here.

UniversityHigher EducationEducationUnited StatesTexasPublic Research UniversityLand GrantResearchResearch DataResearch RepositoryIdentity FederationGeospatialGeocodingOpen DataLibraryCourse CatalogCampus LifeResearch Computing

Properties

Name Type Description
type object
features array
View JSON Schema on GitHub

JSON Schema

texas-a-m-university-micromobility-vehicles.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/texas-a-m-university/refs/heads/main/json-schema/texas-a-m-university-micromobility-vehicles.json",
  "title": "Texas A&M Campus Micromobility Vehicle Positions",
  "description": "GeoJSON FeatureCollection of shared micromobility vehicle positions served from veoride.geoservices.tamu.edu. The feed carries geometry only: every feature's properties object was empty across all 3,300 features observed, so no vehicle identifier, type, battery level or availability is described here.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "Derived from the observed response of https://veoride.geoservices.tamu.edu/api/vehicles/basic/geojson (HTTP 200, application/json, 342203 bytes, 3300 features, fetched 2026-09-01). No schema is published by Texas A&M for this host.",
    "x-operator": "institution"
  },
  "type": "object",
  "required": ["type", "features"],
  "properties": {
    "type": { "const": "FeatureCollection" },
    "features": {
      "type": "array",
      "items": {
        "type": "object",
        "required": ["type", "geometry", "properties"],
        "properties": {
          "type": { "const": "Feature" },
          "geometry": {
            "type": "object",
            "required": ["type", "coordinates"],
            "properties": {
              "type": { "const": "Point" },
              "coordinates": {
                "type": "array",
                "description": "[longitude, latitude] in WGS 84.",
                "minItems": 2,
                "maxItems": 2,
                "items": { "type": "number" }
              }
            }
          },
          "properties": {
            "type": "object",
            "description": "Empty on every feature observed on 2026-09-01.",
            "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/texas-a-m-university-micromobility-vehicles"
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.