{"id":20170412,"url":"https://github.com/zackaryh8/altv-api-wrapper","last_synced_at":"2026-05-08T12:41:45.589Z","repository":{"id":42553162,"uuid":"336330357","full_name":"ZackaryH8/altv-api-wrapper","owner":"ZackaryH8","description":"A Node JS Wrapper for the alt:V Masterlist API","archived":false,"fork":false,"pushed_at":"2024-01-09T17:57:14.000Z","size":176,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T16:05:18.237Z","etag":null,"topics":["altv","api","fivem","gta","gta5","nodejs","ragemp","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/altv-api-wrapper","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZackaryH8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-02-05T16:43:22.000Z","updated_at":"2023-02-13T20:31:13.000Z","dependencies_parsed_at":"2024-11-10T03:41:51.162Z","dependency_job_id":null,"html_url":"https://github.com/ZackaryH8/altv-api-wrapper","commit_stats":{"total_commits":37,"total_committers":4,"mean_commits":9.25,"dds":0.7027027027027026,"last_synced_commit":"eccf092ff2bcea9d6a039f38dcae4f4606033099"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZackaryH8%2Faltv-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZackaryH8%2Faltv-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZackaryH8%2Faltv-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZackaryH8%2Faltv-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZackaryH8","download_url":"https://codeload.github.com/ZackaryH8/altv-api-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241606253,"owners_count":19989697,"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":["altv","api","fivem","gta","gta5","nodejs","ragemp","typescript"],"created_at":"2024-11-14T01:18:52.064Z","updated_at":"2026-05-08T12:41:45.557Z","avatar_url":"https://github.com/ZackaryH8.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"200\" src=\"https://altv.mp/img/v_logo.b048d1c4.svg\" alt=\"TfL Logo\"\u003e\n    \u003ch1 align=\"center\"\u003ealt:V API Wrapper\u003c/h1\u003e\n    \u003cp align=\"center\"\u003eA NodeJS wrapper for the alt:V API, made with TypeScript.\u003c/p\u003e\n    \u003cp align=\"center\"\u003eRead the \u003ca href=\"https://zackaryh8.github.io/altv-api-wrapper/\"\u003eDocumentation\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ZackaryH8/altv-api-wrapper.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ZackaryH8/altv-api-wrapper/context:javascript)\n![NPM Version](https://img.shields.io/npm/v/altv-api-wrapper)\n![Issues](https://img.shields.io/github/issues/ZackaryH8/altv-api-wrapper)\n\n## Installation\n```\nnpm install altv-api-wrapper\nyarn add altv-api-wrapper\n```\n\n## Contribute\n\nThere are many ways to contribute to this repo.\n* [Submit bugs](https://github.com/ZackaryH8/altv-api-wrapper/issues) and help us verify fixes as they are checked in.\n* Review the [source code changes](https://github.com/ZackaryH8/altv-api-wrapper/pulls).\n\n## Example Usage\n\n### Get Server By Host\n\n#### Callback\n```js\nimport { Masterlist } from 'altv-api-wrapper';\n\nconst masterlist = new Masterlist()\n\nmasterlist.getServerByHost('xxxx').then((result) =\u003e {\n    console.log(result)\n})\n```\n\n#### Async... await\n```js\nimport { Masterlist } from 'altv-api-wrapper';\n\nconst masterlist = new Masterlist()\n\nasync function getServerByHost() {\n    const server = await masterlist.getServerByHost('xxxx');\n    console.log(server)\n}\n```\n\n## Disclaimer\nThis repository is not affiliated, associated, authorized, endorsed by, or in any way officially connected with alt:V, or the alt:MP team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackaryh8%2Faltv-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzackaryh8%2Faltv-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzackaryh8%2Faltv-api-wrapper/lists"}