{"id":15440800,"url":"https://github.com/jonluca/anubis-db","last_synced_at":"2025-04-09T17:23:24.037Z","repository":{"id":40505032,"uuid":"113914173","full_name":"jonluca/Anubis-DB","owner":"jonluca","description":"Database to store previously found subdomains","archived":false,"fork":false,"pushed_at":"2025-03-03T02:56:51.000Z","size":653,"stargazers_count":62,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T10:17:45.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jonluca.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":"2017-12-11T22:12:55.000Z","updated_at":"2025-03-29T13:09:35.000Z","dependencies_parsed_at":"2022-09-20T07:23:47.634Z","dependency_job_id":null,"html_url":"https://github.com/jonluca/Anubis-DB","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2FAnubis-DB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2FAnubis-DB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2FAnubis-DB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2FAnubis-DB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonluca","download_url":"https://codeload.github.com/jonluca/Anubis-DB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075375,"owners_count":21043574,"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":[],"created_at":"2024-10-01T19:15:22.330Z","updated_at":"2025-04-09T17:23:24.015Z","avatar_url":"https://github.com/jonluca.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anubis-DB\n\nSister project to [Anubis](https://github.com/jonluca/Anubis)\n\n## About\n\nThis project came about due to a lack of free and open APIs for subdomain enumeration.\n\n## Usage\n\nThere is only one endpoint - `https://anubisdb.com/anubis/subdomains/:domain`, where `:domain` is the domain.\n\n| Method | Endpoint                                             | Parameters                                                |\n| ------ | ---------------------------------------------------- | --------------------------------------------------------- |\n| GET    | `https://anubisdb.com/anubis/subdomains/` + `domain` | `domain`: Valid domain (e.g. google.com, reddit.com, etc) |\n| POST   | `https://anubisdb.com/anubis/subdomains/` + `domain` | `subdomains`: Array of submitted subdomains               |\n\nA sample AJAX POST request looks like:\n\n```js\nfetch(\"https://anubisdb.com/subdomains/reddit.com\", {\n  method: \"GET\",\n  headers: {\n    \"Content-Type\": \"application/json\",\n  },\n})\n  .then((response) =\u003e response.json())\n  .then((data) =\u003e {\n    // Handle data here\n    console.log(data);\n  })\n  .catch((error) =\u003e {\n    // Handle error here\n    console.error(\"Error:\", error);\n  });\n```\n\n### Status Codes\n\n| Status | Endpoint                                         |\n| ------ | ------------------------------------------------ |\n| 200    | Success                                          |\n| 300    | Domain did/does not exist in database            |\n| 403    | Invalid domain or subdomains                     |\n| 500    | Server error saving or retrieving new subdomains |\n\n## Limits\n\nYou're limited to 2000 requests per 15 minute period.\n\nThere is also a 10,000 subdomain limit per domain.\n\n## Contributing\n\nThe most straightforward way of contributing is just to use [Anubis](https://github.com/jonluca/anubis) and have it sends its results to AnubisDB.\n\nContributions to AnubisDB are always appreciated, as well. Currently parsing and over-use protections are lacking. Take a look at the issues and see if there is anything that you'd like to contribute to.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonluca%2Fanubis-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonluca%2Fanubis-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonluca%2Fanubis-db/lists"}