{"id":44216806,"url":"https://github.com/skullandbonestools/skullandbonesdata","last_synced_at":"2026-04-06T12:03:20.060Z","repository":{"id":288328451,"uuid":"967017449","full_name":"SkullAndBonesTools/SkullAndBonesData","owner":"SkullAndBonesTools","description":"Public data repository for the Skull and Bones game by Ubisoft.","archived":false,"fork":false,"pushed_at":"2026-04-06T10:42:19.000Z","size":8725,"stargazers_count":4,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T11:25:24.092Z","etag":null,"topics":["skull-and-bones","skull-and-bones-tools","ubisoft","ubisoft-game"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkullAndBonesTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"patreon":"SkullandBonesTools"}},"created_at":"2025-04-15T19:52:18.000Z","updated_at":"2026-04-06T10:31:59.000Z","dependencies_parsed_at":"2025-04-17T08:27:00.563Z","dependency_job_id":"64a49af1-7194-4b99-9c25-f35467107ae3","html_url":"https://github.com/SkullAndBonesTools/SkullAndBonesData","commit_stats":null,"previous_names":["skullandbonestools/skullandbonesdata"],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/SkullAndBonesTools/SkullAndBonesData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkullAndBonesTools%2FSkullAndBonesData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkullAndBonesTools%2FSkullAndBonesData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkullAndBonesTools%2FSkullAndBonesData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkullAndBonesTools%2FSkullAndBonesData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkullAndBonesTools","download_url":"https://codeload.github.com/SkullAndBonesTools/SkullAndBonesData/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkullAndBonesTools%2FSkullAndBonesData/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31471470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: 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":["skull-and-bones","skull-and-bones-tools","ubisoft","ubisoft-game"],"created_at":"2026-02-10T02:15:10.158Z","updated_at":"2026-04-06T12:03:20.050Z","avatar_url":"https://github.com/SkullAndBonesTools.png","language":"TypeScript","funding_links":["https://patreon.com/SkullandBonesTools"],"categories":[],"sub_categories":[],"readme":"# Skull and Bones Data\n[![GitHub Release](https://img.shields.io/github/v/release/SkullAndBonesTools/SkullAndBonesData?include_prereleases\u0026sort=semver\u0026display_name=release\u0026style=for-the-badge\u0026logo=github\u0026labelColor=1f2328\u0026color=aliceblue)](https://github.com/SkullAndBonesTools/SkullAndBonesData/releases/latest) [![NPM Version](https://img.shields.io/npm/v/%40skullandbonestools%2Fsnbdata?style=for-the-badge\u0026logo=npm\u0026color=%23c60000\u0026labelColor=1f2328)](https://www.npmjs.com/package/@skullandbonestools/snbdata) [![Crowdin](https://img.shields.io/badge/Crowdin-green?style=for-the-badge\u0026logo=crowdin\u0026labelColor=1f2328)](https://crowdin.com/project/skull-and-bones-tools)\n\nWelcome to the inofficial data repository for the Skull and Bones game by Ubisoft.\n\nThis repository hosts data for the several elements in the game like **Materials**, **Items**, **Cosmetics** and more in a JSON format and provides a npm package to access the data in typescript and javascript.\n\nThis project is also compliant with the Terms of Service of Skull and Bones and approved by Ubisoft, as the data was/is collected and written down by hand and not acquired in other ways. \n\nFor each update of the game a new release is provided containing the updated files which can be found under the [Releases](https://github.com/SkullAndBonesTools/SkullAndBonesData/releases) section.\n\nThe version schema of the release is tied to the Skull and Bones version the data represents and put together like so:\\\n**Example**: snbdata@5.1.2\n```\n5 - Season (a year has 4 seasons, so season 5 = Y2S1)\n1 - Patch Level\n4 - Bug Fixes / Minor Changes (this one is related to releases of this repository)\n\nThis represents the SnB game version Y2S1.1.X\n```\n\n*Because the first published version of the package was for Y2S1, so season 5 of Skull and Bones, the first release was the 5.0.0.*\n\n## How to Use\n### Raw Data\nYou can find the raw data files as JSON in the [data](https://github.com/SkullAndBonesTools/SkullAndBonesData/tree/main/data) folder.\n\n### Package\nBased on the raw data is the `snbdata` npm package available, featuring access to the data as objects with type safety and autocompletion.\n\n#### Guide\n**Install the Package**\n```\nnpm i @skullandbonestools/snbdata\n```\n\n**Access the Data**\\\nBelow are just some examples on how to access certain datasets, a full overview including examples can be found on the wiki page [Datasets](https://github.com/SkullAndBonesTools/SkullAndBonesData/wiki/Datasets).\n\n**Ships**\\\nGetting the season of the `Barque` (TS):\n```typescript\nimport { Ships } from \"@skullandbonestools/snbdata\";\nimport { Season } from '@skullandbonestools/snbdata/dist/daos/seasons';\n\nconst season:Season = Ships.barque.season; // Retrieves the season object for the barque\nconsole.log(season.id); // Returns ragingTides\n```\n\n**Cosmetics / Items**\\\nGetting the `aBloodyPromise` sails emblem and printing all its properties.\n```javascript\nimport { Cosmetics, Items } from '@skullandbonestools/snbdata';\nimport { Cosmetic } from '@skullandbonestools/snbdata/dist/daos/cosmetics'; //TS type\n\nconst aBloodyPromise = Cosmetics.aBloodyPromise; // Works the same for items e.g. Items.heydensGuard\nObject.entries(aBloodyPromise).forEach(([key, value]) =\u003e {\n  if(!value) return;\n  console.log(`${key}: ${value}`);\n});\n\n// Output\nid: aBloodyPromise\ntype: sailsEmblem\ndateAdded: 2024-03-16\nlastUpdated: 2024-03-30\nset: ashenCorsair\nobtainable: premiumEdition\n```\n\n### Translation\nYou can find all translations of the data in several languages in the [languages](https://github.com/SkullAndBonesTools/SkullAndBonesData/tree/main/languages) folder.\\\nThe translations are maintained on and automatically pulled before each release from [Crowdin](#adding-translations-for-the-data).\n\n## History\nThe data available in the repository was originally put together for [Skull and Bones Tools](https://skullandbonestools.de) and got published with **Year 2 Season 1 - Ascent into Chaos** with the goal of supporting other creators and to promote up to date informations by allowing everyone to contribute to the dataset. \n\n## Contribute\nIf you like the project please give it a ⭐ here on Github.\n\nThere are several ways to contribute to the project:\n\n### Reporting wrong or outdated informations\nIf you have noticed a wrong or outdated informations please open an **Issue** so it can be checked and corrected quickly.\n\n### Adding translations for the data\nThe project uses Crowdin to translate all the data, where everyone can contribute.\nYou can find it here: https://crowdin.com/project/skull-and-bones-tools\n\n### Adding or updating informations\nIf you want to add to or update informations of the dataset, the general open source approach of a Pull Request is used.\nWhich consits of creating a **Fork**, adding/updating the code in the forked repository and then creating a **Pull Request** in this repository to merge the changes of your fork into this one.\n\n\n## Sponsor\n### Crowdin\nSkull and Bones Data is, as part of the Skull and Bones Tools project, supported by Crowdin 💚\n\n[![Crowdin](/assets/crowdin-logo-dark.png)](https://crowdin.com/)\n\nAllowing me to provide a direct integration into this github project, an overview of all translations and an easy way for everyone to participate in the translation of the project.\n\n## Support\nFor general questions or support of any kind you can use the official Skull and Bones Tools Discord (https://discord.gg/fTgvPxR7eR) or the support@skullandbonestools.de email.\n\nFor any business inquiries or related questions please use the contact@skullandbonestools.de email.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskullandbonestools%2Fskullandbonesdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskullandbonestools%2Fskullandbonesdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskullandbonestools%2Fskullandbonesdata/lists"}