{"id":29572572,"url":"https://github.com/lunyaadev/opensky-client","last_synced_at":"2025-07-19T05:10:18.653Z","repository":{"id":302296113,"uuid":"1011811848","full_name":"LunyaaDev/opensky-client","owner":"LunyaaDev","description":"A lightweight and easy-to-use library to interact with the OpenSky Network API","archived":false,"fork":false,"pushed_at":"2025-07-01T15:41:26.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T15:58:37.704Z","etag":null,"topics":["opensky","opensky-api","opensky-client","opensky-network","openskynetwork"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/opensky-client","language":"TypeScript","has_issues":true,"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/LunyaaDev.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,"zenodo":null}},"created_at":"2025-07-01T11:24:34.000Z","updated_at":"2025-07-01T15:45:30.000Z","dependencies_parsed_at":"2025-07-01T15:58:43.468Z","dependency_job_id":"61253b15-eac0-42fe-8f1c-30754998ff2d","html_url":"https://github.com/LunyaaDev/opensky-client","commit_stats":null,"previous_names":["lunyaadev/opensky-client"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LunyaaDev/opensky-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunyaaDev%2Fopensky-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunyaaDev%2Fopensky-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunyaaDev%2Fopensky-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunyaaDev%2Fopensky-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LunyaaDev","download_url":"https://codeload.github.com/LunyaaDev/opensky-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunyaaDev%2Fopensky-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265892454,"owners_count":23845027,"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":["opensky","opensky-api","opensky-client","opensky-network","openskynetwork"],"created_at":"2025-07-19T05:10:17.887Z","updated_at":"2025-07-19T05:10:18.647Z","avatar_url":"https://github.com/LunyaaDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛫 Opensky Client\n\nA lightweight and easy-to-use library to interact with the [OpenSky Network API](https://www.opensky-network.org).\n\n## ✨ Features\n\n- Uses the new [OAuth2 Client Credentials Flow](https://openskynetwork.github.io/opensky-api/rest.html#oauth2-client-credentials-flow)\n- Normalizes API responses into simple, user-friendly formats\n- Supports fetching\n  - [State Vectors](https://openskynetwork.github.io/opensky-api/rest.html#all-state-vectors)\n  - _(More endpoints coming soon!)_\n\n## 🚀 Example usage\n\nUnauthenticated call to the API to get all states\n\n```ts\nimport { OpenSkyClient } from 'opensky-client'\n\nconst opensky = new OpenSkyClient()\n\n// Get all states\nconst states = await opensky.getStates()\n\n// Print all state vectors (aircraft infos)\nconsole.log(states)\n```\n\n📂 [Authenticated Example](./example/src/index.ts)\n\n## 📊 OpenSky API Rate Limits\n\n| **User Type** | **API Credits** | **Requirement** |\n| --- | --- | --- |\n| **Unauthenticated** | 400 credits/day | No authentication needed |\n| **Default** | 4,000 credits/day | Requires OpenSky account |\n| **Active Contributing** | 8,000 credits/day | Requires active ADS-B receiver ≥30% uptime monthly |\n\nCheck [Limitations](https://openskynetwork.github.io/opensky-api/rest.html#limitations) for more details about rate limits and other API limitations.\n\n## ⚠️ Disclaimer\n\nThis library is in no way officially affiliated with or endorsed by the OpenSky Network.\n\nBy using this library, you agree to the [OpenSky Network's Terms of Use and Data License Agreement](https://www.opensky-network.org/terms).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunyaadev%2Fopensky-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunyaadev%2Fopensky-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunyaadev%2Fopensky-client/lists"}