{"id":17684718,"url":"https://github.com/batteredbunny/roblox-account-value-api","last_synced_at":"2025-05-12T21:57:14.647Z","repository":{"id":159521723,"uuid":"634684556","full_name":"BatteredBunny/roblox-account-value-api","owner":"BatteredBunny","description":"Roblox account value API","archived":false,"fork":false,"pushed_at":"2025-04-28T17:00:38.000Z","size":49,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T18:21:53.610Z","etag":null,"topics":["api","collectibles","roblox"],"latest_commit_sha":null,"homepage":"https://roblox-account-value-api.sly.ee","language":"Go","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/BatteredBunny.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,"zenodo":null}},"created_at":"2023-04-30T22:55:33.000Z","updated_at":"2025-04-28T17:00:42.000Z","dependencies_parsed_at":"2024-01-07T02:06:46.297Z","dependency_job_id":"09ba7372-a2a9-41b7-9634-e8401f7b8fc0","html_url":"https://github.com/BatteredBunny/roblox-account-value-api","commit_stats":null,"previous_names":["batteredbunny/roblox-account-value-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Froblox-account-value-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Froblox-account-value-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Froblox-account-value-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BatteredBunny%2Froblox-account-value-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BatteredBunny","download_url":"https://codeload.github.com/BatteredBunny/roblox-account-value-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830894,"owners_count":21971000,"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":["api","collectibles","roblox"],"created_at":"2024-10-24T10:24:51.659Z","updated_at":"2025-05-12T21:57:14.622Z","avatar_url":"https://github.com/BatteredBunny.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRoblox account value api\u003c/h1\u003e\n\n## Simple companion API for the [web app](https://roblox-account-value.sly.ee/)\n\nThis is needed as browser itself can't do many of the requests to roblox so a proxy of sorts is needed.\n\n# Recommended usage\nThe recommended way to use this is to use the nixos module, though there is a docker image with docker-compose.yml as well.\n\n# Building docker image with nix\n```\nnix run github:BatteredBunny/roblox-account-value-api#docker.copyToDockerDaemon\n```\n\n# Running as service on nixos\n```nix\n# flake.nix\ninputs = {\n    roblox-account-value-api.url = \"github:BatteredBunny/roblox-account-value-api\";\n};\n```\n\n```nix\n# configuration.nix\nimports = [\n\tinputs.roblox-account-value-api.nixosModules.default\n];\n\nservices.roblox-account-value-api = {\n    enable = true;\n    settings.port = 8080;\n\n    # Optional parameters\n    package = inputs.roblox-account-value-api.packages.${builtins.currentSystem}.default;\n    settings.robux_per_euro = 60;\n};\n```\n\n# Building standalone program with nix\n```\nnix build github:BatteredBunny/roblox-account-value-api\n```\n\n# API\nHandy info for utilizing the api yourself\n## Account collectibles value API\n\n```\nGET https://roblox-account-value-api.sly.ee/api/collectibles-account-value?userid=XXX\n{\n\t\"total_robux\": 0,\n\t\"in_euro\": 0,\n\t\"collectibles\": [\n\t    \"name\": \"Collectibles\",\n\t    \"price\": 0,\n\t    \"id\": 0,\n\t    \"serialnumber\": 0,\n\t\t\"thumbnail\": \"https://tr.rbxcdn.com/\"\n\t]\n}\n```\n\n## Can view inventory API\n```\nGET https://roblox-account-value-api.sly.ee/api/can-view-inventory?userid=XXX\ntrue\n```\n\n## Profile info API\n```\nGET https://roblox-account-value-api.sly.ee/api/profile-info?userid=XXX\n{\n    \"username\": \"username\",\n    \"displayname\": \"displayname\",\n    \"avatar\": \"https://tr.rbxcdn.com/avatar\"\n}\n```\n\n## Exchange Rate API\nUsed for calculating currency value\n```\nGET https://roblox-account-value-api.sly.ee/api/exchange-rate\n{\n    \"robux_per_euro\": 60\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatteredbunny%2Froblox-account-value-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatteredbunny%2Froblox-account-value-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatteredbunny%2Froblox-account-value-api/lists"}