{"id":19256575,"url":"https://github.com/gorilla-devs/furse","last_synced_at":"2025-08-01T19:38:23.859Z","repository":{"id":38444138,"uuid":"449602902","full_name":"gorilla-devs/furse","owner":"gorilla-devs","description":"A simple Rust wrapper for the official CurseForge API","archived":false,"fork":false,"pushed_at":"2024-05-22T09:17:58.000Z","size":52,"stargazers_count":27,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T02:11:16.515Z","etag":null,"topics":["api-bindings","asynchronous","curseforge","minecraft","minecraft-modding"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/furse","language":"Rust","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/gorilla-devs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-01-19T08:11:59.000Z","updated_at":"2024-10-13T14:12:54.000Z","dependencies_parsed_at":"2024-05-22T10:52:35.404Z","dependency_job_id":null,"html_url":"https://github.com/gorilla-devs/furse","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.02857142857142858,"last_synced_commit":"e5f5ae79414f8cd4e35a5dad0fab9d158491bfdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorilla-devs%2Ffurse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorilla-devs%2Ffurse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorilla-devs%2Ffurse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorilla-devs%2Ffurse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorilla-devs","download_url":"https://codeload.github.com/gorilla-devs/furse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225013988,"owners_count":17407157,"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":["api-bindings","asynchronous","curseforge","minecraft","minecraft-modding"],"created_at":"2024-11-09T19:06:12.219Z","updated_at":"2025-04-28T10:48:57.356Z","avatar_url":"https://github.com/gorilla-devs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Furse\n\n[![Made with Rust](https://img.shields.io/badge/Made_with-Rust-b11522?labelColor=e82833\u0026logo=rust)](https://www.rust-lang.org)\n[![GitHub - Furse](https://img.shields.io/badge/GitHub-Furse-8E47FE?logo=github)](https://github.com/gorilla-devs/furse)\n[![license - MIT](https://img.shields.io/github/license/gorilla-devs/furse)](https://github.com/gorilla-devs/furse/blob/master/LICENSE.txt)\n[![crates.io](https://img.shields.io/crates/v/furse?logo=rust)](https://crates.io/crates/furse)\n[![docs.rs](https://img.shields.io/docsrs/furse/latest?label=docs.rs\u0026logo=docsdotrs)](https://docs.rs/furse)\n\nFurse is a simple library for using the [CurseForge REST API](https://docs.curseforge.com/rest-api#accessing-the-service) in Rust.\nIt uses [reqwest](https://docs.rs/reqwest) for sending requests and deserialising responses to strongly typed structs using [Serde](https://serde.rs).\n\n## Features\n\n- Strongly typed structures for API responses\n- Useful examples in the method documentations\n- Implementations for the following API calls\n  - [Get mod by mod ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mod_file) ([official documentation](https://docs.curseforge.com/rest-api#get-mod))\n  - [Get mods by mod IDs](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mods) ([official documentation](https://docs.curseforge.com/rest-api#get-mods))\n  - [Get HTML description by mod ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mod_description) ([official documentation](https://docs.curseforge.com/rest-api#get-mod-description))\n  - [Get all of the mod's files by mod ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mod_files) ([official documentation](https://docs.curseforge.com/rest-api#get-mod-files))\n  - [Get file by mod ID and file ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mod_file) ([official documentation](https://docs.curseforge.com/rest-api#get-mod-file))\n  - [Get files by file IDs](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_files) ([official documentation](https://docs.curseforge.com/rest-api#get-files))\n  - [Get file's HTML changelog by mod ID and file ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_mod_file_changelog) ([official documentation](https://docs.curseforge.com/rest-api#get-mod-file-changelog))\n  - [Get file's download URL by mod ID and file ID](https://docs.rs/furse/latest/furse/struct.Furse.html#method.file_download_url) ([official documentation](https://docs.curseforge.com/rest-api#get-mod-file-download-url))\n  - [Get files that match the given fingerprints](https://docs.rs/furse/latest/furse/struct.Furse.html#method.get_fingerprint_matches) ([official documentation](https://docs.curseforge.com/rest-api#get-fingerprints-matches))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorilla-devs%2Ffurse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorilla-devs%2Ffurse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorilla-devs%2Ffurse/lists"}