VATSIM Users API

The Users API from VATSIM — 1 operation(s) for users.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/vatsim-users-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no email required.

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

OpenAPI Specification

vatsim-users-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: VATSIM AIP Airport info Users API
  version: 2.0.0
  termsOfService: https://vatsim.net/docs/policy/user-agreement
  contact:
    email: tech@vatsim.net
    name: VATSIM Technology Team
servers:
- url: https://my.vatsim.net/api/v2/aip
tags:
- name: Users
paths:
  /users/info:
    get:
      tags:
      - Users
      summary: Get user connections
      description: "Returns the current connections for the specified user.\n\nThe response is a CSV file with the following fields:\n  * VATSIM ID\n  * Callsign\n  * Facility type (`pilot` or `atc`)\n  * Frequency (empty for pilots)\n  * Visual range (empty for pilots)\n  * Latitude\n  * Longitude\n  * Secondary positions  \n    (four or more lat/lon pairs, if set by the controller)\n  * Trailing comma"
      operationId: getUserInfo
      parameters:
      - name: cid
        in: query
        description: VATSIM ID of the user
        required: true
        schema:
          type: integer
        example: 1234567
      responses:
        '200':
          description: Successful operation
          content:
            text/plain:
              schema:
                type: string
                description: CSV of the specified user's connections
                example: 1234567,DAL1,pilot,,,40.64222,-73.76981,0,0,0,0,0,0,0,0,