{"id":16594181,"url":"https://github.com/thomasmost/polymnia","last_synced_at":"2025-10-14T17:12:03.640Z","repository":{"id":40714607,"uuid":"276984827","full_name":"thomasmost/polymnia","owner":"thomasmost","description":"a strictly typed API wrapper for datamuse","archived":false,"fork":false,"pushed_at":"2023-01-06T10:34:07.000Z","size":1332,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T09:27:36.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/thomasmost.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":"2020-07-03T20:47:10.000Z","updated_at":"2020-07-04T04:02:51.000Z","dependencies_parsed_at":"2023-02-05T21:47:19.197Z","dependency_job_id":null,"html_url":"https://github.com/thomasmost/polymnia","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/thomasmost/polymnia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fpolymnia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fpolymnia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fpolymnia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fpolymnia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasmost","download_url":"https://codeload.github.com/thomasmost/polymnia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasmost%2Fpolymnia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269688010,"owners_count":24459398,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2024-10-11T23:45:26.662Z","updated_at":"2025-10-14T17:11:58.623Z","avatar_url":"https://github.com/thomasmost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Polymnia\n---\n\nPolymnia is a strictly typed wrapper for the datamuse API\n\nUsage\n---\n\n```\nnpm install polymnia\n\nimport { suggest, words } from 'polymnia';\n```\n\nCurrently supports many of the common query filters for the Words API as described here: http://www.datamuse.com/api/\n\nQueries can be constructed using the typed Polymnia query config:\n\n```\ntype WordsApiParams = {\n  leftContext?: string;\n  rightContext?: string;\n  maxResults?: number;\n  meansLike?: string;\n  metadata?: Partial\u003cRecord\u003cMetadata, boolean\u003e\u003e;\n  oftenDescribedAs?: string;\n  oftenDescribes?: string;\n  rawQuery?: string;\n  rhymesWith?: string;\n  soundsLike?: string;\n  startsWith?: string;\n  endsWith?: string;\n  topics?: string[];\n  wildCount?: number;\n};\n```\n\n...or by passing in a `rawQuery`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fpolymnia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasmost%2Fpolymnia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasmost%2Fpolymnia/lists"}