Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

Changelog


Ryan Bentley
 Share

Recommended Posts

Ryan Bentley
Posted
Posted

Watch this thread - Select "Follow" in the top-right to receive e-mail updates when the VATSIM API changes

spacer.png

  • Thanks 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • Ryan Bentley pinned and locked this topic
Ryan Bentley
Posted
Posted

VATSIM API Update 12/04/2020

 

  • API users with the correct role can now append comments to a users profile (add_comment)
  • A comment is automatically appended to a members profile when update_via_division is called. The message includes the fields which have been updated.

 

  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 2 weeks later...
Ryan Bentley
Posted
Posted

VATSIM API Update 25/04/2020

 

  • rating_times now correctly reports the users controlling and pilot hours.
  • Like 3
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 3 weeks later...
Ryan Bentley
Posted
Posted

VATSIM API Update 15/05/2020

 

  • Added /connections/ endpoint to member ratings. This returns paginated results detailing the users connections to the network.
  • Added regions, divisions, subdivision APIs to allow better listing of members and future features

Check out the Swagger browser to see everything!

  • Like 4
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

Ryan Bentley
Posted
Posted

VATSIM API Update 21/05/2020

  • Added /flight_plans/ endpoint to member ratings. This returns paginated results detailing the users flight plans.

Check out the Swagger browser to see everything!

  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 1 month later...
Ryan Bentley
Posted
Posted

VATSIM API Update 24/06/2020

 

Check out the Swagger browser to see everything!

  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 5 months later...
Ryan Bentley
Posted
Posted

VATSIM API Update 01/12/2020

 

  • Added the ability to filter atcsessions by "date", facility type (including sector splits), and to specify a "start" parameter to view all sessions after a certain date.

You can now view by facility type, eg: https://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/ - this will show things like EGLL_N_APP, EGLL_S_APP, EGLL_APP

You can also just query by type: https://api.vatsim.net/api/ratings/1240411/atcsessions/APP/

You can add either the "date" or "start" parameter to the query.

https://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/?date=2020-09-18 - this will show any EGLL_APP position controlled on that date
https://api.vatsim.net/api/ratings/1240411/atcsessions/EGLL_APP/?start=2020-09-18 - this will show any EGLL_APP position controlled on or after that date.

  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 3 months later...
Ryan Bentley
Posted
Posted

VATSIM API Update 31/03/2021

 

  • Authorised users (those of you that use tokens) can now see a users e-mail address in all ratings endpoints.
  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 2 weeks later...
Ryan Bentley
Posted
Posted

VATSIM API Update 11/04/2021

  • Added lastratingchange field to ratings endpoints. 

 

  • Like 1
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 2 months later...
Matt Bozwood-Davies
Posted
Posted

VATSIM API Update 22/06/2021

  • User details removed from /ratings/{idnum} request for security reasons. Authentication required. Information for application for a key is available at  
Link to comment
Share on other sites

Ryan Bentley
Posted
Posted

VATSIM API Update 26/06/2021

Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

Ryan Bentley
Posted
Posted

VATSIM API Update 27/06/2021

  • You can now specify group_by_callsign in the query parameters for atcsessions, to get aggregate results for unique callsigns

Example: https://api.vatsim.net/api/ratings/1127186/atcsessions/?group_by_callsign

Quote

{
  "count": 59,
  "next": null,
  "previous": null,
  "results": [
    {
      "connection_id": 78658353,
      "start": "2021-05-24T20:17:50",
      "end": "2021-05-24T22:54:41",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAEF_CTR",
      "minutes_on_callsign": "156.85",
      "total_minutes_on_callsign": 16804,
      "total_aircraft_tracked": 1340,
      "total_aircraft_seen": 7229,
      "total_flights_amended": 1477,
      "total_handoffs_initiated": 358,
      "total_handoffs_received": 398,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 1016,
      "total_cruisealts_modified": 1,
      "total_tempalts_modified": 57,
      "total_scratchpadmods": 497,
      "aircrafttracked": 18,
      "aircraftseen": 157,
      "flightsamended": 19,
      "handoffsinitiated": 16,
      "handoffsreceived": 21,
      "handoffsrefused": 0,
      "squawksassigned": 13,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 2,
      "scratchpadmods": 34
    },
    {
      "connection_id": 77647779,
      "start": "2021-04-02T23:46:21",
      "end": "2021-04-03T00:45:07",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "EGYP_1_APP",
      "minutes_on_callsign": "58.766667",
      "total_minutes_on_callsign": 58.766666666666666,
      "total_aircraft_tracked": 10,
      "total_aircraft_seen": 19,
      "total_flights_amended": 8,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 2,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 1,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 2,
      "total_scratchpadmods": 0,
      "aircrafttracked": 10,
      "aircraftseen": 19,
      "flightsamended": 8,
      "handoffsinitiated": 0,
      "handoffsreceived": 2,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 2,
      "scratchpadmods": 0
    },
    {
      "connection_id": 77645753,
      "start": "2021-04-02T21:31:53",
      "end": "2021-04-02T21:54:06",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "EGYP_TWR",
      "minutes_on_callsign": "22.216667",
      "total_minutes_on_callsign": 25.566666666666666,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 24,
      "total_flights_amended": 2,
      "total_handoffs_initiated": 2,
      "total_handoffs_received": 4,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 22,
      "flightsamended": 1,
      "handoffsinitiated": 2,
      "handoffsreceived": 4,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 77520371,
      "start": "2021-03-27T20:14:21",
      "end": "2021-03-27T21:17:18",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAM_S_FSS",
      "minutes_on_callsign": "62.95",
      "total_minutes_on_callsign": 592.1,
      "total_aircraft_tracked": 44,
      "total_aircraft_seen": 3872,
      "total_flights_amended": 26,
      "total_handoffs_initiated": 7,
      "total_handoffs_received": 5,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 31,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 1,
      "total_scratchpadmods": 23,
      "aircrafttracked": 9,
      "aircraftseen": 178,
      "flightsamended": 12,
      "handoffsinitiated": 2,
      "handoffsreceived": 3,
      "handoffsrefused": 0,
      "squawksassigned": 11,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 3
    },
    {
      "connection_id": 77450988,
      "start": "2021-03-24T20:21:04",
      "end": "2021-03-24T20:22:07",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAM_W_FSS",
      "minutes_on_callsign": "1.05",
      "total_minutes_on_callsign": 5.35,
      "total_aircraft_tracked": 2,
      "total_aircraft_seen": 123,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 2,
      "aircraftseen": 77,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 77450506,
      "start": "2021-03-24T20:06:55",
      "end": "2021-03-24T20:07:19",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAM_FSS",
      "minutes_on_callsign": "0.4",
      "total_minutes_on_callsign": 7.216666666666667,
      "total_aircraft_tracked": 17,
      "total_aircraft_seen": 173,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 2,
      "aircrafttracked": 0,
      "aircraftseen": 39,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 77395379,
      "start": "2021-03-21T19:53:54",
      "end": "2021-03-21T23:38:49",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAMF_CTR",
      "minutes_on_callsign": "224.916667",
      "total_minutes_on_callsign": 1364.8,
      "total_aircraft_tracked": 84,
      "total_aircraft_seen": 1228,
      "total_flights_amended": 55,
      "total_handoffs_initiated": 95,
      "total_handoffs_received": 100,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 48,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 12,
      "total_scratchpadmods": 46,
      "aircrafttracked": 12,
      "aircraftseen": 289,
      "flightsamended": 8,
      "handoffsinitiated": 21,
      "handoffsreceived": 23,
      "handoffsrefused": 0,
      "squawksassigned": 8,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 9,
      "scratchpadmods": 21
    },
    {
      "connection_id": 76840313,
      "start": "2021-02-24T03:22:38",
      "end": "2021-02-24T03:34:07",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "BAIRES_CTR",
      "minutes_on_callsign": "11.483333",
      "total_minutes_on_callsign": 1034.8833333333334,
      "total_aircraft_tracked": 42,
      "total_aircraft_seen": 396,
      "total_flights_amended": 47,
      "total_handoffs_initiated": 57,
      "total_handoffs_received": 55,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 23,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 17,
      "total_scratchpadmods": 49,
      "aircrafttracked": 0,
      "aircraftseen": 1,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 75492092,
      "start": "2020-12-26T18:50:16",
      "end": "2020-12-26T21:25:15",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SARR_CTR",
      "minutes_on_callsign": "154.983333",
      "total_minutes_on_callsign": 326.6666666666667,
      "total_aircraft_tracked": 5,
      "total_aircraft_seen": 289,
      "total_flights_amended": 11,
      "total_handoffs_initiated": 5,
      "total_handoffs_received": 5,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 10,
      "aircrafttracked": 1,
      "aircraftseen": 123,
      "flightsamended": 2,
      "handoffsinitiated": 4,
      "handoffsreceived": 5,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 5
    },
    {
      "connection_id": 74962059,
      "start": "2020-11-29T22:15:26",
      "end": "2020-11-29T22:57:03",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SACO_TWR",
      "minutes_on_callsign": "41.616667",
      "total_minutes_on_callsign": 509.1,
      "total_aircraft_tracked": 29,
      "total_aircraft_seen": 468,
      "total_flights_amended": 30,
      "total_handoffs_initiated": 14,
      "total_handoffs_received": 21,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 28,
      "total_cruisealts_modified": 2,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 2,
      "aircrafttracked": 5,
      "aircraftseen": 27,
      "flightsamended": 2,
      "handoffsinitiated": 3,
      "handoffsreceived": 4,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 2
    },
    {
      "connection_id": 74377429,
      "start": "2020-10-30T19:57:08",
      "end": "2020-10-30T21:53:23",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SUMU_X_APP",
      "minutes_on_callsign": "116.25",
      "total_minutes_on_callsign": 116.25,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 39,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 39,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 74161375,
      "start": "2020-10-18T21:00:44",
      "end": "2020-10-18T23:14:34",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SACO_X_APP",
      "minutes_on_callsign": "133.833333",
      "total_minutes_on_callsign": 264.71666666666664,
      "total_aircraft_tracked": 3,
      "total_aircraft_seen": 72,
      "total_flights_amended": 2,
      "total_handoffs_initiated": 4,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 42,
      "flightsamended": 2,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 74033327,
      "start": "2020-10-11T21:41:35",
      "end": "2020-10-11T22:53:39",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAAR_APP",
      "minutes_on_callsign": "72.066667",
      "total_minutes_on_callsign": 398.53333333333336,
      "total_aircraft_tracked": 5,
      "total_aircraft_seen": 117,
      "total_flights_amended": 11,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 1,
      "total_scratchpadmods": 2,
      "aircrafttracked": 2,
      "aircraftseen": 57,
      "flightsamended": 0,
      "handoffsinitiated": 1,
      "handoffsreceived": 1,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 1,
      "scratchpadmods": 2
    },
    {
      "connection_id": 73929804,
      "start": "2020-10-06T03:33:20",
      "end": "2020-10-06T03:34:59",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAEF_N_CTR",
      "minutes_on_callsign": "1.65",
      "total_minutes_on_callsign": 5.55,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 33,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 10,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 73678341,
      "start": "2020-09-20T21:38:07",
      "end": "2020-09-20T21:39:21",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SABE_I_GND",
      "minutes_on_callsign": "1.233333",
      "total_minutes_on_callsign": 6.616666666666666,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 9,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 4,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 72950190,
      "start": "2020-08-12T03:04:58",
      "end": "2020-08-12T03:08:50",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SACF_CTR",
      "minutes_on_callsign": "3.866667",
      "total_minutes_on_callsign": 2674.5833333333335,
      "total_aircraft_tracked": 122,
      "total_aircraft_seen": 1607,
      "total_flights_amended": 188,
      "total_handoffs_initiated": 33,
      "total_handoffs_received": 37,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 102,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 7,
      "total_scratchpadmods": 58,
      "aircrafttracked": 1,
      "aircraftseen": 14,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 4
    },
    {
      "connection_id": 71344949,
      "start": "2020-07-26T01:41:07",
      "end": "2020-07-26T01:41:26",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SADF_TWR",
      "minutes_on_callsign": "0.316667",
      "total_minutes_on_callsign": 170.91666666666666,
      "total_aircraft_tracked": 3,
      "total_aircraft_seen": 85,
      "total_flights_amended": 8,
      "total_handoffs_initiated": 2,
      "total_handoffs_received": 2,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 6,
      "aircrafttracked": 0,
      "aircraftseen": 2,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70928610,
      "start": "2020-07-22T20:20:38",
      "end": "2020-07-22T21:38:09",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SABE_M_TWR",
      "minutes_on_callsign": "77.516667",
      "total_minutes_on_callsign": 212.85,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 64,
      "total_flights_amended": 5,
      "total_handoffs_initiated": 10,
      "total_handoffs_received": 9,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 2,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 28,
      "flightsamended": 2,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 2,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70576035,
      "start": "2020-07-17T05:50:23",
      "end": "2020-07-17T05:50:46",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SCEZ_N_CTR",
      "minutes_on_callsign": "0.383333",
      "total_minutes_on_callsign": 0.38333333333333336,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 3,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 3,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70576017,
      "start": "2020-07-17T05:49:32",
      "end": "2020-07-17T05:50:01",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SCEL_N_APP",
      "minutes_on_callsign": "0.483333",
      "total_minutes_on_callsign": 0.48333333333333334,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 1,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 1,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 1,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70575216,
      "start": "2020-07-17T04:59:03",
      "end": "2020-07-17T05:00:26",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SCTZ_N_CTR",
      "minutes_on_callsign": "1.383333",
      "total_minutes_on_callsign": 1.3833333333333333,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 1,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 1,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70575204,
      "start": "2020-07-17T04:57:50",
      "end": "2020-07-17T04:58:15",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SCTE_APP",
      "minutes_on_callsign": "0.416667",
      "total_minutes_on_callsign": 2.566666666666667,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 13,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 1,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 1,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70574340,
      "start": "2020-07-17T04:05:20",
      "end": "2020-07-17T04:05:46",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SCCI_APP",
      "minutes_on_callsign": "0.433333",
      "total_minutes_on_callsign": 0.7333333333333333,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 2,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 1,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70567485,
      "start": "2020-07-17T00:02:56",
      "end": "2020-07-17T00:03:32",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SAME_APP",
      "minutes_on_callsign": "0.6",
      "total_minutes_on_callsign": 186.11666666666667,
      "total_aircraft_tracked": 16,
      "total_aircraft_seen": 186,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 29,
      "total_handoffs_received": 29,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 3,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 3,
      "aircrafttracked": 0,
      "aircraftseen": 9,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70567383,
      "start": "2020-07-16T23:59:40",
      "end": "2020-07-17T00:00:19",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SAVF_CTR",
      "minutes_on_callsign": "0.65",
      "total_minutes_on_callsign": 5.75,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 45,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 34,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70562667,
      "start": "2020-07-16T21:44:27",
      "end": "2020-07-16T21:45:03",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SUEO_CTR",
      "minutes_on_callsign": "0.6",
      "total_minutes_on_callsign": 1.4166666666666667,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 87,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 33,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70561281,
      "start": "2020-07-16T21:10:17",
      "end": "2020-07-16T21:12:06",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SUMU_APP",
      "minutes_on_callsign": "1.816667",
      "total_minutes_on_callsign": 1.8166666666666667,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 14,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 14,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70137461,
      "start": "2020-07-10T00:14:36",
      "end": "2020-07-10T01:46:20",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SANT_APP",
      "minutes_on_callsign": "91.733333",
      "total_minutes_on_callsign": 91.73333333333333,
      "total_aircraft_tracked": 12,
      "total_aircraft_seen": 60,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 18,
      "total_handoffs_received": 20,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 12,
      "aircraftseen": 60,
      "flightsamended": 0,
      "handoffsinitiated": 18,
      "handoffsreceived": 20,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 70137338,
      "start": "2020-07-10T00:10:50",
      "end": "2020-07-10T00:14:15",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SACF_S_CTR",
      "minutes_on_callsign": "3.416667",
      "total_minutes_on_callsign": 18.9,
      "total_aircraft_tracked": 4,
      "total_aircraft_seen": 116,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 3,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 82,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 68851121,
      "start": "2020-06-19T20:50:36",
      "end": "2020-06-19T22:01:07",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SAEZ_M_TWR",
      "minutes_on_callsign": "70.516667",
      "total_minutes_on_callsign": 70.51666666666667,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 28,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 28,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 65251135,
      "start": "2020-05-02T19:04:55",
      "end": "2020-05-02T20:37:12",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SABE_APP",
      "minutes_on_callsign": "92.283333",
      "total_minutes_on_callsign": 3865.2166666666667,
      "total_aircraft_tracked": 114,
      "total_aircraft_seen": 758,
      "total_flights_amended": 187,
      "total_handoffs_initiated": 43,
      "total_handoffs_received": 38,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 122,
      "total_cruisealts_modified": 1,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 29,
      "aircrafttracked": 15,
      "aircraftseen": 52,
      "flightsamended": 9,
      "handoffsinitiated": 8,
      "handoffsreceived": 4,
      "handoffsrefused": 0,
      "squawksassigned": 11,
      "cruisealtsmodified": 1,
      "tempaltsmodified": 0,
      "scratchpadmods": 16
    },
    {
      "connection_id": 64667005,
      "start": "2020-04-25T23:54:21",
      "end": "2020-04-26T00:24:02",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SGAS_TWR",
      "minutes_on_callsign": "29.683333",
      "total_minutes_on_callsign": 29.683333333333334,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 5,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 5,
      "flightsamended": 0,
      "handoffsinitiated": 1,
      "handoffsreceived": 1,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 64661794,
      "start": "2020-04-25T22:25:50",
      "end": "2020-04-25T23:54:03",
      "server": "GERMANY-2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SGAS_GND",
      "minutes_on_callsign": "88.216667",
      "total_minutes_on_callsign": 147.11666666666667,
      "total_aircraft_tracked": 4,
      "total_aircraft_seen": 7,
      "total_flights_amended": 13,
      "total_handoffs_initiated": 3,
      "total_handoffs_received": 2,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 3,
      "aircrafttracked": 2,
      "aircraftseen": 5,
      "flightsamended": 4,
      "handoffsinitiated": 2,
      "handoffsreceived": 2,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 58067617,
      "start": "2019-09-28T14:03:36",
      "end": "2019-09-28T15:26:09",
      "server": "GERMANY-1",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAEF_I_CTR",
      "minutes_on_callsign": "82.55",
      "total_minutes_on_callsign": 82.55,
      "total_aircraft_tracked": 6,
      "total_aircraft_seen": 16,
      "total_flights_amended": 5,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 5,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 5,
      "aircrafttracked": 6,
      "aircraftseen": 16,
      "flightsamended": 5,
      "handoffsinitiated": 1,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 5,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 5
    },
    {
      "connection_id": 56433605,
      "start": "2019-04-02T18:24:22",
      "end": "2019-04-03T00:54:44",
      "server": "GERMANY",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "EGYP_APP",
      "minutes_on_callsign": "390.366667",
      "total_minutes_on_callsign": 390.3666666666667,
      "total_aircraft_tracked": 17,
      "total_aircraft_seen": 84,
      "total_flights_amended": 19,
      "total_handoffs_initiated": 3,
      "total_handoffs_received": 14,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 10,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 1,
      "aircrafttracked": 17,
      "aircraftseen": 84,
      "flightsamended": 19,
      "handoffsinitiated": 3,
      "handoffsreceived": 14,
      "handoffsrefused": 0,
      "squawksassigned": 10,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 56267990,
      "start": "2019-03-16T19:20:07",
      "end": "2019-03-16T20:57:51",
      "server": "GERMANY2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 7,
      "callsign": "SAEF_S_CTR",
      "minutes_on_callsign": "97.733333",
      "total_minutes_on_callsign": 467.3833333333333,
      "total_aircraft_tracked": 16,
      "total_aircraft_seen": 259,
      "total_flights_amended": 48,
      "total_handoffs_initiated": 13,
      "total_handoffs_received": 27,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 10,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 2,
      "aircraftseen": 77,
      "flightsamended": 13,
      "handoffsinitiated": 4,
      "handoffsreceived": 12,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 54530134,
      "start": "2018-09-22T02:25:57",
      "end": "2018-09-22T02:45:24",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SPJC_TWR",
      "minutes_on_callsign": "19.45",
      "total_minutes_on_callsign": 52.18333333333333,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 8,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 4,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 46389647,
      "start": "2016-07-31T23:09:23",
      "end": "2016-07-31T23:11:06",
      "server": "BRAZIL",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SACO_CTR",
      "minutes_on_callsign": "1.716667",
      "total_minutes_on_callsign": 1.7166666666666666,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 53,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 53,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 40541272,
      "start": "2014-12-28T20:01:58",
      "end": "2014-12-28T20:02:24",
      "server": "USA-C",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 5,
      "callsign": "SAME_CTR",
      "minutes_on_callsign": "0.433333",
      "total_minutes_on_callsign": 0.43333333333333335,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 9,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 9,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 37324567,
      "start": "2014-02-08T17:15:21",
      "end": "2014-02-08T19:14:28",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAEZ_APP",
      "minutes_on_callsign": "119.116667",
      "total_minutes_on_callsign": 782.3166666666667,
      "total_aircraft_tracked": 6,
      "total_aircraft_seen": 111,
      "total_flights_amended": 20,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 21,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 1,
      "aircrafttracked": 0,
      "aircraftseen": 29,
      "flightsamended": 4,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 35618774,
      "start": "2013-08-11T05:28:20",
      "end": "2013-08-11T06:14:09",
      "server": "EUROPE-CC",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAZM_APP",
      "minutes_on_callsign": "45.816667",
      "total_minutes_on_callsign": 234.5,
      "total_aircraft_tracked": 9,
      "total_aircraft_seen": 53,
      "total_flights_amended": 11,
      "total_handoffs_initiated": 4,
      "total_handoffs_received": 2,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 7,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 14,
      "aircrafttracked": 2,
      "aircraftseen": 3,
      "flightsamended": 5,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 35296776,
      "start": "2013-07-07T04:46:46",
      "end": "2013-07-07T06:22:34",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SACO_APP",
      "minutes_on_callsign": "95.8",
      "total_minutes_on_callsign": 1337.85,
      "total_aircraft_tracked": 37,
      "total_aircraft_seen": 300,
      "total_flights_amended": 52,
      "total_handoffs_initiated": 8,
      "total_handoffs_received": 4,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 29,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 64,
      "aircrafttracked": 2,
      "aircraftseen": 12,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 34354286,
      "start": "2013-03-24T23:35:38",
      "end": "2013-03-25T00:10:36",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAWE_APP",
      "minutes_on_callsign": "34.966667",
      "total_minutes_on_callsign": 150.98333333333332,
      "total_aircraft_tracked": 7,
      "total_aircraft_seen": 46,
      "total_flights_amended": 10,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 6,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 6,
      "aircraftseen": 28,
      "flightsamended": 7,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 3,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 34354063,
      "start": "2013-03-24T23:07:23",
      "end": "2013-03-24T23:35:19",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAWH_APP",
      "minutes_on_callsign": "27.933333",
      "total_minutes_on_callsign": 27.933333333333334,
      "total_aircraft_tracked": 4,
      "total_aircraft_seen": 10,
      "total_flights_amended": 5,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 3,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 4,
      "aircraftseen": 10,
      "flightsamended": 5,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 3,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 34353398,
      "start": "2013-03-24T21:49:34",
      "end": "2013-03-24T23:07:05",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAWC_APP",
      "minutes_on_callsign": "77.516667",
      "total_minutes_on_callsign": 77.51666666666667,
      "total_aircraft_tracked": 9,
      "total_aircraft_seen": 29,
      "total_flights_amended": 28,
      "total_handoffs_initiated": 3,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 16,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 1,
      "aircrafttracked": 9,
      "aircraftseen": 29,
      "flightsamended": 28,
      "handoffsinitiated": 3,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 16,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 33613492,
      "start": "2013-01-10T03:25:51",
      "end": "2013-01-10T06:18:39",
      "server": "USA-N",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SABE_TWR",
      "minutes_on_callsign": "172.8",
      "total_minutes_on_callsign": 2194.5333333333333,
      "total_aircraft_tracked": 29,
      "total_aircraft_seen": 453,
      "total_flights_amended": 41,
      "total_handoffs_initiated": 13,
      "total_handoffs_received": 19,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 82,
      "total_cruisealts_modified": 2,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 6,
      "aircrafttracked": 0,
      "aircraftseen": 7,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 1,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 33414827,
      "start": "2012-12-21T00:23:47",
      "end": "2012-12-21T02:53:39",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 4,
      "callsign": "SAZB_APP",
      "minutes_on_callsign": "149.866667",
      "total_minutes_on_callsign": 149.86666666666667,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 22,
      "total_flights_amended": 1,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 2,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 2,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 22,
      "flightsamended": 1,
      "handoffsinitiated": 0,
      "handoffsreceived": 2,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 2,
      "scratchpadmods": 0
    },
    {
      "connection_id": 32688011,
      "start": "2012-09-30T22:22:31",
      "end": "2012-10-01T00:32:58",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SACO_T_APP",
      "minutes_on_callsign": "130.45",
      "total_minutes_on_callsign": 229.05,
      "total_aircraft_tracked": 16,
      "total_aircraft_seen": 66,
      "total_flights_amended": 7,
      "total_handoffs_initiated": 4,
      "total_handoffs_received": 5,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 5,
      "total_scratchpadmods": 38,
      "aircrafttracked": 5,
      "aircraftseen": 48,
      "flightsamended": 6,
      "handoffsinitiated": 4,
      "handoffsreceived": 5,
      "handoffsrefused": 0,
      "squawksassigned": 2,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 5,
      "scratchpadmods": 38
    },
    {
      "connection_id": 32676169,
      "start": "2012-09-29T21:16:44",
      "end": "2012-09-29T22:16:05",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAZM_T_APP",
      "minutes_on_callsign": "59.35",
      "total_minutes_on_callsign": 121.61666666666666,
      "total_aircraft_tracked": 2,
      "total_aircraft_seen": 20,
      "total_flights_amended": 8,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 1,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 2,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 12,
      "flightsamended": 2,
      "handoffsinitiated": 0,
      "handoffsreceived": 1,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 32675888,
      "start": "2012-09-29T20:44:59",
      "end": "2012-09-29T21:16:32",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAZM_T_TWR",
      "minutes_on_callsign": "31.55",
      "total_minutes_on_callsign": 31.55,
      "total_aircraft_tracked": 2,
      "total_aircraft_seen": 4,
      "total_flights_amended": 5,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 4,
      "aircrafttracked": 2,
      "aircraftseen": 4,
      "flightsamended": 5,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 4
    },
    {
      "connection_id": 32675475,
      "start": "2012-09-29T20:02:22",
      "end": "2012-09-29T20:42:02",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAAR_TWR",
      "minutes_on_callsign": "39.666667",
      "total_minutes_on_callsign": 1876.0666666666666,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 489,
      "total_flights_amended": 4,
      "total_handoffs_initiated": 0,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 27,
      "total_cruisealts_modified": 1,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 10,
      "flightsamended": 1,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 32573405,
      "start": "2012-09-17T20:42:04",
      "end": "2012-09-17T22:25:01",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAME_TWR",
      "minutes_on_callsign": "102.95",
      "total_minutes_on_callsign": 102.95,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 22,
      "total_flights_amended": 2,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 0,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 22,
      "flightsamended": 2,
      "handoffsinitiated": 1,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 32555214,
      "start": "2012-09-15T21:58:21",
      "end": "2012-09-15T22:15:22",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAEZ_TWR",
      "minutes_on_callsign": "17.016667",
      "total_minutes_on_callsign": 91.58333333333333,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 31,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 4,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 3,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 1,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 32302556,
      "start": "2012-08-18T00:20:23",
      "end": "2012-08-18T03:44:18",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SARE_TWR",
      "minutes_on_callsign": "203.916667",
      "total_minutes_on_callsign": 203.91666666666666,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 94,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 18,
      "total_handoffs_received": 19,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 1,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 94,
      "flightsamended": 0,
      "handoffsinitiated": 18,
      "handoffsreceived": 19,
      "handoffsrefused": 0,
      "squawksassigned": 1,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 31909694,
      "start": "2012-07-06T02:31:21",
      "end": "2012-07-06T03:15:06",
      "server": "USA-E",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 3,
      "callsign": "SAZM_TWR",
      "minutes_on_callsign": "43.75",
      "total_minutes_on_callsign": 43.75,
      "total_aircraft_tracked": 1,
      "total_aircraft_seen": 6,
      "total_flights_amended": 1,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 3,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 1,
      "aircraftseen": 6,
      "flightsamended": 1,
      "handoffsinitiated": 1,
      "handoffsreceived": 3,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 25067363,
      "start": "2010-09-10T03:18:31",
      "end": "2010-09-10T04:16:55",
      "server": "EUROPE-C2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 2,
      "callsign": "SACO_GND",
      "minutes_on_callsign": "58.4",
      "total_minutes_on_callsign": 101.88333333333334,
      "total_aircraft_tracked": 0,
      "total_aircraft_seen": 58,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 1,
      "total_handoffs_received": 5,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 0,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 26,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 2,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    },
    {
      "connection_id": 24975958,
      "start": "2010-09-01T02:46:53",
      "end": "2010-09-01T03:42:00",
      "server": "EUROPE-C2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 2,
      "callsign": "SAEZ_GND",
      "minutes_on_callsign": "55.116667",
      "total_minutes_on_callsign": 727.95,
      "total_aircraft_tracked": 7,
      "total_aircraft_seen": 364,
      "total_flights_amended": 15,
      "total_handoffs_initiated": 7,
      "total_handoffs_received": 3,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 38,
      "total_cruisealts_modified": 6,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 12,
      "aircrafttracked": 1,
      "aircraftseen": 40,
      "flightsamended": 3,
      "handoffsinitiated": 1,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 2,
      "cruisealtsmodified": 1,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 24792173,
      "start": "2010-08-14T20:32:05",
      "end": "2010-08-14T21:49:01",
      "server": "EUROPE-C2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 2,
      "callsign": "SABE_GND",
      "minutes_on_callsign": "76.933333",
      "total_minutes_on_callsign": 3385.25,
      "total_aircraft_tracked": 42,
      "total_aircraft_seen": 1230,
      "total_flights_amended": 39,
      "total_handoffs_initiated": 29,
      "total_handoffs_received": 14,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 195,
      "total_cruisealts_modified": 16,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 72,
      "aircrafttracked": 0,
      "aircraftseen": 42,
      "flightsamended": 7,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 8,
      "cruisealtsmodified": 3,
      "tempaltsmodified": 0,
      "scratchpadmods": 1
    },
    {
      "connection_id": 24476800,
      "start": "2010-07-15T04:49:10",
      "end": "2010-07-15T05:41:27",
      "server": "EUROPE-C2",
      "vatsim_id": "1127186",
      "type": 2,
      "rating": 2,
      "callsign": "SAZM_GND",
      "minutes_on_callsign": "52.283333",
      "total_minutes_on_callsign": 302.3666666666667,
      "total_aircraft_tracked": 2,
      "total_aircraft_seen": 153,
      "total_flights_amended": 0,
      "total_handoffs_initiated": 2,
      "total_handoffs_received": 4,
      "total_handoffs_refused": 0,
      "total_squawks_assigned": 4,
      "total_cruisealts_modified": 0,
      "total_tempalts_modified": 0,
      "total_scratchpadmods": 0,
      "aircrafttracked": 0,
      "aircraftseen": 4,
      "flightsamended": 0,
      "handoffsinitiated": 0,
      "handoffsreceived": 0,
      "handoffsrefused": 0,
      "squawksassigned": 0,
      "cruisealtsmodified": 0,
      "tempaltsmodified": 0,
      "scratchpadmods": 0
    }
  ]
}

 

Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 1 month later...
Ryan Bentley
Posted
Posted

VATSIM API Update 11/08/2021

  • Fixed the facilities endpoint.
  • The /members/ endpoint for subdivisions and divisions now returns the entire roster by default. For a paginated response, set "paginated" in the query parameters.
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 2 months later...
Ryan Bentley
Posted
Posted

VATSIM API Update 15/10/2021

  • The default page_size for division members has been updated to 3000
  • The maximum page_size for division members has been updated to 5000
Ryan Bentley
VATSIM Senior Developer
## [email protected]
Facebook Twitter Instagram
VATSIM Logo
Link to comment
Share on other sites

  • 8 months later...
Jacob Boyles
Posted
Posted

VATSIM API Update 21/06/2022

  • Improved performance with paged API calls.
  • Like 1
JACOB BOYLES
Senior Developer
## [email protected]
Facebook     Twitter     Instagram
VATSIM Logo
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share