{"id":16646415,"url":"https://github.com/faheel/file-extensions","last_synced_at":"2026-03-01T02:06:26.611Z","repository":{"id":44923389,"uuid":"123476761","full_name":"faheel/file-extensions","owner":"faheel","description":"JSON collection of scraped file extensions, along with their description and type, from FileInfo.com","archived":false,"fork":false,"pushed_at":"2022-11-09T21:05:13.000Z","size":228,"stargazers_count":20,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-14T00:37:31.643Z","etag":null,"topics":["file-extensions","fileinfo","json","python3","scraped-data","scraper","website-scraper"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/faheel.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}},"created_at":"2018-03-01T18:36:21.000Z","updated_at":"2025-09-25T23:27:58.000Z","dependencies_parsed_at":"2023-01-21T08:40:15.604Z","dependency_job_id":null,"html_url":"https://github.com/faheel/file-extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faheel/file-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Ffile-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Ffile-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Ffile-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Ffile-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faheel","download_url":"https://codeload.github.com/faheel/file-extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Ffile-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29958445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"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":["file-extensions","fileinfo","json","python3","scraped-data","scraper","website-scraper"],"created_at":"2024-10-12T08:27:31.233Z","updated_at":"2026-03-01T02:06:26.584Z","avatar_url":"https://github.com/faheel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File extensions\n\nJSON collection of scraped file extensions, along with their description and type, from [FileInfo.com][fileinfo].\n\nThe scraped data is available as JSON in two formats:\n\n1. ### [Extensions by type](extensions_by_type.json)\n\n   This JSON dictionary has **file types** as keys that map to an **array of extentsions** which are of that type.\n\n   ```json\n   {\n       \"3D image\": [\n           \".OBJ\",\n           \".3DS\",\n           \".3DM\",\n           \".MAX\",\n           ...\n       ],\n       \"Audio\": [\n           \".AIF\",\n           \".M4A\",\n           \".MID\",\n           \".MP3\",\n           ...\n       ],\n       ...\n   }\n   ```\n\n2. ### [Extensions with details](extensions.json)\n\n   This JSON dictionary has **file extensions** as keys that map to a dictionary containing the **description** of that extension and its **type**.\n\n   ```json\n   {\n       \".!BT\": {\n           \"description\": \"BitTorrent Incomplete Download File\",\n           \"type\": \"Misc\"\n       },\n       \".!QB\": {\n           \"description\": \"qBittorrent Partial Download File\",\n           \"type\": \"Misc\"\n       },\n       \".!SYNC\": {\n           \"description\": \"BitTorrent Partially Synced File\",\n           \"type\": \"Misc\"\n       },\n       ...\n   }\n   ```\n\n## License\n\nThis project is licensed under the terms of the [MIT license](LICENSE).\n\n\n[fileinfo]: https://fileinfo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Ffile-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaheel%2Ffile-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Ffile-extensions/lists"}