{"id":19022583,"url":"https://github.com/lvorex/cfx-status","last_synced_at":"2026-02-11T09:05:44.178Z","repository":{"id":205477131,"uuid":"714221723","full_name":"lvorex/cfx-status","owner":"lvorex","description":"A package for simplifying CFX.re Status API.","archived":false,"fork":false,"pushed_at":"2023-11-04T15:40:51.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T17:51:03.625Z","etag":null,"topics":["api","cfx","cfxre-api","fivem","fivem-api","nodejs","status","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cfx-status","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/lvorex.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":"2023-11-04T09:14:25.000Z","updated_at":"2023-11-04T15:40:27.000Z","dependencies_parsed_at":"2024-02-03T23:00:28.725Z","dependency_job_id":null,"html_url":"https://github.com/lvorex/cfx-status","commit_stats":null,"previous_names":["lvorex/cfx-status"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvorex%2Fcfx-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvorex%2Fcfx-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvorex%2Fcfx-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvorex%2Fcfx-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvorex","download_url":"https://codeload.github.com/lvorex/cfx-status/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242988235,"owners_count":20217537,"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":["api","cfx","cfxre-api","fivem","fivem-api","nodejs","status","typescript"],"created_at":"2024-11-08T20:26:49.058Z","updated_at":"2026-02-11T09:05:39.159Z","avatar_url":"https://github.com/lvorex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple CFX API Package\n*This package is a cfx status package which uses CFX.re API.*\n\u003cbr\u003e\n\n*Feel free to contribute project.*\n\n- **Install**\n```bash\nnpm install cfx-status\n```\n\n## Utils\n- Fetching General Status\n- Fetching Components\n- Get Component by ID\n- Get Component by Name\n\n## Usages\n\n- **Basic Usage**\n\u003e *main.ts*\n```ts\nimport CFXStatus from \"cfx-status\";\n(async() =\u003e {\n    const cfxre = new CFXStatus()\n    // Automaticly Fetchs Components and General Status\n    const generalStatus = await cfxre.currentStatus // CFX.re Status\n    const components = await cfxre.components // CFX.re Systems Status\n})();\n```\n\n- **Advanced Usage**\n\u003e *main.ts*\n```ts\nimport CFXStatus from \"cfx-status\";\n(async() =\u003e {\n    const cfxre = new CFXStatus()\n    // Automaticly Fetchs Components and General Status\n    const wantedComponent = await cfxre.getComponentById(\"component-id\")\n    const wantedComponentTwo = await cfxre.getComponentByName(\"component-name\")\n\n    console.log(`${wantedComponent.name}: ${wantedComponent.status}`) // e.g. CnL: operational\n    console.log(`${wantedComponentTwo.name}: ${wantedComponentTwo.status}`) // e.g. Keymaster: major_outage\n})();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvorex%2Fcfx-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvorex%2Fcfx-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvorex%2Fcfx-status/lists"}