{"id":14983471,"url":"https://github.com/chethanyadav456/disbotlist-api","last_synced_at":"2026-02-20T19:01:18.142Z","repository":{"id":54882272,"uuid":"372481303","full_name":"chethanyadav456/disbotlist-api","owner":"chethanyadav456","description":"A official api disbotlist","archived":false,"fork":false,"pushed_at":"2022-08-12T00:41:25.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T16:20:53.220Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","npm"],"latest_commit_sha":null,"homepage":"https://disbotlist.xyz","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/chethanyadav456.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-31T11:22:54.000Z","updated_at":"2025-11-08T08:38:36.000Z","dependencies_parsed_at":"2022-08-14T05:40:21.833Z","dependency_job_id":null,"html_url":"https://github.com/chethanyadav456/disbotlist-api","commit_stats":null,"previous_names":["disbotlist-xyz/disbotlist-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chethanyadav456/disbotlist-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdisbotlist-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdisbotlist-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdisbotlist-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdisbotlist-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chethanyadav456","download_url":"https://codeload.github.com/chethanyadav456/disbotlist-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chethanyadav456%2Fdisbotlist-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bot","discord","discord-bot","discord-js","npm"],"created_at":"2024-09-24T14:07:15.498Z","updated_at":"2026-02-20T19:01:18.114Z","avatar_url":"https://github.com/chethanyadav456.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"*NPM:** [npmjs.com/package/disbotlist](https://www.npmjs.com/package/disbotlist/)\u003cbr\u003e\n\n\n\u003ca href=\"https://www.npmjs.com/package/disbotlist/\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/disbotlist.svg?maxAge=3600\" alt=\"NPM version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/disbotlist\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/disbotlist.svg?maxAge=3600\" alt=\"NPM downloads\" /\u003e\u003c/a\u003e\n\n\n\u003ca href=\"https://nodei.co/npm/disbotlist\"\u003e\u003cimg src=\"https://nodei.co/npm/disbotlist.png?downloads=true\u0026stars=true\" alt=\"npm installnfo\" /\u003e\u003c/a\u003e\n\n\n## Installation\n*If you have trouble with the installation, please feel free to visit our [discord](https://discord.gg/YVn6nUycHU) address.*\n- `npm i disbotlist`\n\n#### 1. Where can I get DisBotList.xyz api?\n  Ans: [JavaScript](https://www.npmjs.com/package/disbotlist)\n            [Python](https://pypi.org/project/disbotlist.py/)\n\n#### 2. How do I install it?\n  Ans: JavaSciprt: npm i disbotlist or npm install disbotlist\n            Python: pip install disbotlist\n\n#### 3. Does it have any GitHub Repository?\n  Ans: Yes It Is [Here](https://github.com/disbotlist-xyz/disbotlist-api)\n\n#### 4. What is it's uses?\n  Ans: To get the daily vote count, server count and information about your bot.\nExamples:  avatar, botID, discriminator, shortDescription, prefix, votes, serverCount, ownerID, owner, co-owners, tags, longDescription, certificate etc.\n\n#### 5. How can I get my bot's server count?\n  `Ans: JavaScript:`\n```js\nconst disbot = require(\"disbotlist\");\nconst dbl = new disbot(\"TOKEN-HERE\", client);\n\nclient.on(\"ready\", async () =\u003e {\n  dbl.serverCount();\n  console.log(\"Server count posted\")\n\n```\n  ### Python: \n```py\nfrom disbotlist import disbotlist\nfrom discord.ext import commands\n\nclient = commands.Bot(command_prefix=\"!\") \ndbl = disbotlist(client,\"token of disbotlist\")\n\n@client.event\nasync def on_ready():\n  x = await dbl.serverCountPost()\n  print(x)\n\nclient.run(\"token\") \n\n```\n\n#### 6. How can I get my bot's vote count?\n  `Ans:`\n```js\nlet hasVote = await dbl.hasVoted(\"Your-bot-id\");\n  if(hasVote === true) {\n    console.log(\"Voted\")\n  } else {\n    console.log(\"Vote please.\")\n  }\n  \n  \n  let search = await dbl.search(\"Your-bot-id\")\n  console.log(search)\n\n```\n\n#### 7. Full Example?\n  `Ans:`\n```js\nconst disbot = require(\"disbotlist\");\nconst dbl = new disbot(\"TOKEN-HERE\", client);\n\nclient.on(\"ready\", async () =\u003e {\n  dbl.serverCount();\n  console.log(\"Server count posted\")\n  \n  let hasVote = await dbl.hasVoted(\"your-bot-id\");\n  if(hasVote === true) {\n    console.log(\"Voted\")\n  } else {\n    console.log(\"Vote please.\")\n  }\n  \n  \n  let search = await dbl.search(\"Your-bot-id\")\n  console.log(search)\n\n  /* SearchResults\n  {\n    avatar: '',\n    botID: '',\n    username: '',\n    discrim: '',\n    shortDesc: '',\n    prefix: '! [changable]',\n    votes: 31,\n    ownerID: '',\n    owner: '',\n    coowners: [ '' ],\n    tags: [ 'Moderation', 'NSFW', 'Music' ],\n    longDesc: longDesc,\n    certificate: 'Certified'\n  }\n  */\n});\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchethanyadav456%2Fdisbotlist-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchethanyadav456%2Fdisbotlist-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchethanyadav456%2Fdisbotlist-api/lists"}