{"id":16666626,"url":"https://github.com/karashiiro/ffxiv-datamining-github-api","last_synced_at":"2026-04-15T07:34:16.426Z","repository":{"id":42734887,"uuid":"283057607","full_name":"karashiiro/ffxiv-datamining-github-api","owner":"karashiiro","description":"An XIVAPI-like API for \"using the CSVs\" off of GitHub.","archived":false,"fork":false,"pushed_at":"2023-01-06T12:37:43.000Z","size":515,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-24T16:47:54.618Z","etag":null,"topics":["ffxiv","nodejs","xivapi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/karashiiro.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}},"created_at":"2020-07-28T00:59:51.000Z","updated_at":"2023-03-05T06:41:10.000Z","dependencies_parsed_at":"2023-02-06T02:31:05.219Z","dependency_job_id":null,"html_url":"https://github.com/karashiiro/ffxiv-datamining-github-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karashiiro/ffxiv-datamining-github-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fffxiv-datamining-github-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fffxiv-datamining-github-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fffxiv-datamining-github-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fffxiv-datamining-github-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karashiiro","download_url":"https://codeload.github.com/karashiiro/ffxiv-datamining-github-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fffxiv-datamining-github-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"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":["ffxiv","nodejs","xivapi"],"created_at":"2024-10-12T11:11:36.627Z","updated_at":"2026-04-15T07:34:16.395Z","avatar_url":"https://github.com/karashiiro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ffxiv-datamining-github-api\nAn XIVAPI-like API for \"using the CSVs\" off of GitHub.\n\n## Installation\n`npm i -S ffxiv-datamining-github-api`\n\n## Usage\n```js\nimport { FFXIVSheetResolver } from \"./ffxiv-datamining-github-api\";\n\nconst sr = new FFXIVSheetResolver();\n\nsr.getSheet(\"BNpcParts\").then(console.log);\n\n// The optional second parameter is the recursion depth;\n// increasing this increases execution time drastically.\n// For the TerritoryType sheet, a recursion depth of 1\n// resulted in an execution time of roughly 1.5 minutes,\n// while a recursion depth of 0 resulted in an execution\n// time of roughly 0.9 seconds.\nsr.getSheet(\"Item\", 0).then(console.log);\n\n// The second parameter here is the row number to pull;\n// recursion depth isn't an issue on single-row fetches.\n// The optional third parameter corresponds to the\n// recursion depth.\nsr.getSheetItem(\"TerritoryType\", 202).then(console.log);\nsr.getSheetItem(\"TerritoryType\", 203).then(console.log);\n\nsr.searchSheet(\"Weather\", {\n    searchTerm: \"heat waves\",\n}).then(console.log);\n\nsr.searchSheet(\"BGMFade\", {\n    columns: [\"ID\", \"BGMFadeType.ID\"],\n}).then(console.log);\n\nsr.searchSheet(\"BGMFade\", {\n    filters: [\"BGMFadeType.ID\u003e=2\"],\n}).then(console.log);\n\nsr.search({\n    searchTerm: \"eulmore\",\n    indexes: [\"PlaceName\"],\n    recurseDepth: 0,\n}).then(console.log);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarashiiro%2Fffxiv-datamining-github-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarashiiro%2Fffxiv-datamining-github-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarashiiro%2Fffxiv-datamining-github-api/lists"}