{"id":16365212,"url":"https://github.com/xiaoluoboding/cw-github-linguist","last_synced_at":"2025-07-27T00:40:03.552Z","repository":{"id":252528523,"uuid":"840702273","full_name":"xiaoluoboding/cw-github-linguist","owner":"xiaoluoboding","description":"The GitHub Linguist API build on top of Cloudflare Workers, retrieves language metadata from GitHub repositories.","archived":false,"fork":false,"pushed_at":"2024-08-10T12:52:35.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T13:11:07.630Z","etag":null,"topics":["api","github","language","metadata"],"latest_commit_sha":null,"homepage":"https://cw-github-linguist.indiehacker.workers.dev/?language=TypeScript","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/xiaoluoboding.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":"2024-08-10T12:27:17.000Z","updated_at":"2025-03-28T00:54:22.000Z","dependencies_parsed_at":"2024-08-10T14:19:58.977Z","dependency_job_id":null,"html_url":"https://github.com/xiaoluoboding/cw-github-linguist","commit_stats":null,"previous_names":["xiaoluoboding/cw-github-linguist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaoluoboding/cw-github-linguist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoluoboding%2Fcw-github-linguist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoluoboding%2Fcw-github-linguist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoluoboding%2Fcw-github-linguist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoluoboding%2Fcw-github-linguist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaoluoboding","download_url":"https://codeload.github.com/xiaoluoboding/cw-github-linguist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoluoboding%2Fcw-github-linguist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267277023,"owners_count":24063227,"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-07-26T02:00:08.937Z","response_time":62,"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":["api","github","language","metadata"],"created_at":"2024-10-11T02:42:58.220Z","updated_at":"2025-07-27T00:40:03.530Z","avatar_url":"https://github.com/xiaoluoboding.png","language":"TypeScript","readme":"# Cloudflare Workers for GitHub Linguist\n\nThe GitHub Linguist API build on top of Cloudflare Workers, retrieves language metadata from GitHub repositories.\n\n## How it works\n\nhttps://github.com/github-linguist/linguist/blob/master/docs/how-linguist-works.md\n\n## Usage\n\nEnter a valid `$LANGUAGE` as params\n\n```bash\ncurl https://cw-github-linguist.indiehacker.workers.dev/?language=$LANGUAGE\n```\n\n## Example\n\n### Input\n\n```bash\ncurl https://cw-github-linguist.indiehacker.workers.dev/?language=TypeScript\n```\n\n### Output\n\n```json\n{\n\t\"type\": \"programming\",\n\t\"color\": \"#3178c6\",\n\t\"aliases\": [\"ts\"],\n\t\"interpreters\": [\"deno\", \"ts-node\", \"tsx\"],\n\t\"extensions\": [\".ts\", \".cts\", \".mts\"],\n\t\"tm_scope\": \"source.ts\",\n\t\"ace_mode\": \"typescript\",\n\t\"codemirror_mode\": \"javascript\",\n\t\"codemirror_mime_type\": \"application/typescript\",\n\t\"language_id\": 378\n}\n```\n\n## License\n\nMIT [xiaoluoboding](https://github.com/xiaoluoboding)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoluoboding%2Fcw-github-linguist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaoluoboding%2Fcw-github-linguist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoluoboding%2Fcw-github-linguist/lists"}