{"id":17002573,"url":"https://github.com/chniter/opensky-api","last_synced_at":"2025-03-22T09:19:13.246Z","repository":{"id":216695998,"uuid":"278053323","full_name":"chniter/opensky-api","owner":"chniter","description":"C# binding for the OpenSky Network REST API","archived":false,"fork":false,"pushed_at":"2019-05-04T19:54:28.000Z","size":4513,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T09:12:10.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chniter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-08T09:57:41.000Z","updated_at":"2021-10-07T06:28:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"c71b435d-6e47-4c5d-8271-8eba47aae488","html_url":"https://github.com/chniter/opensky-api","commit_stats":null,"previous_names":["chniter/opensky-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chniter%2Fopensky-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chniter%2Fopensky-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chniter%2Fopensky-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chniter%2Fopensky-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chniter","download_url":"https://codeload.github.com/chniter/opensky-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244932047,"owners_count":20534085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:28:26.271Z","updated_at":"2025-03-22T09:19:13.219Z","avatar_url":"https://github.com/chniter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# The  OpenSky Network API\n\nThis repository contains API client implementations for the OpenSky API REST in C#.\n\n### Installation\n\nWIP\n\n### Usage\n\n```c#\n OpenSkyApi api = new OpenSkyApi();\n\n States result = api.GetStates();\n \n Console.WriteLine(result);\n```\n\nwill output something like this:\n\n```\n{\n  'states': [\n    'icao24': '7800ed', \n    'call_sign': 'CES5124 ', \n    'origin_country': 'China', \n    'last_position_update': 1507203250, \n    'last_contact': 1507203250, \n    'longitude': 116.8199, \n    'latitude': 40.2763, \n    'baro_altitude': 3459.48, \n    'on_ground': False, \n    'velocity': 181.88, \n    'heading': 84.64, \n    'vertical_rate': 11.7, \n    'geo_altitude': None, \n    'squawk': 3566.16, \n    '5632', \n    'spi': False, \n    'position_source': 0\n    ],...\n  ],\n  'time': 1507203250\n}\n```\n\n## Resources\n\n* [API documentation](https://opensky-network.org/apidoc)\n* [OpenSky Forum](https://opensky-network.org/forum)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchniter%2Fopensky-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchniter%2Fopensky-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchniter%2Fopensky-api/lists"}