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.
openapi: 3.2.0
info:
title: VATSIM Slurper Users API
version: 1.0.0
termsOfService: https://vatsim.net/docs/policy/user-agreement
contact:
email: tech@vatsim.net
name: VATSIM Technology Team
servers:
- url: https://slurper.vatsim.net
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,