{"id":15313933,"url":"https://github.com/itsdouges/gw2-item-stats-api","last_synced_at":"2026-02-03T09:01:14.705Z","repository":{"id":47437381,"uuid":"236384517","full_name":"itsdouges/gw2-item-stats-api","owner":"itsdouges","description":"Api to get access to rich item stats via the gw2 api [MANUALLY DEPLOYED TO AWS]","archived":false,"fork":false,"pushed_at":"2023-01-05T05:47:23.000Z","size":458,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T13:27:36.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fh1ydk3yra.execute-api.us-east-1.amazonaws.com/default/read?id=656\u0026item=77482\u0026lang=en","language":"JavaScript","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/itsdouges.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-01-26T22:22:03.000Z","updated_at":"2021-07-04T03:45:46.000Z","dependencies_parsed_at":"2023-02-03T14:16:22.837Z","dependency_job_id":null,"html_url":"https://github.com/itsdouges/gw2-item-stats-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsdouges/gw2-item-stats-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fgw2-item-stats-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fgw2-item-stats-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fgw2-item-stats-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fgw2-item-stats-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdouges","download_url":"https://codeload.github.com/itsdouges/gw2-item-stats-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Fgw2-item-stats-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T08:41:49.363Z","status":"ssl_error","status_checked_at":"2026-02-03T08:40:19.255Z","response_time":96,"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":[],"created_at":"2024-10-01T08:43:43.415Z","updated_at":"2026-02-03T09:01:14.689Z","avatar_url":"https://github.com/itsdouges.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gw2-item-stats-api\n\n## `read`\n\n`https://fh1ydk3yra.execute-api.us-east-1.amazonaws.com/default/read?id={statsId}\u0026item={itemId}\u0026lang={lang}`\n\n### Query params\n\n- id (item stats id)\n- item (item id)\n- lang (language)\n\nExample usage:\n\n```sh\n$ curl https://fh1ydk3yra.execute-api.us-east-1.amazonaws.com/default/read?id=656\u0026item=77482\u0026lang=en\n\n{\"id\":656,\"name\":\"Cleric's\",\"attributes\":[]}\n```\n\n## `bulk_read`\n\n### Query params\n\n- lang (language)\n\n### Body\n\n`https://fh1ydk3yra.execute-api.us-east-1.amazonaws.com/default/bulk_read?lang={lang}`\n\nArray of items.\n\n- calculatedId = `itemId + id`\n\n```json\n[\n  {\n    \"calculatedId\": \"806481379\",\n    \"id\": 1379,\n    \"itemId\": 80648,\n    \"type\": \"Coat\",\n    \"rarity\": \"Ascended\",\n    \"level\": 80\n  }\n]\n```\n\nExample usage:\n\n```sh\n$ curl --header \"Content-Type: application/json\" \\\n  --request POST \\\n  --data '[{\"calculatedId\": \"806481379\",\"id\": 1379,\"itemId\": 80648,\"type\": \"Coat\",\"rarity\": \"Ascended\",\"level\": 80}]' \\\n  https://fh1ydk3yra.execute-api.us-east-1.amazonaws.com/default/bulk_read?lang=en\n\n[{\"id\":1379,\"name\":\"Grieving\",\"attributes\":[{\"attribute\":\"Power\",\"modifier\":121},{\"attribute\":\"Precision\",\"modifier\":67},{\"attribute\":\"CritDamage\",\"modifier\":67},{\"attribute\":\"ConditionDamage\",\"modifier\":121}]}]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Fgw2-item-stats-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdouges%2Fgw2-item-stats-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Fgw2-item-stats-api/lists"}