{"id":16620899,"url":"https://github.com/spikehd/ubiapi","last_synced_at":"2026-04-20T12:33:58.185Z","repository":{"id":44946039,"uuid":"294014210","full_name":"SpikeHD/ubiapi","owner":"SpikeHD","description":"Uplay/Ubisoft API for Node","archived":false,"fork":false,"pushed_at":"2022-01-17T03:28:50.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-23T22:03:03.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpikeHD.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}},"created_at":"2020-09-09T05:42:24.000Z","updated_at":"2022-09-12T09:04:59.000Z","dependencies_parsed_at":"2022-09-04T22:30:25.554Z","dependency_job_id":null,"html_url":"https://github.com/SpikeHD/ubiapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpikeHD/ubiapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2Fubiapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2Fubiapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2Fubiapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2Fubiapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpikeHD","download_url":"https://codeload.github.com/SpikeHD/ubiapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2Fubiapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32047299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12T02:45:39.278Z","updated_at":"2026-04-20T12:33:58.150Z","avatar_url":"https://github.com/SpikeHD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ Warning: Currently in Super Early Development! ⚠️\n\n# UbiApi\n\nAn all-in-one Uplay/Ubisoft API wrapper written for NodeJS\n\n# Features\n\n* Get Ubisoft news data\n* That's basically it so far\n\n# Usage\n~~`npm install ubiapi`~~\n\n^ not published yet :P\n\n## Ubisoft Class\nThe `Ubisoft` class is used for basic requests as well as authentication. You'll notice that you need to provide an \"appid\" in the constructor. The easiest way to get this is to:\n\n1. Open the developer tools on your web browser\n2. If possible, filter URLs by the word \"public\" (we're looking for the URL \"https://public-ubiservices.ubi.com\")\n3. Find an `iplocation` GET request (look out for OPTIONS requests, they won't have what you're looking for)\n4. Find \"Ubi-AppId\" in the request headers\n\nHere's an example of how it works:\n```js\nconst uapi = require('ubiapi')\nconst ubi = new uapi.Ubisoft('yourappid')\n\nasync function getUbiNews() {\n return await ubi.getFeaturedNews()\n}\n\ngetUbiNews()\n```\n\n# Todo\n\n* Better news stuff (learning the filters and other params)\n* User/profile specific data\n* Game specific data (R6, For Honor, Division, etc.)\n  * The goal is to support as many games as possible\n* Forum stuff maybe?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fubiapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspikehd%2Fubiapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fubiapi/lists"}