{"id":18049957,"url":"https://github.com/apacheli/urbanary","last_synced_at":"2026-04-26T23:31:39.008Z","repository":{"id":108429529,"uuid":"353554286","full_name":"apacheli/urbanary","owner":"apacheli","description":"A Deno library for Urban Dictionary","archived":false,"fork":false,"pushed_at":"2023-08-05T23:00:08.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-21T08:37:00.256Z","etag":null,"topics":["deno","dictionary","library","typescript","urban-dictionary"],"latest_commit_sha":null,"homepage":"https://deno.land/x/urbanary","language":"TypeScript","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/apacheli.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}},"created_at":"2021-04-01T02:53:27.000Z","updated_at":"2022-09-07T22:23:18.000Z","dependencies_parsed_at":"2024-11-18T14:53:53.617Z","dependency_job_id":"8e36d967-7dad-417f-8d1f-1b830ac919b3","html_url":"https://github.com/apacheli/urbanary","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/apacheli/urbanary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Furbanary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Furbanary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Furbanary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Furbanary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apacheli","download_url":"https://codeload.github.com/apacheli/urbanary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apacheli%2Furbanary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"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":["deno","dictionary","library","typescript","urban-dictionary"],"created_at":"2024-10-30T21:09:54.012Z","updated_at":"2026-04-26T23:31:38.988Z","avatar_url":"https://github.com/apacheli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# urbanary\n\nA library that gets definitions from\n[Urban Dictionary](https://www.urbandictionary.com/) because it's the world's\nmost trusted internet dictionary.\n\n## Example\n\nMake sure to enable `--allow-net`.\n\n```ts\nimport * as urbanary from \"https://deno.land/x/urbanary/mod.ts\";\n\nconst term = prompt(\"term to define:\");\nif (!term) {\n  throw new Error(\"bad term!\");\n}\n\nconst definitions = await urbanary.define(term);\nconsole.log(definitions);\n```\n\n## Functions\n\n- `autocomplete(term: string)`\n- `autocompleteExtra(term: string)`\n- `define(term: string, page?: number)`\n- `defineDefid(defid: number)`\n- `random()`\n- `uncacheable(ids: number[])`\n- `wordsOfTheDay(page?: number)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Furbanary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapacheli%2Furbanary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapacheli%2Furbanary/lists"}