{"id":30670531,"url":"https://github.com/kckarnige/bloxrat","last_synced_at":"2026-05-15T22:02:59.237Z","repository":{"id":292470984,"uuid":"980871908","full_name":"kckarnige/BloxRAT","owner":"kckarnige","description":"Get whatever Roblox user info you need. Say \"thanks\" to Louie!","archived":false,"fork":false,"pushed_at":"2025-11-25T00:31:09.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T22:35:53.390Z","etag":null,"topics":["burger","cheese","javascript","json-api","louie","not-an-actual-rat","proxy","roblox","roblox-api","roblox-avatar","roblox-thumbnails","vercel"],"latest_commit_sha":null,"homepage":"https://bloxrat.kckarnige.online","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/kckarnige.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,"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}},"created_at":"2025-05-09T21:35:08.000Z","updated_at":"2025-11-25T00:31:13.000Z","dependencies_parsed_at":"2025-05-10T07:30:56.526Z","dependency_job_id":"e6558c6c-e768-40a3-8e13-b411a64dba17","html_url":"https://github.com/kckarnige/BloxRAT","commit_stats":null,"previous_names":["kckarnige/bloxratp","kckarnige/bloxrat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kckarnige/BloxRAT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kckarnige%2FBloxRAT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kckarnige%2FBloxRAT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kckarnige%2FBloxRAT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kckarnige%2FBloxRAT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kckarnige","download_url":"https://codeload.github.com/kckarnige/BloxRAT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kckarnige%2FBloxRAT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["burger","cheese","javascript","json-api","louie","not-an-actual-rat","proxy","roblox","roblox-api","roblox-avatar","roblox-thumbnails","vercel"],"created_at":"2025-09-01T02:10:44.249Z","updated_at":"2026-05-01T06:34:22.624Z","avatar_url":"https://github.com/kckarnige.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![louie](./icon.svg)\n\n# Blox R.A.T.\n\nA simple little API for me to test Vercel, and for you to get whatever basic info you need about someone via the Roblox API. Say \"thanks\" to Louie!\n\n*\u003csub\u003eR.A.T. stands for Roblox Avatar Thumbnail.\u003c/sub\u003e*\n\n### Available Domains:\n\n- bloxrat.vercel.app\n- bloxrat.kckarnige.online\n\n\n## Examples\n\n### Image Example (Default)\n\n[`https://bloxrat.vercel.app/api?userId=154248006\u0026size=150`](https://bloxrat.vercel.app/api?userId=154248006\u0026size=150)\n\n![image example](https://bloxrat.vercel.app/api?userId=154248006\u0026size=150)\n\n ### JSON Example\n\n[`https://bloxrat.vercel.app/api?userId=154248006\u0026size=150\u0026responseType=json`](https://bloxrat.vercel.app/api?userId=154248006\u0026size=150\u0026responseType=json)\n\n```json\n{\n  \"userId\": 154248006,\n  \"username\": \"KiCK_inTheBucket\",\n  \"isBanned\": false,\n  \"profileInfo\": {\n    \"created\": \"2016-08-20T13:07:17.787Z\",\n    \"hasVerifiedBadge\": false,\n    \"displayName\": \"KiCKinTheBucket\",\n    \"description\": \"ralsei my beloved\"\n  },\n  \"avatarThumbnail\": {\n    \"imageUrl\": \"https://tr.rbxcdn.com/30DAY-Avatar-FF7D7C2E7EF1E3A2A07E1910C1A479E3-Png/150/150/Avatar/Png/noFilter\",\n    \"state\": \"Completed\",\n    \"type\": \"full\",\n    \"typeRaw\": \"avatar\",\n    \"size\": \"150\",\n    \"isCircular\": false,\n    \"format\": \"Png\"\n  }\n}\n```\n\n## Parameters\n\n### `userId` (String):\n\nThe Roblox user's ID. This can be found in the profile's URL.\n\n\u003ci\u003e\u003cspan\u003ehttps://\u003c/span\u003e\u003cspan\u003eww\u003c/span\u003ew.\u003cspan\u003eroblox.\u003c/span\u003ecom/users/\u003cb\u003e154248006\u003c/b\u003e/profile\u003c/i\u003e\n\n---\n\n### `type` (String):\n\nSets what type of avatar thumbnail is returned as the image.\n\nOptions: `full` (default), `bust`, `headshot`, `face`, `avatar` (default), `avatar-bust`, `avatar-headshot`\n\n---\n\n### `size` (Integer):\n\nSets what size the returned image is. To get a full list of supported sizes, make sure to check the official API docs, linked at the end. The options listed are sizes supported by all thumbnail types.\n\nOptions: `48`, `60`, `75`, `100`, `150`, `180`, `420` (default), `720`\n\n---\n\n### `isCircular` (Boolean):\n\nSets whether or not the returned image is circular.\n\nOptions: `true`, `false` (default)\n\n---\n\n### `format` (String):\n\nSets what file format the returned image is. `jpeg` format is not supported for `bust` thumbnails.\n\nOptions: `png` (default), `webp`, `jpeg`\n\n---\n\n### `responseType` (String):\n\nSets whether to return an image for thing such as `\u003cimg\u003e` elements, or JSON which includes the image URL as well as a bit more info about the user.\n\nOptions: `image` (default), `json`\n\n---\n\nFor more detailed information on the different parameters and such, check out the official Roblox avatar thumbnail v1 docs:\nhttps://create.roblox.com/docs/cloud/features/avatars#/default/get_v1_users_avatar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkckarnige%2Fbloxrat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkckarnige%2Fbloxrat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkckarnige%2Fbloxrat/lists"}